Created
January 23, 2014 01:20
-
-
Save msporny/8571005 to your computer and use it in GitHub Desktop.
Correction of data described in blog post at: http://fsteeg.tumblr.com/post/74217720933/one-issue-with-json-ld-that-seems-not-so-pragmatic
This file contains hidden or 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
{ | |
"@context":"http://api.lobid.org/context/lobid-organisations.json", | |
"@id":"http://lobid.org/organisation/DE-605", | |
"@type":"http://xmlns.com/foaf/0.1/Organization", | |
"contactqr":"http://lobid.org/media/DE-605_contactqr.png", | |
"fundertype":{ | |
"@id":"http://purl.org/lobid/fundertype#n02", | |
"@type":"http://www.w3.org/2004/02/skos/core#Concept", | |
"prefLabel":{ | |
"de":"Land", | |
"en":"Federal State" | |
}, | |
"isil":"DE-605", | |
"stocksize":{ | |
"@id":"http://purl.org/lobid/stocksize#n11", | |
"@type":"http://www.w3.org/2004/02/skos/core#Concept", | |
"prefLabel":{ | |
"de":"Einrichtung ohne Bestand", | |
"en":"Institution without a collection" | |
} | |
}, | |
"locatedIn":"http://sws.geonames.org/6553049", | |
"sameAs":"http://ld.zdb-services.de/resource/organisations/DE-605", | |
"location":{ | |
"@type":"http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing", | |
"lat":"50.93410", | |
"long":"6.93549" | |
}, | |
"address":{ | |
"@type":[ | |
"http://www.w3.org/2006/vcard/ns#Work", | |
"http://www.w3.org/2006/vcard/ns#Address" | |
], | |
"countryName":"Germany", | |
"locality":"Köln", | |
"postalCode":"50674", | |
"streetAddress":"Jülicher Str. 6" | |
}, | |
"email":"mailto:[email protected]", | |
"url":"http://www.hbz-nrw.de", | |
"orgType":"http://purl.org/lobid/libtype#n96", | |
"linkedTo":"http://lobid.org/organisation/DE-605", | |
"isPrimaryTopicOf":"http://dispatch.opac.d-nb.de/DB=1.2/CMD?ACT=SRCHA&IKT=8529&TRM=DE-605", | |
"name":"hbz - Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment