Skip to content

Instantly share code, notes, and snippets.

@edsu
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edsu/9692321 to your computer and use it in GitHub Desktop.
Save edsu/9692321 to your computer and use it in GitHub Desktop.
OCLC's FAST Linked Data service now includes geo coordinates. A question from Bill Denton on a discussion list results in Karen Coombs announcing a fix in 2 days from OCLC. http://listserv.loc.gov/cgi-bin/wa?A2=ind1403&L=id&T=0&P=889 ; http://experimental.worldcat.org/fast/
% rapper -o turtle http://experimental.worldcat.org/fast/1207908/rdf
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix coord: <http://whatever/java/ORG.oclc.util.CoordToDecimal> .
@prefix naco: <http://whatever/java/ORG.oclc.util.NacoNormalize> .
@prefix norm: <http://whatever/java/ORG.oclc.util.NormalFormC> .
@prefix schema: <http://schema.org#> .
@prefix madsrdf: <http://www.loc.gov/mads/rdf/v1#> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix mx: <http://www.loc.gov/MARC21/slim> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://id.loc.gov/authorities/names/n80023169>
rdfs:label "Trenton (N.J.)" .
<http://id.worldcat.org/fast/1207908>
dct:identifier "1207908" ;
schema:geo [
schema:latitude "40.21695" ;
schema:longitude "-74.74306" ;
a schema:GeoCoordinates
] ;
schema:name "New Jersey--City of Trenton", "New Jersey--Falls", "New Jersey--The Falls", "New Jersey--Trent-town", "New Jersey--Trenton", "New Jersey--Ye Ffalls", "Trenton" ;
schema:sameAs <http://id.loc.gov/authorities/names/n80023169>, <http://sws.geonames.org/5105496/>, <http://viaf.org/viaf/125484202> ;
a <http://schema.org/Place> ;
skos:altLabel "New Jersey--City of Trenton", "New Jersey--Falls", "New Jersey--The Falls", "New Jersey--Trent-town", "New Jersey--Ye Ffalls", "Trenton" ;
skos:broader <http://id.worldcat.org/fast/1212736> ;
skos:inScheme <http://id.worldcat.org/fast/ontology/1.0/#facet-Geographic>, <http://id.worldcat.org/fast/ontology/1.0/#fast> ;
skos:prefLabel "New Jersey--Trenton" .
<http://id.worldcat.org/fast/1207908/rdf.xml>
dc:format "application/rdf+xml" ;
dct:created "2006-06-20T00:00:00.0"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
dct:language <http://lexvo.org/id/iso639-3/eng> ;
dct:modified "2012-07-06T14:07:21.0"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
void:inDataset <http://id.worldcat.org/fast/void/0.1> ;
a foaf:Document ;
skos:changeNote "Cataloged by agency: OCoLC"@en, "Transcribed by agency: OCoLC"@en ;
foaf:primaryTopic <http://id.worldcat.org/fast/1207908> .
<http://id.worldcat.org/fast/1212736>
rdfs:label "New Jersey--Mercer County" .
<http://id.worldcat.org/fast/fst01207908>
rdfs:comment "This identifier is deprecated. See the rdfs:seeAlso link for the new identifier." ;
rdfs:seeAlso <http://id.worldcat.org/fast/1207908> .
<http://id.worldcat.org/fast/void/0.1>
dct:license <http://www.oclc.org/research/activities/fast/odcby.htm> ;
dct:title "FAST (Faceted Application of Subject Terminology) Data" ;
a void:Dataset .
<http://sws.geonames.org/5105496/>
rdfs:label "Trenton" .
<http://viaf.org/viaf/125484202>
rdfs:label "Trenton (N.J.)" .
<http://www.oclc.org/research/activities/fast/odcby.htm>
dct:title "Open Data Commons Attribution License (ODC-By) v1.0" ;
rdfs:comment "This is OCLC's \"local copy\" of the ODC-By license" ;
rdfs:seeAlso <http://opendatacommons.org/licenses/by/#toc-anchor-337-3> ;
owl:sameAs <http://opendatacommons.org/licenses/by/1-0/> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment