Skip to content

Instantly share code, notes, and snippets.

@bertspaan
Last active August 29, 2015 13:57
Show Gist options
  • Save bertspaan/9545901 to your computer and use it in GitHub Desktop.
Save bertspaan/9545901 to your computer and use it in GitHub Desktop.
JSON-LD context for CitySDK Arts Holland layer data
{
"@base": "http://rdf.citysdk.eu/ams/",
"ah": "http://purl.org/artsholland/1.0/",
"foaf": "http://xmlns.com/foaf/0.1/",
"vcard": "http://www.w3.org/2006/vcard/ns#",
"dc": "http://purl.org/dc/elements/1.1/",
"title": "dc:title",
"uri": "owl:sameAs",
"website": "foaf:homepage",
"locality": "vcard:locality",
"telephone": "ah:telephone",
"postal-code": "vcard:postal-code",
"street-address": "vcard:street-address",
"time": "http://www.w3.org/2006/time#hasBeginning",
"event_uri": "@id",
"production_uri": "ah:production",
"events": {
"@reverse": "ah:venue",
"@type": "ah:Event"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment