@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#> .
@prefix realfagstermer: <http://data.ub.uio.no/realfagstermer/> .

<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:c04225
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  skos:narrower humord:c14215 ;
  skos:prefLabel "Kunstig intelligens"@nn, "Artificial intelligence"@en, "Kunstig intelligens"@nb .

humord:c14215
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  ns0:ccmapperCandidates 10 ;
  ns0:ccmapperState "accepted" ;
  dc:created "1996-05-10T00:00:00"^^xsd:dateTime ;
  dc:identifier "HUME14215" ;
  dc:modified "2023-11-29T14:51:34"^^xsd:dateTime ;
  skos:broadMatch <http://dewey.info/class/1--028563/e23/>, <http://dewey.info/class/006.333/e23/> ;
  skos:broader humord:c04225 ;
  skos:definition "En form for induktiv problemløsning der en bruker regler som er utledet av  erfaring eller sunt folkevett (snarere enn av en underliggende teori eller  modell) <UBO>"@nb ;
  skos:exactMatch realfagstermer:c009900 ;
  skos:inScheme humord: ;
  skos:mappingRelation <http://dewey.info/class/006.333/e23/>, <http://dewey.info/class/1--028563/e23/>, realfagstermer:c009900 ;
  skos:prefLabel "Heuristikk (Kunstig intelligens)"@nn, "Heuristikk (Kunstig intelligens)"@nb, "Heuristics (Artificial intelligence)"@en .

