Doi Context
JSON-LD context defining the semantic vocabulary for Doi from Department of the Interior.
0 Classes
4 Properties
5 Namespaces
Namespaces
doi:
https://api-evangelist.com/department-of-the-interior/vocab/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
geo:
http://www.w3.org/2003/01/geo/wgs84_pos#
dcterms:
http://purl.org/dc/terms/
Properties
| Property |
Type |
Container |
| Park |
|
|
| Campground |
|
|
| Earthquake |
|
|
| WaterSite |
|
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"doi": "https://api-evangelist.com/department-of-the-interior/vocab/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
"dcterms": "http://purl.org/dc/terms/",
"Park": {
"@id": "doi:Park",
"@context": {
"fullName": "schema:name",
"parkCode": "schema:identifier",
"description": "schema:description",
"url": { "@id": "schema:url", "@type": "@id" },
"latitude": { "@id": "geo:lat", "@type": "xsd:decimal" },
"longitude": { "@id": "geo:long", "@type": "xsd:decimal" },
"states": "schema:addressRegion",
"designation": "doi:designation"
}
},
"Campground": {
"@id": "doi:Campground",
"@context": {
"name": "schema:name",
"description": "schema:description",
"parkCode": "doi:parkCode",
"latitude": { "@id": "geo:lat", "@type": "xsd:decimal" },
"longitude": { "@id": "geo:long", "@type": "xsd:decimal" }
}
},
"Earthquake": {
"@id": "doi:Earthquake",
"@context": {
"mag": { "@id": "doi:magnitude", "@type": "xsd:decimal" },
"place": "schema:location",
"time": { "@id": "schema:dateTime", "@type": "xsd:dateTime" },
"depth": { "@id": "doi:depthKm", "@type": "xsd:decimal" },
"alert": "doi:alertLevel",
"tsunami": { "@id": "doi:tsunamiFlag", "@type": "xsd:boolean" }
}
},
"WaterSite": {
"@id": "doi:WaterSite",
"@context": {
"siteCode": "schema:identifier",
"siteName": "schema:name",
"stateCd": "schema:addressRegion",
"latitude": { "@id": "geo:lat", "@type": "xsd:decimal" },
"longitude": { "@id": "geo:long", "@type": "xsd:decimal" }
}
}
}
}