Skip to content

Instantly share code, notes, and snippets.

@Abbe98
Forked from jiemakel/output.ttl
Created February 6, 2016 10:32
Show Gist options
  • Save Abbe98/c28b630f53c5db0a3a2b to your computer and use it in GitHub Desktop.
Save Abbe98/c28b630f53c5db0a3a2b to your computer and use it in GitHub Desktop.
OpenHistoricalMap example RDF as turtle
@prefix ohmdm: <http://schemas.openhistoricalmap.org/#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix tags: <http://schemas.openhistoricalmap.org/tag#> .
@prefix element: <http://schemas.openhistoricalmap.org/element#> .
<http://www.platsr.se/platsr/visa/plats/id/51000000025120>
ohmdm:format <http://schemas.openhistoricalmap.org/format#presentation> ;
ohmdm:platform <http://schemas.openhistoricalmap.org/platforms#platsr> .
<http://www.platsr.se/platsr/visa/plats/id/51000000025180>
ohmdm:format <http://schemas.openhistoricalmap.org/format#presentation> ;
ohmdm:platform <http://schemas.openhistoricalmap.org/platforms#platsr> .
<http://www.openhistoricalmap.org/way/2083278729>
ohmdm:format <http://schemas.openhistoricalmap.org/format#xml> ;
ohmdm:nodeId "2083278729" ;
ohmdm:platform <http://schemas.openhistoricalmap.org/platforms#openhistoricalmap> .
<http://www.openhistoricalmap.org/way/198179683>
ohmdm:changeset "1141" ;
ohmdm:commonElement "barrier:city_wall" ;
ohmdm:commonElementLabel "City Wall" ;
ohmdm:contains <http://www.openhistoricalmap.org/way/2083278729> ;
ohmdm:createdDate "2015-03-06" ;
ohmdm:elementType element:way ;
ohmdm:is_described_by <http://www.platsr.se/platsr/visa/plats/id/51000000025120> , <http://www.platsr.se/platsr/visa/plats/id/51000000025180> ;
ohmdm:latestChangeDate "2015-04-11" ;
ohmdm:name "City wall of Visby"@en , "Visby Ringmur" ;
ohmdm:osm "http://www.openhistoricalmap.org/api/0.6/way/198179683" ;
ohmdm:osmVersion "0.6" ;
ohmdm:user "Abbe98" ;
ohmdm:userId "204" ;
ohmdm:version "8" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment