United States Census Bureau Context
JSON-LD context defining the semantic vocabulary for United States Census Bureau from United States Census Bureau.
4 Classes
21 Properties
8 Namespaces
Namespaces
schema:
https://schema.org/
dct:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
sdmx:
http://purl.org/linked-data/sdmx/2009/dimension#
geo:
http://www.opengis.net/ont/geosparql#
skos:
http://www.w3.org/2004/02/skos/core#
census:
https://api.census.gov/vocab#
tiger:
https://tigerweb.geo.census.gov/vocab#
Classes
name
description
url
identifier
Properties
| Property |
Type |
Container |
| CensusDataset |
reference |
|
| StatisticalVariable |
reference |
|
| CensusGeography |
reference |
|
| CensusTract |
reference |
|
| BlockGroup |
reference |
|
| FIPS |
|
|
| populationEstimate |
integer |
|
| medianHouseholdIncome |
decimal |
|
| medianHomeValue |
decimal |
|
| vintage |
|
|
| surveyYear |
integer |
|
| geoLevel |
|
|
| state |
|
|
| county |
|
|
| tract |
|
|
| blockGroup |
|
|
| latitude |
double |
|
| longitude |
double |
|
| matchedAddress |
|
|
| coordinates |
reference |
|
| publisher |
reference |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"dct": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"sdmx": "http://purl.org/linked-data/sdmx/2009/dimension#",
"geo": "http://www.opengis.net/ont/geosparql#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"census": "https://api.census.gov/vocab#",
"tiger": "https://tigerweb.geo.census.gov/vocab#",
"CensusDataset": {
"@id": "schema:Dataset",
"@type": "@id"
},
"StatisticalVariable": {
"@id": "census:StatisticalVariable",
"@type": "@id"
},
"CensusGeography": {
"@id": "census:CensusGeography",
"@type": "@id"
},
"CensusTract": {
"@id": "census:Tract",
"@type": "@id"
},
"BlockGroup": {
"@id": "census:BlockGroup",
"@type": "@id"
},
"FIPS": {
"@id": "census:FIPSCode"
},
"populationEstimate": {
"@id": "census:populationEstimate",
"@type": "xsd:integer"
},
"medianHouseholdIncome": {
"@id": "census:medianHouseholdIncome",
"@type": "xsd:decimal"
},
"medianHomeValue": {
"@id": "census:medianHomeValue",
"@type": "xsd:decimal"
},
"vintage": {
"@id": "census:vintage"
},
"surveyYear": {
"@id": "census:surveyYear",
"@type": "xsd:integer"
},
"geoLevel": {
"@id": "census:geographyLevel"
},
"state": {
"@id": "schema:addressRegion"
},
"county": {
"@id": "schema:addressLocality"
},
"tract": {
"@id": "census:censusTract"
},
"blockGroup": {
"@id": "census:blockGroup"
},
"latitude": {
"@id": "schema:latitude",
"@type": "xsd:double"
},
"longitude": {
"@id": "schema:longitude",
"@type": "xsd:double"
},
"matchedAddress": {
"@id": "schema:address"
},
"coordinates": {
"@id": "geo:hasGeometry",
"@type": "@id"
},
"name": "schema:name",
"description": "schema:description",
"url": "schema:url",
"identifier": "schema:identifier",
"publisher": {
"@id": "schema:publisher",
"@type": "@id"
}
}
}