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

humord:c05307
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  skos:broader humord:c05306 ;
  skos:prefLabel "Sakral arkitektur"@nn, "Sakral arkitektur"@nb, "Sacral architecture"@en .

humord:c05184
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  skos:narrower humord:c05306 ;
  skos:prefLabel "Arkitektur"@nn, "Architecture"@en, "Arkitektur"@nb .

humord:c05306
  a skos:Collection, isothes:ThesaurusArray ;
  dc:created "1994-03-21T00:00:00"^^xsd:dateTime ;
  dc:identifier "HUME05306" ;
  dc:modified "2025-11-27T10:19:56"^^xsd:dateTime ;
  skos:broader humord:c05184 ;
  skos:inScheme humord: ;
  skos:narrower humord:c05307 ;
  skos:prefLabel "(arkitektur etter funksjon)"@nn, "(arkitektur etter funksjon)"@nb, "(architecture by function)"@en .

