@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:c01547
  a <http://data.ub.uio.no/onto#Geographic>, skos:Concept ;
  skos:narrower humord:c69773 ;
  skos:prefLabel "Egypt"@nn, "Egypt"@en, "Egypt"@nb .

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

humord:c69773
  a skos:Concept, <http://data.ub.uio.no/onto#Geographic> ;
  dc:created "2025-07-10T00:00:00"^^xsd:dateTime ;
  dc:identifier "HUME69773" ;
  dc:modified "2025-07-10T12:19:50"^^xsd:dateTime ;
  skos:altLabel "Dayr al-Bahri"@nn, "Dayr al-Bahri"@nb, "Dayr al-Bahri"@en, "Dayr al Balaḥ"@en, "Deyr el-Bahri"@nn, "Deyr el-Bahri"@nb, "Deir el-Bahari"@nn, "Deir el-Bahari"@nb, "Deir el-Bahri"@en, "Dair al-Baḥrī"@en ;
  skos:broader humord:c01547 ;
  skos:definition "Deir el-Bahri er en fjelldal på vestbredden av det moderne Luxor i Egypt. I oldtiden utgjorde den en viktig del av Tebens kongelige nekropolis. <SNL>"@nb ;
  skos:editorialNote "Lukket bemerkning: ubo25"@nb ;
  skos:inScheme humord: ;
  skos:prefLabel "Deir el-Bahari"@en, "Deir el-Bahri"@nn, "Deir el-Bahri"@nb .

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

