@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:
  a skos:ConceptScheme ;
  rdfs:label "Humord"@nb .

humord:c01707
  a <http://data.ub.uio.no/onto#Geographic>, skos:Concept ;
  skos:narrower humord:c69421 ;
  skos:prefLabel "Alaska"@nn, "Alaska"@en, "Alaska"@nb .

humord:c69421
  a <http://data.ub.uio.no/onto#Geographic>, skos:Concept ;
  dc:created "2025-01-08T00:00:00"^^xsd:dateTime ;
  dc:identifier "HUME69421" ;
  dc:modified "2025-01-08T12:24:05"^^xsd:dateTime ;
  skos:broader humord:c01707 ;
  skos:definition "Shishmaref er en amerikansk by som ligger i Nome Census Area i Alaska. <wikipedia>"@nb ;
  skos:editorialNote "Lukket bemerkning: ubo25"@nb ;
  skos:inScheme humord: ;
  skos:prefLabel "Shishmaref"@nn, "Shishmaref"@nb, "Shishmaref"@en .

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

