@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

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

humord:c70113
  a skos:Concept, <http://data.ub.uio.no/onto#Geographic> ;
  dc:created "2025-10-17T00:00:00"^^xsd:dateTime ;
  dc:identifier "HUME70113" ;
  dc:modified "2025-10-20T09:52:26"^^xsd:dateTime ;
  skos:altLabel "Madingu-distriktet"@nn, "Madingu (Distrikt)"@nn, "Madingu-distriktet"@nb, "Madingu district"@en, "Madingu (Distrikt)"@nb, "Madingou (Distrikt)"@nn, "Madingou (Distrikt)"@nb ;
  skos:broader humord:c01580 ;
  skos:definition "Madingou (kan også skrives som Madingu) er et distrikt i Bouenza-regionen i den sørlige delen av Republikken Kongo  <wikipedia>"@nb ;
  skos:editorialNote "Lukket bemerkning: ubo25"@nb ;
  skos:inScheme humord: ;
  skos:prefLabel "Madingou district"@en, "Madingou-distriktet"@nn, "Madingou-distriktet"@nb .

humord:c01580
  a <http://data.ub.uio.no/onto#Geographic>, skos:Concept ;
  skos:narrower humord:c70113 ;
  skos:prefLabel "Republikken Kongo"@nn, "Republikken Kongo"@nb, "Republic of the Congo"@en .

