Skip to content

Instantly share code, notes, and snippets.

@jermnelson
Last active November 2, 2017 20:46
Show Gist options
  • Save jermnelson/8274148ddf4ce1cb22dbb2bfe10cd963 to your computer and use it in GitHub Desktop.
Save jermnelson/8274148ddf4ce1cb22dbb2bfe10cd963 to your computer and use it in GitHub Desktop.
Theseus and the Minotaur RDF Graph
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://sws.geonames.org/6697802/> a schema:AdministrativeArea ;
schema:geo [ a schema:GeoCoordinates ;
schema:latitude "35.15585" ;
schema:longitude "24.89502" ] ;
schema:geospatiallyWithin <http://sws.geonames.org/390903/> .
<http://www.wikidata.org/entity/Q129866> a <http://www.wikidata.org/entity/Q20902363> ;
schema:location <http://www.wikidata.org/entity/Q48963> ;
skos:prefLabel "Μινώταυρος"@el,
"Minotaur"@en,
"Minotaurus"@la .
<http://www.wikidata.org/entity/Q1320718> a schema:Person ;
schema:gender schema:Male ;
skos:prefLabel "Θησέας"@el,
"Theseus"@en,
"Theseus"@la .
<http://sws.geonames.org/259627/> a schema:City,
schema:Place ;
schema:geo [ a schema:GeoCoordinates ;
schema:latitude "35.29799" ;
schema:longitude "25.16304" ] ;
owl:sameAs <http://www.wikidata.org/entity/Q173527> ;
skos:prefLabel "Κνωσός"@el,
"Knossos"@en,
"Cnossus"@la .
<http://sws.geonames.org/390903/> a schema:Country ;
skos:prefLabel "Ελληνική Δημοκρατία"@el,
"Greece"@en .
<http://www.wikidata.org/entity/Q20902363> a owl:Class ;
skos:prefLabel "mythical human-animal hybrid"@en .
<http://www.wikidata.org/entity/Q48963> a schema:Place ;
schema:containedInPlace <http://sws.geonames.org/259627/> ;
skos:prefLabel "Λαβύρινθος"@el,
"Labyrinth"@en,
"Labyrinthus"@la .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment