|
181 | 181 | }, |
182 | 182 | "dateCreated" :"2024-08-31", |
183 | 183 | "datePublished":"2024-08-31", |
184 | | -"dateModified" :"2025-06-05", |
| 184 | +"dateModified" :"2025-08-06", |
185 | 185 | "description" : "About the best-established and most accurate framework to calculate area and volume.", |
186 | 186 | "disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.", |
187 | 187 | "headline" : "Introducing the Core Geometric System ™.", |
|
214 | 214 | "description": "The exact area of a circle based on direct comparison with a square.", |
215 | 215 | "disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.", |
216 | 216 | "target": "https://basic-geometry.github.io/about", |
217 | | - "mathExpression-input": "r=5 A=?", |
| 217 | + "mathExpression-input": "required name=r=5_A=?", |
218 | 218 | "mathExpression-output": "angle of rotation / 360 * 3.2 * Math.pow(radius, 2)", |
| 219 | + "abstract": "A circle is a 2 dimensional plane shape. Its measurable property is its diameter. Its radius is half of the diameter. Related shapes are sphere, cylinder and cone.", |
| 220 | + "keywords": "radius, area", |
219 | 221 | "image": "areaOfACircle.jpg", |
220 | 222 | "eduQuestionType": "Area calculation" |
221 | 223 | }, |
|
226 | 228 | "description": "Algebraic derivation of the exact circumference of a circle from its area", |
227 | 229 | "disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.", |
228 | 230 | "target": "https://basic-geometry.github.io/about", |
229 | | - "mathExpression-input": "r=5 C=?", |
| 231 | + "mathExpression-input": "required name=r=5_C=?", |
230 | 232 | "mathExpression-output": "angle of rotation / 360 * 6.4 * radius", |
231 | 233 | "image": "circumference.jpg", |
232 | 234 | "eduQuestionType": "Length calculation" |
|
238 | 240 | "description": "The exact volume of a sphere by directly comparing it to a cube. Direct shape relationships ensure greater accuracy in real-world measurements.", |
239 | 241 | "disambiguatingDescription": "More accurate than the traditional exhaustion method based formula which is a very rough underestimate.", |
240 | 242 | "target": "https://basic-geometry.github.io/about", |
241 | | - "mathExpression-input": "r=3 V=?", |
| 243 | + "mathExpression-input": "required name=r=3_V=?", |
242 | 244 | "mathExpression-output": "angle of rotation / 360 * Math.pow((Math.sqrt(3.2) * radius), 3)", |
243 | | - "image": "sphereAndCubeMarkup.jpeg", |
| 245 | + "abstract": "A sphere is a 3 dimensional solid shape. Its measurable property is its diameter. Its radius is half of the diameter. Its projection is a circle. Related shapes are circle, cylinder, cube and cone.", |
| 246 | + "keywords": "radius, volume", |
| 247 | + "image": "sphereAndCubeMarkup.jpeg", |
244 | 248 | "eduQuestionType": "Volume calculation" |
245 | 249 | } |
246 | 250 |
|
|
256 | 260 | "price": "3,200,000,000.", |
257 | 261 | "availability": "https://schema.org/InStock" |
258 | 262 | }, |
259 | | -"schemaVersion" : "https://schema.org/docs/releases.html#v28.1.", |
| 263 | +"schemaVersion" : "https://schema.org/docs/releases.html#v29.2.", |
260 | 264 | "sdDatePublished" :"2024-08-31", |
261 | 265 | "sdPublisher" : |
262 | 266 | {"@type" : "Person" , |
|
275 | 279 | }, |
276 | 280 | "subjectOf": |
277 | 281 | [ |
278 | | -{ |
279 | | -"@type": "LearningResource", |
280 | | -"name":"About basic geometry formulas", |
281 | | -"description": "Extended explanations, improved ML and LLM compatibility for accurate translation", |
282 | | -"url":"https://gmac4247.github.io/about" |
283 | | -}, |
284 | 282 |
|
285 | 283 | { |
286 | 284 | "@type": "VideoObject", |
|
0 commit comments