@prefix humord: <http://data.ub.uio.no/humord/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

humord:c02362
  a <http://data.ub.uio.no/onto#Geographic>, skos:Concept ;
  skos:broader humord:c69614 ;
  skos:prefLabel "Delfi"@nn, "Delfi"@nb, "Delphi"@en .

humord:c67697
  a <http://data.ub.uio.no/onto#Geographic>, skos:Concept ;
  skos:narrower humord:c69614 ;
  skos:prefLabel "Sentral-Hellas"@nn, "Sentral-Hellas"@nb, "Central Greece region"@en .

humord:
  a skos:ConceptScheme ;
  rdfs:label "Humord"@nb .

humord:c69614
  a <http://data.ub.uio.no/onto#Geographic>, skos:Concept ;
  dc:created "2025-04-01T00:00:00"^^xsd:dateTime ;
  dc:identifier "HUME69614" ;
  dc:modified "2025-04-01T14:48:22"^^xsd:dateTime ;
  skos:altLabel "Phocis"@en, "Phokis"@nn, "Phokis"@nb ;
  skos:broader humord:c67697 ;
  skos:definition "Fokis var navn på et landskap i Mellom-Hellas i oldtiden. <SNL>"@nb ;
  skos:editorialNote "Lukket bemerkning: ubo24"@nb ;
  skos:inScheme humord: ;
  skos:narrower humord:c02362 ;
  skos:prefLabel "Phokis"@en, "Fokis"@nn, "Fokis"@nb .

<http://data.ub.uio.no/onto#Geographic>
  a rdfs:Class, owl:Class ;
  rdfs:label "Geographic"@en, "Geografisk"@nb .

