eg-0480
From
v29.4
JSON-LD
{
"@context": "https://schema.org/",
"@graph": [
{
"@type": "StatisticalVariable",
"@id": "Median_Height_Person_Female",
"name": "Median height of women",
"description": "The median height of the female population.",
"populationType": {
"@id": "schema:Person"
},
"measuredProperty": {
"@id": "schema:height"
},
"statType": {
"@id": "schema:median"
}
},
{
"@type": "Observation",
"@id": "Observation_Median_Age_Person_Female_SanAntonio_TX_2014",
"name": "Median height of women in San Antonio, Texas in 2014",
"description": "An Observation of the StatisticalVariable Median_Height_Person_Female in location: San Antonio, Texas, for time period: 2014",
"variableMeasured": {
"@id": "Median_Height_Person_Female"
},
"observationAbout": {
"@id": "https://www.wikidata.org/entity/Q975"
},
"observationDate": "2014",
"value": 160,
"unitCode": "CMT"
}
]
}Pre-Markup
As an example, the statement "According to the US Census ACS 5 Year Estimates, the median age of women in San Antonio, Texas in 2014 was 34.4 years." can be represented in JSON-LD.