@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#Topic>
  a rdfs:Class, owl:Class ;
  rdfs:label "Innholdsbeskrivende emne"@nb, "Topic"@en .

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

humord:c29403
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  skos:narrower humord:c29415 ;
  skos:prefLabel "Diagnosesystem (Psykiatri)"@nn, "Diagnosesystemer (Psykiatri)"@nb, "Diagnosis systems (Psychiatry)"@en .

humord:c29415
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  ns0:ccmapperCandidates 3 ;
  ns0:ccmapperState "accepted" ;
  dc:created "2017-08-16T00:00:00"^^xsd:dateTime ;
  dc:identifier "HUME29415" ;
  dc:modified "2024-04-29T15:24:15"^^xsd:dateTime ;
  skos:altLabel "ICD-systemet"@nn, "ICD-systemet"@nb, "International Classification of Diseases and related Health Problems"@nb, "International Statistical Classification of Diseases and Related Health Problems"@en, "ICD"@en, "International Classification of Diseases"@nb ;
  skos:broadMatch <http://dewey.info/class/616.075/e23/> ;
  skos:broader humord:c29403 ;
  skos:editorialNote "Lukket bemerkning: ubo10"@nb, "Oppdatert"@nb ;
  skos:inScheme humord: ;
  skos:mappingRelation <http://dewey.info/class/616.075/e23/> ;
  skos:prefLabel "ICD"@nn, "ICD"@nb, "International Classification of Diseases"@en .

