Skip to content

Instantly share code, notes, and snippets.

@edsu
Created July 8, 2009 20:16
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/143149 to your computer and use it in GitHub Desktop.
Save edsu/143149 to your computer and use it in GitHub Desktop.
ed@rorty:~$ rapper -o turtle http://sws.geonames.org/3831554/
rapper: Parsing URI http://sws.geonames.org/3831554/ with parser rdfxml
rapper: Serializing with serializer turtle
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://www.geonames.org/ontology#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wgs84_pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
<http://sws.geonames.org/3831554/>
:alternateName "Baffin's Bay", "Baffins Bugt", "Baffin’s Bay", "Baie de Baffin"@fr ;
:featureClass :H ;
:featureCode :H.BAY ;
:locationMap <http://www.geonames.org/3831554/baffin-bay.html> ;
:name "Baffin Bay" ;
:nearbyFeatures <http://sws.geonames.org/3831554/nearby.rdf> ;
:parentFeature <http://sws.geonames.org/6295630/> ;
a :Feature ;
wgs84_pos:lat "74.0" ;
wgs84_pos:long "-68.0" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment