Last active
August 29, 2015 13:57
-
-
Save bertspaan/9545901 to your computer and use it in GitHub Desktop.
JSON-LD context for CitySDK Arts Holland layer data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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