@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix humord: <http://data.ub.uio.no/humord/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://data.ub.uio.no/onto#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.ub.uio.no/onto#LinkingTerm>
  a rdfs:Class, owl:Class ;
  rdfs:label "Knuteterm"@nb, "Linking term"@en .

humord:c04174
  a <http://data.ub.uio.no/onto#LinkingTerm>, skos:Concept ;
  ns0:ccmapperCandidates 9 ;
  ns0:ccmapperState "accepted" ;
  dc:created "1994-03-21T00:00:00"^^xsd:dateTime ;
  dc:identifier "HUME04174" ;
  dc:modified "2024-12-19T16:18:02"^^xsd:dateTime ;
  skos:inScheme humord: ;
  skos:narrower humord:c04175, humord:c04192 ;
  skos:prefLabel "Informatics and information technology"@en, "Informatikk og informasjonsteknologi"@nn, "Informatikk og informasjonsteknologi"@nb ;
  skos:topConceptOf humord: .

humord:c04192
  a ns0:Topic, skos:Concept ;
  skos:broader humord:c04174 ;
  skos:prefLabel "Informatics"@en, "Informatikk"@nn, "Informatikk"@nb .

humord:c04175
  a ns0:Topic, skos:Concept ;
  skos:broader humord:c04174 ;
  skos:prefLabel "Informasjonsteknologi"@nn, "Information technology"@en, "Informasjonsteknologi"@nb .

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

