@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 isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

humord:c03121
  a <http://data.ub.uio.no/onto#Geographic>, skos:Concept ;
  skos:narrower humord:c17008 ;
  skos:prefLabel "Spania"@nn, "Spain"@en, "Spania"@nb .

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

humord:c17008
  a skos:Collection, isothes:ThesaurusArray ;
  dc:created "2016-06-06T00:00:00"^^xsd:dateTime ;
  dc:identifier "HUME17008" ;
  dc:modified "2025-04-15T08:24:13"^^xsd:dateTime ;
  skos:broader humord:c03121 ;
  skos:inScheme humord: ;
  skos:narrower humord:c03143 ;
  skos:prefLabel "(Spania i landskap)"@nn, "(Spain in landscapes)"@en, "(Spania i landskaper)"@nb .

humord:c03143
  a <http://data.ub.uio.no/onto#Geographic>, skos:Concept ;
  skos:broader humord:c17008 ;
  skos:prefLabel "Castilla"@nn, "Castile"@en, "Castilla"@nb .

