@prefix cc: <http://creativecommons.org/ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix humord: <http://data.ub.uio.no/humord/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix lexvo: <http://lexvo.org/id/iso639-3/> .
@prefix library: <http://data.ub.uio.no/library/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix realfagstermer: <http://data.ub.uio.no/realfagstermer/> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ubo: <http://data.ub.uio.no/onto#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

humord: a skos:ConceptScheme ;
    rdfs:label "Humord"@nb ;
    cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
    dct:creator library:k ;
    dct:description "Humord is a general subject thesaurus covering most areas of scientific study."@en,
        "Humord er en generell emneordstesaurus som dekker de fleste fagområder."@nb ;
    dct:language lexvo:nob ;
    dct:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
    dct:modified "2026-09-11T07:01:09+00:00"^^xsd:dateTime ;
    dct:type <http://purl.org/dc/dcmitype/Dataset>,
        <http://w3id.org/nkos/nkostype#thesaurus> ;
    void:dataDump <http://data.ub.uio.no/dumps/humord.rdf>,
        <http://data.ub.uio.no/dumps/humord.ttl> ;
    void:exampleResource humord:c05316 ;
    void:sparqlEndpoint <http://data.ub.uio.no/sparql> ;
    void:uriSpace "http://data.ub.uio.no/humord/" ;
    void:vocabulary skos: ;
    owl:sameAs <http://id.loc.gov/vocabulary/subjectSchemes/humord>,
        <http://www.wikidata.org/entity/Q22927022> ;
    skos:hasTopConcept humord:c00001,
        humord:c00005,
        humord:c00111,
        humord:c00239,
        humord:c00739,
        humord:c01017,
        humord:c01398,
        humord:c01458,
        humord:c03774,
        humord:c03954,
        humord:c04174,
        humord:c04305,
        humord:c04452,
        humord:c05183,
        humord:c05737,
        humord:c06256,
        humord:c06452,
        humord:c07105,
        humord:c07576,
        humord:c07881,
        humord:c07972,
        humord:c08158,
        humord:c08400,
        humord:c08883,
        humord:c08995,
        humord:c09767,
        humord:c10851 .

library:k a foaf:Organization ;
    rdfs:label "University of Oslo Library"@en,
        "Universitetsbiblioteket i Oslo"@nb ;
    owl:sameAs <http://dbpedia.org/resource/University_Library_of_Oslo>,
        <http://viaf.org/viaf/155670338/>,
        <http://www.wikidata.org/entity/Q3354774> .

<http://data.ub.uio.no/sparql> a sd:Service ;
    sd:defaultDataset <http://data.ub.uio.no/sparql/dataset> ;
    sd:feature sd:UnionDefaultGraph ;
    sd:supportedLanguage sd:SPARQL11Query ;
    sd:url <http://data.ub.uio.no/sparql> .

<http://data.ub.uio.no/sparql/dataset> a sd:Dataset ;
    dct:description "Open datasets at the University of Oslo Library"@en ;
    dct:title "data.ub.uio.no" ;
    sd:defaultGraph <http://data.ub.uio.no/sparql/graphs/default> ;
    sd:namedGraph <http://data.ub.uio.no/sparql/graphs/humord> .

<http://data.ub.uio.no/sparql/graphs/default> a sd:Graph .

<http://data.ub.uio.no/sparql/graphs/humord> a sd:NamedGraph ;
    sd:graph <http://data.ub.uio.no/humord> ;
    sd:name <http://data.ub.uio.no/humord> .

ubo: a owl:Ontology ;
    owl:versionInfo "0.2.0" .

ubo:ComplexConcept a rdfs:Class,
        owl:Class ;
    rdfs:label "Complex concept"@en,
        "Emnestreng"@nb ;
    rdfs:description "Concept composed of two or more concepts from the same vocabulary."@en ;
    rdfs:isDefinedBy ubo: ;
    rdfs:subClassOf mads:ComplexSubject,
        skos:Concept .

ubo:GenreForm a rdfs:Class,
        owl:Class ;
    rdfs:label "Form/genre"@en,
        "Form/sjanger"@nb ;
    rdfs:description "Genre or form."@en ;
    rdfs:isDefinedBy ubo: ;
    rdfs:subClassOf mads:GenreForm,
        skos:Concept .

ubo:Geographic a rdfs:Class,
        owl:Class ;
    rdfs:label "Geographic"@en,
        "Geografisk"@nb ;
    rdfs:description "Geographic place or feature."@en ;
    rdfs:isDefinedBy ubo: ;
    rdfs:subClassOf mads:Geographic,
        skos:Concept .

ubo:LinkingTerm a rdfs:Class,
        owl:Class ;
    rdfs:label "Linking term"@en,
        "Knuteterm"@nb ;
    rdfs:description "Concept that form part of the hierarchy, but are not used for indexing."@en ;
    rdfs:isDefinedBy ubo: ;
    rdfs:subClassOf skos:Concept .

ubo:SplitNonPreferredTerm a rdfs:Class,
        owl:Class ;
    rdfs:label "Split non-preferred term"@en,
        "Generell se-henvisning"@nb ;
    rdfs:description "Complex concept that refers to two or more other concepts that should be used in place of this concept when indexing."@en ;
    rdfs:isDefinedBy ubo: ;
    rdfs:subClassOf skos:Concept .

ubo:Temporal a rdfs:Class,
        owl:Class ;
    rdfs:label "Chronological"@en,
        "Kronologisk"@nb ;
    rdfs:description "Epoch, time period or other chronological entity."@en ;
    rdfs:isDefinedBy ubo: ;
    rdfs:subClassOf mads:Temporal,
        skos:Concept .

ubo:Topic a rdfs:Class,
        owl:Class ;
    rdfs:label "Topic"@en,
        "Innholdsbeskrivende emne"@nb ;
    rdfs:description "Topical subject senso stricto."@en ;
    rdfs:isDefinedBy ubo: ;
    rdfs:subClassOf mads:Topic,
        skos:Concept .

ubo:VirtualComplexConcept a rdfs:Class,
        owl:Class ;
    rdfs:label "Virtual complex concept"@en,
        "Virtuell emnestreng"@nb ;
    rdfs:description "Complex concept used as a search guide, but indexed as separate concepts."@en ;
    rdfs:isDefinedBy ubo: ;
    rdfs:subClassOf mads:ComplexSubject,
        skos:Concept .

ubo:elementSymbol a rdf:Property,
        owl:DatatypeProperty ;
    rdfs:label "Chemical element symbol"@en,
        "Kjemisk symbol"@nb ;
    rdfs:domain skos:Concept ;
    rdfs:isDefinedBy ubo: ;
    rdfs:range rdfs:Literal .

ubo:plusUseTerm a rdf:Property,
        owl:DatatypeProperty ;
    rdfs:label "Use+"@en,
        "Bruk+"@nb ;
    rdfs:description "Compound equivalence relation"@en ;
    rdfs:domain ubo:SplitNonPreferredTerm ;
    rdfs:isDefinedBy ubo: ;
    rdfs:range skos:Concept .

humord:c00102 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00102" ;
    dct:modified "2024-11-22T07:36:58"^^xsd:dateTime ;
    skos:broader humord:c00005 ;
    skos:inScheme humord: ;
    skos:prefLabel "(archaeology by type)"@en,
        "(arkeologi etter type)"@nb,
        "(arkeologi etter type)"@nn .

humord:c00154 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00154" ;
    dct:modified "2024-11-26T17:16:28"^^xsd:dateTime ;
    skos:broader humord:c00153 ;
    skos:inScheme humord: ;
    skos:prefLabel "(document by type)"@en,
        "(dokumenter etter type)"@nb,
        "(dokument etter type)"@nn .

humord:c00236 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00236" ;
    dct:modified "2024-11-26T17:17:21"^^xsd:dateTime ;
    skos:broader humord:c00153 ;
    skos:inScheme humord: ;
    skos:prefLabel "(documents in parts)"@en,
        "(dokumenter i deler)"@nb,
        "(dokument i delar)"@nn .

humord:c00729 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00729" ;
    dct:modified "2025-10-15T14:41:45"^^xsd:dateTime ;
    skos:broader humord:c00239 ;
    skos:inScheme humord: ;
    skos:prefLabel "(philosophy by type)"@en,
        "(filosofi etter type)"@nb,
        "(filosofi etter type)"@nn .

humord:c01127 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01127" ;
    dct:modified "2026-04-24T09:53:48"^^xsd:dateTime ;
    skos:broader humord:c01018 ;
    skos:inScheme humord: ;
    skos:prefLabel "(folk literature by language, nationality and ethnicity)"@en,
        "(folkediktning etter språk, nasjonalitet og etnisitet)"@nb,
        "(folkedikting etter språk, nasjonalitet og etnisitet)"@nn .

humord:c01541 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01541" ;
    dct:modified "2025-02-04T10:41:41"^^xsd:dateTime ;
    skos:broader humord:c01540 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Africa by countries)"@en,
        "(Afrika i land)"@nb,
        "(Afrika i land)"@nn .

humord:c01633 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01633" ;
    dct:modified "2025-02-10T09:40:18"^^xsd:dateTime ;
    skos:broader humord:c01540 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Africa by areas/regions)"@en,
        "(Afrika i områder/regioner)"@nb,
        "(Afrika i område/regionar)"@nn .

humord:c01652 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01652" ;
    dct:modified "2025-02-13T10:07:09"^^xsd:dateTime ;
    skos:broader humord:c01651 ;
    skos:inScheme humord: ;
    skos:prefLabel "(America by countries)"@en,
        "(Amerika i land)"@nb,
        "(Amerika i land)"@nn .

humord:c01699 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01699" ;
    dct:modified "2025-02-14T13:50:39"^^xsd:dateTime ;
    skos:broader humord:c01695 ;
    skos:inScheme humord: ;
    skos:prefLabel "(USA by areas/regions)"@en,
        "(USA i områder/regioner)"@nb,
        "(USA i område/regionar)"@nn .

humord:c01706 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01706" ;
    dct:modified "2025-02-14T08:53:10"^^xsd:dateTime ;
    skos:broader humord:c01695 ;
    skos:inScheme humord: ;
    skos:prefLabel "(USA by states)"@en,
        "(USA i stater)"@nb,
        "(USA i statar)"@nn .

humord:c01754 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01754" ;
    dct:modified "2025-02-14T14:25:46"^^xsd:dateTime ;
    skos:broader humord:c01695 ;
    skos:inScheme humord: ;
    skos:prefLabel "(lakes in USA)"@en,
        "(sjøer i USA)"@nb,
        "(sjøar i USA)"@nn .

humord:c01788 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01788" ;
    dct:modified "2025-02-14T13:57:31"^^xsd:dateTime ;
    skos:broader humord:c01651 ;
    skos:inScheme humord: ;
    skos:prefLabel "(America by areas/regions)"@en,
        "(Amerika i områder/regioner)"@nb,
        "(Amerika i område/regionar)"@nn .

humord:c01807 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01807" ;
    dct:modified "2025-02-13T10:07:51"^^xsd:dateTime ;
    skos:altLabel "(elvar i Amerika)"@nn ;
    skos:broader humord:c01651 ;
    skos:inScheme humord: ;
    skos:prefLabel "(rivers in America)"@en,
        "(elver i Amerika)"@nb,
        "(elver i Amerika)"@nn .

humord:c01810 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01810" ;
    dct:modified "2025-02-19T16:23:11"^^xsd:dateTime ;
    skos:broader humord:c01809 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Asia by countries)"@en,
        "(Asia i land)"@nb,
        "(Asia i land)"@nn .

humord:c01835 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01835" ;
    dct:modified "2025-02-19T08:38:12"^^xsd:dateTime ;
    skos:broader humord:c01834 ;
    skos:inScheme humord: ;
    skos:prefLabel "(India in states and union territories)"@en,
        "(India i delstater og \"union territories\")"@nb,
        "(India i delstatar og \"union territories\")"@nn .

humord:c01904 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01904" ;
    dct:modified "2025-02-14T13:59:02"^^xsd:dateTime ;
    skos:broader humord:c01834 ;
    skos:inScheme humord: ;
    skos:prefLabel "(India by areas/regions)"@en,
        "(India i områder/regioner)"@nb,
        "(India i område/regionar)"@nn .

humord:c01957 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01957" ;
    dct:modified "2025-02-21T10:38:51"^^xsd:dateTime ;
    skos:broader humord:c01955 ;
    skos:inScheme humord: ;
    skos:prefLabel "(China in areas)"@en,
        "(Kina i områder)"@nb,
        "(Kina i område)"@nn .

humord:c01965 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01965" ;
    dct:modified "2025-06-23T14:51:25"^^xsd:dateTime ;
    skos:broader humord:c01955 ;
    skos:inScheme humord: ;
    skos:prefLabel "(China in provinces)"@en,
        "(Kina i provinser)"@nb,
        "(Kina i provinsar)"@nn .

humord:c02106 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02106" ;
    dct:modified "2025-02-14T13:59:35"^^xsd:dateTime ;
    skos:broader humord:c01809 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Asia by areas/regions)"@en,
        "(Asia i områder/regioner)"@nb,
        "(Asia i område/regionar)"@nn .

humord:c02150 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02150" ;
    dct:modified "2025-02-24T07:39:12"^^xsd:dateTime ;
    skos:altLabel "(elver i Asia)"@nn ;
    skos:broader humord:c01809 ;
    skos:inScheme humord: ;
    skos:prefLabel "(rivers in Asia)"@en,
        "(elver i Asia)"@nb,
        "(elvar i Asia)"@nn .

humord:c02154 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02154" ;
    dct:modified "2025-02-28T12:28:54"^^xsd:dateTime ;
    skos:altLabel "(elver i Europa)"@nn ;
    skos:broader humord:c02153 ;
    skos:inScheme humord: ;
    skos:prefLabel "(rivers in Europe)"@en,
        "(elver i Europa)"@nb,
        "(elvar i Europa)"@nn .

humord:c02157 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-08-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02157" ;
    dct:modified "2025-03-04T15:39:40"^^xsd:dateTime ;
    skos:broader humord:c02153 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Europe by countries)"@en,
        "(Europa i land)"@nb,
        "(Europa i land)"@nn .

humord:c02241 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02241" ;
    dct:modified "2025-03-13T07:52:18"^^xsd:dateTime ;
    skos:altLabel "(elver i Frankrike)"@nn ;
    skos:broader humord:c02240 ;
    skos:inScheme humord: ;
    skos:prefLabel "(rivers in France)"@en,
        "(elver i Frankrike)"@nb,
        "(elvar i Frankrike)"@nn .

humord:c02245 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02245" ;
    dct:modified "2025-03-13T07:55:00"^^xsd:dateTime ;
    skos:broader humord:c02240 ;
    skos:inScheme humord: ;
    skos:prefLabel "(France by landscapes/areas)"@en,
        "(Frankrike i landskap/områder)"@nb,
        "(Frankrike i landskap/område)"@nn .

humord:c02258 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02258" ;
    dct:modified "2025-03-13T07:51:48"^^xsd:dateTime ;
    skos:broader humord:c02240 ;
    skos:inScheme humord: ;
    skos:prefLabel "(France by regions)"@en,
        "(Frankrike i regioner)"@nb,
        "(Frankrike i regionar)"@nn .

humord:c02437 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02437" ;
    dct:modified "2025-03-18T07:58:47"^^xsd:dateTime ;
    skos:broader humord:c02436 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Italy in areas)"@en,
        "(Italia i områder)"@nb,
        "(Italia i område)"@nn .

humord:c02445 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02445" ;
    dct:modified "2025-03-18T07:59:06"^^xsd:dateTime ;
    skos:broader humord:c02436 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Italy in regions)"@en,
        "(Italia i regioner)"@nb,
        "(Italia i regionar)"@nn .

humord:c02606 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02606" ;
    dct:modified "2026-01-12T11:19:08"^^xsd:dateTime ;
    skos:altLabel "(elver i Noreg)"@nn ;
    skos:broader humord:c02605 ;
    skos:inScheme humord: ;
    skos:prefLabel "(rivers in Norway)"@en,
        "(elver i Norge)"@nb,
        "(elvar i Noreg)"@nn .

humord:c02611 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2017-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02611" ;
    dct:modified "2025-03-24T08:24:45"^^xsd:dateTime ;
    skos:broader humord:c02605 ;
    skos:inScheme humord: ;
    skos:prefLabel "(mountains in Norway)"@en,
        "(fjell i Norge)"@nb,
        "(fjell i Noreg)"@nn .

humord:c02613 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02613" ;
    dct:modified "2025-03-24T08:01:32"^^xsd:dateTime ;
    skos:broader humord:c02605 ;
    skos:inScheme humord: ;
    skos:prefLabel "(counties in Norway)"@en,
        "(Norge i fylker)"@nb,
        "(Noreg i fylke)"@nn .

humord:c03001 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03001" ;
    dct:modified "2026-01-12T11:20:08"^^xsd:dateTime ;
    skos:broader humord:c02605 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Norway by areas/regions)"@en,
        "(Norge i områder/regioner)"@nb,
        "(Noreg i område/regionar)"@nn .

humord:c03012 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03012" ;
    dct:modified "2026-01-12T11:21:04"^^xsd:dateTime ;
    skos:altLabel "(øyer i Noreg)"@nn ;
    skos:broader humord:c02605 ;
    skos:inScheme humord: ;
    skos:prefLabel "(islands in Norway)"@en,
        "(øyer i Norge)"@nb,
        "(øyar i Noreg)"@nn .

humord:c03282 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03282" ;
    dct:modified "2025-04-22T08:53:41"^^xsd:dateTime ;
    skos:broader humord:c03281 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Sweden by Counties)"@en,
        "(Sverige i len)"@nb,
        "(Sverige i len)"@nn .

humord:c03399 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03399" ;
    dct:modified "2025-02-14T13:58:00"^^xsd:dateTime ;
    skos:broader humord:c03281 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Sweden by areas/regions)"@en,
        "(Sverige i områder/regioner)"@nb,
        "(Sverige i område/regionar)"@nn .

humord:c03492 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03492" ;
    dct:modified "2025-04-22T12:46:43"^^xsd:dateTime ;
    skos:altLabel "(elver i Tyskland)"@nn ;
    skos:broader humord:c03491 ;
    skos:inScheme humord: ;
    skos:prefLabel "(rivers in Germany)"@en,
        "(elver i Tyskland)"@nb,
        "(elvar i Tyskland)"@nn .

humord:c03494 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03494" ;
    dct:modified "2025-04-22T12:37:05"^^xsd:dateTime ;
    skos:broader humord:c03491 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Germany by states)"@en,
        "(Tyskland i delstater)"@nb,
        "(Tyskland i delstatar)"@nn .

humord:c03608 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03608" ;
    dct:modified "2025-04-22T12:46:58"^^xsd:dateTime ;
    skos:broader humord:c03491 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Germany in landscapes/areas)"@en,
        "(Tyskland i landskap/områder)"@nb,
        "(Tyskland i landskap/område)"@nn .

humord:c03661 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03661" ;
    dct:modified "2025-02-14T13:57:22"^^xsd:dateTime ;
    skos:broader humord:c02153 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Europe by areas/regions)"@en,
        "(Europa i områder/regioner)"@nb,
        "(Europa i område/regionar)"@nn .

humord:c03708 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03708" ;
    dct:modified "2025-02-25T14:02:56"^^xsd:dateTime ;
    skos:broader humord:c02153 ;
    skos:inScheme humord: ;
    skos:prefLabel "(lakes in Europe)"@en,
        "(sjøer i Europa)"@nb,
        "(sjøar i Europa)"@nn .

humord:c03982 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03982" ;
    dct:modified "2025-10-01T09:50:47"^^xsd:dateTime ;
    skos:broader humord:c09522 ;
    skos:inScheme humord: ;
    skos:prefLabel "(history by wars)"@en,
        "(historie etter kriger)"@nb,
        "(historie etter krigar)"@nn .

humord:c04019 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04019" ;
    dct:modified "2024-12-18T08:49:24"^^xsd:dateTime ;
    skos:broader humord:c03954 ;
    skos:inScheme humord: ;
    skos:prefLabel "(history by revolts)"@en,
        "(historie etter opprør)"@nb,
        "(historie etter opprør)"@nn .

humord:c04031 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04031" ;
    dct:modified "2024-12-17T07:46:03"^^xsd:dateTime ;
    skos:broader humord:c03954 ;
    skos:inScheme humord: ;
    skos:prefLabel "(history by revolutions)"@en,
        "(historie etter revolusjoner)"@nb,
        "(historie etter revolusjoner)"@nn .

humord:c04132 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04132" ;
    dct:modified "2024-12-11T11:16:39"^^xsd:dateTime ;
    skos:broader humord:c03954 ;
    skos:inScheme humord: ;
    skos:prefLabel "(history by alliances, settlements and treaties)"@en,
        "(historie etter forbund, overenskomster, traktater)"@nb,
        "(historie etter forbund, overeinskomstar, traktatar)"@nn .

humord:c04144 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04144" ;
    dct:modified "2024-12-18T08:48:48"^^xsd:dateTime ;
    skos:broader humord:c03954 ;
    skos:inScheme humord: ;
    skos:prefLabel "(history by conflicts)"@en,
        "(historie etter konflikter)"@nb,
        "(historie etter konfliktar)"@nn .

humord:c04157 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04157" ;
    dct:modified "2024-12-16T10:47:18"^^xsd:dateTime ;
    skos:broader humord:c03954 ;
    skos:inScheme humord: ;
    skos:prefLabel "(history  by regimes)"@en,
        "(historie etter regimer)"@nb,
        "(historie etter regime)"@nn .

humord:c04166 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04166" ;
    dct:modified "2024-12-16T08:36:37"^^xsd:dateTime ;
    skos:broader humord:c03954 ;
    skos:inScheme humord: ;
    skos:prefLabel "(history by dissolutions of state or union)"@en,
        "(historie etter riks- eller unionsoppløsninger)"@nb,
        "(historie etter riks- eller unionsoppløysingar)"@nn .

humord:c04169 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04169" ;
    dct:modified "2024-12-16T08:30:02"^^xsd:dateTime ;
    skos:broader humord:c03954 ;
    skos:inScheme humord: ;
    skos:prefLabel "(history by unification)"@en,
        "(historie etter rikssamlinger)"@nb,
        "(historie etter rikssamlingar)"@nn .

humord:c04376 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04376" ;
    dct:modified "2025-01-06T09:48:12"^^xsd:dateTime ;
    skos:broader humord:c04369 ;
    skos:inScheme humord: ;
    skos:prefLabel "(boats by type)"@en,
        "(båter etter type)"@nb,
        "(båtar etter type)"@nn .

humord:c04390 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04390" ;
    dct:modified "2025-10-15T08:03:46"^^xsd:dateTime ;
    skos:broader humord:c04369 ;
    skos:inScheme humord: ;
    skos:prefLabel "(boats by parts)"@en,
        "(båter i deler)"@nb,
        "(båtar i delar)"@nn .

humord:c04583 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1996-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04583" ;
    dct:modified "2025-01-09T15:09:40"^^xsd:dateTime ;
    skos:broader humord:c04515 ;
    skos:inScheme humord: ;
    skos:prefLabel "(culture by type)"@en,
        "(kultur etter type)"@nb,
        "(kultur etter type)"@nn .

humord:c05055 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05055" ;
    dct:modified "2024-12-06T09:57:13"^^xsd:dateTime ;
    skos:broader humord:c04972 ;
    skos:inScheme humord: ;
    skos:prefLabel "(folk literature by language, nationality and ethnicity)"@en,
        "(folkediktning etter språk, nasjonalitet og etnisitet)"@nb,
        "(folkedikting etter språk, nasjonalitet og etnisitet)"@nn .

humord:c05205 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05205" ;
    dct:modified "2025-12-03T08:20:48"^^xsd:dateTime ;
    skos:broader humord:c05201 ;
    skos:inScheme humord: ;
    skos:prefLabel "(buildings by type)"@en,
        "(bygninger etter type)"@nb,
        "(bygningar etter type)"@nn .

humord:c05235 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05235" ;
    dct:modified "2026-01-07T11:02:41"^^xsd:dateTime ;
    skos:broader humord:c05260 ;
    skos:inScheme humord: ;
    skos:prefLabel "(churches in parts)"@en,
        "(kirker i deler)"@nb,
        "(kyrkjer i delar)"@nn .

humord:c05260 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05260" ;
    dct:modified "2026-01-07T11:13:20"^^xsd:dateTime ;
    skos:broader humord:c05201 ;
    skos:inScheme humord: ;
    skos:prefLabel "(buildings in parts)"@en,
        "(bygninger i deler)"@nb,
        "(bygningar i deler)"@nn .

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

humord:c05309 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05309" ;
    dct:modified "2025-11-27T12:25:56"^^xsd:dateTime ;
    skos:broader humord:c05184 ;
    skos:inScheme humord: ;
    skos:prefLabel "(architecture by material)"@en,
        "(arkitektur etter materiale)"@nb,
        "(arkitektur etter materiale)"@nn .

humord:c05311 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05311" ;
    dct:modified "2025-11-27T12:23:31"^^xsd:dateTime ;
    skos:broader humord:c05184 ;
    skos:inScheme humord: ;
    skos:prefLabel "(architecture by type)"@en,
        "(arkitektur etter type)"@nb,
        "(arkitektur etter type)"@nn .

humord:c05577 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05577" ;
    dct:modified "2025-09-03T08:27:22"^^xsd:dateTime ;
    skos:broader humord:c05542 ;
    skos:inScheme humord: ;
    skos:prefLabel "(theatre by form, function, context)"@en,
        "(teater etter form, funksjon, kontekst)"@nb,
        "(teater etter form, funksjon, kontekst)"@nn .

humord:c05617 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05617" ;
    dct:modified "2025-11-27T09:49:38"^^xsd:dateTime ;
    skos:broader humord:c05183 ;
    skos:inScheme humord: ;
    skos:prefLabel "(art by function, context, origin)"@en,
        "(kunst etter funksjon, kontekst, opphav)"@nb,
        "(kunst etter funksjon, kontekst, opphav)"@nn .

humord:c05679 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-12-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05679" ;
    dct:modified "2025-09-03T14:38:45"^^xsd:dateTime ;
    skos:broader humord:c05183 ;
    skos:inScheme humord: ;
    skos:prefLabel "(art by direction, style, angle)"@en,
        "(kunst etter retning, stil, synsvinkel)"@nb,
        "(kunst etter retning, stil, synsvinkel)"@nn .

humord:c05766 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05766" ;
    dct:modified "2025-07-24T09:58:30"^^xsd:dateTime ;
    skos:broader humord:c05743 ;
    skos:inScheme humord: ;
    skos:prefLabel "(phonetics by type)"@en,
        "(fonetikk etter type)"@nb,
        "(fonetikk etter type)"@nn .

humord:c05794 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05794" ;
    dct:modified "2025-07-24T07:53:26"^^xsd:dateTime ;
    skos:broader humord:c05767 ;
    skos:inScheme humord: ;
    skos:prefLabel "(phonology by type)"@en,
        "(fonologi etter type)"@nb,
        "(fonologi etter type)"@nn .

humord:c05911 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05911" ;
    dct:modified "2025-07-23T08:52:30"^^xsd:dateTime ;
    skos:broader humord:c05826 ;
    skos:inScheme humord: ;
    skos:prefLabel "(morphology by type)"@en,
        "(morfologi etter type)"@nb,
        "(morfologi etter type)"@nn .

humord:c05987 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05987" ;
    dct:modified "2025-07-22T14:41:32"^^xsd:dateTime ;
    skos:broader humord:c05962 ;
    skos:inScheme humord: ;
    skos:prefLabel "(verb by type)"@en,
        "(verb etter type)"@nb,
        "(verb etter type)"@nn .

humord:c06056 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06056" ;
    dct:modified "2025-07-25T14:25:04"^^xsd:dateTime ;
    skos:broader humord:c06041 ;
    skos:inScheme humord: ;
    skos:prefLabel "(semantics by type)"@en,
        "(semantikk etter type)"@nb,
        "(semantikk etter type)"@nn .

humord:c06146 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06146" ;
    dct:modified "2025-07-25T14:07:15"^^xsd:dateTime ;
    skos:broader humord:c06061 ;
    skos:inScheme humord: ;
    skos:prefLabel "(syntax by type)"@en,
        "(syntaks etter type)"@nb,
        "(syntaks etter type)"@nn .

humord:c06578 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06578" ;
    dct:modified "2025-10-14T15:38:41"^^xsd:dateTime ;
    skos:broader humord:c06478 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literary theory by type)"@en,
        "(litteraturteori etter type)"@nb,
        "(litteraturteori etter type)"@nn .

humord:c06793 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06793" ;
    dct:modified "2025-09-01T10:04:21"^^xsd:dateTime ;
    skos:broader humord:c06778 ;
    skos:inScheme humord: ;
    skos:prefLabel "(poetry by type)"@en,
        "(lyrikk etter type)"@nb,
        "(lyrikk etter type)"@nn .

humord:c06854 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1996-04-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06854" ;
    dct:modified "2025-08-27T08:13:13"^^xsd:dateTime ;
    skos:broader humord:c06829 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literary style or type)"@en,
        "(litterær stil etter type)"@nb,
        "(litterær stil etter type)"@nn .

humord:c06868 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06868" ;
    dct:modified "2025-08-26T07:40:59"^^xsd:dateTime ;
    skos:broader humord:c06452 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by language group/-family)"@en,
        "(litteratur etter språkgruppe/-familie)"@nb,
        "(litteratur etter språkgruppe/-familie)"@nn .

humord:c07034 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07034" ;
    dct:modified "2025-08-27T08:13:38"^^xsd:dateTime ;
    skos:broader humord:c06452 ;
    skos:inScheme humord: ;
    skos:prefLabel "(litteratur etter type)"@en,
        "(litteratur etter type)"@nb,
        "(literature by type)"@nn .

humord:c07170 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2017-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07170" ;
    dct:modified "2024-11-06T08:59:42"^^xsd:dateTime ;
    skos:broader humord:c07169 ;
    skos:inScheme humord: ;
    skos:prefLabel "(persons by age, sex and kinship)"@en,
        "(personer etter alder, kjønn og slektskap)"@nb,
        "(personar etter alder, kjønn og slektskap)"@nn .

humord:c07201 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-04-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07201" ;
    dct:modified "2024-11-01T14:17:08"^^xsd:dateTime ;
    skos:broader humord:c07169 ;
    skos:editorialNote "Trekke ut personer etter psykiske eller fysiske særtrekk? uheldig?? 2013-10-11/bsh"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(persons by social, economical or physical features or characteristics)"@en,
        "(personer etter sosiale, økonomiske og fysiske særtrekk eller egenskaper)"@nb,
        "(personar etter sosiale, økonomiske og fysiske særtrekk eller eigenskapar)"@nn .

humord:c07390 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07390" ;
    dct:modified "2024-11-01T14:15:41"^^xsd:dateTime ;
    skos:broader humord:c07169 ;
    skos:inScheme humord: ;
    skos:prefLabel "(persons by profession)"@en,
        "(personer etter yrke)"@nb,
        "(personar etter yrke)"@nn .

humord:c07552 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2014-10-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07552" ;
    dct:modified "2024-10-29T09:16:22"^^xsd:dateTime ;
    skos:broader humord:c27603 ;
    skos:inScheme humord: ;
    skos:prefLabel "(characters by type)"@en,
        "(skikkelser etter type)"@nb,
        "(skikkelsar etter type)"@nn .

humord:c07867 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07867" ;
    dct:modified "2025-05-07T19:58:50"^^xsd:dateTime ;
    skos:broader humord:c07798 ;
    skos:inScheme humord: ;
    skos:prefLabel "(economy by type)"@en,
        "(økonomi etter type)"@nb,
        "(økonomi etter type)"@nn .

humord:c08549 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08549" ;
    dct:modified "2025-10-15T08:07:45"^^xsd:dateTime ;
    skos:broader humord:c20886 ;
    skos:inScheme humord: ;
    skos:prefLabel "(religions by people, area)"@en,
        "(religioner etter folk, område)"@nb,
        "(religionar etter folk, område)"@nn .

humord:c08555 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08555" ;
    dct:modified "2025-10-15T08:11:16"^^xsd:dateTime ;
    skos:broader humord:c20886 ;
    skos:inScheme humord: ;
    skos:prefLabel "(religions by type)"@en,
        "(religioner etter type)"@nb,
        "(religionar etter type)"@nn .

humord:c09367 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME09367" ;
    dct:modified "2025-09-19T09:01:09"^^xsd:dateTime ;
    skos:broader humord:c09122 ;
    skos:inScheme humord: ;
    skos:prefLabel "(sociology by type)"@en,
        "(sosiologi etter type)"@nb,
        "(sosiologi etter type)"@nn .

humord:c09529 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME09529" ;
    dct:modified "2025-10-13T08:42:34"^^xsd:dateTime ;
    skos:broader humord:c09522 ;
    skos:inScheme humord: ;
    skos:prefLabel "(war by type)"@en,
        "(krig etter type)"@nb,
        "(krig etter type)"@nn .

humord:c09549 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME09549" ;
    dct:modified "2025-10-15T08:02:36"^^xsd:dateTime ;
    skos:broader humord:c09547 ;
    skos:inScheme humord: ;
    skos:prefLabel "(politics by type)"@en,
        "(politikk etter type)"@nb,
        "(politikk etter type)"@nn .

humord:c09806 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1997-03-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME09806" ;
    dct:modified "2024-10-28T07:50:29"^^xsd:dateTime ;
    skos:broader humord:c15161 ;
    skos:inScheme humord: ;
    skos:prefLabel "(language by user)"@en,
        "(språk etter bruker)"@nb,
        "(språk etter brukar)"@nn .

humord:c09965 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME09965" ;
    dct:modified "2025-10-17T08:00:33"^^xsd:dateTime ;
    skos:broader humord:c09959 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Fulfulde in dialects and variations"@en,
        "(fulfulde i dialekter og andre varianter)"@nb,
        "(fulfulde i dialekter og andre variantar)"@nn .

humord:c10067 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10067" ;
    dct:modified "2026-01-07T11:13:46"^^xsd:dateTime ;
    skos:broader humord:c10066 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Mandsju in dialects and variations)"@en,
        "(mandsju i dialekter og andre varianter)"@nb,
        "(mandsju i dialektar og andre variantar)"@nn .

humord:c10200 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10200" ;
    dct:modified "2024-10-23T08:22:58"^^xsd:dateTime ;
    skos:broader humord:c10199 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Tamil in dialects and variations)"@en,
        "(tamil i dialekter og andre varianter)"@nb,
        "(tamil i dialektar og andre variantar)"@nn .

humord:c10264 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10264" ;
    dct:modified "2024-10-29T08:45:23"^^xsd:dateTime ;
    skos:broader humord:c10259 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Norwegian in dialects and variations)"@en,
        "(norsk i dialekter og andre varianter)"@nb,
        "(norsk i dialektar og andre variantar)"@nn .

humord:c10286 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10286" ;
    dct:modified "2024-10-29T08:44:02"^^xsd:dateTime ;
    skos:broader humord:c10284 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Danish in dialects and variations)"@en,
        "(dansk i dialekter og andre varianter)"@nb,
        "(dansk i dialektar og andre variantar)"@nn .

humord:c10291 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10291" ;
    dct:modified "2024-10-29T08:36:15"^^xsd:dateTime ;
    skos:broader humord:c10288 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Swedish in dialects and variations)"@en,
        "(svensk i dialekter og andre varianter)"@nb,
        "(svensk i dialektar og andre variantar)"@nn .

humord:c10306 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10306" ;
    dct:modified "2026-01-07T11:10:27"^^xsd:dateTime ;
    skos:broader humord:c10297 ;
    skos:inScheme humord: ;
    skos:prefLabel "(English in dialects and variations)"@en,
        "(engelsk i dialekter og andre varianter)"@nb,
        "(engelsk i dialektar og andre variantar)"@nn .

humord:c10337 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10337" ;
    dct:modified "2025-10-23T13:39:53"^^xsd:dateTime ;
    skos:altLabel "(tysk i dialekter og andre variantar)"@nn ;
    skos:broader humord:c10318 ;
    skos:inScheme humord: ;
    skos:prefLabel "(German in dialects and variations)"@en,
        "(tysk i dialekter og andre varianter)"@nb,
        "(tysk i dialektar og andre variantar)"@nn .

humord:c10385 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10385" ;
    dct:modified "2026-01-07T11:07:21"^^xsd:dateTime ;
    skos:broader humord:c10384 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Hindi in dialects and variations)"@en,
        "(hindi i dialekter og andre varianter)"@nb,
        "(hindi i dialektar og andre variantar)"@nn .

humord:c10405 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10405" ;
    dct:modified "2026-01-07T11:07:40"^^xsd:dateTime ;
    skos:broader humord:c10403 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Rajasthani in dialects and variations)"@en,
        "(rajasthani i dialekter og andre varianter)"@nb,
        "(rajasthani i dialektar og andre variantar)"@nn .

humord:c10451 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10451" ;
    dct:modified "2026-01-07T11:11:57"^^xsd:dateTime ;
    skos:broader humord:c10448 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Persian in dialects and variations)"@en,
        "(persisk i dialekter og andre varianter)"@nb,
        "(persisk i dialektar og andre variantar)"@nn .

humord:c10494 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10494" ;
    dct:modified "2025-03-11T06:40:49"^^xsd:dateTime ;
    skos:altLabel "(oksitansk i dialekter og andre variantar)"@nn ;
    skos:broader humord:c10491 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Occitan in dialects and variations)"@en,
        "(oksitansk i dialekter og andre varianter)"@nb,
        "(oksitansk i dialektar og andre variantar)"@nn .

humord:c10507 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10507" ;
    dct:modified "2026-01-07T11:14:34"^^xsd:dateTime ;
    skos:broader humord:c10505 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Portugese in dialects and variations)"@en,
        "(portugisisk i dialekter og andre varianter)"@nb,
        "(portugisisk i dialektar og andre variantar)"@nn .

humord:c10520 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2010-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10520" ;
    dct:modified "2025-03-10T07:44:35"^^xsd:dateTime ;
    skos:broader humord:c10510 ;
    skos:editorialNote "Kastilianske dialekter i og utenfor Spania <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(Spanish in dialects and variations)"@en,
        "(spansk i dialekter og andre varianter)"@nb,
        "(spansk i dialektar og andre variantar)"@nn .

humord:c10548 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10548" ;
    dct:modified "2025-03-07T08:48:25"^^xsd:dateTime ;
    skos:broader humord:c10545 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Romanian in dialects and variations)"@en,
        "(rumensk i dialekter og andre varianter)"@nb,
        "(rumensk i dialektar og andre variantar)"@nn .

humord:c10562 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10562" ;
    dct:modified "2024-10-21T08:34:24"^^xsd:dateTime ;
    skos:broader humord:c10561 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Breton in dialects and variations)"@en,
        "(bretonsk i dialekter og andre varianter)"@nb,
        "(bretonsk i dialektar og andre variantar)"@nn .

humord:c10633 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10633" ;
    dct:modified "2025-10-23T15:36:27"^^xsd:dateTime ;
    skos:altLabel "(russisk i dialekter og andre variantar)"@nn ;
    skos:broader humord:c10631 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Russian in dialects and variations)"@en,
        "(russisk i dialekter og andre varianter)"@nb,
        "(russisk i dialektar og andre variantar)"@nn .

humord:c10657 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10657" ;
    dct:modified "2026-01-07T11:14:05"^^xsd:dateTime ;
    skos:broader humord:c10654 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Georgian in dialects and variations)"@en,
        "(georgisk i dialekter og andre varianter)"@nb,
        "(georgisk i dialektar og andre variantar)"@nn .

humord:c10681 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10681" ;
    dct:modified "2026-01-07T11:03:41"^^xsd:dateTime ;
    skos:broader humord:c10676 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Abkhaz in dialects and variations)"@en,
        "(abkhasisk i dialekter og andre varianter)"@nb,
        "(abkhasisk i dialektar og andre variantar)"@nn .

humord:c10702 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10702" ;
    dct:modified "2026-01-07T11:04:21"^^xsd:dateTime ;
    skos:broader humord:c10699 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Kabardian in dialects and variations)"@en,
        "(kabardinsk i dialekter og andre varianter)"@nb,
        "(kabardinsk i dialektar og andre variantar)"@nn .

humord:c10742 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10742" ;
    dct:modified "2026-01-07T11:04:40"^^xsd:dateTime ;
    skos:broader humord:c10739 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Dargwa in dialects and variations)"@en,
        "(dargva i dialekter og andre varianter)"@nb,
        "(dargva i dialektar og andre variantar)"@nn .

humord:c10757 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10757" ;
    dct:modified "2026-01-07T11:05:37"^^xsd:dateTime ;
    skos:broader humord:c10754 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Lezgi language in dialects and variations)"@en,
        "(lezgi språk i dialekter og andre varianter)"@nb,
        "(lezgi språk i dialektar og andre variantar)"@nn .

humord:c10789 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10789" ;
    dct:modified "2026-01-07T11:11:24"^^xsd:dateTime ;
    skos:broader humord:c10780 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Chinese in dialects and variations)"@en,
        "(kinesisk i dialekter og andre varianter)"@nb,
        "(kinesisk i dialektar og andre variantar)"@nn .

humord:c10834 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1997-03-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10834" ;
    dct:modified "2024-10-28T08:26:36"^^xsd:dateTime ;
    skos:broader humord:c15161 ;
    skos:inScheme humord: ;
    skos:prefLabel "(language by medium)"@en,
        "(språk etter medium)"@nb,
        "(språk etter medium)"@nn .

humord:c10848 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1997-03-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10848" ;
    dct:modified "2024-10-28T07:53:09"^^xsd:dateTime ;
    skos:broader humord:c15161 ;
    skos:inScheme humord: ;
    skos:prefLabel "(language by morphological structure)"@en,
        "(språk etter morfologisk struktur)"@nb,
        "(språk etter morfologisk struktur)"@nn .

humord:c10853 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10853" ;
    dct:modified "2025-04-07T17:52:52"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:inScheme humord: ;
    skos:prefLabel "(by American periods)"@en,
        "(inndelt i amerikanske perioder)"@nb,
        "(inndelt i amerikanske periodar)"@nn .

humord:c10855 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10855" ;
    dct:modified "2025-04-07T17:53:17"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:inScheme humord: ;
    skos:prefLabel "(by archaeological periods)"@en,
        "(inndelt i arkeologiske perioder)"@nb,
        "(inndelt i arkeologiske periodar)"@nn .

humord:c10873 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10873" ;
    dct:modified "2025-04-07T17:57:44"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:inScheme humord: ;
    skos:prefLabel "(by European periods)"@en,
        "(inndelt i europeiske perioder)"@nb,
        "(inndelt i europeiske periodar)"@nn .

humord:c10963 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10963" ;
    dct:modified "2025-04-07T17:58:11"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:inScheme humord: ;
    skos:prefLabel "(by geological periods)"@en,
        "(inndelt i geologiske perioder)"@nb,
        "(inndelt i geologiske periodar)"@nn .

humord:c10967 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME10967" ;
    dct:modified "2025-04-07T13:41:40"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:inScheme humord: ;
    skos:prefLabel "(by centuries)"@en,
        "(inndelt i hundreår)"@nb,
        "(inndelt i hundreår)"@nn .

humord:c11062 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME11062" ;
    dct:modified "2025-04-07T17:58:35"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:inScheme humord: ;
    skos:prefLabel "(by Indian periods)"@en,
        "(inndelt i indiske perioder)"@nb,
        "(inndelt i indiske periodar)"@nn .

humord:c11066 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME11066" ;
    dct:modified "2025-04-07T18:02:02"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:inScheme humord: ;
    skos:prefLabel "(by Japanese periods)"@en,
        "(inndelt i japanske perioder)"@nb,
        "(inndelt i japanske periodar)"@nn .

humord:c11082 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME11082" ;
    dct:modified "2025-04-07T18:03:52"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:inScheme humord: ;
    skos:prefLabel "(by Chinese periods)"@en,
        "(inndelt i kinesiske perioder)"@nb,
        "(inndelt i kinesiske perioder)"@nn .

humord:c11108 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2010-01-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME11108" ;
    dct:modified "2025-04-04T08:28:27"^^xsd:dateTime ;
    skos:altLabel "Tidsenheter"@nb,
        "Tidseiningar"@nn ;
    skos:broader humord:c10851 ;
    skos:inScheme humord: ;
    skos:prefLabel "(time divided in units)"@en,
        "(tid inndelt i enheter)"@nb,
        "(tid inndelt i einingar)"@nn .

humord:c11115 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2010-01-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME11115" ;
    dct:modified "2025-04-04T08:25:42"^^xsd:dateTime ;
    skos:broader humord:c10851 ;
    skos:inScheme humord: ;
    skos:prefLabel "(time divided in stadiums)"@en,
        "(tid inndelt i stadier)"@nb,
        "(tid inndelt i stadium)"@nn .

humord:c11450 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-04-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME11450" ;
    dct:modified "2025-10-15T08:29:37"^^xsd:dateTime ;
    skos:broader humord:c05418 ;
    skos:inScheme humord: ;
    skos:prefLabel "(movies by type)"@en,
        "(film etter type)"@nb,
        "(film etter type)"@nn .

humord:c11615 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-08-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME11615" ;
    dct:modified "2025-02-25T10:28:45"^^xsd:dateTime ;
    skos:altLabel "(tibetansk i dialekter og andre variantar)"@nn ;
    skos:broader humord:c10800 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Tibetan in dialects and variations)"@en,
        "(tibetansk i dialekter og andre varianter)"@nb,
        "(tibetansk i dialektar og andre variantar)"@nn .

humord:c11734 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME11734" ;
    dct:modified "2026-01-07T11:12:28"^^xsd:dateTime ;
    skos:broader humord:c10663 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Svan in dialects and variations)"@en,
        "(svanisk i dialekter og andre varianter)"@nb,
        "(svanisk i dialektar og andre variantar)"@nn .

humord:c11735 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME11735" ;
    dct:modified "2025-04-07T17:54:34"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:inScheme humord: ;
    skos:prefLabel "(by Egyptian periods)"@en,
        "(inndelt i egyptiske perioder)"@nb,
        "(inndelt i egyptiske periodar)"@nn .

humord:c11884 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-10-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME11884" ;
    dct:modified "2025-10-15T12:11:56"^^xsd:dateTime ;
    skos:broader humord:c07881 ;
    skos:inScheme humord: ;
    skos:prefLabel "(pedagogy by type)"@en,
        "(pedagogikk etter type)"@nb,
        "(pedagogikk etter type)"@nn .

humord:c13071 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2017-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME13071" ;
    dct:modified "2025-02-21T10:38:31"^^xsd:dateTime ;
    skos:altLabel "(elver i Kina)"@nn ;
    skos:broader humord:c01955 ;
    skos:inScheme humord: ;
    skos:prefLabel "(rivers in China)"@en,
        "(elver i Kina)"@nb,
        "(elvar i Kina)"@nn .

humord:c13579 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME13579" ;
    dct:modified "2025-02-28T15:05:34"^^xsd:dateTime ;
    skos:broader humord:c02174 ;
    skos:definition "Danmark var fra 1. mai 1970 inndelt i seksten amt. Ordningen ble avviklet 31. desember 2006 som en følge av kommunalreformen. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(counties in Denmark)"@en,
        "(Danmark i amt)"@nb,
        "(Danmark i amt)"@nn .

humord:c13580 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME13580" ;
    dct:modified "2025-02-28T14:21:59"^^xsd:dateTime ;
    skos:broader humord:c02174 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Denmark by areas/regions)"@en,
        "(Danmark i områder/regioner)"@nb,
        "(Danmark i område/eegionar)"@nn .

humord:c13731 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME13731" ;
    dct:modified "2025-02-14T14:29:26"^^xsd:dateTime ;
    skos:altLabel "(elver i USA)"@nn ;
    skos:broader humord:c01695 ;
    skos:inScheme humord: ;
    skos:prefLabel "(rivers i USA)"@en,
        "(elver i USA)"@nb,
        "(elvar i USA)"@nn .

humord:c13980 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1996-03-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME13980" ;
    dct:modified "2026-01-04T10:09:20"^^xsd:dateTime ;
    skos:broader humord:c05408 ;
    skos:inScheme humord: ;
    skos:prefLabel "(dance by type)"@en,
        "(dans etter type)"@nb,
        "(dans etter type)"@nn .

humord:c14086 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME14086" ;
    dct:modified "2025-04-15T08:24:36"^^xsd:dateTime ;
    skos:broader humord:c03121 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Spain by regions)"@en,
        "(Spania i regioner)"@nb,
        "(Spania i regionar)"@nn .

humord:c14328 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME14328" ;
    dct:modified "2025-04-04T09:15:07"^^xsd:dateTime ;
    skos:broader humord:c02605 ;
    skos:inScheme humord: ;
    skos:prefLabel "(lakes in Norway)"@en,
        "(sjøer i Norge)"@nb,
        "(sjøar i Noreg)"@nn .

humord:c14440 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1996-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME14440" ;
    dct:modified "2025-05-06T12:10:41"^^xsd:dateTime ;
    skos:broader humord:c07682 ;
    skos:inScheme humord: ;
    skos:prefLabel "(industry by type)"@en,
        "(industri etter type)"@nb,
        "(industri etter type)"@nn .

humord:c15321 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME15321" ;
    dct:modified "2025-02-04T07:32:27"^^xsd:dateTime ;
    skos:altLabel "(elvar i Afrika)"@nn ;
    skos:broader humord:c01540 ;
    skos:inScheme humord: ;
    skos:prefLabel "(rivers in Africa)"@en,
        "(elver i Afrika)"@nb,
        "(elver i Afrika)"@nn .

humord:c15552 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1997-08-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME15552" ;
    dct:modified "2025-10-14T15:38:25"^^xsd:dateTime ;
    skos:broader humord:c10228 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Armenian in dialects and variations)"@en,
        "(armensk i dialekter og andre varianter)"@nb,
        "(armensk i dialektar og andre variantar)"@nn .

humord:c15742 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-01-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME15742" ;
    dct:modified "2025-07-02T12:33:39"^^xsd:dateTime ;
    skos:broader humord:c00739 ;
    skos:editorialNote "Mål å få laget hierarkier der vi kan over tid. Nasjonale grupper og folkegrupper er blandet. 2015-01-12/bsh"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(ethnic and national groups by continents)"@en,
        "(folkegrupper etter verdensdeler)"@nb,
        "(folkegrupper etter verdsdeler)"@nn .

humord:c15743 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME15743" ;
    dct:modified "2025-06-25T12:41:19"^^xsd:dateTime ;
    skos:broader humord:c00739 ;
    skos:inScheme humord: ;
    skos:prefLabel "(ethnic and national groups by periods)"@en,
        "(folkegrupper etter tid)"@nb,
        "(folkegrupper etter tid)"@nn .

humord:c15918 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME15918" ;
    dct:modified "2025-04-13T15:43:43"^^xsd:dateTime ;
    skos:altLabel "(øyer i Russland)"@nn ;
    skos:broader humord:c03083 ;
    skos:inScheme humord: ;
    skos:prefLabel "(islands in Russia)"@en,
        "(øyer i Russland)"@nb,
        "(øyar i Russland)"@nn .

humord:c15921 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME15921" ;
    dct:modified "2025-08-15T12:12:05"^^xsd:dateTime ;
    skos:broader humord:c08202 ;
    skos:inScheme humord: ;
    skos:prefLabel "(plants by type)"@en,
        "(planter etter type)"@nb,
        "(plantar etter type)"@nn .

humord:c16387 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1998-06-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME16387" ;
    dct:modified "2026-01-07T11:06:04"^^xsd:dateTime ;
    skos:broader humord:c10666 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Laz in dialects and variations)"@en,
        "(lazisk i dialekter og andre varianter)"@nb,
        "(lazisk i dialektar og andre variantar)"@nn .

humord:c16401 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1998-06-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME16401" ;
    dct:modified "2025-09-05T11:31:14"^^xsd:dateTime ;
    skos:broader humord:c08228 ;
    skos:inScheme humord: ;
    skos:prefLabel "(animals by type)"@en,
        "(dyr etter type)"@nb,
        "(dyr etter type)"@nn .

humord:c16420 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1998-07-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME16420" ;
    dct:modified "2025-09-04T19:07:13"^^xsd:dateTime ;
    skos:broader humord:c08335 ;
    skos:inScheme humord: ;
    skos:prefLabel "(chemistry by type)"@en,
        "(kjemi etter type)"@nb,
        "(kjemi etter type)"@nn .

humord:c16618 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME16618" ;
    dct:modified "2025-10-15T08:34:14"^^xsd:dateTime ;
    skos:altLabel "(skolar etter tyoe)"@nn ;
    skos:broader humord:c16617 ;
    skos:inScheme humord: ;
    skos:prefLabel "(schools by type)"@en,
        "(skoler etter type)"@nb,
        "(skular etter type)"@nn .

humord:c16958 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME16958" ;
    dct:modified "2024-12-16T10:43:46"^^xsd:dateTime ;
    skos:broader humord:c03954 ;
    skos:inScheme humord: ;
    skos:prefLabel "(history by trials)"@en,
        "(historie etter rettsoppgjør)"@nb,
        "(historie etter rettsoppgjer)"@nn .

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

humord:c17308 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2007-06-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME17308" ;
    dct:modified "2025-10-15T13:54:43"^^xsd:dateTime ;
    skos:broader humord:c05490 ;
    skos:inScheme humord: ;
    skos:prefLabel "(music by type/form)"@en,
        "(musikk etter type/form)"@nb,
        "(musikk etter type/form)"@nn .

humord:c17655 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2000-05-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME17655" ;
    dct:modified "2025-04-25T08:02:29"^^xsd:dateTime ;
    skos:broader humord:c04912 ;
    skos:inScheme humord: ;
    skos:prefLabel "(food by type)"@en,
        "(mat etter type)"@nb,
        "(mat etter type)"@nn .

humord:c17708 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME17708" ;
    dct:modified "2025-03-18T07:58:14"^^xsd:dateTime ;
    skos:altLabel "(elver i Italia)"@nn ;
    skos:broader humord:c02436 ;
    skos:inScheme humord: ;
    skos:prefLabel "(rivers in Italy)"@en,
        "(elver i Italia)"@nb,
        "(elvar i Italia)"@nn .

humord:c17717 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2000-05-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME17717" ;
    dct:modified "2025-04-07T18:04:51"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:inScheme humord: ;
    skos:prefLabel "(by Korean periods)"@en,
        "(inndelt i koreanske perioder)"@nb,
        "(inndelt i koreanske periodar)"@nn .

humord:c18545 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2019-01-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18545" ;
    dct:modified "2025-02-21T14:47:35"^^xsd:dateTime ;
    skos:altLabel "(øyer i Japan)"@nn ;
    skos:broader humord:c01941 ;
    skos:inScheme humord: ;
    skos:prefLabel "(islands in Japan)"@en,
        "(øyer i Japan)"@nb,
        "(øyar i Japan)"@nn .

humord:c18572 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18572" ;
    dct:modified "2025-08-26T07:33:57"^^xsd:dateTime ;
    skos:broader humord:c06868 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by African languages)"@en,
        "(litteratur etter afrikanske språk)"@nb,
        "(litteratur etter afrikanske språk)"@nn .

humord:c18573 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18573" ;
    dct:modified "2025-08-26T07:34:21"^^xsd:dateTime ;
    skos:broader humord:c06868 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by Afro-asiatic languages)"@en,
        "(litteratur etter afroasiatiske språk)"@nb,
        "(litteratur etter afroasiatiske språk)"@nn .

humord:c18574 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18574" ;
    dct:modified "2025-08-26T07:34:32"^^xsd:dateTime ;
    skos:broader humord:c06868 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by Altai languages)"@en,
        "(litteratur etter altaiske språk)"@nb,
        "(litteratur etter altaiske språk)"@nn .

humord:c18575 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18575" ;
    dct:modified "2025-08-26T07:40:08"^^xsd:dateTime ;
    skos:broader humord:c06868 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by Caucasian languages)"@en,
        "(litteratur etter kaukasiske språk)"@nb,
        "(litteratur etter kaukasiske språk)"@nn .

humord:c18576 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18576" ;
    dct:modified "2025-08-26T07:39:23"^^xsd:dateTime ;
    skos:broader humord:c06868 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by Indo-European languages)"@en,
        "(litteratur etter indoeuropeiske språk)"@nb,
        "(litteratur etter indoeuropeiske språk)"@nn .

humord:c18577 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18577" ;
    dct:modified "2025-08-26T07:43:07"^^xsd:dateTime ;
    skos:broader humord:c06868 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by ungrouped languages)"@en,
        "(litteratur etter ugrupperte språk)"@nb,
        "(litteratur etter ugrupperte språk)"@nn .

humord:c18578 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18578" ;
    dct:modified "2025-08-26T07:41:55"^^xsd:dateTime ;
    skos:broader humord:c06868 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by Sino-Tibetan languages)"@en,
        "(litteratur etter sinotibetanske språk)"@nb,
        "(litteratur etter sinotibetanske språk)"@nn .

humord:c18579 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2012-07-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18579" ;
    dct:modified "2025-08-26T07:43:44"^^xsd:dateTime ;
    skos:broader humord:c06868 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by Uralic languages)"@en,
        "(litteratur etter uralske språk)"@nb,
        "(litteratur etter uralske språk)"@nn .

humord:c18580 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18580" ;
    dct:modified "2025-08-26T07:32:50"^^xsd:dateTime ;
    skos:broader humord:c06868 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by American languages)"@en,
        "(litteratur etter amerikanske språk)"@nb,
        "(litteratur etter amerikanske språk)"@nn .

humord:c18582 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2002-08-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18582" ;
    dct:modified "2025-08-26T07:36:17"^^xsd:dateTime ;
    skos:broader humord:c06868 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by Austronesian languages)"@en,
        "(litteratur etter austronesiske språk)"@nb,
        "(litteratur etter austronesiske språk)"@nn .

humord:c18583 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18583" ;
    dct:modified "2025-08-26T07:37:59"^^xsd:dateTime ;
    skos:broader humord:c06868 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by Dravidian languages)"@en,
        "(litteratur etter dravidiske språk)"@nb,
        "(litteratur etter dravidiske språk)"@nn .

humord:c18585 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME18585" ;
    dct:modified "2025-08-26T07:35:31"^^xsd:dateTime ;
    skos:broader humord:c06868 ;
    skos:inScheme humord: ;
    skos:prefLabel "(literature by Austroasiatic languages)"@en,
        "(litteratur etter austroasiatiske språk)"@nb,
        "(litteratur etter austroasiatiske språk)"@nn .

humord:c19484 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2004-05-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME19484" ;
    dct:modified "2024-12-09T12:24:41"^^xsd:dateTime ;
    skos:broader humord:c01433 ;
    skos:inScheme humord: ;
    skos:prefLabel "(sports by type)"@en,
        "(sport etter type)"@nb,
        "(sport etter type)"@nn .

humord:c19936 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME19936" ;
    dct:modified "2025-09-03T08:27:13"^^xsd:dateTime ;
    skos:broader humord:c05201 ;
    skos:inScheme humord: ;
    skos:prefLabel "(buildings by shape)"@en,
        "(bygninger etter form)"@nb,
        "(bygninger etter form)"@nn .

humord:c20252 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME20252" ;
    dct:modified "2024-12-13T08:16:19"^^xsd:dateTime ;
    skos:altLabel "(krosstog etter enkeltkrosstog)"@nn ;
    skos:broader humord:c03982 ;
    skos:editorialNote "Lukket bemerkning: ubo06"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(crusades by single crusades)"@en,
        "(korstog etter enkeltkorstog)"@nb,
        "(korstog etter enkeltkorstog)"@nn .

humord:c20505 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME20505" ;
    dct:modified "2024-12-13T10:11:29"^^xsd:dateTime ;
    skos:broader humord:c03954 ;
    skos:inScheme humord: ;
    skos:prefLabel "(history by massacres)"@en,
        "(historie etter massakrer)"@nb,
        "(historie etter massakrar)"@nn .

humord:c21048 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2010-05-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME21048" ;
    dct:modified "2025-10-15T14:51:17"^^xsd:dateTime ;
    skos:broader humord:c05418 ;
    skos:editorialNote "Lukket bemerkning: ubo10"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(film by direction, style, angle)"@en,
        "(film etter retning, stil, synsvinkel)"@nb,
        "(film etter retning, stil, synsvinkel)"@nn .

humord:c21849 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2011-05-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME21849" ;
    dct:modified "2025-09-09T13:03:17"^^xsd:dateTime ;
    skos:broader humord:c08192 ;
    skos:inScheme humord: ;
    skos:prefLabel "(biology by type)"@en,
        "(biologi etter type)"@nb,
        "(biologi etter type)"@nn .

humord:c22317 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME22317" ;
    dct:modified "2025-04-23T08:36:26"^^xsd:dateTime ;
    skos:broader humord:c07590 ;
    skos:inScheme humord: ;
    skos:prefLabel "(businesses by trade)"@en,
        "(bedrifter etter næring)"@nb,
        "(bedrifter etter næring)"@nn .

humord:c23956 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2011-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME23956" ;
    dct:modified "2025-01-06T13:27:41"^^xsd:dateTime ;
    skos:broader humord:c04317 ;
    skos:inScheme humord: ;
    skos:prefLabel "(power by type)"@en,
        "(kraft etter type)"@nb,
        "(kraft etter type)"@nn .

humord:c25523 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME25523" ;
    dct:modified "2025-04-22T12:36:50"^^xsd:dateTime ;
    skos:altLabel "(øyer i Tyskland)"@nn ;
    skos:broader humord:c03491 ;
    skos:editorialNote "Lukket bemerkning: ubo11"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(islands in Germany)"@en,
        "(øyer i Tyskland)"@nb,
        "(øyar i Tyskland)"@nn .

humord:c25760 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2014-09-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME25760" ;
    dct:modified "2025-09-11T10:41:51"^^xsd:dateTime ;
    skos:broader humord:c09091 ;
    skos:editorialNote "Lukket bemerkning: ubo12"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(journalism by type)"@en,
        "(journalistikk etter type)"@nb,
        "(journalistikk etter type)"@nn .

humord:c26023 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME26023" ;
    dct:modified "2024-12-16T08:28:32"^^xsd:dateTime ;
    skos:broader humord:c03954 ;
    skos:editorialNote "Lukket bemerkning: ubo12"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(history by terror attacks)"@en,
        "(historie etter terrorangrep)"@nb,
        "(historie etter terrorangrep)"@nn .

humord:c26869 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2013-08-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME26869" ;
    dct:modified "2025-10-17T08:01:05"^^xsd:dateTime ;
    skos:broader humord:c07966 ;
    skos:inScheme humord: ;
    skos:prefLabel "(universities by type)"@en,
        "(universiteter etter type)"@nb,
        "(universiteter etter type)"@nn .

humord:c27375 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2014-05-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME27375" ;
    dct:modified "2025-10-01T15:29:33"^^xsd:dateTime ;
    skos:broader humord:c09164 ;
    skos:inScheme humord: ;
    skos:prefLabel "(society by type)"@en,
        "(samfunn etter type)"@nb,
        "(samfunn etter type)"@nn .

humord:c27447 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2014-07-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME27447" ;
    dct:modified "2025-10-15T11:29:28"^^xsd:dateTime ;
    skos:broader humord:c07947 ;
    skos:editorialNote "Lukket bemerkning: ubo14"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(day-care centres by type)"@en,
        "(barnehager etter type)"@nb,
        "(barnehagar etter type"@nn .

humord:c27496 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME27496" ;
    dct:modified "2025-02-27T14:15:38"^^xsd:dateTime ;
    skos:altLabel "(elver på Ny-Guinea)"@nn ;
    skos:broader humord:c03734 ;
    skos:editorialNote "Lukket bemerkning: ubo14"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(rivers in New Guinea)"@en,
        "(elver på Ny-Guinea)"@nb,
        "(elvar på Ny-Guinea)"@nn .

humord:c27711 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2014-12-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME27711" ;
    dct:modified "2024-12-16T11:00:30"^^xsd:dateTime ;
    skos:broader humord:c03954 ;
    skos:editorialNote "Lukket bemerkning: ubo14"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(history by political events)"@en,
        "(historie etter politiske hendelser)"@nb,
        "(historie etter politiske hendingar"@nn .

humord:c27996 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-11-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME27996" ;
    dct:modified "2025-10-04T13:27:37"^^xsd:dateTime ;
    skos:broader humord:c08757 ;
    skos:editorialNote "Brukes om nivåer og grupperinger innen de enkelte religioner, de enkelte organisasjonene (koprporasjoner) skal i autoritetsregisteret."@nb,
        "Lukket bemerkning: ubo15"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(religious organizatons by single religions)"@en,
        "(religiøse organisasjoner etter enkeltreligioner)"@nb,
        "(religiøse organisasjonar etter enkeltreligioner)"@nn .

humord:c28028 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2016-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME28028" ;
    dct:modified "2025-04-13T11:13:31"^^xsd:dateTime ;
    skos:altLabel "(elvar i Polen)"@nn ;
    skos:broader humord:c03015 ;
    skos:editorialNote "Lukket bemerkning: ubo15"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(rivers in Poland)"@en,
        "(elver i Polen)"@nb,
        "(elver i Polen)"@nn .

humord:c28133 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-06-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME28133" ;
    dct:modified "2025-03-11T06:39:03"^^xsd:dateTime ;
    skos:altLabel "(katalansk i dialekter og andre variantar)"@nn ;
    skos:broader humord:c10503 ;
    skos:inScheme humord: ;
    skos:prefLabel "(Catalan in dialects and variations)"@en,
        "(katalansk i dialekter og andre varianter)"@nb,
        "(katalansk i dialektar og andre variantar)"@nn .

humord:c28168 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2015-06-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME28168" ;
    dct:modified "2025-09-16T07:50:23"^^xsd:dateTime ;
    skos:broader humord:c09161 ;
    skos:editorialNote "Lukket bemerkning: ubo15"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(profession by type)"@en,
        "(yrker etter type)"@nb,
        "(yrke etter type)"@nn .

humord:c28961 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2017-02-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME28961" ;
    dct:modified "2025-02-26T09:06:02"^^xsd:dateTime ;
    skos:broader humord:c02047 ;
    skos:editorialNote "Lukket bemerkning: ubo17"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(Pakistan in administrative units)"@en,
        "(Pakistan i administrative enheter)"@nb,
        "(Pakistan i administrative einigar)"@nn .

humord:c28979 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2017-03-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME28979" ;
    dct:modified "2025-02-25T09:36:28"^^xsd:dateTime ;
    skos:broader humord:c02080 ;
    skos:editorialNote "Lukket bemerkning: ubo17"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(Syria by governorates)"@en,
        "(Syria i guvernementer)"@nb,
        "(Syria i guvernementer)"@nn .

humord:c29277 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2017-05-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME29277" ;
    dct:modified "2025-02-04T07:33:09"^^xsd:dateTime ;
    skos:broader humord:c01540 ;
    skos:inScheme humord: ;
    skos:prefLabel "(lakes in Africa)"@en,
        "(sjøer i Afrika)"@nb,
        "(sjøar i Afrika)"@nn .

humord:c29279 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2017-05-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME29279" ;
    dct:modified "2025-02-13T10:08:27"^^xsd:dateTime ;
    skos:broader humord:c01799 ;
    skos:inScheme humord: ;
    skos:prefLabel "(lakes in South America)"@en,
        "(sjøer i Sør-Amerika)"@nb,
        "(sjøar i Sør-Amerika)"@nn .

humord:c29334 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2017-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME29334" ;
    dct:modified "2025-11-07T11:24:43"^^xsd:dateTime ;
    skos:broader humord:c25097 ;
    skos:inScheme humord: ;
    skos:prefLabel "(methods for personality development)"@en,
        "(metoder for personlighetsutvikling)"@nb,
        "(metodar for personlegdomsutvikling)"@nn .

humord:c58472 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2021-03-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME58472" ;
    dct:modified "2025-04-07T18:43:05"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:editorialNote "Lukket bemerkning: ubo20"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "(by Taiwanese periods)"@en,
        "(inndelt i taiwanske perioder)"@nb,
        "(inndelt i taiwanske periodar)"@nn .

humord:c59366 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME59366" ;
    dct:modified "2025-04-07T13:41:58"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:inScheme humord: ;
    skos:prefLabel "(by millenniums)"@en,
        "(inndelt i tusenår)"@nb,
        "(inndelt i tusenår)"@nn .

humord:c59560 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME59560" ;
    dct:modified "2025-04-07T18:42:40"^^xsd:dateTime ;
    skos:broader humord:c10852 ;
    skos:inScheme humord: ;
    skos:prefLabel "(by Sudanese periods)"@en,
        "(inndelt i sudanske perioder)"@nb,
        "(inndelt i sudanske periodar)"@nn .

humord:c69624 a isothes:ThesaurusArray,
        skos:Collection ;
    dct:created "2025-04-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME69624" ;
    dct:modified "2025-04-03T14:27:44"^^xsd:dateTime ;
    skos:broader humord:c11911 ;
    skos:inScheme humord: ;
    skos:prefLabel "(ecology by type)"@en,
        "(økologi etter type)"@nb,
        "(økologi etter type)"@nn .

humord:c00001 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00001" ;
    dct:modified "2023-11-29T15:27:10"^^xsd:dateTime ;
    skos:altLabel "Humanistiske fag"@nb,
        "Humanvitenskap"@nb ;
    skos:exactMatch realfagstermer:c007520,
        <http://dewey.info/class/001.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007520,
        <http://dewey.info/class/001.3/e23/>,
        <http://dewey.info/class/344.097/e23/>,
        <http://dewey.info/class/353.77/e23/> ;
    skos:prefLabel "Humanities"@en,
        "Humaniora"@nb,
        "Humaniora"@nn ;
    skos:relatedMatch <http://dewey.info/class/344.097/e23/>,
        <http://dewey.info/class/353.77/e23/> ;
    skos:topConceptOf humord: .

humord:c00005 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00005" ;
    dct:modified "2023-11-15T14:11:50"^^xsd:dateTime ;
    skos:altLabel "Archeology"@en ;
    skos:definition "Kulturen, livet og levemåten i eldre tider grunnet på utgravninger og funn i jorda <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004116,
        <http://dewey.info/class/1--09009/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004116,
        <http://dewey.info/class/1--09009/e23/>,
        <http://dewey.info/class/200.9009/e23/>,
        <http://dewey.info/class/344.094/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Archaeology"@en,
        "Arkeologi"@nb,
        "Arkeologi"@nn ;
    skos:related humord:c07406,
        humord:c12563 ;
    skos:relatedMatch <http://dewey.info/class/200.9009/e23/>,
        <http://dewey.info/class/344.094/e23/> ;
    skos:topConceptOf humord: .

humord:c00006 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00006" ;
    dct:modified "2024-04-17T10:16:44"^^xsd:dateTime ;
    skos:altLabel "Ancient monuments"@en,
        "Anicent relics"@en,
        "Fornminner"@nb,
        "Fornminne"@nn ;
    skos:broader humord:c00005 ;
    skos:exactMatch realfagstermer:c013867 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013867,
        <http://dewey.info/class/363.69/e23/>,
        <http://dewey.info/class/709.01/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Historical relics"@en,
        "Fortidsminner"@nb,
        "Fortidsminne"@nn ;
    skos:related humord:c04546,
        humord:c04581,
        humord:c12105 ;
    skos:relatedMatch <http://dewey.info/class/363.69/e23/>,
        <http://dewey.info/class/709.01/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00008 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00008" ;
    dct:modified "2024-11-21T09:19:48"^^xsd:dateTime ;
    skos:altLabel "Ancient sites"@en ;
    skos:broader humord:c00006 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/344.094/e23/>,
        <http://dewey.info/class/363.69/e23/>,
        <http://dewey.info/class/709.01/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Immovable antiquities"@en,
        "Faste fortidsminner"@nb,
        "Faste fortidsminne"@nn ;
    skos:relatedMatch <http://dewey.info/class/344.094/e23/>,
        <http://dewey.info/class/363.69/e23/>,
        <http://dewey.info/class/709.01/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00009 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00009" ;
    dct:modified "2024-11-21T09:19:23"^^xsd:dateTime ;
    skos:altLabel "Buplasser"@nn ;
    skos:broader humord:c00008 ;
    skos:exactMatch realfagstermer:c008160 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008160,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Settlements (Archaeological sites)"@en,
        "Boplasser"@nb,
        "Buplassar"@nn ;
    skos:related humord:c09034,
        humord:c09052,
        humord:c09054 ;
    skos:relatedMatch <http://dewey.info/class/930.1/e23/> .

humord:c00010 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-11-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00010" ;
    dct:modified "2024-09-17T15:27:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/623.1/e23/> ;
    skos:broader humord:c00009 ;
    skos:definition "Crannog er en befestet boplass anlagt i innsjø i Irland, Skottland og England <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/623.1/e23/>,
        <http://dewey.info/class/936.1/e23/> ;
    skos:prefLabel "Crannog"@en,
        "Crannog"@nb,
        "Crannog"@nn ;
    skos:related humord:c05291 ;
    skos:relatedMatch <http://dewey.info/class/936.1/e23/> .

humord:c00011 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00011" ;
    dct:modified "2025-03-28T12:59:15"^^xsd:dateTime ;
    skos:altLabel "Bohellere"@nb,
        "Buhellerar"@nn ;
    skos:broadMatch <http://dewey.info/class/551.447/e23/> ;
    skos:broader humord:c00009 ;
    skos:definition "Overheng under bergvegg eller liten hule hvor åpningen er større enn dybden. Heller har i stor grad vært brukt som boplass og som leger under fangst og fiske <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/551.447/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Rock shelter"@en,
        "Hellere"@nb,
        "Hellerar"@nn ;
    skos:relatedMatch <http://dewey.info/class/930.1/e23/> .

humord:c00012 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00012" ;
    dct:modified "2024-11-21T09:22:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/725.18/e23/> ;
    skos:broader humord:c00008 ;
    skos:closeMatch <http://dewey.info/class/623.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/623.1/e23/>,
        <http://dewey.info/class/725.18/e23/> ;
    skos:prefLabel "Hillforts"@en,
        "Bygdeborger"@nb,
        "Bygdeborgar"@nn ;
    skos:related humord:c05291,
        humord:c05293 .

humord:c00013 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00013" ;
    dct:modified "2024-11-21T09:24:24"^^xsd:dateTime ;
    skos:altLabel "Hunting pits"@en,
        "Dyregroper"@nb,
        "Fallgraver"@nb,
        "Fangstgraver"@nb,
        "Fangstgroper"@nb,
        "Dyregroper"@nn,
        "Fallgraver"@nn,
        "Fangstgraver"@nn,
        "Fangstgroper"@nn ;
    skos:broader humord:c00008 ;
    skos:exactMatch realfagstermer:c008853 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008853,
        <http://dewey.info/class/639.1/e23/> ;
    skos:prefLabel "Trapping pits"@en,
        "Dyregraver"@nb,
        "Dyregraver"@nn ;
    skos:relatedMatch <http://dewey.info/class/639.1/e23/> .

humord:c00014 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00014" ;
    dct:modified "2024-11-21T12:28:56"^^xsd:dateTime ;
    skos:altLabel "Burial grounds"@en,
        "Gravanlegg"@nb,
        "Gravfelt"@nb,
        "Nekropoler"@nb,
        "Gravanlegg"@nn,
        "Gravfelt"@nn,
        "Nekropolar"@nn ;
    skos:broader humord:c00008 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/726.8/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Cemeteries (Archaeology)"@en,
        "Gravplasser (Arkeologi)"@nb,
        "Gravplassar (Arkeologi)"@nn ;
    skos:related humord:c08415 ;
    skos:relatedMatch <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/726.8/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00018 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00018" ;
    dct:modified "2024-11-21T08:43:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/393.1/e23/> ;
    skos:broader humord:c00014 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/> ;
    skos:prefLabel "Graves"@en,
        "Graver"@nb,
        "Graver"@nn .

humord:c00019 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00019" ;
    dct:modified "2023-12-14T14:42:52"^^xsd:dateTime ;
    skos:altLabel "Ship graves"@en,
        "Skipsgraver"@nb ;
    skos:broadMatch <http://dewey.info/class/393.1/e23/> ;
    skos:broader humord:c00018 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/623.821/e23/> ;
    skos:prefLabel "Boat graves"@en,
        "Båtgraver"@nb,
        "Båtgraver"@nn ;
    skos:relatedMatch <http://dewey.info/class/623.821/e23/> .

humord:c00020 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00020" ;
    dct:modified "2025-07-28T13:16:17"^^xsd:dateTime ;
    skos:altLabel "Tumulus"@en,
        "Langhauger"@nb,
        "Rundhauger"@nb,
        "Langhaugar"@nn,
        "Rundhaugar"@nn ;
    skos:broader humord:c00014 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Burial mounds"@en,
        "Gravhauger"@nb,
        "Gravhaugar"@nn ;
    skos:related humord:c02623,
        humord:c69884 ;
    skos:relatedMatch <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00021 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-09-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00021" ;
    dct:modified "2026-01-14T12:55:20"^^xsd:dateTime ;
    skos:altLabel "Gardshauger"@nb ;
    skos:broader humord:c00020 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/936.843/e23/> ;
    skos:prefLabel "Farm mound"@en,
        "Gårdshauger"@nb,
        "Gardshaugar"@nn ;
    skos:relatedMatch <http://dewey.info/class/936.843/e23/> .

humord:c00022 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00022" ;
    dct:modified "2026-01-14T12:55:31"^^xsd:dateTime ;
    skos:altLabel "Grave cairns"@en,
        "Gravrøyser"@nb ;
    skos:broadMatch <http://dewey.info/class/393.1/e23/> ;
    skos:broader humord:c00014 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Burial cairns"@en,
        "Gravrøyser"@nb,
        "Gravrøysar"@nn ;
    skos:relatedMatch <http://dewey.info/class/930.1/e23/> .

humord:c00023 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00023" ;
    dct:modified "2026-03-09T09:07:23"^^xsd:dateTime ;
    skos:altLabel "Petroglyphs"@en,
        "Veideristninger"@nb,
        "Helleristningar"@nn,
        "Veideristingar"@nn,
        "Veideristningar"@nn ;
    skos:broadMatch <http://dewey.info/class/732.23/e23/> ;
    skos:broader humord:c00024 ;
    skos:definition "Helleristninger er bilder av mennesker, dyr, gjenstander og symboler av geometrisk eller mer abstrakt art som er hugd, skåret, slipt eller malt på bergflater, og av og til på løse steinblokker. Som regel finnes helleristningene på lokaliteter som ligger åpent i dagen, men mange forekomster – spesielt de malte – finnes også i huler eller under hellere. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007411 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007411,
        <http://dewey.info/class/732.23/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Rock carvings"@en,
        "Helleristninger"@nb,
        "Helleristingar"@nn ;
    skos:relatedMatch <http://dewey.info/class/930.1/e23/> .

humord:c00024 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00024" ;
    dct:modified "2025-03-27T15:01:09"^^xsd:dateTime ;
    skos:altLabel "Bergbilder"@nb,
        "Bergskurd"@nb,
        "Bergbilete"@nn,
        "Bergnbilde"@nn,
        "Bergskurd"@nn ;
    skos:broader humord:c00008 ;
    skos:exactMatch realfagstermer:c006106,
        <http://dewey.info/class/709.0113/e23/>,
        <http://dewey.info/class/732.23/e23/>,
        <http://dewey.info/class/759.0113/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006106,
        <http://dewey.info/class/709.0113/e23/>,
        <http://dewey.info/class/732.23/e23/>,
        <http://dewey.info/class/759.0113/e23/> ;
    skos:prefLabel "Rock art"@en,
        "Bergkunst"@nb,
        "Bergkunst"@nn .

humord:c00025 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00025" ;
    dct:modified "2024-10-08T15:42:55"^^xsd:dateTime ;
    skos:altLabel "Bergmalerier"@nb,
        "Hellemalerier"@nb,
        "Hellemaling"@nb,
        "Bergmåleri"@nn,
        "Hellemåleri"@nn,
        "Hellemåling"@nn ;
    skos:broader humord:c00024 ;
    skos:exactMatch <http://dewey.info/class/759.0113/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/759.0112/e23/>,
        <http://dewey.info/class/759.0113/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Cave paintings"@en,
        "Hulemalerier"@nb,
        "Hulemåleri"@nn ;
    skos:related humord:c05333 ;
    skos:relatedMatch <http://dewey.info/class/759.0112/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00028 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00028" ;
    dct:modified "2024-11-21T08:43:56"^^xsd:dateTime ;
    skos:altLabel "Hellegroper"@nb,
        "Hellegroper"@nn ;
    skos:broader humord:c15245 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/641.50936/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Cooking pits"@en,
        "Kokegroper"@nb,
        "Kokegroper"@nn ;
    skos:relatedMatch <http://dewey.info/class/641.50936/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00029 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00029" ;
    dct:modified "2024-11-21T12:29:53"^^xsd:dateTime ;
    skos:altLabel "Trojaborger"@nb,
        "Trojaborger"@nn ;
    skos:broader humord:c00008 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/717/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Labyrinths"@en,
        "Labyrinter"@nb,
        "Labyrintar"@nn ;
    skos:relatedMatch <http://dewey.info/class/717/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00031 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00031" ;
    dct:modified "2024-11-22T07:33:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/731.463/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:broader humord:c00008 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/731.463/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:prefLabel "Stone monuments"@en,
        "Steinmonumenter"@nb,
        "Steinmonument"@nn ;
    skos:related humord:c12105 .

humord:c00032 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00032" ;
    dct:modified "2024-11-21T08:41:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/732.8/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:broader humord:c00031 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/732.8/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:prefLabel "Obelisks"@en,
        "Obelisker"@nb,
        "Obeliskar"@nn .

humord:c00033 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00033" ;
    dct:modified "2024-11-21T08:41:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/736.5/e23/> ;
    skos:broader humord:c00031 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/429.11/e23/>,
        <http://dewey.info/class/439.50411/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:prefLabel "Rune stones"@en,
        "Runesteiner"@nb,
        "Runesteinar"@nn ;
    skos:related humord:c06293 ;
    skos:relatedMatch <http://dewey.info/class/429.11/e23/>,
        <http://dewey.info/class/439.50411/e23/> .

humord:c00034 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00034" ;
    dct:modified "2024-11-21T08:42:32"^^xsd:dateTime ;
    skos:altLabel "Stone drum"@en ;
    skos:broadMatch <http://dewey.info/class/731.463/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:broader humord:c00031 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/411.7/e23/>,
        <http://dewey.info/class/731.463/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:prefLabel "Stone drums"@en,
        "Steintrommer"@nb,
        "Steintrommer"@nn ;
    skos:relatedMatch <http://dewey.info/class/411.7/e23/> .

humord:c00035 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00035" ;
    dct:modified "2024-11-21T08:42:58"^^xsd:dateTime ;
    skos:altLabel "Stele"@en ;
    skos:broadMatch <http://dewey.info/class/736.5/e23/> ;
    skos:broader humord:c00031 ;
    skos:definition "Opprettstående flat minnestein <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/731.76/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:prefLabel "Steles"@en,
        "Steler"@nb,
        "Stelar"@nn ;
    skos:relatedMatch <http://dewey.info/class/731.76/e23/> .

humord:c00036 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00036" ;
    dct:modified "2026-06-25T08:42:16"^^xsd:dateTime ;
    skos:altLabel "Roman baths"@en,
        "Romerske bad"@nb,
        "Romerske bad"@nn ;
    skos:broader humord:c00008 ;
    skos:definition "Offentlige bad i Romerriket og antikkens Hellas <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/725.730937/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/725.730937/e23/> ;
    skos:prefLabel "Thermae"@en,
        "Termer"@nb,
        "Termar"@nn ;
    skos:related humord:c01400 .

humord:c00037 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00037" ;
    dct:modified "2025-10-14T15:39:32"^^xsd:dateTime ;
    skos:broader humord:c00006 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/344.094/e23/>,
        <http://dewey.info/class/363.69/e23/>,
        <http://dewey.info/class/709.01/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Portable antiquities"@en,
        "Løse fortidsminner"@nb,
        "Lause fortidsminne"@nn ;
    skos:relatedMatch <http://dewey.info/class/344.094/e23/>,
        <http://dewey.info/class/363.69/e23/>,
        <http://dewey.info/class/709.01/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00038 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00038" ;
    dct:modified "2024-11-21T09:21:34"^^xsd:dateTime ;
    skos:altLabel "Figure stones"@en,
        "Billedsteiner"@nb ;
    skos:broadMatch <http://dewey.info/class/736.5/e23/> ;
    skos:broader humord:c00037 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/736.5/e23/> ;
    skos:prefLabel "Picture stones"@en,
        "Bildesteiner"@nb,
        "Biletstenar"@nn .

humord:c00040 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00040" ;
    dct:modified "2024-11-21T12:30:10"^^xsd:dateTime ;
    skos:altLabel "Bryggesteiner"@nb,
        "Bryggesteinar"@nn ;
    skos:broader humord:c00037 ;
    skos:definition "Glødende stein som blir sluppet i kokekaret <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/641.509/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Cooking stones"@en,
        "Koksteiner"@nb,
        "Koksteinar"@nn ;
    skos:relatedMatch <http://dewey.info/class/641.509/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00041 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00041" ;
    dct:modified "2024-11-21T12:31:01"^^xsd:dateTime ;
    skos:broader humord:c00037 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Bog bodies"@en,
        "Moselik"@nb,
        "Moselik"@nn ;
    skos:related humord:c00070,
        humord:c00071 ;
    skos:relatedMatch <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00042 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00042" ;
    dct:modified "2024-11-22T07:32:43"^^xsd:dateTime ;
    skos:broader humord:c00037 ;
    skos:closeMatch <http://dewey.info/class/393.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.3/e23/>,
        <http://dewey.info/class/932/e23/> ;
    skos:prefLabel "Mummies"@en,
        "Mumier"@nb,
        "Mumiar"@nn ;
    skos:related humord:c00070 ;
    skos:relatedMatch <http://dewey.info/class/932/e23/> .

humord:c00043 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00043" ;
    dct:modified "2024-09-03T08:04:16"^^xsd:dateTime ;
    skos:altLabel "Artefacts (Archaeology)"@en,
        "Arkeologiske gjenstandar"@nn,
        "Arkeologiske gjenstander"@nn ;
    skos:broader humord:c00037,
        humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709/e23/>,
        <http://dewey.info/class/730/e23/>,
        <http://dewey.info/class/748/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Antiquities (Archaeology)"@en,
        "Oldsaker"@nb,
        "Oldsaker"@nn ;
    skos:relatedMatch <http://dewey.info/class/709/e23/>,
        <http://dewey.info/class/730/e23/>,
        <http://dewey.info/class/748/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00044 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00044" ;
    dct:modified "2025-04-03T12:39:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/739.278/e23/>,
        <http://dewey.info/class/745.5942/e23/> ;
    skos:broader humord:c00043 ;
    skos:definition "Fibula er en bøylenål, i sin enkleste form dannet av en elastisk metalltråd, bøyd slik at det på dens midte dannes en spiralvinding.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/739.278/e23/>,
        <http://dewey.info/class/745.5942/e23/> ;
    skos:prefLabel "Fibulae (Pins)"@en,
        "Fibulaer (Nåler)"@nb,
        "Fibula (Nåler)"@nn ;
    skos:related humord:c04772 .

humord:c00046 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00046" ;
    dct:modified "2025-01-13T08:55:15"^^xsd:dateTime ;
    skos:altLabel "Bronze cauldrons"@en ;
    skos:broadMatch <http://dewey.info/class/739.512/e23/> ;
    skos:broader humord:c04666 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/669.3/e23/>,
        <http://dewey.info/class/739.512/e23/> ;
    skos:prefLabel "Bronze vessels"@en,
        "Bronsekar"@nb,
        "Bronsekar"@nn ;
    skos:relatedMatch <http://dewey.info/class/669.3/e23/> .

humord:c00047 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00047" ;
    dct:modified "2025-01-13T08:57:56"^^xsd:dateTime ;
    skos:altLabel "Clay vessels"@en ;
    skos:broader humord:c04666 ;
    skos:closeMatch <http://dewey.info/class/738.38/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/666.3/e23/>,
        <http://dewey.info/class/738.38/e23/> ;
    skos:prefLabel "Clay pots"@en,
        "Leirkar"@nb,
        "Leirkar"@nn ;
    skos:relatedMatch <http://dewey.info/class/666.3/e23/> .

humord:c00048 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00048" ;
    dct:modified "2025-12-16T08:42:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/738.30937/e23/> ;
    skos:broader humord:c00047 ;
    skos:definition "Terra sigillata er romerske leirkar med verkstedets stempel <UBO,UBB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/666.3937/e23/>,
        <http://dewey.info/class/738.30937/e23/> ;
    skos:prefLabel "Terra sigillata"@en,
        "Terra sigillata"@nb,
        "Terra sigillata"@nn ;
    skos:related humord:c05474 ;
    skos:relatedMatch <http://dewey.info/class/666.3937/e23/> .

humord:c00049 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00049" ;
    dct:modified "2025-01-13T08:58:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/739.52/e23/> ;
    skos:broader humord:c04666 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/669.3/e23/>,
        <http://dewey.info/class/739.52/e23/> ;
    skos:prefLabel "Brass vessels"@en,
        "Messingkar"@nb,
        "Messingkar"@nn ;
    skos:relatedMatch <http://dewey.info/class/669.3/e23/> .

humord:c00050 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00050" ;
    dct:modified "2025-01-13T08:59:47"^^xsd:dateTime ;
    skos:altLabel "Silver cauldrons"@en,
        "Sylvkar"@nn ;
    skos:broadMatch <http://dewey.info/class/739.2384/e23/> ;
    skos:broader humord:c04666 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/739.2384/e23/> ;
    skos:prefLabel "Silver vessels"@en,
        "Sølvkar"@nb,
        "Sølvkar"@nn .

humord:c00052 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00052" ;
    dct:modified "2024-08-13T11:08:00"^^xsd:dateTime ;
    skos:altLabel "Amforaer"@nn ;
    skos:broadMatch <http://dewey.info/class/666.393/e23/>,
        <http://dewey.info/class/738.382/e23/> ;
    skos:broader humord:c28392 ;
    skos:editorialNote "Amfora er et tohanket kar. Hos antikkens grekere og romere var amfora et eggformet kar med innsvinget hals og vanligvis to kraftige hanker, forarbeidet av forskjellig materiale: bronse, sølv, stein, tre, glass, men oftest av leire. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/666.393/e23/>,
        <http://dewey.info/class/738.382/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Amphoras"@en,
        "Amforaer"@nb,
        "Amforaar"@nn ;
    skos:relatedMatch <http://dewey.info/class/930.1/e23/> .

humord:c00053 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00053" ;
    dct:modified "2025-01-13T08:52:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/666.3938/e23/>,
        <http://dewey.info/class/738.3820938/e23/> ;
    skos:broader humord:c28392 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/666.3938/e23/>,
        <http://dewey.info/class/738.3820938/e23/> ;
    skos:prefLabel "Greek vases"@en,
        "Greske vaser"@nb,
        "Greske vasar"@nn .

humord:c00055 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00055" ;
    dct:modified "2024-11-26T13:39:33"^^xsd:dateTime ;
    skos:altLabel "Ostracon"@en,
        "Ostraka"@en,
        "Ostrakon"@nb,
        "Ostrakon"@nn ;
    skos:broadMatch <http://dewey.info/class/091/e23/> ;
    skos:broader humord:c00154 ;
    skos:definition "Beskrevet potteskår fra oldtiden <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/091/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Ostraca"@en,
        "Ostraka"@nb,
        "Ostraka"@nn ;
    skos:related humord:c00099 ;
    skos:relatedMatch <http://dewey.info/class/930.1/e23/> .

humord:c00057 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00057" ;
    dct:modified "2024-11-26T13:34:32"^^xsd:dateTime ;
    skos:altLabel "Papyrus"@en,
        "Papyrus (Dokument)"@nb,
        "Papyrusruller"@nb,
        "Volumen"@nb,
        "Papyrar"@nn,
        "Papyrus (Dokument)"@nn,
        "Papyrusrullar"@nn,
        "Volumen"@nn ;
    skos:broadMatch <http://dewey.info/class/091/e23/> ;
    skos:broader humord:c00154 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/091/e23/>,
        <http://dewey.info/class/584.94/e23/>,
        <http://dewey.info/class/930/e23/> ;
    skos:prefLabel "Papyri"@en,
        "Papyri"@nb,
        "Papyrusar"@nn ;
    skos:related humord:c00099,
        humord:c08214 ;
    skos:relatedMatch <http://dewey.info/class/584.94/e23/>,
        <http://dewey.info/class/930/e23/> .

humord:c00059 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00059" ;
    dct:modified "2024-11-21T08:37:08"^^xsd:dateTime ;
    skos:altLabel "Statuettes"@en,
        "Figuriner"@nb,
        "Figurinar"@nn ;
    skos:broadMatch <http://dewey.info/class/666.68/e23/>,
        <http://dewey.info/class/736.224/e23/>,
        <http://dewey.info/class/738.82/e23/> ;
    skos:broader humord:c00043 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/666.68/e23/>,
        <http://dewey.info/class/736.224/e23/>,
        <http://dewey.info/class/738.82/e23/> ;
    skos:prefLabel "Figurines"@en,
        "Statuetter"@nb,
        "Statuettar"@nn .

humord:c00061 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00061" ;
    dct:modified "2024-11-21T07:52:47"^^xsd:dateTime ;
    skos:altLabel "Tanagrafigurer"@nb,
        "Tanagrafiguaer"@nn ;
    skos:broadMatch <http://dewey.info/class/738.820938/e23/> ;
    skos:broader humord:c00059 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/738.820938/e23/> ;
    skos:prefLabel "Tanagra figurines"@en,
        "Tanagrastatuetter"@nb,
        "Tanagrastatuettar"@nn .

humord:c00064 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00064" ;
    dct:modified "2025-01-05T19:44:35"^^xsd:dateTime ;
    skos:broader humord:c04376 ;
    skos:exactMatch <http://dewey.info/class/623.8210948/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/623.8210948/e23/> ;
    skos:prefLabel "Viking ships"@en,
        "Vikingskip"@nb,
        "Vikingskip"@nn .

humord:c00067 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00067" ;
    dct:modified "2025-03-26T08:20:47"^^xsd:dateTime ;
    skos:altLabel "Arkeologiske funn"@nb,
        "Oldtidsfunn"@nb,
        "Arkeologiske funn"@nn,
        "Oldtidsfunn"@nn ;
    skos:broader humord:c00005 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Finds"@en,
        "Funn"@nb,
        "Funn"@nn ;
    skos:relatedMatch <http://dewey.info/class/930.1/e23/> .

humord:c00068 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00068" ;
    dct:modified "2025-05-26T12:44:56"^^xsd:dateTime ;
    skos:altLabel "Offerfunn"@nb,
        "Votivfunn"@nb,
        "Offerfunn"@nn,
        "Votivfunn"@nn ;
    skos:broader humord:c00067 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/737.4/e23/>,
        <http://dewey.info/class/739/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Hoards"@en,
        "Depotfunn"@nb,
        "Depotfunn"@nn ;
    skos:relatedMatch <http://dewey.info/class/737.4/e23/>,
        <http://dewey.info/class/739/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00069 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00069" ;
    dct:modified "2024-11-25T21:27:02"^^xsd:dateTime ;
    skos:altLabel "Grave finds"@en,
        "Gravgaver"@nb,
        "Gravgåver"@nn ;
    skos:broader humord:c00067 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Grave goods"@en,
        "Gravfunn"@nb,
        "Gravfunn"@nn ;
    skos:relatedMatch <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00070 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00070" ;
    dct:modified "2024-11-25T21:27:33"^^xsd:dateTime ;
    skos:altLabel "Human remains (Archeology)"@en ;
    skos:broader humord:c00067 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/393.3/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Human remains (Archaeology)"@en,
        "Likfunn"@nb,
        "Likfunn"@nn ;
    skos:related humord:c00041,
        humord:c00042,
        humord:c59038 ;
    skos:relatedMatch <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/393.3/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00071 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00071" ;
    dct:modified "2024-11-25T21:28:27"^^xsd:dateTime ;
    skos:altLabel "Mosefunn"@nb,
        "Mosefunn"@nn ;
    skos:broader humord:c00067 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Bog finds"@en,
        "Myrfunn"@nb,
        "Myrfunn"@nn ;
    skos:related humord:c00041 ;
    skos:relatedMatch <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00073 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00073" ;
    dct:modified "2024-11-25T21:29:36"^^xsd:dateTime ;
    skos:altLabel "Skatter (Arkeologi)"@nb,
        "Skattar (Arkeologi)"@nn ;
    skos:broader humord:c00067 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/737.4/e23/>,
        <http://dewey.info/class/739.2/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Treasure hoards"@en,
        "Skattefunn"@nb,
        "Skattefunn"@nn ;
    skos:relatedMatch <http://dewey.info/class/737.4/e23/>,
        <http://dewey.info/class/739.2/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00075 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00075" ;
    dct:modified "2024-11-25T21:30:10"^^xsd:dateTime ;
    skos:broader humord:c00067 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/739.27/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Hoard of jewellery"@en,
        "Smykkefunn"@nb,
        "Smykkefunn"@nn ;
    skos:relatedMatch <http://dewey.info/class/739.27/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c00076 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2012-11-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00076" ;
    dct:modified "2024-11-22T08:31:30"^^xsd:dateTime ;
    skos:broader humord:c00005 ;
    skos:inScheme humord: ;
    skos:prefLabel "Cultures (Archaeology)"@en,
        "Kulturer (Arkeologi)"@nb,
        "Kulturar (Arkeologi)"@nn ;
    skos:related humord:c04515 .

humord:c00077 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-04-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00077" ;
    dct:modified "2024-08-14T13:51:36"^^xsd:dateTime ;
    skos:altLabel "Ananinokultur"@nb,
        "Ananinokultur"@nn ;
    skos:broadMatch <http://dewey.info/class/947.4501/e23/> ;
    skos:broader humord:c00076 ;
    skos:definition "Ananinokulturen er en arkeologisk kultur med navn etter funnsted i Russland <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/947.4501/e23/> ;
    skos:prefLabel "Ananyino culture"@en,
        "Ananinokulturen"@nb,
        "Ananinokulturen"@nn .

humord:c00078 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00078" ;
    dct:modified "2024-07-29T10:08:45"^^xsd:dateTime ;
    skos:altLabel "Aegean bronze age cultures"@en,
        "Greek bronze age"@en,
        "Aigeisk kultur"@nb,
        "Egeisk bronsealder"@nb,
        "Gresk bronsealder"@nb,
        "Aigeisk kultur"@nn,
        "Egeisk bronsealder"@nn,
        "Gresk bronsealder"@nn ;
    skos:broadMatch <http://dewey.info/class/938.01/e23/>,
        <http://dewey.info/class/939.101/e23/> ;
    skos:broader humord:c10918 ;
    skos:editorialNote "Brukes om perioden 3000 til 1200 f.Kr."@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--38/e23/>,
        <http://dewey.info/class/2--391/e23/>,
        <http://dewey.info/class/722.61/e23/>,
        <http://dewey.info/class/938.01/e23/>,
        <http://dewey.info/class/939.101/e23/> ;
    skos:prefLabel "Aegean bronze age"@en,
        "Egeisk kultur"@nb,
        "Egeisk kultur"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--38/e23/>,
        <http://dewey.info/class/2--391/e23/>,
        <http://dewey.info/class/722.61/e23/> .

humord:c00079 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00079" ;
    dct:modified "2024-11-22T13:20:09"^^xsd:dateTime ;
    skos:altLabel "Hallstattkultur"@nb,
        "Hallstattkultur"@nn ;
    skos:broadMatch <http://dewey.info/class/936.0156/e23/> ;
    skos:broader humord:c00076 ;
    skos:definition "Forhistorisk kultur i Europa, ca 700 - 500 f.Kr. <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.156/e23/>,
        <http://dewey.info/class/936.0156/e23/> ;
    skos:prefLabel "Hallstat culture"@en,
        "Hallstattkulturen"@nb,
        "Hallstattkulturen"@nn ;
    skos:related humord:c10858,
        humord:c10860 ;
    skos:relatedMatch <http://dewey.info/class/930.156/e23/> .

humord:c00080 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00080" ;
    dct:modified "2024-11-22T13:21:22"^^xsd:dateTime ;
    skos:altLabel "Hohokamkultur"@nb,
        "Hohokamkultur"@nn ;
    skos:broadMatch <http://dewey.info/class/976.01/e23/> ;
    skos:broader humord:c00076 ;
    skos:definition "Forhistorisk indianerkultur i Nord-Amerika <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/976.01/e23/> ;
    skos:prefLabel "Hohokam"@en,
        "Hohokamkulturen"@nb,
        "Hohokamkulturen"@nn .

humord:c00081 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00081" ;
    dct:modified "2024-11-22T13:20:28"^^xsd:dateTime ;
    skos:altLabel "Induskultur"@nb,
        "Induskultur"@nn ;
    skos:broadMatch <http://dewey.info/class/934.01/e23/> ;
    skos:broader humord:c00076 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/934.01/e23/> ;
    skos:prefLabel "Indus culture"@en,
        "Induskulturen"@nb,
        "Induskulturen"@nn ;
    skos:related humord:c02053 .

humord:c00082 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00082" ;
    dct:modified "2024-11-22T13:22:38"^^xsd:dateTime ;
    skos:altLabel "Hunter and gatherer"@en,
        "Hunter-gatherer"@en,
        "Hunter-gatherers"@en,
        "Hunting and gathering societies"@en,
        "Jegere og samlere"@nb,
        "Sankere"@nb,
        "Sankere og jegere"@nb,
        "Jegerar og samlarar"@nn,
        "Sankarar"@nn,
        "Sankarar og jegerar"@nn ;
    skos:broader humord:c00076 ;
    skos:closeMatch <http://dewey.info/class/306.364/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.364/e23/> ;
    skos:prefLabel "Hunters and gatherers"@en,
        "Jegere og sankere"@nb,
        "Jegerar og sankarar"@nn ;
    skos:related humord:c29867 .

humord:c00084 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-06-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00084" ;
    dct:modified "2024-11-22T13:37:40"^^xsd:dateTime ;
    skos:altLabel "Lausitz culture"@en,
        "Lausitzkultur"@nb,
        "Lausitzkultur"@nn ;
    skos:broadMatch <http://dewey.info/class/936.30156/e23/>,
        <http://dewey.info/class/936.3016/e23/> ;
    skos:broader humord:c00076 ;
    skos:definition "Fellesbetegnelse for den østlige urnegravplass-tradisjonen i yngre bronsealder med hovedområde i Ober- og Nieder-Lausitz i Tyskland <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/936.30156/e23/>,
        <http://dewey.info/class/936.3016/e23/> ;
    skos:prefLabel "Lusatian culture"@en,
        "Lausitzkulturen"@nb,
        "Lausitzkulturen"@nn ;
    skos:related humord:c10856,
        humord:c15350 .

humord:c00085 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-06-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00085" ;
    dct:modified "2024-11-22T13:49:21"^^xsd:dateTime ;
    skos:altLabel "Magdalenienkultur"@nb,
        "Magdalenienkultur"@nn ;
    skos:broadMatch <http://dewey.info/class/936.0128/e23/> ;
    skos:broader humord:c00076 ;
    skos:definition "Kultur fra paleolittisk tid oppkalt etter funnstedet La Madeleine i Frankrike <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.128/e23/>,
        <http://dewey.info/class/936.0128/e23/> ;
    skos:prefLabel "Magdalenian culture"@en,
        "Magdalenienkulturen"@nb,
        "Magdalenienkulturen"@nn ;
    skos:related humord:c10965 ;
    skos:relatedMatch <http://dewey.info/class/930.128/e23/> .

humord:c00086 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-06-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00086" ;
    dct:modified "2024-11-22T13:49:40"^^xsd:dateTime ;
    skos:altLabel "Megalittkultur"@nb,
        "Megalittkultur"@nn ;
    skos:broadMatch <http://dewey.info/class/930.14/e23/>,
        <http://dewey.info/class/930.15/e23/>,
        <http://dewey.info/class/936.01/e23/> ;
    skos:broader humord:c00076 ;
    skos:definition "Yngre steinalderkulturer i Vesteuropa og Norden som brukte store steinmonumenter <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.14/e23/>,
        <http://dewey.info/class/930.15/e23/>,
        <http://dewey.info/class/936.01/e23/> ;
    skos:prefLabel "Megalith culture"@en,
        "Megalittkulturen"@nb,
        "Megalittkulturen"@nn .

humord:c00087 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00087" ;
    dct:modified "2024-11-22T13:57:36"^^xsd:dateTime ;
    skos:altLabel "Przeworskkultur"@nb,
        "Przeworskkultur"@nn ;
    skos:broadMatch <http://dewey.info/class/943.85022/e23/> ;
    skos:broader humord:c00076 ;
    skos:definition "Kulturgruppe i Sør-Polen, 1.årh.f.Kr. - 4.årh.e.Kr. <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/943.85022/e23/> ;
    skos:prefLabel "Przeworsk culture"@en,
        "Przeworskkulturen"@nb,
        "Przeworskkulturen"@nn .

humord:c00088 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00088" ;
    dct:modified "2024-11-22T14:10:15"^^xsd:dateTime ;
    skos:altLabel "Urnemarkskultur"@nb,
        "Urnemarkskultur"@nn ;
    skos:broadMatch <http://dewey.info/class/936.01/e23/>,
        <http://dewey.info/class/936.02/e23/> ;
    skos:broader humord:c00076 ;
    skos:definition "Europeisk kulturgruppe i perioden 1300 - 700 f.Kr. som har branngravskikken  felles <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/936.01/e23/>,
        <http://dewey.info/class/936.02/e23/> ;
    skos:prefLabel "Urnfield culture"@en,
        "Urnemarkskulturen"@nb,
        "Urnemarkskulturen"@nn ;
    skos:related humord:c10856 .

humord:c00089 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-08-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00089" ;
    dct:modified "2024-11-25T21:22:53"^^xsd:dateTime ;
    skos:altLabel "Wear marks"@en ;
    skos:broader humord:c11703 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.10285/e23/> ;
    skos:prefLabel "Microwear"@en,
        "Slitespor"@nb,
        "Slitespor"@nn ;
    skos:relatedMatch <http://dewey.info/class/930.10285/e23/> .

humord:c00090 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00090" ;
    dct:modified "2024-11-25T21:21:31"^^xsd:dateTime ;
    skos:broader humord:c00005 ;
    skos:inScheme humord: ;
    skos:prefLabel "Theory, subject, discipline (Archaeology)"@en,
        "Teori, fag, disiplin (Arkeologi)"@nb,
        "Teori, fag, disiplin (Arkeologi)"@nn ;
    skos:related humord:c06289 .

humord:c00091 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-04-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00091" ;
    dct:modified "2024-10-09T10:27:05"^^xsd:dateTime ;
    skos:altLabel "Tidfesting (Arkeologi)"@nb,
        "Tidfesting (Arkeologi)"@nn ;
    skos:broadMatch <http://dewey.info/class/930.10285/e23/> ;
    skos:broader humord:c00090 ;
    skos:definition "Datering er aldersbestemmelse. Innen arkeologi kan datering forstås som tidfesting av en gjenstand eller struktur for å konstruere en kronologi, eller en tidsrekkefølge. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.10285/e23/> ;
    skos:prefLabel "Dating (Archaeology)"@en,
        "Datering (Arkeologi)"@nb,
        "Datering (Arkeologi)"@nn .

humord:c00092 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00092" ;
    dct:modified "2024-10-09T10:25:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/930.10285/e23/> ;
    skos:broader humord:c00091 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.10285/e23/> ;
    skos:prefLabel "Dating technique"@en,
        "Dateringsteknikk"@nb,
        "Dateringsteknikk"@nn .

humord:c00093 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00093" ;
    dct:modified "2025-05-27T12:23:20"^^xsd:dateTime ;
    skos:altLabel "Carbon-14 dating"@en,
        "Radiocarbon dating"@en,
        "14C"@nb,
        "14C-datering"@nb,
        "C-14"@nb,
        "C-14-datering"@nb,
        "C14"@nb,
        "C14-metoden"@nb,
        "Karbon 14-datering"@nb,
        "Karbondatering"@nb,
        "Radiokarbon-datering"@nb,
        "Radiokarbondatering"@nb,
        "14C"@nn,
        "14C-datering"@nn,
        "C-14"@nn,
        "C-14-datering"@nn,
        "C14"@nn,
        "C14-metoden"@nn,
        "Karbon 14-datering"@nn,
        "Karbondatering"@nn,
        "Radiokarbon-datering"@nn,
        "Radiokarbondatering"@nn ;
    skos:broadMatch <http://dewey.info/class/551.701/e23/>,
        <http://dewey.info/class/930.10285/e23/> ;
    skos:broader humord:c00092 ;
    skos:definition "C-14-datering, også kalt radiokarbon-datering, er en dateringsmetode som bruker den radioaktive nedbrytningen av karbon-isotopen 14C til å bestemme alderen på et funn. Dette er den viktigste dateringsmetoden for arkeologiske, geologiske, botaniske og zoologiske funn som er yngre enn cirka 50 000 år. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c003929 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003929,
        <http://dewey.info/class/551.701/e23/>,
        <http://dewey.info/class/930.10285/e23/> ;
    skos:prefLabel "Carbon dating"@en,
        "C14-datering"@nb,
        "C14-datering"@nn .

humord:c00095 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00095" ;
    dct:modified "2024-12-09T14:12:10"^^xsd:dateTime ;
    skos:altLabel "Treringdatering"@nn,
        "Årringdatering"@nn ;
    skos:broadMatch <http://dewey.info/class/930.10285/e23/> ;
    skos:broader humord:c00092 ;
    skos:definition "Datering ved hjelp av årringer i trær <UBO>"@nb ;
    skos:exactMatch realfagstermer:c004588 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004588,
        <http://dewey.info/class/582.16/e23/>,
        <http://dewey.info/class/930.10285/e23/> ;
    skos:prefLabel "Dendrochronology"@en,
        "Dendrokronologi"@nb,
        "Dendrokronologi"@nn ;
    skos:related humord:c69260 ;
    skos:relatedMatch <http://dewey.info/class/582.16/e23/> .

humord:c00096 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00096" ;
    dct:modified "2024-05-14T14:29:11"^^xsd:dateTime ;
    skos:altLabel "Pollenundersøkelser"@nb,
        "Pollenundersøkingar"@nn ;
    skos:broadMatch <http://dewey.info/class/930.10285/e23/> ;
    skos:broader humord:c00092 ;
    skos:definition "Pollenanalyse er undersøkelse av pollen og sporer i blant annet avsetninger som torv og leire, eller i luft. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c010592 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010592,
        <http://dewey.info/class/571.8452/e23/>,
        <http://dewey.info/class/930.10285/e23/> ;
    skos:prefLabel "Pollen analyses"@en,
        "Pollenanalyse"@nb,
        "Pollenanalyse"@nn ;
    skos:related humord:c59058 ;
    skos:relatedMatch <http://dewey.info/class/571.8452/e23/> .

humord:c00097 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00097" ;
    dct:modified "2024-11-25T21:20:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/900/e23/> ;
    skos:broader humord:c00090 ;
    skos:exactMatch <http://dewey.info/class/609.009/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.09/e23/>,
        <http://dewey.info/class/609.009/e23/>,
        <http://dewey.info/class/900/e23/> ;
    skos:prefLabel "Industrial archaeolog"@en,
        "Industriell arkeologi"@nb,
        "Industriell arkeologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/338.09/e23/> .

humord:c00098 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-08-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00098" ;
    dct:modified "2025-06-06T13:08:30"^^xsd:dateTime ;
    skos:altLabel "Skjelettanalyser"@nb,
        "Skjelettanalysar"@nn ;
    skos:broader humord:c11690 ;
    skos:closeMatch realfagstermer:c013307,
        <http://dewey.info/class/573.76/e23/> ;
    skos:definition "Læren om virveldyrs skjelett <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c001169 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001169,
        realfagstermer:c013307,
        <http://dewey.info/class/573.76/e23/>,
        <http://dewey.info/class/599.94/e23/> ;
    skos:prefLabel "Osteology"@en,
        "Osteologi"@nb,
        "Osteologi"@nn ;
    skos:related humord:c08355 ;
    skos:relatedMatch <http://dewey.info/class/599.94/e23/> .

humord:c00099 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-08-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00099" ;
    dct:modified "2025-01-10T07:42:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/091/e23/>,
        <http://dewey.info/class/930/e23/> ;
    skos:broader humord:c04475 ;
    skos:definition "Vitenskapen om tyding og tolking av tekster skrevet på papyrus. Omfatter også lignende dokumenter på potteskår (ostraka), pergament, tre- og vokstavler <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/091/e23/>,
        <http://dewey.info/class/930/e23/> ;
    skos:prefLabel "Papyrology"@en,
        "Papyrologi"@nb,
        "Papyrologi"@nn ;
    skos:related humord:c00055,
        humord:c00057 .

humord:c00100 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00100" ;
    dct:modified "2024-11-25T21:22:07"^^xsd:dateTime ;
    skos:altLabel "Utgravingsteknikk"@nb ;
    skos:broadMatch <http://dewey.info/class/930.10283/e23/> ;
    skos:broader humord:c00090 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.10283/e23/> ;
    skos:prefLabel "Excavation techniques"@en,
        "Utgravningsteknikk"@nb,
        "Utgravingsteknikk"@nn .

humord:c00103 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00103" ;
    dct:modified "2024-11-22T07:38:06"^^xsd:dateTime ;
    skos:altLabel "Experimental archeology"@en ;
    skos:broadMatch <http://dewey.info/class/930.1028/e23/> ;
    skos:broader humord:c00102 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.1028/e23/> ;
    skos:prefLabel "Experimental archaeology"@en,
        "Eksperimentell arkeologi"@nb,
        "Eksperimentell arkeologi"@nn .

humord:c00104 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00104" ;
    dct:modified "2025-04-04T13:42:15"^^xsd:dateTime ;
    skos:altLabel "Gjenskaping"@nb,
        "Attskaping"@nn,
        "Gjenskaping"@nn ;
    skos:broadMatch <http://dewey.info/class/702.88/e23/> ;
    skos:broader humord:c00103 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/702.88/e23/>,
        <http://dewey.info/class/720.288/e23/>,
        <http://dewey.info/class/930.1028/e23/> ;
    skos:prefLabel "Reconstruction"@en,
        "Rekonstruksjon"@nb,
        "Rekonstruksjon"@nn ;
    skos:related humord:c05403 ;
    skos:relatedMatch <http://dewey.info/class/720.288/e23/>,
        <http://dewey.info/class/930.1028/e23/> .

humord:c00105 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00105" ;
    dct:modified "2024-11-22T07:38:21"^^xsd:dateTime ;
    skos:altLabel "Ethnoarcheology"@en ;
    skos:broadMatch <http://dewey.info/class/930.1/e23/> ;
    skos:broader humord:c00102 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Ethnoarchaeology"@en,
        "Etnoarkeologi"@nb,
        "Etnoarkeologi"@nn .

humord:c00106 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00106" ;
    dct:modified "2024-11-22T07:39:46"^^xsd:dateTime ;
    skos:altLabel "Historical archeology"@en ;
    skos:broadMatch <http://dewey.info/class/930.1/e23/> ;
    skos:broader humord:c00102 ;
    skos:definition "Studiet av arkeologiske spor fra historisk tid <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Historical archaeology"@en,
        "Historisk arkeologi"@nb,
        "Historisk arkeologi"@nn .

humord:c00107 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00107" ;
    dct:modified "2024-11-22T07:41:33"^^xsd:dateTime ;
    skos:altLabel "Spatial archeology"@en ;
    skos:broadMatch <http://dewey.info/class/930.1/e23/> ;
    skos:broader humord:c00102 ;
    skos:definition "Arkeologiske forhold som gjelder tid og rom <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/910.285/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Spatial archaeology"@en,
        "Spatial arkeologi"@nb,
        "Spatial arkeologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/910.285/e23/> .

humord:c00109 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00109" ;
    dct:modified "2025-05-20T08:30:03"^^xsd:dateTime ;
    skos:altLabel "Maritime archaeology"@en,
        "Maritime archeology"@en,
        "Underwater archeology"@en,
        "Marinarkeologi"@nb,
        "Maritim arkeologi"@nb,
        "Marinarkeologi"@nn,
        "Maritim arkeologi"@nn ;
    skos:broader humord:c00102 ;
    skos:closeMatch realfagstermer:c004263 ;
    skos:exactMatch <http://dewey.info/class/930.102804/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004263,
        <http://dewey.info/class/930.102804/e23/> ;
    skos:prefLabel "Underwater archaeology"@en,
        "Undervannsarkeologi"@nb,
        "Undervasssarkeologi"@nn .

humord:c00111 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00111" ;
    dct:modified "2024-11-27T15:19:35"^^xsd:dateTime ;
    skos:altLabel "Bibliothecography"@en,
        "Library and information science"@en,
        "Library economy"@en,
        "Bibliotekfaget"@nb,
        "Bibliotekforskning"@nb,
        "Bibliotekkunnskap"@nb,
        "Bibliotekforsking"@nn,
        "Bibliotekkunnskap"@nn ;
    skos:exactMatch realfagstermer:c012901,
        <http://dewey.info/class/020/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012901,
        <http://dewey.info/class/020/e23/> ;
    skos:prefLabel "Library science"@en,
        "Bibliotekvitenskap"@nb,
        "Bibliotekvitskap"@nn ;
    skos:topConceptOf humord: .

humord:c00113 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-10-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00113" ;
    dct:modified "2025-03-24T12:30:02"^^xsd:dateTime ;
    skos:altLabel "Arkivistikk"@nb,
        "Arkivvitenskap"@nb,
        "Arkivistikk"@nn,
        "Arkivvitskap"@nn ;
    skos:broader humord:c00111 ;
    skos:closeMatch <http://dewey.info/class/020/e23/> ;
    skos:exactMatch realfagstermer:c010594 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010594,
        <http://dewey.info/class/020/e23/> ;
    skos:prefLabel "Archival science"@en,
        "Arkivkunnskap"@nb,
        "Arkivkunnskap"@nn .

humord:c00114 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00114" ;
    dct:modified "2023-11-15T14:15:43"^^xsd:dateTime ;
    skos:altLabel "Arkiv"@nb,
        "Arkivering"@nb,
        "Arkivering"@nn ;
    skos:broader humord:c00113 ;
    skos:exactMatch realfagstermer:c007534,
        <http://dewey.info/class/027/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007534,
        <http://dewey.info/class/027/e23/>,
        <http://dewey.info/class/344.092/e23/> ;
    skos:prefLabel "Archives"@en,
        "Arkiver"@nb,
        "Arkiv"@nn ;
    skos:related humord:c07408 ;
    skos:relatedMatch <http://dewey.info/class/344.092/e23/> .

humord:c00115 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00115" ;
    dct:modified "2024-11-27T15:22:01"^^xsd:dateTime ;
    skos:altLabel "Print archives"@en,
        "Billedarkiver"@nb,
        "Fotoarkiver"@nb,
        "Fotoarkiv"@nn ;
    skos:broadMatch <http://dewey.info/class/027/e23/> ;
    skos:broader humord:c00114 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/027/e23/>,
        <http://dewey.info/class/770/e23/> ;
    skos:prefLabel "Picture archives"@en,
        "Bildearkiver"@nb,
        "Biletarkiv"@nn ;
    skos:related humord:c04668 ;
    skos:relatedMatch <http://dewey.info/class/770/e23/> .

humord:c00117 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00117" ;
    dct:modified "2023-11-19T21:58:01"^^xsd:dateTime ;
    skos:altLabel "Documentary evidence"@en,
        "Dokumentering"@nb ;
    skos:broader humord:c00113 ;
    skos:closeMatch <http://dewey.info/class/025/e23/> ;
    skos:definition "Det å samle og legge til rette informasjonsmateriell <BOB>"@nb ;
    skos:exactMatch realfagstermer:c009705 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009705,
        <http://dewey.info/class/025/e23/> ;
    skos:prefLabel "Documentation"@en,
        "Dokumentasjon"@nb,
        "Dokumentasjon"@nn .

humord:c00119 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-04-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00119" ;
    dct:modified "2025-07-08T16:07:54"^^xsd:dateTime ;
    skos:altLabel "Library"@en,
        "Bibliotekbygninger"@nb,
        "Biblioteker"@nb,
        "Bibliotekbygningar"@nn ;
    skos:broader humord:c00111 ;
    skos:closeMatch <http://dewey.info/class/021/e23/> ;
    skos:exactMatch realfagstermer:c012897,
        <http://dewey.info/class/027/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012897,
        <http://dewey.info/class/011.67/e23/>,
        <http://dewey.info/class/021/e23/>,
        <http://dewey.info/class/025/e23/>,
        <http://dewey.info/class/027/e23/>,
        <http://dewey.info/class/070.594/e23/>,
        <http://dewey.info/class/344.092/e23/>,
        <http://dewey.info/class/352.744/e23/>,
        <http://dewey.info/class/355.346/e23/>,
        <http://dewey.info/class/657.832/e23/>,
        <http://dewey.info/class/747.73/e23/> ;
    skos:prefLabel "Libraries"@en,
        "Bibliotek"@nb,
        "Bibliotek"@nn ;
    skos:related humord:c00150,
        humord:c14057,
        humord:c28456 ;
    skos:relatedMatch <http://dewey.info/class/011.67/e23/>,
        <http://dewey.info/class/025/e23/>,
        <http://dewey.info/class/070.594/e23/>,
        <http://dewey.info/class/344.092/e23/>,
        <http://dewey.info/class/352.744/e23/>,
        <http://dewey.info/class/355.346/e23/>,
        <http://dewey.info/class/657.832/e23/>,
        <http://dewey.info/class/747.73/e23/> .

humord:c00121 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00121" ;
    dct:modified "2023-11-24T13:57:51"^^xsd:dateTime ;
    skos:altLabel "Research libraries"@en,
        "Akademiske bibliotek"@nb,
        "Bedriftsbibliotek"@nb,
        "Forskningsbibliotek"@nb,
        "Instituttbibliotek"@nb,
        "Vitenskapelige bibliotek"@nb,
        "Akademiske bibliotek"@nn,
        "Forskingsbibliotek"@nn,
        "Vitskapelege bibliotek"@nn,
        "Vitskaplege bibliotek"@nn ;
    skos:broader humord:c00119 ;
    skos:closeMatch <http://dewey.info/class/026/e23/>,
        <http://dewey.info/class/027.7/e23/> ;
    skos:exactMatch realfagstermer:c012232 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012232,
        <http://dewey.info/class/026/e23/>,
        <http://dewey.info/class/027.7/e23/> ;
    skos:prefLabel "Academic libraries"@en,
        "Fagbibliotek"@nb,
        "Fagbibliotek"@nn .

humord:c00125 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00125" ;
    dct:modified "2024-11-26T17:46:07"^^xsd:dateTime ;
    skos:broader humord:c00121 ;
    skos:exactMatch <http://dewey.info/class/026.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/026.7/e23/> ;
    skos:prefLabel "Art libraries"@en,
        "Kunstbibliotek"@nb,
        "Kunstbibliotek"@nn .

humord:c00126 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00126" ;
    dct:modified "2023-11-27T13:30:56"^^xsd:dateTime ;
    skos:broader humord:c00119 ;
    skos:exactMatch realfagstermer:c010669,
        <http://dewey.info/class/027.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010669,
        <http://dewey.info/class/027.4/e23/>,
        <http://dewey.info/class/353.73/e23/>,
        <http://dewey.info/class/727.824/e23/> ;
    skos:prefLabel "Public libraries"@en,
        "Folkebibliotek"@nb,
        "Folkebibliotek"@nn ;
    skos:relatedMatch <http://dewey.info/class/353.73/e23/>,
        <http://dewey.info/class/727.824/e23/> .

humord:c00127 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00127" ;
    dct:modified "2024-11-26T17:45:27"^^xsd:dateTime ;
    skos:altLabel "Bookbuses"@en,
        "Mobile libraries"@en,
        "Travelling libraries"@en ;
    skos:broadMatch <http://dewey.info/class/022/e23/> ;
    skos:broader humord:c00126 ;
    skos:closeMatch <http://dewey.info/class/027.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/022/e23/>,
        <http://dewey.info/class/027.42/e23/> ;
    skos:prefLabel "Bookmobiles"@en,
        "Bokbusser"@nb,
        "Bokbussar"@nn .

humord:c00128 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00128" ;
    dct:modified "2024-11-27T15:12:12"^^xsd:dateTime ;
    skos:broader humord:c00119 ;
    skos:closeMatch realfagstermer:c012232,
        <http://dewey.info/class/027.7/e23/> ;
    skos:exactMatch realfagstermer:c010667 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010667,
        realfagstermer:c012232,
        <http://dewey.info/class/027.7/e23/> ;
    skos:prefLabel "University libraries"@en,
        "Universitetsbibliotek"@nb,
        "Universitetsbibliotek"@nn ;
    skos:related humord:c15269 .

humord:c00129 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00129" ;
    dct:modified "2025-08-13T09:03:09"^^xsd:dateTime ;
    skos:broader humord:c00111 ;
    skos:editorialNote "Brukes om faget bibliotekhistorie"@nb ;
    skos:exactMatch realfagstermer:c005950,
        <http://dewey.info/class/020.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005950,
        <http://dewey.info/class/020.9/e23/> ;
    skos:prefLabel "Library history (Subject)"@en,
        "Bibliotekhistorie (Faget)"@nb,
        "Bibliotekhistorie (Faget)"@nn .

humord:c00131 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00131" ;
    dct:modified "2024-11-26T17:44:00"^^xsd:dateTime ;
    skos:broader humord:c00129 ;
    skos:editorialNote "Brukes om faget bokhistorie"@nb ;
    skos:exactMatch realfagstermer:c000676,
        <http://dewey.info/class/002.09/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000676,
        <http://dewey.info/class/002.09/e23/> ;
    skos:prefLabel "Book history (Subject)"@en,
        "Bokhistorie (Faget)"@nb,
        "Bokhistorie (Faget)"@nn .

humord:c00133 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00133" ;
    dct:modified "2024-11-27T15:18:29"^^xsd:dateTime ;
    skos:broader humord:c00111 ;
    skos:closeMatch <http://dewey.info/class/025/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/025/e23/> ;
    skos:prefLabel "Library operations"@en,
        "Bibliotekoperasjoner"@nb,
        "Bibliotekoperasjonar"@nn .

humord:c00134 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00134" ;
    dct:modified "2023-11-17T10:57:46"^^xsd:dateTime ;
    skos:altLabel "User training"@en,
        "Brukerveiledning"@nb ;
    skos:broader humord:c20281 ;
    skos:closeMatch <http://dewey.info/class/025.56/e23/> ;
    skos:exactMatch realfagstermer:c008170 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008170,
        <http://dewey.info/class/025.56/e23/>,
        <http://dewey.info/class/372.34/e23/> ;
    skos:prefLabel "User education"@en,
        "Brukeropplæring"@nb,
        "Brukaropplæring"@nn ;
    skos:related humord:c00147,
        humord:c20218 ;
    skos:relatedMatch <http://dewey.info/class/372.34/e23/> .

humord:c00136 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-01-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00136" ;
    dct:modified "2024-02-27T08:14:28"^^xsd:dateTime ;
    skos:broader humord:c16040 ;
    skos:closeMatch <http://dewey.info/class/025.47/e23/> ;
    skos:exactMatch realfagstermer:c002494,
        <http://dewey.info/class/025.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002494,
        <http://dewey.info/class/005.741/e23/>,
        <http://dewey.info/class/025.3/e23/>,
        <http://dewey.info/class/025.47/e23/>,
        <http://dewey.info/class/069.52/e23/> ;
    skos:prefLabel "Indexing"@en,
        "Indeksering"@nb,
        "Indeksering"@nn ;
    skos:related humord:c25519 ;
    skos:relatedMatch <http://dewey.info/class/005.741/e23/>,
        <http://dewey.info/class/069.52/e23/> .

humord:c00137 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00137" ;
    dct:modified "2024-08-28T20:17:13"^^xsd:dateTime ;
    skos:broader humord:c00136 ;
    skos:closeMatch <http://dewey.info/class/025.486/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/025.486/e23/>,
        <http://dewey.info/class/4--50285635/e23/>,
        <http://dewey.info/class/415.0285635/e23/> ;
    skos:prefLabel "Automatic indexing"@en,
        "Automatisk indeksering"@nb,
        "Automatisk indeksering"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--50285635/e23/>,
        <http://dewey.info/class/415.0285635/e23/> .

humord:c00138 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00138" ;
    dct:modified "2023-11-23T15:17:28"^^xsd:dateTime ;
    skos:altLabel "Emneindeksering"@nb,
        "Emneordskatalogisering"@nb ;
    skos:broader humord:c00136 ;
    skos:exactMatch realfagstermer:c011444,
        <http://dewey.info/class/025.47/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011444,
        <http://dewey.info/class/025.47/e23/> ;
    skos:prefLabel "Subject indexing"@en,
        "Emneordsindeksering"@nb,
        "Emneordsindeksering"@nn .

humord:c00139 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-03-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00139" ;
    dct:modified "2023-11-30T13:39:04"^^xsd:dateTime ;
    skos:altLabel "Klassifikasjonskriterier"@nb,
        "Klassifisering"@nb ;
    skos:broader humord:c00136 ;
    skos:definition "Det å dele inn, ordne ting eller begreper i klasser <BOB>"@nb ;
    skos:editorialNote "Termen brukes både for vitenskapelig og bibliografisk klassifikasjon"@nb ;
    skos:exactMatch realfagstermer:c013108,
        <http://dewey.info/class/025.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013108,
        <http://dewey.info/class/001.012/e23/>,
        <http://dewey.info/class/025.42/e23/>,
        <http://dewey.info/class/1--012/e23/> ;
    skos:prefLabel "Classification"@en,
        "Klassifikasjon"@nb,
        "Klassifikasjon"@nn ;
    skos:related humord:c19175 ;
    skos:relatedMatch <http://dewey.info/class/001.012/e23/>,
        <http://dewey.info/class/1--012/e23/> .

humord:c00141 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00141" ;
    dct:modified "2024-10-09T12:51:17"^^xsd:dateTime ;
    skos:altLabel "DDC"@en,
        "DDK"@nb,
        "Deweyklassifikasjon"@nb,
        "Deweysystemet"@nb,
        "Deweyklassifikasjon"@nn,
        "Deweysystemet"@nn ;
    skos:broader humord:c61494 ;
    skos:definition "Deweys desimalklassifikasjon er et system for klassifikasjon av bøker og andre informasjonsbærende medier, brukt av bibliotek i flere land. <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c010233,
        <http://dewey.info/class/025.431/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010233,
        <http://dewey.info/class/025.431/e23/> ;
    skos:prefLabel "Dewey Decimal Classification"@en,
        "Deweys desimalklassifikasjon"@nb,
        "Deweys desimalklassifikasjon"@nn .

humord:c00144 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-05-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00144" ;
    dct:modified "2023-11-30T12:55:56"^^xsd:dateTime ;
    skos:altLabel "Cataloging"@en ;
    skos:broader humord:c19860 ;
    skos:exactMatch realfagstermer:c006087,
        <http://dewey.info/class/025.32/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006087,
        <http://dewey.info/class/025.32/e23/>,
        <http://dewey.info/class/069.52/e23/> ;
    skos:prefLabel "Cataloguing"@en,
        "Katalogisering"@nb,
        "Katalogisering"@nn ;
    skos:related humord:c00207,
        humord:c19175 ;
    skos:relatedMatch <http://dewey.info/class/069.52/e23/> .

humord:c00145 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00145" ;
    dct:modified "2026-01-14T12:56:09"^^xsd:dateTime ;
    skos:altLabel "Descriptive cataloging"@en,
        "Descriptive cataloguing"@en,
        "Deskriptiv katalogisering"@nb,
        "Deskriptiv katalogisering"@nn ;
    skos:broader humord:c00144 ;
    skos:exactMatch <http://dewey.info/class/025.324/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/010.44/e23/>,
        <http://dewey.info/class/025.324/e23/> ;
    skos:prefLabel "Bibliographic description"@en,
        "Bibliografisk beskrivelse"@nb,
        "Bibliografisk beskriving"@nn ;
    skos:related humord:c19175,
        humord:c21085 ;
    skos:relatedMatch <http://dewey.info/class/010.44/e23/> .

humord:c00147 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00147" ;
    dct:modified "2023-12-18T15:34:30"^^xsd:dateTime ;
    skos:altLabel "Reference services"@en,
        "Referansetjenester"@nb,
        "Veiledning (Bibliotek)"@nb,
        "Referansetenester"@nn,
        "Rettleiing (Bibliotek)"@nn ;
    skos:broader humord:c20281 ;
    skos:closeMatch <http://dewey.info/class/025.52/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/025.52/e23/>,
        <http://dewey.info/class/028.7/e23/> ;
    skos:prefLabel "Reference work"@en,
        "Referansearbeid"@nb,
        "Referansearbeid"@nn ;
    skos:related humord:c00134,
        humord:c04178,
        humord:c04187,
        humord:c09079,
        humord:c15925 ;
    skos:relatedMatch <http://dewey.info/class/028.7/e23/> .

humord:c00148 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00148" ;
    dct:modified "2024-11-26T17:40:13"^^xsd:dateTime ;
    skos:altLabel "Check-out"@en,
        "Circulation services"@en,
        "Lending"@en,
        "Library circulations"@en,
        "Loans"@en,
        "Utlånsarbeid"@nb,
        "Utlånsarbeid"@nn ;
    skos:broader humord:c20281 ;
    skos:exactMatch <http://dewey.info/class/025.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/025.6/e23/> ;
    skos:prefLabel "Circulations"@en,
        "Utlån"@nb,
        "Utlån"@nn .

humord:c00149 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00149" ;
    dct:modified "2023-11-27T12:40:36"^^xsd:dateTime ;
    skos:broader humord:c00148 ;
    skos:exactMatch realfagstermer:c011378,
        <http://dewey.info/class/025.62/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011378,
        <http://dewey.info/class/025.62/e23/> ;
    skos:prefLabel "Interlibrary loans"@en,
        "Fjernlån"@nb,
        "Fjernlån"@nn .

humord:c00150 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00150" ;
    dct:modified "2023-11-16T13:49:11"^^xsd:dateTime ;
    skos:altLabel "Branch of libraries"@en,
        "Library practice"@en,
        "Bibliotekvirksomhet"@nb,
        "Bibliotekverksemd"@nn ;
    skos:broader humord:c00111 ;
    skos:closeMatch <http://dewey.info/class/027/e23/> ;
    skos:exactMatch realfagstermer:c010949 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010949,
        <http://dewey.info/class/027/e23/>,
        <http://dewey.info/class/344.092/e23/> ;
    skos:prefLabel "Library system"@en,
        "Bibliotekvesen"@nb,
        "Bibliotekvesen"@nn ;
    skos:related humord:c00119 ;
    skos:relatedMatch <http://dewey.info/class/344.092/e23/> .

humord:c00151 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00151" ;
    dct:modified "2024-08-28T20:49:58"^^xsd:dateTime ;
    skos:altLabel "Compulsory delivery"@en,
        "Avleveringsplikt"@nb,
        "Avleveringsplikt"@nn ;
    skos:broadMatch <http://dewey.info/class/021.8/e23/>,
        <http://dewey.info/class/025.26/e23/> ;
    skos:broader humord:c00150 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/021.8/e23/>,
        <http://dewey.info/class/025.26/e23/> ;
    skos:prefLabel "Legal deposit"@en,
        "Pliktavlevering"@nb,
        "Pliktavlevering"@nn .

humord:c00153 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00153" ;
    dct:modified "2026-01-14T12:56:26"^^xsd:dateTime ;
    skos:broader humord:c00111 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/002/e23/>,
        <http://dewey.info/class/025/e23/>,
        <http://dewey.info/class/651.5/e23/> ;
    skos:prefLabel "Documents"@en,
        "Dokumenter"@nb,
        "Dokument"@nn ;
    skos:related humord:c15468 ;
    skos:relatedMatch <http://dewey.info/class/002/e23/>,
        <http://dewey.info/class/025/e23/>,
        <http://dewey.info/class/651.5/e23/> .

humord:c00155 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00155" ;
    dct:modified "2024-08-12T13:15:26"^^xsd:dateTime ;
    skos:broader humord:c00154 ;
    skos:exactMatch realfagstermer:c030066,
        <http://dewey.info/class/030/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030066,
        <http://dewey.info/class/030/e23/>,
        <http://dewey.info/class/528/e23/>,
        <http://dewey.info/class/529.3/e23/> ;
    skos:prefLabel "Almanacs"@en,
        "Almanakker"@nb,
        "Almanakkar"@nn ;
    skos:related humord:c00202 ;
    skos:relatedMatch <http://dewey.info/class/528/e23/>,
        <http://dewey.info/class/529.3/e23/> .

humord:c00156 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-06-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00156" ;
    dct:modified "2024-08-28T13:13:59"^^xsd:dateTime ;
    skos:altLabel "Atlas (Maps)"@en,
        "Atlaser"@nb,
        "Verdensatlas"@nb,
        "Verdsatlas"@nn ;
    skos:broader humord:c00203 ;
    skos:exactMatch realfagstermer:c030070,
        <http://dewey.info/class/912/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030070,
        <http://dewey.info/class/912/e23/> ;
    skos:prefLabel "Atlases"@en,
        "Atlas (Kart)"@nb,
        "Atlas (Kart)"@nn .

humord:c00158 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00158" ;
    dct:modified "2024-08-28T21:02:01"^^xsd:dateTime ;
    skos:altLabel "Dagspresse"@nb,
        "Dagspresse"@nn ;
    skos:broader humord:c00218 ;
    skos:exactMatch realfagstermer:c030163,
        <http://dewey.info/class/070/e23/>,
        <http://dewey.info/class/302.2322/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030163,
        <http://dewey.info/class/011.35/e23/>,
        <http://dewey.info/class/070/e23/>,
        <http://dewey.info/class/302.2322/e23/> ;
    skos:prefLabel "Newspapers"@en,
        "Aviser"@nb,
        "Aviser"@nn ;
    skos:related humord:c09113,
        humord:c26946 ;
    skos:relatedMatch <http://dewey.info/class/011.35/e23/> .

humord:c00159 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-11-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00159" ;
    dct:modified "2025-09-10T07:46:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/070.433/e23/> ;
    skos:broader humord:c00158,
        humord:c25616 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/070.433/e23/> ;
    skos:prefLabel "Local newspapers"@en,
        "Lokalaviser"@nb,
        "Lokalaviser"@nn .

humord:c00160 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00160" ;
    dct:modified "2026-01-14T12:57:42"^^xsd:dateTime ;
    skos:altLabel "Placard newspapers"@en,
        "Stortegnsplakater"@nb,
        "Storteiknplakatar"@nn ;
    skos:broadMatch <http://dewey.info/class/070/e23/> ;
    skos:broader humord:c00158 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/070/e23/> ;
    skos:prefLabel "Wall newspapers"@en,
        "Veggaviser"@nb,
        "Veggaviser"@nn .

humord:c00162 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00162" ;
    dct:modified "2024-11-26T12:32:30"^^xsd:dateTime ;
    skos:altLabel "Litteraturlister"@nb,
        "Litteraturlister"@nn ;
    skos:broadMatch <http://dewey.info/class/016/e23/> ;
    skos:broader humord:c00154 ;
    skos:exactMatch realfagstermer:c030118,
        <http://dewey.info/class/011/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030118,
        <http://dewey.info/class/011/e23/>,
        <http://dewey.info/class/015/e23/>,
        <http://dewey.info/class/016/e23/>,
        <http://dewey.info/class/017/e23/> ;
    skos:prefLabel "Bibliographies"@en,
        "Bibliografier"@nb,
        "Bibliografiar"@nn ;
    skos:related humord:c21085 ;
    skos:relatedMatch <http://dewey.info/class/015/e23/>,
        <http://dewey.info/class/017/e23/> .

humord:c00163 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00163" ;
    dct:modified "2024-11-26T12:32:49"^^xsd:dateTime ;
    skos:altLabel "Bok"@nb,
        "Bok"@nn ;
    skos:broadMatch <http://dewey.info/class/302.232/e23/> ;
    skos:broader humord:c00154 ;
    skos:exactMatch <http://dewey.info/class/002/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/002/e23/>,
        <http://dewey.info/class/011/e23/>,
        <http://dewey.info/class/025.32/e23/>,
        <http://dewey.info/class/070.5/e23/>,
        <http://dewey.info/class/097/e23/>,
        <http://dewey.info/class/302.232/e23/>,
        <http://dewey.info/class/686/e23/> ;
    skos:prefLabel "Books"@en,
        "Bøker"@nb,
        "Bøker"@nn ;
    skos:relatedMatch <http://dewey.info/class/011/e23/>,
        <http://dewey.info/class/025.32/e23/>,
        <http://dewey.info/class/070.5/e23/>,
        <http://dewey.info/class/097/e23/>,
        <http://dewey.info/class/686/e23/> .

humord:c00165 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00165" ;
    dct:modified "2024-08-14T14:08:40"^^xsd:dateTime ;
    skos:altLabel "Andaktsbok"@nb,
        "Andaktsbok"@nn ;
    skos:broadMatch <http://dewey.info/class/243/e23/> ;
    skos:broader humord:c00163 ;
    skos:closeMatch <http://dewey.info/class/242/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/242/e23/>,
        <http://dewey.info/class/243/e23/> ;
    skos:prefLabel "Meditations"@en,
        "Andaktsbøker"@nb,
        "Andaktsbøker"@nn ;
    skos:related humord:c00221 .

humord:c00167 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00167" ;
    dct:modified "2026-01-14T12:58:13"^^xsd:dateTime ;
    skos:broader humord:c00163 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/070.5/e23/>,
        <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Bestsellers"@en,
        "Bestselgere"@nb,
        "Bestseljarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/070.5/e23/>,
        <http://dewey.info/class/306/e23/> .

humord:c00168 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00168" ;
    dct:modified "2026-01-14T12:59:28"^^xsd:dateTime ;
    skos:altLabel "Block printing"@en,
        "Blokkbok"@nb,
        "Blokktrykk"@nb,
        "Blokkbok"@nn,
        "Blokktrykk"@nn ;
    skos:broader humord:c00163 ;
    skos:definition "Bok satt sammen av ettbladstrykk <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/092/e23/> ;
    skos:prefLabel "Woodblock printing"@en,
        "Blokkbøker"@nb,
        "Blokkbøker"@nn .

humord:c00170 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00170" ;
    dct:modified "2026-01-14T12:59:47"^^xsd:dateTime ;
    skos:altLabel "Bygdebok"@nb,
        "Bygdebok"@nn ;
    skos:broadMatch <http://dewey.info/class/307.72072/e23/> ;
    skos:broader humord:c00163 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/307.72072/e23/> ;
    skos:prefLabel "Local history books"@en,
        "Bygdebøker"@nb,
        "Bygdebøker"@nn .

humord:c00172 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00172" ;
    dct:modified "2026-01-14T13:00:30"^^xsd:dateTime ;
    skos:altLabel "Dream books"@en,
        "Dream-manuals"@en,
        "Drømmebok"@nb,
        "Draumebok"@nn ;
    skos:broader humord:c00163 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/135.3/e23/> ;
    skos:prefLabel "Dream-books"@en,
        "Drømmebøker"@nb,
        "Draumebøker"@nn ;
    skos:relatedMatch <http://dewey.info/class/135.3/e23/> .

humord:c00174 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-01-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00174" ;
    dct:modified "2026-01-14T13:01:00"^^xsd:dateTime ;
    skos:altLabel "Incunables"@en ;
    skos:broader humord:c20859 ;
    skos:definition "Bøker trykket før 1501 <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/093/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/011.42/e23/>,
        <http://dewey.info/class/093/e23/> ;
    skos:prefLabel "Incunabula"@en,
        "Inkunabler"@nb,
        "Inkunablar"@nn ;
    skos:related humord:c00222 ;
    skos:relatedMatch <http://dewey.info/class/011.42/e23/> .

humord:c00175 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00175" ;
    dct:modified "2026-01-14T13:01:34"^^xsd:dateTime ;
    skos:altLabel "Food recipes"@en,
        "Kokebok"@nb,
        "Matoppskrifter"@nb,
        "Kokebok"@nn,
        "Matoppskrifter"@nn ;
    skos:broader humord:c00163 ;
    skos:exactMatch realfagstermer:c030126 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030126,
        <http://dewey.info/class/641.5/e23/> ;
    skos:prefLabel "Cookbooks"@en,
        "Kokebøker"@nb,
        "Kokebøker"@nn ;
    skos:related humord:c04821 ;
    skos:relatedMatch <http://dewey.info/class/641.5/e23/> .

humord:c00177 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00177" ;
    dct:modified "2024-01-03T09:47:22"^^xsd:dateTime ;
    skos:altLabel "Libri rari"@nb,
        "Sjelden bok"@nb,
        "Sjeldsynte bøker"@nn ;
    skos:broader humord:c20859 ;
    skos:closeMatch <http://dewey.info/class/090/e23/> ;
    skos:exactMatch realfagstermer:c010956 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010956,
        <http://dewey.info/class/011.44/e23/>,
        <http://dewey.info/class/090/e23/> ;
    skos:prefLabel "Rare books"@en,
        "Sjeldne bøker"@nb,
        "Sjeldne bøker"@nn ;
    skos:relatedMatch <http://dewey.info/class/011.44/e23/> .

humord:c00179 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-02-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00179" ;
    dct:modified "2026-01-14T13:02:30"^^xsd:dateTime ;
    skos:altLabel "School books"@en,
        "Schoolbooks"@en,
        "Text books"@en,
        "Lærebok"@nb,
        "Læreverk"@nb,
        "Skolebok"@nb,
        "Skolebøker"@nb,
        "Lærebok"@nn,
        "Læreverk"@nn,
        "Skolebok"@nn,
        "Skolebøker"@nn,
        "Skulebok"@nn,
        "Skulebøker"@nn ;
    skos:broader humord:c00163 ;
    skos:closeMatch realfagstermer:c030093 ;
    skos:exactMatch <http://dewey.info/class/371.32/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030093,
        <http://dewey.info/class/011.7/e23/>,
        <http://dewey.info/class/344.077/e23/>,
        <http://dewey.info/class/371.32/e23/>,
        <http://dewey.info/class/379.156/e23/> ;
    skos:prefLabel "Textbooks"@en,
        "Lærebøker"@nb,
        "Lærebøker"@nn ;
    skos:related humord:c07888 ;
    skos:relatedMatch <http://dewey.info/class/011.7/e23/>,
        <http://dewey.info/class/344.077/e23/>,
        <http://dewey.info/class/379.156/e23/> .

humord:c00183 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00183" ;
    dct:modified "2026-01-14T13:03:00"^^xsd:dateTime ;
    skos:altLabel "Sangbok"@nb,
        "Visebøker"@nb,
        "Songbok"@nn,
        "Visebøker"@nn ;
    skos:broader humord:c00163 ;
    skos:closeMatch <http://dewey.info/class/782.42/e23/> ;
    skos:exactMatch realfagstermer:c030104 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030104,
        <http://dewey.info/class/264.23/e23/>,
        <http://dewey.info/class/782.42/e23/> ;
    skos:prefLabel "Song books"@en,
        "Sangbøker"@nb,
        "Songbøker"@nn ;
    skos:relatedMatch <http://dewey.info/class/264.23/e23/> .

humord:c00185 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00185" ;
    dct:modified "2026-01-14T13:03:25"^^xsd:dateTime ;
    skos:altLabel "Correspondence"@en,
        "Exchange of letters"@en,
        "Brevsamlinger"@nb,
        "Brevskriving"@nb,
        "Brevskrivning"@nb,
        "Brevveksling"@nb,
        "Korrespondanse"@nb,
        "Brevskriving"@nn,
        "Brevveksling"@nn,
        "Korrespondanse"@nn ;
    skos:broadMatch <http://dewey.info/class/659.133/e23/> ;
    skos:broader humord:c00154 ;
    skos:closeMatch realfagstermer:c030076,
        <http://dewey.info/class/383.122/e23/>,
        <http://dewey.info/class/651.75/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030076,
        <http://dewey.info/class/383.122/e23/>,
        <http://dewey.info/class/395.4/e23/>,
        <http://dewey.info/class/651.75/e23/>,
        <http://dewey.info/class/659.133/e23/>,
        <http://dewey.info/class/808.6/e23/>,
        <http://dewey.info/class/808.86/e23/> ;
    skos:prefLabel "Letters (Documents)"@en,
        "Brev"@nb,
        "Brev"@nn ;
    skos:related humord:c07043,
        humord:c07924,
        humord:c17955 ;
    skos:relatedMatch <http://dewey.info/class/395.4/e23/>,
        <http://dewey.info/class/808.6/e23/>,
        <http://dewey.info/class/808.86/e23/> .

humord:c00187 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00187" ;
    dct:modified "2025-07-25T12:35:38"^^xsd:dateTime ;
    skos:altLabel "Doctoral theses"@en,
        "Doctoral thesis"@en,
        "PhD theses"@en,
        "PhD thesis"@en,
        "Dissertaser"@nb ;
    skos:broadMatch <http://dewey.info/class/378.242/e23/> ;
    skos:broader humord:c11560 ;
    skos:exactMatch realfagstermer:c013770 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013770,
        <http://dewey.info/class/011.75/e23/>,
        <http://dewey.info/class/378.242/e23/>,
        <http://dewey.info/class/808.066378/e23/> ;
    skos:prefLabel "Doctoral dissertations"@en,
        "Doktoravhandlinger"@nb,
        "Doktoravhandlingar"@nn ;
    skos:relatedMatch <http://dewey.info/class/011.75/e23/>,
        <http://dewey.info/class/808.066378/e23/> .

humord:c00190 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00190" ;
    dct:modified "2024-11-26T13:31:07"^^xsd:dateTime ;
    skos:altLabel "Førsteutgåver"@nn ;
    skos:broadMatch <http://dewey.info/class/094.4/e23/> ;
    skos:broader humord:c00154 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/094.4/e23/> ;
    skos:prefLabel "First editions"@en,
        "Førsteutgaver"@nb,
        "Fyrsteutgåver"@nn .

humord:c00191 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00191" ;
    dct:modified "2026-01-14T13:05:12"^^xsd:dateTime ;
    skos:altLabel "Post-graduate thesis"@en,
        "Hovedfagsoppgaver"@nb,
        "Studentavhandlinger"@nb,
        "Hovudfagsoppgåver"@nn,
        "Studentavhandlingar"@nn ;
    skos:broadMatch <http://dewey.info/class/378.242/e23/> ;
    skos:broader humord:c11560 ;
    skos:definition "Tidligere fagenhet ved universitetsstudier ... Fra 2003 er hovedfaget erstattet av mastergraden <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030157 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030157,
        <http://dewey.info/class/011.75/e23/>,
        <http://dewey.info/class/378.242/e23/>,
        <http://dewey.info/class/808.066378/e23/> ;
    skos:prefLabel "Post-graduate theses"@en,
        "Hovedoppgaver"@nb,
        "Hovudoppgåver"@nn ;
    skos:relatedMatch <http://dewey.info/class/011.75/e23/>,
        <http://dewey.info/class/808.066378/e23/> .

humord:c00194 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00194" ;
    dct:modified "2024-11-26T13:32:13"^^xsd:dateTime ;
    skos:altLabel "Codex"@en,
        "Manuscript books"@en,
        "Handskrifter"@nb,
        "Kodekser"@nb,
        "Kodeksar"@nn ;
    skos:broader humord:c00154 ;
    skos:closeMatch <http://dewey.info/class/091/e23/> ;
    skos:definition "Håndskrevet (samling) ark, oftest avskrift, fra eldre tid, særlig oldtid eller middelalder <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/011.31/e23/>,
        <http://dewey.info/class/025.3412/e23/>,
        <http://dewey.info/class/091/e23/> ;
    skos:prefLabel "Codices"@en,
        "Håndskrifter"@nb,
        "Handskrifter"@nn ;
    skos:related humord:c13319,
        humord:c21076 ;
    skos:relatedMatch <http://dewey.info/class/011.31/e23/>,
        <http://dewey.info/class/025.3412/e23/> .

humord:c00196 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00196" ;
    dct:modified "2024-11-26T13:41:38"^^xsd:dateTime ;
    skos:broader humord:c00154 ;
    skos:inScheme humord: ;
    skos:prefLabel "Records (Documents)"@en,
        "Journaler"@nb,
        "Journalar"@nn .

humord:c00199 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-09-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00199" ;
    dct:modified "2024-03-08T13:03:47"^^xsd:dateTime ;
    skos:altLabel "Electronic patient journals"@en,
        "Medical files"@en,
        "Medical records"@en,
        "Patient journals"@en,
        "Patient records"@en,
        "Elektronisk pasientjournal"@nb,
        "Pasientjournaler"@nb,
        "Elektronisk pasientjournal"@nn,
        "Pasientjournaler"@nn ;
    skos:broader humord:c00196 ;
    skos:exactMatch realfagstermer:c013670 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013670,
        <http://dewey.info/class/616.075/e23/> ;
    skos:prefLabel "Health records"@en,
        "Sykejournaler"@nb,
        "Sjukejournaler"@nn ;
    skos:relatedMatch <http://dewey.info/class/616.075/e23/> .

humord:c00200 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00200" ;
    dct:modified "2024-11-26T12:18:18"^^xsd:dateTime ;
    skos:altLabel "Kalendarium"@nb ;
    skos:broadMatch <http://dewey.info/class/203.6/e23/>,
        <http://dewey.info/class/529.3/e23/> ;
    skos:broader humord:c00154 ;
    skos:definition "Fortegnelse over årets minne- og helligdager <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.6/e23/>,
        <http://dewey.info/class/529.3/e23/> ;
    skos:prefLabel "Calendars (Stationery)"@en,
        "Kalendarier"@nb,
        "Kalendarium"@nn ;
    skos:related humord:c08449 .

humord:c00202 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00202" ;
    dct:modified "2024-11-26T12:18:38"^^xsd:dateTime ;
    skos:broader humord:c00154 ;
    skos:exactMatch realfagstermer:c008139,
        <http://dewey.info/class/529.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008139,
        <http://dewey.info/class/203.6/e23/>,
        <http://dewey.info/class/263.9/e23/>,
        <http://dewey.info/class/264/e23/>,
        <http://dewey.info/class/296.43/e23/>,
        <http://dewey.info/class/297.36/e23/>,
        <http://dewey.info/class/529.3/e23/>,
        <http://dewey.info/class/741.682/e23/>,
        <http://dewey.info/class/744.76/e23/> ;
    skos:prefLabel "Calendars"@en,
        "Kalendere"@nb,
        "Kalendrar"@nn ;
    skos:related humord:c00155,
        humord:c08190,
        humord:c08449 ;
    skos:relatedMatch <http://dewey.info/class/203.6/e23/>,
        <http://dewey.info/class/263.9/e23/>,
        <http://dewey.info/class/264/e23/>,
        <http://dewey.info/class/296.43/e23/>,
        <http://dewey.info/class/297.36/e23/>,
        <http://dewey.info/class/741.682/e23/>,
        <http://dewey.info/class/744.76/e23/> .

humord:c00203 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-12-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00203" ;
    dct:modified "2024-11-26T12:19:16"^^xsd:dateTime ;
    skos:altLabel "Map books"@en,
        "Kartbøker"@nb,
        "Kartsamlinger"@nb,
        "Kartbøker"@nn ;
    skos:broader humord:c00154 ;
    skos:exactMatch realfagstermer:c030120,
        <http://dewey.info/class/912/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030120,
        <http://dewey.info/class/025.346/e23/>,
        <http://dewey.info/class/526/e23/>,
        <http://dewey.info/class/623.71/e23/>,
        <http://dewey.info/class/686.283/e23/>,
        <http://dewey.info/class/912/e23/> ;
    skos:prefLabel "Maps"@en,
        "Kart"@nb,
        "Kart"@nn ;
    skos:related humord:c23699 ;
    skos:relatedMatch <http://dewey.info/class/025.346/e23/>,
        <http://dewey.info/class/526/e23/>,
        <http://dewey.info/class/623.71/e23/>,
        <http://dewey.info/class/686.283/e23/> .

humord:c00205 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00205" ;
    dct:modified "2023-11-25T10:48:29"^^xsd:dateTime ;
    skos:altLabel "Coastal charts"@en,
        "Coastal maps"@en,
        "Hydrographic charts"@en,
        "Marine charts"@en,
        "Marine maps"@en,
        "Nautical maps"@en,
        "Navigational charts"@en,
        "Sailing directions"@en,
        "Draft"@nb,
        "Farvannsbeskrivelser"@nb,
        "Farvatnbeskrivingar"@nn,
        "Farvatnskildringar"@nn ;
    skos:broader humord:c00203 ;
    skos:closeMatch <http://dewey.info/class/623.8922/e23/> ;
    skos:exactMatch realfagstermer:c030148 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030148,
        <http://dewey.info/class/623.8922/e23/> ;
    skos:prefLabel "Nautical charts"@en,
        "Sjøkart"@nb,
        "Sjøkart"@nn .

humord:c00207 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00207" ;
    dct:modified "2024-11-26T12:20:08"^^xsd:dateTime ;
    skos:altLabel "Catalogs"@en,
        "Directories"@en ;
    skos:broader humord:c00154 ;
    skos:exactMatch <http://dewey.info/class/1--0216/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0216/e23/>,
        <http://dewey.info/class/383.124/e23/>,
        <http://dewey.info/class/744.57/e23/> ;
    skos:prefLabel "Catalogues"@en,
        "Kataloger"@nb,
        "Katalogar"@nn ;
    skos:related humord:c00144 ;
    skos:relatedMatch <http://dewey.info/class/383.124/e23/>,
        <http://dewey.info/class/744.57/e23/> .

humord:c00208 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-09-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00208" ;
    dct:modified "2026-01-14T13:09:31"^^xsd:dateTime ;
    skos:altLabel "Union catalogs"@en ;
    skos:broadMatch <http://dewey.info/class/025.31/e23/> ;
    skos:broader humord:c26883 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/021.642/e23/>,
        <http://dewey.info/class/025.31/e23/> ;
    skos:prefLabel "Union catalogues"@en,
        "Samkataloger"@nb,
        "Samkatalogar"@nn ;
    skos:relatedMatch <http://dewey.info/class/021.642/e23/> .

humord:c00209 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00209" ;
    dct:modified "2026-01-14T13:09:52"^^xsd:dateTime ;
    skos:altLabel "Product catalogs"@en ;
    skos:broadMatch <http://dewey.info/class/1--029/e23/>,
        <http://dewey.info/class/338.02029/e23/> ;
    skos:broader humord:c00207 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--029/e23/>,
        <http://dewey.info/class/338.02029/e23/> ;
    skos:prefLabel "Product catalogues"@en,
        "Varekataloger"@nb,
        "Varekatalogar"@nn .

humord:c00210 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00210" ;
    dct:modified "2025-05-27T12:30:19"^^xsd:dateTime ;
    skos:altLabel "Oppslagsbøker"@nb,
        "Oppslagsverk"@nb,
        "Referansebøker"@nb,
        "Referanseverker"@nb,
        "Oppslagsbøker"@nn,
        "Referansebøker"@nn,
        "Referanseverk"@nn ;
    skos:broader humord:c00154 ;
    skos:exactMatch realfagstermer:c030100,
        <http://dewey.info/class/028.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030100,
        <http://dewey.info/class/011.02/e23/>,
        <http://dewey.info/class/028.12/e23/>,
        <http://dewey.info/class/028.7/e23/> ;
    skos:prefLabel "Reference works"@en,
        "Oppslagsverker"@nb,
        "Oppslagsverk"@nn ;
    skos:relatedMatch <http://dewey.info/class/011.02/e23/>,
        <http://dewey.info/class/028.12/e23/> .

humord:c00211 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00211" ;
    dct:modified "2026-01-14T13:11:36"^^xsd:dateTime ;
    skos:altLabel "Encyklopedier"@nb,
        "Ensyklopedier"@nb,
        "Konversasjonsleksika"@nb,
        "Konversasjonsleksikon"@nb,
        "Leksikon"@nb,
        "Leksikoner"@nb,
        "Encyklopediar"@nn,
        "Ensyklopediar"@nn,
        "Konversasjonsleksikon"@nn ;
    skos:broader humord:c00210 ;
    skos:closeMatch realfagstermer:c030100 ;
    skos:exactMatch <http://dewey.info/class/030/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030100,
        <http://dewey.info/class/030/e23/> ;
    skos:prefLabel "Encyclopedias"@en,
        "Leksika"@nb,
        "Leksikon"@nn .

humord:c00213 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00213" ;
    dct:modified "2026-01-14T13:12:28"^^xsd:dateTime ;
    skos:altLabel "Glossarer"@nb,
        "Ordbok"@nb,
        "Ordlister"@nb,
        "Glossar"@nn,
        "Ordbok"@nn,
        "Ordlister"@nn ;
    skos:broader humord:c00210 ;
    skos:definition "Alfabetisk ordnede samlinger av ord fra et språk, med forklaring av deres betydning på samme språk eller på et annet <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030101,
        <http://dewey.info/class/4--3/e23/>,
        <http://dewey.info/class/413/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030101,
        <http://dewey.info/class/4--3/e23/>,
        <http://dewey.info/class/413/e23/> ;
    skos:prefLabel "Dictionaries"@en,
        "Ordbøker"@nb,
        "Ordbøker"@nn .

humord:c00216 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00216" ;
    dct:modified "2026-01-14T13:13:37"^^xsd:dateTime ;
    skos:altLabel "Translation dictionaries"@en,
        "Translation dictionary"@en,
        "Bilingvale ordbøker"@nb,
        "Tospråklig ordbok"@nb,
        "Bilingvale ordbøker"@nn,
        "Tospråkleg ordbok"@nn ;
    skos:broadMatch <http://dewey.info/class/4--3/e23/> ;
    skos:broader humord:c00213 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--3/e23/> ;
    skos:prefLabel "Bilingual dictionaries"@en,
        "Tospråklige ordbøker"@nb,
        "Tospråklege ordbøker"@nn .

humord:c00218 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00218" ;
    dct:modified "2024-11-26T12:21:12"^^xsd:dateTime ;
    skos:broader humord:c00154 ;
    skos:exactMatch <http://dewey.info/class/050/e23/>,
        <http://dewey.info/class/070.175/e23/>,
        <http://dewey.info/class/302.2324/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/011.34/e23/>,
        <http://dewey.info/class/025.3432/e23/>,
        <http://dewey.info/class/050/e23/>,
        <http://dewey.info/class/070.175/e23/>,
        <http://dewey.info/class/070.572/e23/>,
        <http://dewey.info/class/302.2324/e23/> ;
    skos:prefLabel "Periodicals"@en,
        "Periodika"@nb,
        "Periodikum"@nn ;
    skos:relatedMatch <http://dewey.info/class/011.34/e23/>,
        <http://dewey.info/class/025.3432/e23/>,
        <http://dewey.info/class/070.572/e23/> .

humord:c00219 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00219" ;
    dct:modified "2024-11-26T12:21:33"^^xsd:dateTime ;
    skos:altLabel "Drafts"@en,
        "Plandokumenter"@nb,
        "Plandokument"@nn ;
    skos:broader humord:c00154 ;
    skos:definition "Utkast, skisser <BOB>"@nb ;
    skos:exactMatch realfagstermer:c009809 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009809,
        <http://dewey.info/class/320.6/e23/>,
        <http://dewey.info/class/361.25/e23/>,
        <http://dewey.info/class/371.207/e23/>,
        <http://dewey.info/class/378.107/e23/>,
        <http://dewey.info/class/658.4012/e23/> ;
    skos:prefLabel "Plans"@en,
        "Planer"@nb,
        "Planar"@nn ;
    skos:relatedMatch <http://dewey.info/class/320.6/e23/>,
        <http://dewey.info/class/361.25/e23/>,
        <http://dewey.info/class/371.207/e23/>,
        <http://dewey.info/class/378.107/e23/>,
        <http://dewey.info/class/658.4012/e23/> .

humord:c00221 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00221" ;
    dct:modified "2024-11-26T12:21:55"^^xsd:dateTime ;
    skos:altLabel "Postills"@en ;
    skos:broadMatch <http://dewey.info/class/252/e23/> ;
    skos:broader humord:c00154 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.3/e23/>,
        <http://dewey.info/class/252/e23/> ;
    skos:prefLabel "Postils"@en,
        "Postiller"@nb,
        "Postillar"@nn ;
    skos:related humord:c00165 ;
    skos:relatedMatch <http://dewey.info/class/204.3/e23/> .

humord:c00222 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00222" ;
    dct:modified "2024-11-26T12:23:43"^^xsd:dateTime ;
    skos:altLabel "Post-incunables"@en,
        "Paleotyper"@nb,
        "Paleotypar"@nn ;
    skos:broadMatch <http://dewey.info/class/011.44/e23/>,
        <http://dewey.info/class/094/e23/> ;
    skos:broader humord:c00154 ;
    skos:definition "Bøker trykket mellom 1501 og 1551 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/011.44/e23/>,
        <http://dewey.info/class/094/e23/> ;
    skos:prefLabel "Post-incunabula"@en,
        "Postinkunabler"@nb,
        "Postinkunablar"@nn ;
    skos:related humord:c00174 .

humord:c00224 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00224" ;
    dct:modified "2024-11-26T12:26:43"^^xsd:dateTime ;
    skos:altLabel "Medical prescriptions"@en,
        "Forskrivning"@nb,
        "Reseptlesing"@nb,
        "Forskriving"@nn,
        "Reseptlesing"@nn ;
    skos:broader humord:c00154 ;
    skos:closeMatch <http://dewey.info/class/615.14/e23/> ;
    skos:exactMatch realfagstermer:c003331 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003331,
        <http://dewey.info/class/615.14/e23/> ;
    skos:prefLabel "Prescriptions"@en,
        "Resepter"@nb,
        "Reseptar"@nn ;
    skos:related humord:c03777 .

humord:c00225 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00225" ;
    dct:modified "2024-08-20T16:29:17"^^xsd:dateTime ;
    skos:altLabel "Family registers"@en,
        "Family trees"@en,
        "Pedigree charts"@en,
        "Genealogier"@nb,
        "Slektsregistre"@nb,
        "Slektstavler"@nb,
        "Slektstre"@nb,
        "Slektstrær"@nb,
        "Ættetavler"@nb,
        "Genealogiar"@nn,
        "Slektstavler"@nn,
        "Slektstre"@nn,
        "Ættetavler"@nn ;
    skos:broader humord:c00154 ;
    skos:closeMatch <http://dewey.info/class/636.0822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/636.0822/e23/> ;
    skos:prefLabel "Genealogical tables"@en,
        "Stamtavler"@nb,
        "Stamtavler"@nn .

humord:c00226 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00226" ;
    dct:modified "2026-01-05T08:13:18"^^xsd:dateTime ;
    skos:altLabel "Essay assignments"@en,
        "Essay writing"@en,
        "Essays (Assignments)"@en,
        "Papers (Assignments)"@en,
        "Subject for a composition"@en,
        "Subject for an essay"@en,
        "Stiloppgaver"@nb,
        "Stilskriving"@nb,
        "Stiloppgåver"@nn,
        "Stilskriving"@nn ;
    skos:broadMatch <http://dewey.info/class/372.623/e23/>,
        <http://dewey.info/class/808.02071/e23/> ;
    skos:broader humord:c24939 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.623/e23/>,
        <http://dewey.info/class/808.02071/e23/> ;
    skos:prefLabel "Compositions (Assignments)"@en,
        "Stiler (Oppgaver)"@nb,
        "Stilar (Oppgåver)"@nn .

humord:c00229 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00229" ;
    dct:modified "2026-01-14T13:14:04"^^xsd:dateTime ;
    skos:altLabel "Norwegian compositions"@en,
        "Norwegian essays"@en,
        "Norwegian language essays"@en ;
    skos:broadMatch <http://dewey.info/class/372.623/e23/>,
        <http://dewey.info/class/808.043982/e23/> ;
    skos:broader humord:c00226 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.623/e23/>,
        <http://dewey.info/class/808.043982/e23/> ;
    skos:prefLabel "Norwegian language compositions"@en,
        "Norskstiler"@nb,
        "Norskstilar"@nn .

humord:c00230 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00230" ;
    dct:modified "2024-10-09T08:16:44"^^xsd:dateTime ;
    skos:altLabel "Bachelor theses"@en,
        "Bachelor thesis"@en,
        "Bachelor's theses"@en,
        "Bachelor's thesis"@en,
        "Bacheloroppgaver"@nb,
        "Grunnfagsoppgaver"@nb,
        "Mellomfagsoppgaver"@nb,
        "Semesteroppgaver"@nb,
        "Seminaroppgaver"@nb,
        "Bacheloroppgåver"@nn,
        "Grunnfagsoppgåver"@nn,
        "Mellomfagsoppgåver"@nn,
        "Semesteroppgåver"@nn,
        "Seminaroppgåver"@nn ;
    skos:broadMatch <http://dewey.info/class/378.170281/e23/> ;
    skos:broader humord:c00154 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/378.170281/e23/> ;
    skos:prefLabel "Student reports"@en,
        "Studentoppgaver"@nb,
        "Studentoppgåver"@nn .

humord:c00234 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-06-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00234" ;
    dct:modified "2024-11-26T12:31:18"^^xsd:dateTime ;
    skos:altLabel "Cartoon books"@en,
        "Cartoon strips"@en,
        "Cartoons"@en,
        "Comic magazines"@en,
        "Comic strips"@en,
        "Comicbooks"@en,
        "Comics"@en ;
    skos:broader humord:c00154,
        humord:c07034 ;
    skos:exactMatch realfagstermer:c030110,
        <http://dewey.info/class/741.56/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030110,
        <http://dewey.info/class/070.442/e23/>,
        <http://dewey.info/class/070.444/e23/>,
        <http://dewey.info/class/741.51/e23/>,
        <http://dewey.info/class/741.53/e23/>,
        <http://dewey.info/class/741.56/e23/> ;
    skos:prefLabel "Comic books"@en,
        "Tegneserier"@nb,
        "Teikneseriar"@nn ;
    skos:relatedMatch <http://dewey.info/class/070.442/e23/>,
        <http://dewey.info/class/070.444/e23/>,
        <http://dewey.info/class/741.51/e23/>,
        <http://dewey.info/class/741.53/e23/> .

humord:c00235 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00235" ;
    dct:modified "2024-11-26T12:31:42"^^xsd:dateTime ;
    skos:altLabel "Printed materials"@en,
        "Printed papers"@en,
        "Publications"@en ;
    skos:broader humord:c00154 ;
    skos:editorialNote "Se også den enkelte trykksak"@nb ;
    skos:exactMatch <http://dewey.info/class/383.124/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/383.124/e23/> ;
    skos:prefLabel "Printed matters"@en,
        "Trykksaker"@nb,
        "Trykksaker"@nn .

humord:c00237 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00237" ;
    dct:modified "2024-11-26T12:22:15"^^xsd:dateTime ;
    skos:altLabel "Preface"@en,
        "Føreord"@nn ;
    skos:broader humord:c00236 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/002/e23/> ;
    skos:prefLabel "Prefaces"@en,
        "Forord"@nb,
        "Forord"@nn ;
    skos:relatedMatch <http://dewey.info/class/002/e23/> .

humord:c00238 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-10-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00238" ;
    dct:modified "2024-11-26T12:28:04"^^xsd:dateTime ;
    skos:altLabel "Abstract"@en,
        "Abstracts"@en,
        "Summary"@en,
        "Abstrakt"@nb,
        "Abstrakter"@nb,
        "Handlingsresymeer"@nb,
        "Resymeer"@nb,
        "Resymé"@nb,
        "Abstrakt"@nn,
        "Resyme"@nn,
        "Resymé"@nn ;
    skos:broadMatch <http://dewey.info/class/808.062/e23/> ;
    skos:broader humord:c00236 ;
    skos:definition "Et abstrakt er et forkortet sammendrag av en teksts innhold. Abstraktet utgjør i seg selv en tekst <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.062/e23/> ;
    skos:prefLabel "Summaries"@en,
        "Sammendrag"@nb,
        "Samandrag"@nn .

humord:c00239 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00239" ;
    dct:modified "2026-01-14T13:14:17"^^xsd:dateTime ;
    skos:exactMatch realfagstermer:c013417,
        <http://dewey.info/class/1--01/e23/>,
        <http://dewey.info/class/100/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013417,
        <http://dewey.info/class/1--01/e23/>,
        <http://dewey.info/class/100/e23/> ;
    skos:prefLabel "Philosophy"@en,
        "Filosofi"@nb,
        "Filosofi"@nn ;
    skos:related humord:c07895 ;
    skos:topConceptOf humord: .

humord:c00240 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-07-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00240" ;
    dct:modified "2025-07-15T16:11:25"^^xsd:dateTime ;
    skos:altLabel "Moral"@en,
        "Moral philosophy"@en,
        "Morals"@en,
        "Moral"@nb,
        "Moralfilosofi"@nb,
        "Morallære"@nb,
        "Moral"@nn,
        "Moralfilosofi"@nn,
        "Morallære"@nn ;
    skos:broader humord:c00239 ;
    skos:closeMatch realfagstermer:c009031 ;
    skos:exactMatch realfagstermer:c013412,
        <http://dewey.info/class/170/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009031,
        realfagstermer:c013412,
        <http://dewey.info/class/170/e23/>,
        <http://dewey.info/class/205/e23/>,
        <http://dewey.info/class/241/e23/>,
        <http://dewey.info/class/294.548/e23/>,
        <http://dewey.info/class/296.36/e23/>,
        <http://dewey.info/class/297.45/e23/>,
        <http://dewey.info/class/297.5/e23/>,
        <http://dewey.info/class/353.37/e23/>,
        <http://dewey.info/class/364.17/e23/> ;
    skos:prefLabel "Ethics"@en,
        "Etikk"@nb,
        "Etikk"@nn ;
    skos:related humord:c00310,
        humord:c25375 ;
    skos:relatedMatch <http://dewey.info/class/205/e23/>,
        <http://dewey.info/class/241/e23/>,
        <http://dewey.info/class/294.548/e23/>,
        <http://dewey.info/class/296.36/e23/>,
        <http://dewey.info/class/297.45/e23/>,
        <http://dewey.info/class/297.5/e23/>,
        <http://dewey.info/class/353.37/e23/>,
        <http://dewey.info/class/364.17/e23/> .

humord:c00243 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00243" ;
    dct:modified "2024-08-15T13:21:32"^^xsd:dateTime ;
    skos:altLabel "Moral responsibility"@en,
        "Moralsk ansvar"@nb,
        "Moralsk ansvar"@nn ;
    skos:broadMatch <http://dewey.info/class/170/e23/> ;
    skos:broader humord:c00240 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170/e23/> ;
    skos:prefLabel "Ethics of responsibility"@en,
        "Ansvarsetikk"@nb,
        "Ansvarsetikk"@nn ;
    skos:related humord:c22335 .

humord:c00245 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00245" ;
    dct:modified "2024-08-16T12:57:38"^^xsd:dateTime ;
    skos:altLabel "Anvendt etikk"@nn ;
    skos:broader humord:c00240 ;
    skos:closeMatch <http://dewey.info/class/170/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170/e23/> ;
    skos:prefLabel "Applied ethics"@en,
        "Anvendt etikk"@nb,
        "Bruksretta etikk"@nn ;
    skos:related humord:c00675 .

humord:c00246 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00246" ;
    dct:modified "2024-12-03T12:14:49"^^xsd:dateTime ;
    skos:broader humord:c00245 ;
    skos:exactMatch <http://dewey.info/class/172/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/172/e23/> ;
    skos:prefLabel "Political ethics"@en,
        "Politisk etikk"@nb,
        "Politisk etikk"@nn .

humord:c00249 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00249" ;
    dct:modified "2024-12-03T12:14:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/170.44/e23/> ;
    skos:broader humord:c00245 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170.44/e23/> ;
    skos:prefLabel "Practical ethics"@en,
        "Praktisk etikk"@nb,
        "Praktisk etikk"@nn ;
    skos:related humord:c00675 .

humord:c00250 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00250" ;
    dct:modified "2025-10-28T15:32:01"^^xsd:dateTime ;
    skos:altLabel "Ethics of sexuality"@en,
        "Sex ethics"@en,
        "Kjønnsmoral"@nb,
        "Seksualmoral"@nb,
        "Kjønnsmoral"@nn,
        "Seksualmoral"@nn ;
    skos:broader humord:c00245 ;
    skos:exactMatch <http://dewey.info/class/176.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/176.4/e23/> ;
    skos:prefLabel "Sexual ethics"@en,
        "Seksualetikk"@nb,
        "Seksualetikk"@nn ;
    skos:related humord:c08140,
        humord:c08146 .

humord:c00251 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00251" ;
    dct:modified "2024-01-03T11:20:41"^^xsd:dateTime ;
    skos:altLabel "Samfunnsmoral"@nb,
        "Samfunnsmoral"@nn ;
    skos:broader humord:c00245 ;
    skos:closeMatch realfagstermer:c012165,
        <http://dewey.info/class/303.372/e23/> ;
    skos:exactMatch <http://dewey.info/class/170/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012165,
        <http://dewey.info/class/170/e23/>,
        <http://dewey.info/class/303.372/e23/> ;
    skos:prefLabel "Social ethics"@en,
        "Sosialetikk"@nb,
        "Sosialetikk"@nn .

humord:c00253 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00253" ;
    dct:modified "2024-12-03T12:13:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/170/e23/> ;
    skos:broader humord:c00251 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170/e23/>,
        <http://dewey.info/class/336.2/e23/> ;
    skos:prefLabel "Tax ethics"@en,
        "Skattemoral"@nb,
        "Skattemoral"@nn ;
    skos:relatedMatch <http://dewey.info/class/336.2/e23/> .

humord:c00254 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00254" ;
    dct:modified "2024-10-01T10:51:50"^^xsd:dateTime ;
    skos:altLabel "Professional code of ethics"@en,
        "Profesjonsetikk"@nb,
        "Yrkesmoral"@nb,
        "Yrkesmoral"@nn ;
    skos:broader humord:c00245 ;
    skos:closeMatch realfagstermer:c009218,
        realfagstermer:c010658 ;
    skos:editorialNote "Se også de enkelte yrker * Yrkesetikk"@nb ;
    skos:exactMatch <http://dewey.info/class/174/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009218,
        realfagstermer:c010658,
        <http://dewey.info/class/174/e23/> ;
    skos:prefLabel "Professional ethics"@en,
        "Yrkesetikk"@nb,
        "Yrkesetikk"@nn ;
    skos:related humord:c04616,
        humord:c09161,
        humord:c21405 .

humord:c00256 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00256" ;
    dct:modified "2023-11-28T09:05:05"^^xsd:dateTime ;
    skos:broader humord:c00254 ;
    skos:exactMatch realfagstermer:c011001,
        <http://dewey.info/class/174.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011001,
        <http://dewey.info/class/174.4/e23/>,
        <http://dewey.info/class/205.644/e23/>,
        <http://dewey.info/class/241.644/e23/>,
        <http://dewey.info/class/296.3644/e23/>,
        <http://dewey.info/class/297.5644/e23/>,
        <http://dewey.info/class/343.08/e23/>,
        <http://dewey.info/class/658.472/e23/> ;
    skos:prefLabel "Business ethics"@en,
        "Forretningsetikk"@nb,
        "Forretningsetikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/205.644/e23/>,
        <http://dewey.info/class/241.644/e23/>,
        <http://dewey.info/class/296.3644/e23/>,
        <http://dewey.info/class/297.5644/e23/>,
        <http://dewey.info/class/343.08/e23/>,
        <http://dewey.info/class/658.472/e23/> .

humord:c00257 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00257" ;
    dct:modified "2025-10-22T14:43:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/174.2/e23/> ;
    skos:broader humord:c70152 ;
    skos:closeMatch realfagstermer:c001659,
        realfagstermer:c003195 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001659,
        realfagstermer:c003195,
        <http://dewey.info/class/174.2/e23/> ;
    skos:prefLabel "Medical ethics"@en,
        "Medisinsk etikk"@nb,
        "Medisinsk etikk"@nn .

humord:c00260 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00260" ;
    dct:modified "2024-12-03T12:10:09"^^xsd:dateTime ;
    skos:altLabel "Genetical ethics"@en,
        "Gen-etikk"@nb,
        "Gen-etikk"@nn ;
    skos:broadMatch <http://dewey.info/class/174.2/e23/>,
        <http://dewey.info/class/176/e23/> ;
    skos:broader humord:c00257 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/174.2/e23/>,
        <http://dewey.info/class/176/e23/> ;
    skos:prefLabel "Genetic ethics"@en,
        "Genetisk etikk"@nb,
        "Genetisk etikk"@nn ;
    skos:related humord:c03828 .

humord:c00262 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00262" ;
    dct:modified "2024-12-03T12:04:21"^^xsd:dateTime ;
    skos:altLabel "Ethics and law"@en,
        "Etikk og rett"@nb,
        "Jus og etikk"@nb,
        "Rett og moral"@nb,
        "Etikk og rett"@nn,
        "Jus og etikk"@nn,
        "Rett og moral"@nn ;
    skos:broader humord:c00254 ;
    skos:exactMatch <http://dewey.info/class/340.112/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/340.112/e23/> ;
    skos:prefLabel "Law and ethics"@en,
        "Rett og etikk"@nb,
        "Rett og etikk"@nn .

humord:c00265 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-06-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00265" ;
    dct:modified "2023-12-19T09:38:19"^^xsd:dateTime ;
    skos:altLabel "Vitenskapsetikk"@nb,
        "Vitskapsetikk"@nn ;
    skos:broadMatch <http://dewey.info/class/174/e23/> ;
    skos:broader humord:c00254 ;
    skos:closeMatch realfagstermer:c005580 ;
    skos:definition "Vurdering av forskning i relasjon til normer og verdier i samfunnet <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013421 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005580,
        realfagstermer:c013421,
        <http://dewey.info/class/174/e23/> ;
    skos:prefLabel "Research ethics"@en,
        "Forskningsetikk"@nb,
        "Forskingsetikk"@nn .

humord:c00267 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00267" ;
    dct:modified "2025-02-07T14:14:46"^^xsd:dateTime ;
    skos:altLabel "Eco-ethics"@en,
        "Ecosophy"@en,
        "Miljøetikk"@nb,
        "Naturetikk"@nb,
        "Økoetikk"@nb,
        "Økosofi"@nb,
        "Miljøetikk"@nn,
        "Økosofi"@nn ;
    skos:broader humord:c00245 ;
    skos:closeMatch realfagstermer:c007974,
        <http://dewey.info/class/179.1/e23/> ;
    skos:definition "Økosofi er et miljøfilosofisk perspektiv som ble utviklet av filosofen Arne Næss <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007974,
        <http://dewey.info/class/179.1/e23/> ;
    skos:prefLabel "Ecological ethics"@en,
        "Økologisk etikk"@nb,
        "Økologisk etikk"@nn ;
    skos:related humord:c00738 .

humord:c00270 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00270" ;
    dct:modified "2024-09-19T12:34:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/170/e23/> ;
    skos:broader humord:c00240 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170/e23/> ;
    skos:prefLabel "Common sense ethics"@en,
        "Common sense etikk"@nb,
        "Common sense etikk"@nn .

humord:c00271 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00271" ;
    dct:modified "2024-12-03T12:02:40"^^xsd:dateTime ;
    skos:altLabel "Diskursetikk"@nb,
        "Diskursetikk"@nn ;
    skos:broadMatch <http://dewey.info/class/170.44/e23/> ;
    skos:broader humord:c00240 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170.44/e23/> ;
    skos:prefLabel "Discursive ethics"@en,
        "Diskursiv etikk"@nb,
        "Diskursiv etikk"@nn .

humord:c00273 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00273" ;
    dct:modified "2024-11-27T20:26:06"^^xsd:dateTime ;
    skos:broader humord:c00240 ;
    skos:closeMatch <http://dewey.info/class/171.3/e23/>,
        <http://dewey.info/class/179.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/171.3/e23/>,
        <http://dewey.info/class/179.9/e23/> ;
    skos:prefLabel "Virtue ethics"@en,
        "Dydsetikk"@nb,
        "Dydsetikk"@nn ;
    skos:related humord:c00311 .

humord:c00274 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00274" ;
    dct:modified "2024-12-03T12:01:09"^^xsd:dateTime ;
    skos:altLabel "Eudaemonism"@en,
        "Evdaimonisme"@nb,
        "Lykkeetikk"@nb,
        "Velferdsetikk"@nb,
        "Evdaimonisme"@nn,
        "Lukkeetikk"@nn,
        "Lykkeetikk"@nn,
        "Velferdsetikk"@nn ;
    skos:broadMatch <http://dewey.info/class/171.4/e23/> ;
    skos:broader humord:c00240 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/171.4/e23/> ;
    skos:prefLabel "Eudaimonism"@en,
        "Eudaimonisme"@nb,
        "Eudaimonisme"@nn ;
    skos:related humord:c00278 .

humord:c00278 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00278" ;
    dct:modified "2024-12-03T11:58:46"^^xsd:dateTime ;
    skos:altLabel "Sybaritism"@en,
        "Lystetikk"@nb,
        "Nytelsesetikk"@nb,
        "Lystetikk"@nn,
        "Nytingsetikk"@nn ;
    skos:broader humord:c00240 ;
    skos:exactMatch <http://dewey.info/class/171.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/171.4/e23/> ;
    skos:prefLabel "Hedonism"@en,
        "Hedonisme"@nb,
        "Hedonisme"@nn ;
    skos:related humord:c00274,
        humord:c14858,
        humord:c14977 .

humord:c00282 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00282" ;
    dct:modified "2025-10-14T15:23:05"^^xsd:dateTime ;
    skos:altLabel "Humanistic ethics"@en,
        "Human-etikk"@nb,
        "Livssynshumanisme"@nb,
        "Human-etikk"@nn,
        "Livssynshumanisme"@nn ;
    skos:broadMatch <http://dewey.info/class/171.2/e23/> ;
    skos:broader humord:c00240 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/171.2/e23/> ;
    skos:prefLabel "Humanistic ethics"@en,
        "Humanetikk"@nb,
        "Humanetikk"@nn .

humord:c00283 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00283" ;
    dct:modified "2024-12-03T11:55:13"^^xsd:dateTime ;
    skos:altLabel "Consequentialist ethics"@en,
        "Konsekvensialisme"@nb,
        "Resultatetikk"@nb,
        "Konsekvensialisme"@nn,
        "Resultatetikk"@nn ;
    skos:broadMatch <http://dewey.info/class/171.5/e23/> ;
    skos:broader humord:c00240 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/171.5/e23/> ;
    skos:prefLabel "Consequentialism"@en,
        "Konsekvensetikk"@nb,
        "Konsekvensetikk"@nn .

humord:c00286 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00286" ;
    dct:modified "2024-12-03T11:54:39"^^xsd:dateTime ;
    skos:altLabel "Consensuality"@en ;
    skos:broadMatch <http://dewey.info/class/179.9/e23/> ;
    skos:broader humord:c00240 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.9/e23/> ;
    skos:prefLabel "Consensus ethics"@en,
        "Konsensusetikk"@nb,
        "Konsensusetikk"@nn .

humord:c00287 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00287" ;
    dct:modified "2024-12-03T11:43:54"^^xsd:dateTime ;
    skos:broader humord:c00240 ;
    skos:exactMatch <http://dewey.info/class/170.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170.42/e23/> ;
    skos:prefLabel "Metaethics"@en,
        "Metaetikk"@nb,
        "Metaetikk"@nn .

humord:c00288 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00288" ;
    dct:modified "2024-12-03T11:43:34"^^xsd:dateTime ;
    skos:altLabel "Foreskrivende etikk"@nb,
        "Føreskrivande etikk"@nn ;
    skos:broader humord:c00240 ;
    skos:exactMatch <http://dewey.info/class/170.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170.44/e23/> ;
    skos:prefLabel "Normative ethics"@en,
        "Normativ etikk"@nb,
        "Normativ etikk"@nn ;
    skos:related humord:c00352 .

humord:c00290 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00290" ;
    dct:modified "2024-12-03T11:41:50"^^xsd:dateTime ;
    skos:altLabel "Duty-ethics"@en,
        "Deontologi"@nb,
        "Deontologi"@nn ;
    skos:broadMatch <http://dewey.info/class/171.2/e23/> ;
    skos:broader humord:c00240 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/171.2/e23/> ;
    skos:prefLabel "Deontology"@en,
        "Pliktetikk"@nb,
        "Pliktetikk"@nn .

humord:c00291 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00291" ;
    dct:modified "2024-11-29T14:55:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/170/e23/> ;
    skos:broader humord:c00240 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170/e23/> ;
    skos:prefLabel "Ethics of conviction"@en,
        "Sinnelagsetikk"@nb,
        "Sinnelagsetikk"@nn .

humord:c00293 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00293" ;
    dct:modified "2024-12-03T11:36:31"^^xsd:dateTime ;
    skos:altLabel "Nytteetikk"@nb,
        "Utilisme"@nb,
        "Utilitarianisme"@nb,
        "Utilisme"@nn ;
    skos:broader humord:c00240 ;
    skos:closeMatch <http://dewey.info/class/171.5/e23/> ;
    skos:exactMatch <http://dewey.info/class/144.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/144.6/e23/>,
        <http://dewey.info/class/171.5/e23/> ;
    skos:prefLabel "Utilitarianism"@en,
        "Utilitarisme"@nb,
        "Utilitarisme"@nn .

humord:c00296 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00296" ;
    dct:modified "2024-12-03T11:37:13"^^xsd:dateTime ;
    skos:altLabel "Development ethics"@en,
        "Evolutional ethics"@en ;
    skos:broadMatch <http://dewey.info/class/171.7/e23/> ;
    skos:broader humord:c00240 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/171.7/e23/> ;
    skos:prefLabel "Ethics of evolution"@en,
        "Utviklingsetikk"@nb,
        "Utviklingsetikk"@nn .

humord:c00297 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00297" ;
    dct:modified "2024-12-03T11:35:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/170/e23/> ;
    skos:broader humord:c00240 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170/e23/> ;
    skos:prefLabel "Value ethics"@en,
        "Verdietikk"@nb,
        "Verdietikk"@nn .

humord:c00298 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00298" ;
    dct:modified "2026-01-14T13:14:37"^^xsd:dateTime ;
    skos:altLabel "Filosofihistorie (Faget)"@nb,
        "Filosofihistorie (Faget)"@nn ;
    skos:broader humord:c00239 ;
    skos:closeMatch <http://dewey.info/class/109/e23/> ;
    skos:editorialNote "Brukes om faget filosofiens historie"@nb ;
    skos:exactMatch realfagstermer:c009648 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009648,
        <http://dewey.info/class/109/e23/> ;
    skos:prefLabel "History of philosophy"@en,
        "Filosofiens historie (Faget)"@nb,
        "Filosofiens historie (Faget)"@nn .

humord:c00302 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00302" ;
    dct:modified "2024-11-28T11:00:54"^^xsd:dateTime ;
    skos:altLabel "Concepts of philosophy"@en ;
    skos:broader humord:c06043 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.4/e23/>,
        <http://dewey.info/class/153.23/e23/> ;
    skos:prefLabel "Philosophical concepts"@en,
        "Filosofiske begreper"@nb,
        "Filosofiske omgrep"@nn ;
    skos:relatedMatch <http://dewey.info/class/121.4/e23/>,
        <http://dewey.info/class/153.23/e23/> .

humord:c00303 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00303" ;
    dct:modified "2024-11-28T10:52:51"^^xsd:dateTime ;
    skos:altLabel "Concept of aesthethics"@en,
        "Concept of esthetics"@en,
        "Esthetic concepts"@en,
        "Estetiske omgrep"@nb ;
    skos:broader humord:c00302 ;
    skos:closeMatch <http://dewey.info/class/111.85/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.85/e23/>,
        <http://dewey.info/class/701.17/e23/>,
        <http://dewey.info/class/801.93/e23/> ;
    skos:prefLabel "Aesthetic concepts"@en,
        "Estetiske begreper"@nb,
        "Estetiske omgrep"@nn ;
    skos:relatedMatch <http://dewey.info/class/701.17/e23/>,
        <http://dewey.info/class/801.93/e23/> .

humord:c00304 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00304" ;
    dct:modified "2024-11-28T10:30:18"^^xsd:dateTime ;
    skos:altLabel "Romanticising"@en,
        "Forskjønning"@nb,
        "Forskjønning"@nn ;
    skos:broadMatch <http://dewey.info/class/111.85/e23/> ;
    skos:broader humord:c00303 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.85/e23/> ;
    skos:prefLabel "Romanticizing"@en,
        "Romantisering"@nb,
        "Romantisering"@nn .

humord:c00306 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00306" ;
    dct:modified "2024-11-28T10:47:44"^^xsd:dateTime ;
    skos:altLabel "The sublime"@en,
        "Det sublime"@nb,
        "Det sublime"@nn ;
    skos:broadMatch <http://dewey.info/class/111.85/e23/> ;
    skos:broader humord:c00303 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.85/e23/> ;
    skos:prefLabel "Sublimity"@en,
        "Sublimitet"@nb,
        "Sublimitet"@nn .

humord:c00308 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00308" ;
    dct:modified "2024-11-28T10:29:40"^^xsd:dateTime ;
    skos:altLabel "Beauty ideals"@en,
        "Det skjønne"@nb,
        "Skjønnhetsidealer"@nb,
        "Det vene"@nn,
        "Fagerdom"@nn,
        "Venleiksideal"@nn ;
    skos:broadMatch <http://dewey.info/class/111.85/e23/> ;
    skos:broader humord:c00306 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.85/e23/>,
        <http://dewey.info/class/801.93/e23/> ;
    skos:prefLabel "Beauty"@en,
        "Skjønnhet"@nb,
        "Venleik"@nn ;
    skos:related humord:c00594,
        humord:c25990 ;
    skos:relatedMatch <http://dewey.info/class/801.93/e23/> .

humord:c00310 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00310" ;
    dct:modified "2024-11-28T10:55:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/205/e23/> ;
    skos:broader humord:c00302 ;
    skos:exactMatch <http://dewey.info/class/170/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170/e23/>,
        <http://dewey.info/class/205/e23/> ;
    skos:prefLabel "Ethical concepts"@en,
        "Etiske begreper"@nb,
        "Etiske omgrep"@nn ;
    skos:related humord:c00240,
        humord:c16690 .

humord:c00311 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00311" ;
    dct:modified "2024-11-27T21:06:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/297.5/e23/> ;
    skos:broader humord:c00310 ;
    skos:exactMatch <http://dewey.info/class/179.9/e23/>,
        <http://dewey.info/class/241.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.9/e23/>,
        <http://dewey.info/class/205.699/e23/>,
        <http://dewey.info/class/241.4/e23/>,
        <http://dewey.info/class/294.548/e23/>,
        <http://dewey.info/class/297.5/e23/> ;
    skos:prefLabel "Virtues"@en,
        "Dyder"@nb,
        "Dydar"@nn ;
    skos:related humord:c00273,
        humord:c00340 ;
    skos:relatedMatch <http://dewey.info/class/205.699/e23/>,
        <http://dewey.info/class/294.548/e23/> .

humord:c00312 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00312" ;
    dct:modified "2024-08-15T13:18:14"^^xsd:dateTime ;
    skos:altLabel "Decorum"@en,
        "Propriety"@en ;
    skos:broadMatch <http://dewey.info/class/179.9/e23/> ;
    skos:broader humord:c00311 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.9/e23/> ;
    skos:prefLabel "Decency"@en,
        "Anstendighet"@nb,
        "Anstendigheit"@nn ;
    skos:related humord:c20405 .

humord:c00313 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00313" ;
    dct:modified "2024-11-27T20:25:48"^^xsd:dateTime ;
    skos:altLabel "asceticism"@en,
        "Asketisme"@nb ;
    skos:broadMatch <http://dewey.info/class/248.47/e23/>,
        <http://dewey.info/class/296.7/e23/>,
        <http://dewey.info/class/297.576/e23/> ;
    skos:broader humord:c00311 ;
    skos:definition "Askese betyr forsakelse av verdslige eller sanselige gleder ved avholdenhet fra mat, nytelsesmidler, søvn, seksuell aktivitet og lignende. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/204.47/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.47/e23/>,
        <http://dewey.info/class/248.47/e23/>,
        <http://dewey.info/class/296.7/e23/>,
        <http://dewey.info/class/297.446/e23/>,
        <http://dewey.info/class/297.576/e23/> ;
    skos:prefLabel "Ascesis"@en,
        "Askese"@nb,
        "Askese"@nn ;
    skos:related humord:c08647,
        humord:c18940 ;
    skos:relatedMatch <http://dewey.info/class/297.446/e23/> .

humord:c00314 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00314" ;
    dct:modified "2024-11-27T20:27:51"^^xsd:dateTime ;
    skos:altLabel "Goodness"@en,
        "Det gode"@nb,
        "Det gode"@nn ;
    skos:broader humord:c00311 ;
    skos:closeMatch <http://dewey.info/class/111.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.84/e23/> ;
    skos:prefLabel "Kindness"@en,
        "Godhet"@nb,
        "Godheit"@nn .

humord:c00316 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00316" ;
    dct:modified "2024-11-27T20:30:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/179.9/e23/> ;
    skos:broader humord:c00311 ;
    skos:definition "Kardinaldyder er hoveddyder. Platon skjelnet mellom fire hoveddyder: visdom, mot, måtehold og rettferdighet.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.9/e23/> ;
    skos:prefLabel "Cardinal virtues"@en,
        "Kardinaldyder"@nb,
        "Kardinaldydar"@nn .

humord:c00317 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00317" ;
    dct:modified "2024-11-27T20:32:04"^^xsd:dateTime ;
    skos:altLabel "Obidience"@en,
        "Lydnad"@nb ;
    skos:broader humord:c00311 ;
    skos:closeMatch <http://dewey.info/class/649.64/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/234.6/e23/>,
        <http://dewey.info/class/649.64/e23/> ;
    skos:prefLabel "Obedience"@en,
        "Lydighet"@nb,
        "Lydnad"@nn ;
    skos:related humord:c20639,
        humord:c20988 ;
    skos:relatedMatch <http://dewey.info/class/234.6/e23/> .

humord:c00318 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00318" ;
    dct:modified "2024-11-27T20:34:30"^^xsd:dateTime ;
    skos:altLabel "Golden mean"@en,
        "Den gyldne middelvei"@nb,
        "Gyldne middelvei"@nb,
        "Mesotesbegrepet"@nb,
        "Den gylne middelvegen"@nn,
        "Gylne middelvegen"@nn,
        "Mesotesomgrepet"@nn ;
    skos:broadMatch <http://dewey.info/class/185/e23/> ;
    skos:broader humord:c00311 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/185/e23/> ;
    skos:prefLabel "Mesotes"@en,
        "Mesotes"@nb,
        "Mesotes"@nn .

humord:c00321 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00321" ;
    dct:modified "2024-11-27T20:36:06"^^xsd:dateTime ;
    skos:altLabel "Gentleness"@en ;
    skos:broadMatch <http://dewey.info/class/179.9/e23/> ;
    skos:broader humord:c00311 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.9/e23/> ;
    skos:prefLabel "Mildness"@en,
        "Mildhet"@nb,
        "Mildskap"@nn .

humord:c00322 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00322" ;
    dct:modified "2025-10-02T09:05:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/179.9/e23/> ;
    skos:broader humord:c00311 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.9/e23/> ;
    skos:prefLabel "Good deeds"@en,
        "Velgjerninger"@nb,
        "Velgjerninger"@nn .

humord:c00323 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00323" ;
    dct:modified "2025-05-15T08:27:44"^^xsd:dateTime ;
    skos:altLabel "Etiske dommer"@nb,
        "Moralske dommer"@nb,
        "Etiske domar"@nn,
        "Etiske dommar"@nn,
        "Moralske domar"@nn,
        "Moralske dommar"@nn ;
    skos:broadMatch <http://dewey.info/class/170/e23/>,
        <http://dewey.info/class/171/e23/> ;
    skos:broader humord:c00310 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170/e23/>,
        <http://dewey.info/class/171/e23/> ;
    skos:prefLabel "Ethical decisions"@en,
        "Etiske avgjørelser"@nb,
        "Etiske avgjerder"@nn .

humord:c00326 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00326" ;
    dct:modified "2024-11-27T21:08:01"^^xsd:dateTime ;
    skos:altLabel "Biases"@en,
        "Prejudice"@en,
        "Forutfattete meninger"@nb,
        "Forutinntatte meninger"@nb ;
    skos:broader humord:c00310 ;
    skos:exactMatch realfagstermer:c006398,
        <http://dewey.info/class/303.385/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006398,
        <http://dewey.info/class/177.5/e23/>,
        <http://dewey.info/class/200.8/e23/>,
        <http://dewey.info/class/303.385/e23/> ;
    skos:prefLabel "Prejudices"@en,
        "Fordommer"@nb,
        "Fordommar"@nn ;
    skos:related humord:c00329,
        humord:c06475,
        humord:c08153,
        humord:c23558 ;
    skos:relatedMatch <http://dewey.info/class/177.5/e23/>,
        <http://dewey.info/class/200.8/e23/> .

humord:c00329 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00329" ;
    dct:modified "2024-11-27T21:28:10"^^xsd:dateTime ;
    skos:altLabel "Broad-mindedness"@en,
        "Open-mindedness"@en,
        "Frisinn"@nb,
        "Frisinnethet"@nb,
        "Frisinn"@nn ;
    skos:broader humord:c00310 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/177.5/e23/>,
        <http://dewey.info/class/303.385/e23/> ;
    skos:prefLabel "Liberality"@en,
        "Fordomsfrihet"@nb,
        "Fordomsfridom"@nn ;
    skos:related humord:c00326 ;
    skos:relatedMatch <http://dewey.info/class/177.5/e23/>,
        <http://dewey.info/class/303.385/e23/> .

humord:c00331 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00331" ;
    dct:modified "2024-12-02T09:27:40"^^xsd:dateTime ;
    skos:broader humord:c00310 ;
    skos:exactMatch <http://dewey.info/class/128.46/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.46/e23/> ;
    skos:prefLabel "Love (Philosophy)"@en,
        "Kjærlighet (Filosofi)"@nb,
        "Kjærleik (Filosofi)"@nn ;
    skos:related humord:c08010 .

humord:c00332 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00332" ;
    dct:modified "2024-07-26T14:15:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/177.7/e23/> ;
    skos:broader humord:c00331 ;
    skos:definition "Agape er eit ord for den kristne kjærleiken. I kristendommen blir agape brukt både om Guds kjærleik til menneska og om kristen nestekjærleik, til forskjell frå andre former for kjærleik, som til dømes erotisk kjærleik, foreldrekjærleik og vennskapleg godhug <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.46/e23/>,
        <http://dewey.info/class/152.41/e23/>,
        <http://dewey.info/class/177.7/e23/>,
        <http://dewey.info/class/205.677/e23/> ;
    skos:prefLabel "Agape"@en,
        "Agape"@nb,
        "Agape"@nn ;
    skos:relatedMatch <http://dewey.info/class/128.46/e23/>,
        <http://dewey.info/class/152.41/e23/>,
        <http://dewey.info/class/205.677/e23/> .

humord:c00333 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00333" ;
    dct:modified "2026-01-13T09:23:35"^^xsd:dateTime ;
    skos:altLabel "Erotisk kjærlighet"@nb,
        "Sanselig kjærlighet"@nb,
        "Erotisk kjærleik"@nn,
        "Sanseleg kjærleik"@nn ;
    skos:broadMatch <http://dewey.info/class/306.7/e23/> ;
    skos:broader humord:c00331 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.46/e23/>,
        <http://dewey.info/class/177.7/e23/>,
        <http://dewey.info/class/306.7/e23/> ;
    skos:prefLabel "Eroticism"@en,
        "Erotikk"@nb,
        "Erotikk"@nn ;
    skos:related humord:c12107 ;
    skos:relatedMatch <http://dewey.info/class/128.46/e23/>,
        <http://dewey.info/class/177.7/e23/> .

humord:c00336 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00336" ;
    dct:modified "2024-11-27T20:21:31"^^xsd:dateTime ;
    skos:altLabel "Erosbegrepet"@nb ;
    skos:broader humord:c00333 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.46/e23/>,
        <http://dewey.info/class/184/e23/>,
        <http://dewey.info/class/306.7/e23/> ;
    skos:prefLabel "Eros"@en,
        "Eros"@nb,
        "Eros"@nn ;
    skos:relatedMatch <http://dewey.info/class/128.46/e23/>,
        <http://dewey.info/class/184/e23/>,
        <http://dewey.info/class/306.7/e23/> .

humord:c00338 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00338" ;
    dct:modified "2024-12-03T11:35:06"^^xsd:dateTime ;
    skos:broader humord:c00331 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.46/e23/>,
        <http://dewey.info/class/177.7/e23/>,
        <http://dewey.info/class/306.7/e23/> ;
    skos:prefLabel "Courtly love"@en,
        "Høvisk kjærlighet"@nb,
        "Høvisk kjærleik"@nn ;
    skos:relatedMatch <http://dewey.info/class/128.46/e23/>,
        <http://dewey.info/class/177.7/e23/>,
        <http://dewey.info/class/306.7/e23/> .

humord:c00339 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00339" ;
    dct:modified "2024-12-03T11:34:49"^^xsd:dateTime ;
    skos:broader humord:c00331 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.46/e23/>,
        <http://dewey.info/class/152.41/e23/>,
        <http://dewey.info/class/177.7/e23/>,
        <http://dewey.info/class/306.7/e23/> ;
    skos:prefLabel "Romantic love"@en,
        "Romantisk kjærlighet"@nb,
        "Romantisk kjærleik"@nn ;
    skos:relatedMatch <http://dewey.info/class/128.46/e23/>,
        <http://dewey.info/class/152.41/e23/>,
        <http://dewey.info/class/177.7/e23/>,
        <http://dewey.info/class/306.7/e23/> .

humord:c00340 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00340" ;
    dct:modified "2026-01-13T09:26:23"^^xsd:dateTime ;
    skos:altLabel "Bad habits"@en,
        "Laster"@nn ;
    skos:broadMatch <http://dewey.info/class/241.3/e23/>,
        <http://dewey.info/class/297.5/e23/> ;
    skos:broader humord:c00310 ;
    skos:exactMatch <http://dewey.info/class/179.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.8/e23/>,
        <http://dewey.info/class/241.3/e23/>,
        <http://dewey.info/class/294.548/e23/>,
        <http://dewey.info/class/297.5/e23/> ;
    skos:prefLabel "Vices"@en,
        "Laster"@nb,
        "Lastar"@nn ;
    skos:related humord:c00311 ;
    skos:relatedMatch <http://dewey.info/class/294.548/e23/> .

humord:c00341 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00341" ;
    dct:modified "2023-11-21T12:53:25"^^xsd:dateTime ;
    skos:altLabel "Self-centeredness"@en,
        "Self-centredness"@en,
        "Self-seeking"@en,
        "Selfishness"@en,
        "Egeninteresse"@nb,
        "Egenkjærlighet"@nb,
        "Selviskhet"@nb ;
    skos:broader humord:c00340 ;
    skos:exactMatch realfagstermer:c008945,
        <http://dewey.info/class/171.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008945,
        <http://dewey.info/class/171.9/e23/> ;
    skos:prefLabel "Egoism"@en,
        "Egoisme"@nb,
        "Egoisme"@nn ;
    skos:related humord:c14307,
        humord:c26411 .

humord:c00344 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00344" ;
    dct:modified "2024-11-27T17:21:21"^^xsd:dateTime ;
    skos:altLabel "Løgn"@nb,
        "Lygn"@nn,
        "Lygner"@nn,
        "Løgn"@nn ;
    skos:broadMatch <http://dewey.info/class/177.3/e23/>,
        <http://dewey.info/class/179.8/e23/> ;
    skos:broader humord:c00340 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/177.3/e23/>,
        <http://dewey.info/class/179.8/e23/> ;
    skos:prefLabel "Lies"@en,
        "Løgner"@nb,
        "Løgnar"@nn .

humord:c00345 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-06-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00345" ;
    dct:modified "2023-12-05T07:29:50"^^xsd:dateTime ;
    skos:altLabel "Livsstandard"@nb ;
    skos:broader humord:c00310 ;
    skos:exactMatch realfagstermer:c001235 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001235,
        <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Quality of life"@en,
        "Livskvalitet"@nb,
        "Livskvalitet"@nn ;
    skos:related humord:c00348,
        humord:c09012 ;
    skos:relatedMatch <http://dewey.info/class/306/e23/> .

humord:c00347 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00347" ;
    dct:modified "2023-12-05T07:30:50"^^xsd:dateTime ;
    skos:altLabel "Belief system"@en,
        "Life stance"@en,
        "Lifestance"@en,
        "Outlook on life"@en,
        "Philosophy of life"@en ;
    skos:broader humord:c00310 ;
    skos:exactMatch realfagstermer:c003694 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003694,
        <http://dewey.info/class/128/e23/>,
        <http://dewey.info/class/170/e23/>,
        <http://dewey.info/class/342.085/e23/> ;
    skos:prefLabel "View of life"@en,
        "Livssyn"@nb,
        "Livssyn"@nn ;
    skos:related humord:c11868 ;
    skos:relatedMatch <http://dewey.info/class/128/e23/>,
        <http://dewey.info/class/170/e23/>,
        <http://dewey.info/class/342.085/e23/> .

humord:c00348 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00348" ;
    dct:modified "2024-11-27T21:33:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/158.1/e23/>,
        <http://dewey.info/class/179.1/e23/> ;
    skos:broader humord:c00310 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128/e23/>,
        <http://dewey.info/class/158.1/e23/>,
        <http://dewey.info/class/179.1/e23/> ;
    skos:prefLabel "Fundamental value"@en,
        "Livsverdi"@nb,
        "Livsverdi"@nn ;
    skos:related humord:c00345 ;
    skos:relatedMatch <http://dewey.info/class/128/e23/> .

humord:c00349 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-10-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00349" ;
    dct:modified "2024-11-27T17:02:16"^^xsd:dateTime ;
    skos:altLabel "Bliss"@en ;
    skos:broader humord:c00348 ;
    skos:exactMatch <http://dewey.info/class/152.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.42/e23/>,
        <http://dewey.info/class/158/e23/>,
        <http://dewey.info/class/171.3/e23/>,
        <http://dewey.info/class/171.4/e23/> ;
    skos:prefLabel "Happiness"@en,
        "Lykke"@nb,
        "Lykke"@nn ;
    skos:related humord:c14305,
        humord:c23150,
        humord:c23675 ;
    skos:relatedMatch <http://dewey.info/class/158/e23/>,
        <http://dewey.info/class/171.3/e23/>,
        <http://dewey.info/class/171.4/e23/> .

humord:c00350 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00350" ;
    dct:modified "2024-11-08T10:31:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/292.2114/e23/> ;
    skos:broader humord:c17798 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.2114/e23/> ;
    skos:prefLabel "Fortuna (Goddess)"@en,
        "Fortuna (Gudinne)"@nb,
        "Fortuna (Gudinne)"@nn .

humord:c00351 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-05-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00351" ;
    dct:modified "2024-10-14T08:16:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/241.4/e23/> ;
    skos:broader humord:c00311 ;
    skos:exactMatch <http://dewey.info/class/178/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/178/e23/>,
        <http://dewey.info/class/205.68/e23/>,
        <http://dewey.info/class/241.4/e23/> ;
    skos:prefLabel "Moderation"@en,
        "Måtehold"@nb,
        "Måtehald"@nn ;
    skos:relatedMatch <http://dewey.info/class/205.68/e23/> .

humord:c00352 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00352" ;
    dct:modified "2024-11-27T21:34:27"^^xsd:dateTime ;
    skos:altLabel "Norms"@en,
        "Verdinormer"@nb,
        "Verdinormer"@nn ;
    skos:broadMatch <http://dewey.info/class/303.372/e23/> ;
    skos:broader humord:c00310 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.372/e23/> ;
    skos:prefLabel "Standards (Philosophy)"@en,
        "Normer"@nb,
        "Normer"@nn ;
    skos:related humord:c00288,
        humord:c28614 .

humord:c00353 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00353" ;
    dct:modified "2024-11-27T21:36:34"^^xsd:dateTime ;
    skos:altLabel "Malice"@en,
        "Det onde"@nb,
        "Det vonde"@nn ;
    skos:broadMatch <http://dewey.info/class/170/e23/>,
        <http://dewey.info/class/202.118/e23/>,
        <http://dewey.info/class/205/e23/>,
        <http://dewey.info/class/214/e23/> ;
    skos:broader humord:c00310 ;
    skos:exactMatch <http://dewey.info/class/111.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.84/e23/>,
        <http://dewey.info/class/170/e23/>,
        <http://dewey.info/class/202.118/e23/>,
        <http://dewey.info/class/205/e23/>,
        <http://dewey.info/class/214/e23/> ;
    skos:prefLabel "Evil"@en,
        "Ondskap"@nb,
        "Vondskap"@nn ;
    skos:related humord:c08575,
        humord:c08870,
        humord:c08871,
        humord:c13527 .

humord:c00355 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00355" ;
    dct:modified "2024-11-27T16:00:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/205.69/e23/> ;
    skos:broader humord:c00353 ;
    skos:closeMatch <http://dewey.info/class/179/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179/e23/>,
        <http://dewey.info/class/205.69/e23/>,
        <http://dewey.info/class/940.405/e23/>,
        <http://dewey.info/class/940.5405/e23/> ;
    skos:prefLabel "Cruelty"@en,
        "Grusomhet"@nb,
        "Grusomheit"@nn ;
    skos:relatedMatch <http://dewey.info/class/940.405/e23/>,
        <http://dewey.info/class/940.5405/e23/> .

humord:c00356 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00356" ;
    dct:modified "2023-12-18T14:35:37"^^xsd:dateTime ;
    skos:altLabel "Righteousness"@en ;
    skos:broader humord:c00310 ;
    skos:closeMatch <http://dewey.info/class/172.2/e23/> ;
    skos:exactMatch realfagstermer:c009338,
        <http://dewey.info/class/340.114/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009338,
        <http://dewey.info/class/172.2/e23/>,
        <http://dewey.info/class/201.76/e23/>,
        <http://dewey.info/class/320.011/e23/>,
        <http://dewey.info/class/340.114/e23/>,
        <http://dewey.info/class/353.4/e23/> ;
    skos:prefLabel "Justice"@en,
        "Rettferdighet"@nb,
        "Rettferd"@nn ;
    skos:related humord:c09259 ;
    skos:relatedMatch <http://dewey.info/class/201.76/e23/>,
        <http://dewey.info/class/320.011/e23/>,
        <http://dewey.info/class/353.4/e23/> .

humord:c00357 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00357" ;
    dct:modified "2024-08-20T16:25:07"^^xsd:dateTime ;
    skos:altLabel "Rettferdig spill"@nb,
        "Ærlig spill"@nb,
        "Rettferdig spel"@nn,
        "Ærleg spel"@nn ;
    skos:broadMatch <http://dewey.info/class/175/e23/> ;
    skos:broader humord:c00356 ;
    skos:definition "Fair play betyr ærlig spill eller sportslig opptreden. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/796.01/e23/> ;
    skos:prefLabel "Fair play"@en,
        "Fair play"@nb,
        "Fair play"@nn ;
    skos:relatedMatch <http://dewey.info/class/796.01/e23/> .

humord:c00358 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00358" ;
    dct:modified "2024-11-27T21:36:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/205/e23/> ;
    skos:broader humord:c00310 ;
    skos:exactMatch <http://dewey.info/class/170/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170/e23/>,
        <http://dewey.info/class/171.6/e23/>,
        <http://dewey.info/class/205/e23/>,
        <http://dewey.info/class/241.1/e23/>,
        <http://dewey.info/class/294.548/e23/>,
        <http://dewey.info/class/296.36/e23/>,
        <http://dewey.info/class/297.5/e23/>,
        <http://dewey.info/class/323.442/e23/> ;
    skos:prefLabel "Conscience"@en,
        "Samvittighet"@nb,
        "Samvit"@nn ;
    skos:related humord:c00675 ;
    skos:relatedMatch <http://dewey.info/class/171.6/e23/>,
        <http://dewey.info/class/241.1/e23/>,
        <http://dewey.info/class/294.548/e23/>,
        <http://dewey.info/class/296.36/e23/>,
        <http://dewey.info/class/297.5/e23/>,
        <http://dewey.info/class/323.442/e23/> .

humord:c00359 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00359" ;
    dct:modified "2023-12-19T08:46:59"^^xsd:dateTime ;
    skos:altLabel "Verd"@nb ;
    skos:broader humord:c00310 ;
    skos:closeMatch <http://dewey.info/class/121.8/e23/>,
        <http://dewey.info/class/303.372/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.8/e23/>,
        <http://dewey.info/class/303.372/e23/> ;
    skos:prefLabel "Values"@en,
        "Verdier"@nb,
        "Verdiar"@nn ;
    skos:related humord:c22042 .

humord:c00361 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00361" ;
    dct:modified "2024-11-29T15:04:44"^^xsd:dateTime ;
    skos:altLabel "Humam decency"@en,
        "Human dignity"@en,
        "Human integrity"@en,
        "Value of human life"@en ;
    skos:broadMatch <http://dewey.info/class/121.8/e23/>,
        <http://dewey.info/class/179.7/e23/>,
        <http://dewey.info/class/303.372/e23/> ;
    skos:broader humord:c00359 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.8/e23/>,
        <http://dewey.info/class/179.7/e23/>,
        <http://dewey.info/class/303.372/e23/> ;
    skos:prefLabel "Human worth"@en,
        "Menneskeverd"@nb,
        "Menneskeverd"@nn .

humord:c00362 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00362" ;
    dct:modified "2024-11-28T10:28:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/170/e23/> ;
    skos:broader humord:c00310 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/170/e23/>,
        <http://dewey.info/class/302/e23/>,
        <http://dewey.info/class/394/e23/> ;
    skos:prefLabel "Vulgarity"@en,
        "Vulgaritet"@nb,
        "Vulgaritet"@nn ;
    skos:relatedMatch <http://dewey.info/class/302/e23/>,
        <http://dewey.info/class/394/e23/> .

humord:c00363 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00363" ;
    dct:modified "2024-11-28T11:02:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/128.3/e23/>,
        <http://dewey.info/class/153/e23/> ;
    skos:broader humord:c00302 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.3/e23/>,
        <http://dewey.info/class/153/e23/> ;
    skos:prefLabel "Concepts of cognition"@en,
        "Kognitive begreper"@nb,
        "Kognitive omgrep"@nn ;
    skos:related humord:c08049 .

humord:c00364 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00364" ;
    dct:modified "2024-08-14T09:47:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/169/e23/> ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.68/e23/>,
        <http://dewey.info/class/153.4/e23/>,
        <http://dewey.info/class/169/e23/>,
        <http://dewey.info/class/231.7/e23/> ;
    skos:prefLabel "Analogy (Philosophy)"@en,
        "Analogi (Filosofi)"@nb,
        "Analogi (Filosofi)"@nn ;
    skos:relatedMatch <http://dewey.info/class/121.68/e23/>,
        <http://dewey.info/class/153.4/e23/>,
        <http://dewey.info/class/231.7/e23/> .

humord:c00365 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00365" ;
    dct:modified "2024-08-13T08:53:47"^^xsd:dateTime ;
    skos:altLabel "Alteritet"@nb,
        "Det andre"@nb,
        "Alteritet"@nn,
        "Det andre"@nn ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121/e23/>,
        <http://dewey.info/class/128/e23/> ;
    skos:prefLabel "Otherness"@en,
        "Annethet"@nb,
        "Annleisheit"@nn ;
    skos:relatedMatch <http://dewey.info/class/121/e23/>,
        <http://dewey.info/class/128/e23/> .

humord:c00368 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00368" ;
    dct:modified "2024-08-16T14:00:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121/e23/> ;
    skos:broader humord:c00363 ;
    skos:definition "Uløselig vanskelighet; problem hvor ingen løsning synes mulig <FO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121/e23/> ;
    skos:prefLabel "Aporia"@en,
        "Apori"@nb,
        "Apori"@nn .

humord:c00369 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00369" ;
    dct:modified "2023-11-15T14:11:09"^^xsd:dateTime ;
    skos:broader humord:c00363 ;
    skos:exactMatch realfagstermer:c002092,
        <http://dewey.info/class/168/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002092,
        <http://dewey.info/class/168/e23/> ;
    skos:prefLabel "Argumentation"@en,
        "Argumentasjon"@nb,
        "Argumentasjon"@nn ;
    skos:related humord:c06017,
        humord:c17906 .

humord:c00370 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00370" ;
    dct:modified "2024-11-29T09:42:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/160.11987/e23/>,
        <http://dewey.info/class/511.317/e23/> ;
    skos:broader humord:c00369 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160.11987/e23/>,
        <http://dewey.info/class/511.317/e23/> ;
    skos:prefLabel "Counterfactuals"@en,
        "Kontrafaktiske utsagn"@nb,
        "Kontrafaktiske utsegn"@nn .

humord:c00371 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00371" ;
    dct:modified "2024-12-02T09:22:50"^^xsd:dateTime ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.2/e23/>,
        <http://dewey.info/class/121.68/e23/> ;
    skos:prefLabel "Description (Philosophy)"@en,
        "Beskrivelse (Filosofi)"@nb,
        "Beskriving (Filosofi)"@nn ;
    skos:relatedMatch <http://dewey.info/class/121.2/e23/>,
        <http://dewey.info/class/121.68/e23/> .

humord:c00372 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00372" ;
    dct:modified "2024-11-29T12:44:58"^^xsd:dateTime ;
    skos:altLabel "Dilemma (Logic)"@en,
        "Dilemma (Logikk)"@nb ;
    skos:broadMatch <http://dewey.info/class/121.5/e23/> ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.5/e23/>,
        <http://dewey.info/class/170/e23/> ;
    skos:prefLabel "Dilemmas (Logic)"@en,
        "Dilemmaer (Logikk)"@nb,
        "Dilemma (Logikk)"@nn ;
    skos:relatedMatch <http://dewey.info/class/170/e23/> .

humord:c00373 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00373" ;
    dct:modified "2024-11-29T12:45:22"^^xsd:dateTime ;
    skos:broader humord:c00363 ;
    skos:closeMatch <http://dewey.info/class/121/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121/e23/> ;
    skos:prefLabel "Cognition (Philosophy)"@en,
        "Erkjennelse"@nb,
        "Erkjenning"@nn .

humord:c00374 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00374" ;
    dct:modified "2023-11-16T13:30:14"^^xsd:dateTime ;
    skos:altLabel "Awareness"@en ;
    skos:broadMatch <http://dewey.info/class/128.2/e23/> ;
    skos:broader humord:c00373 ;
    skos:closeMatch realfagstermer:c007737,
        <http://dewey.info/class/126/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007737,
        <http://dewey.info/class/126/e23/>,
        <http://dewey.info/class/128.2/e23/>,
        <http://dewey.info/class/153/e23/> ;
    skos:prefLabel "Consciousness (Philosophy)"@en,
        "Bevissthet (Filosofi)"@nb,
        "Medvit (Filosofi)"@nn ;
    skos:related humord:c00648 ;
    skos:relatedMatch <http://dewey.info/class/153/e23/> .

humord:c00375 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-02-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00375" ;
    dct:modified "2025-11-06T07:42:15"^^xsd:dateTime ;
    skos:altLabel "Det ubevisste (Filosofi)"@nn ;
    skos:broader humord:c00374 ;
    skos:closeMatch <http://dewey.info/class/127/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/127/e23/> ;
    skos:prefLabel "The unconscious (Philosophy)"@en,
        "Det ubevisste (Filosofi)"@nb,
        "Det umedvitne (Filosofi)"@nn ;
    skos:related humord:c08043 .

humord:c00376 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00376" ;
    dct:modified "2025-11-04T08:40:53"^^xsd:dateTime ;
    skos:broader humord:c00374 ;
    skos:closeMatch <http://dewey.info/class/127/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/127/e23/> ;
    skos:prefLabel "Subconsciousness (Philosophy)"@en,
        "Underbevissthet (Filosofi)"@nb,
        "Undermedvit (Filosofi)"@nn ;
    skos:related humord:c08040 .

humord:c00377 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00377" ;
    dct:modified "2024-11-28T15:21:44"^^xsd:dateTime ;
    skos:broader humord:c00373 ;
    skos:closeMatch <http://dewey.info/class/128.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.4/e23/> ;
    skos:prefLabel "Experience"@en,
        "Erfaring"@nb,
        "Erfaring"@nn ;
    skos:related humord:c00672,
        humord:c22296,
        humord:c22330 .

humord:c00378 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00378" ;
    dct:modified "2024-11-28T15:21:31"^^xsd:dateTime ;
    skos:broader humord:c00377 ;
    skos:definition "Verden slik den erfares av (en gruppe) mennesker som bakgrunn for handlinger og tanker <Filosofisk ordbok>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128/e23/>,
        <http://dewey.info/class/170/e23/> ;
    skos:prefLabel "Lifeworld"@en,
        "Livsverden"@nb,
        "Livsverda"@nn ;
    skos:relatedMatch <http://dewey.info/class/128/e23/>,
        <http://dewey.info/class/170/e23/> .

humord:c00379 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00379" ;
    dct:modified "2024-11-28T13:55:04"^^xsd:dateTime ;
    skos:altLabel "Rationality"@en,
        "Rasjonalitet"@nb,
        "Rasjonalitet"@nn ;
    skos:broadMatch <http://dewey.info/class/128.33/e23/>,
        <http://dewey.info/class/171.2/e23/> ;
    skos:broader humord:c11912 ;
    skos:exactMatch realfagstermer:c013019 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013019,
        <http://dewey.info/class/121.3/e23/>,
        <http://dewey.info/class/128.33/e23/>,
        <http://dewey.info/class/153.43/e23/>,
        <http://dewey.info/class/171.2/e23/>,
        <http://dewey.info/class/231.042/e23/> ;
    skos:prefLabel "Reason (Philosophy)"@en,
        "Fornuft"@nb,
        "Fornuft"@nn ;
    skos:related humord:c00386,
        humord:c00648,
        humord:c25732 ;
    skos:relatedMatch <http://dewey.info/class/121.3/e23/>,
        <http://dewey.info/class/153.43/e23/>,
        <http://dewey.info/class/231.042/e23/> .

humord:c00381 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00381" ;
    dct:modified "2024-09-19T12:28:33"^^xsd:dateTime ;
    skos:altLabel "Common sense"@nb,
        "Common sense"@nn ;
    skos:broadMatch <http://dewey.info/class/121.3/e23/>,
        <http://dewey.info/class/128.33/e23/>,
        <http://dewey.info/class/171.2/e23/> ;
    skos:broader humord:c00379 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.3/e23/>,
        <http://dewey.info/class/128.33/e23/>,
        <http://dewey.info/class/149.2/e23/>,
        <http://dewey.info/class/171.2/e23/> ;
    skos:prefLabel "Common sense"@en,
        "Sunn fornuft"@nb,
        "Sunn fornuft"@nn ;
    skos:relatedMatch <http://dewey.info/class/149.2/e23/> .

humord:c00383 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00383" ;
    dct:modified "2024-11-28T13:50:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121.3/e23/>,
        <http://dewey.info/class/128.33/e23/>,
        <http://dewey.info/class/171.2/e23/> ;
    skos:broader humord:c00379 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.3/e23/>,
        <http://dewey.info/class/128.33/e23/>,
        <http://dewey.info/class/153.43/e23/>,
        <http://dewey.info/class/171.2/e23/>,
        <http://dewey.info/class/231.042/e23/> ;
    skos:prefLabel "Critique of reason"@en,
        "Fornuftskritikk"@nb,
        "Fornuftskritikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/153.43/e23/>,
        <http://dewey.info/class/231.042/e23/> .

humord:c00384 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-11-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00384" ;
    dct:modified "2024-11-28T13:51:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/188/e23/>,
        <http://dewey.info/class/232.2/e23/> ;
    skos:broader humord:c00379,
        humord:c08694 ;
    skos:definition "I stoisk filosofi: Den guddommelige fornuft. I oldkirkelig teologi: Skaperordet som fra begynnelsen var hos Gud, men som ble menneske i Jesus <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/188/e23/>,
        <http://dewey.info/class/232.2/e23/> ;
    skos:prefLabel "Logos"@en,
        "Logos"@nb,
        "Logos"@nn ;
    skos:related humord:c00429 .

humord:c00386 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-05-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00386" ;
    dct:modified "2024-11-28T13:55:18"^^xsd:dateTime ;
    skos:altLabel "Mind (Philosophy)"@en ;
    skos:broadMatch <http://dewey.info/class/128.3/e23/>,
        <http://dewey.info/class/153.9/e23/> ;
    skos:broader humord:c11912 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.3/e23/>,
        <http://dewey.info/class/153.9/e23/> ;
    skos:prefLabel "Intellect (Philosophy)"@en,
        "Forstand"@nb,
        "Forstand"@nn ;
    skos:related humord:c00379 .

humord:c00387 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00387" ;
    dct:modified "2024-12-02T12:35:40"^^xsd:dateTime ;
    skos:altLabel "Docta ignorantia"@en,
        "Docta ignorantia"@nb,
        "Docta ignorantia"@nn,
        "Lærd ukunne"@nn ;
    skos:broadMatch <http://dewey.info/class/121/e23/> ;
    skos:broader humord:c00373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121/e23/> ;
    skos:prefLabel "Learned ignorance"@en,
        "Lærd uvitenhet"@nb,
        "Lærd vankunne"@nn .

humord:c00389 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00389" ;
    dct:modified "2024-11-29T08:24:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121.4/e23/>,
        <http://dewey.info/class/149/e23/> ;
    skos:broader humord:c00373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.4/e23/>,
        <http://dewey.info/class/149/e23/> ;
    skos:prefLabel "Objectivity"@en,
        "Objektivitet"@nb,
        "Objektivitet"@nn ;
    skos:related humord:c36780 .

humord:c00390 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00390" ;
    dct:modified "2024-11-29T08:23:44"^^xsd:dateTime ;
    skos:altLabel "Self-awareness"@en,
        "Self-understanding"@en,
        "Selvforståelse"@nb,
        "Selvinnsikt"@nb,
        "Sjølvforståing"@nn,
        "Sjølvinnsikt"@nn ;
    skos:broadMatch <http://dewey.info/class/126/e23/>,
        <http://dewey.info/class/158.1/e23/> ;
    skos:broader humord:c00373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121/e23/>,
        <http://dewey.info/class/126/e23/>,
        <http://dewey.info/class/158.1/e23/> ;
    skos:prefLabel "Self-knowledge"@en,
        "Selverkjennelse"@nb,
        "Sjølverkjenning"@nn ;
    skos:relatedMatch <http://dewey.info/class/121/e23/> .

humord:c00393 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-06-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00393" ;
    dct:modified "2024-11-28T13:48:21"^^xsd:dateTime ;
    skos:altLabel "Self"@en,
        "Ego"@nb,
        "Jeget"@nb,
        "Personbegrepet"@nb,
        "Selv"@nb,
        "Ego"@nn,
        "Personomgrepet"@nn,
        "Sjølv"@nn ;
    skos:broader humord:c00390 ;
    skos:closeMatch <http://dewey.info/class/155.2/e23/> ;
    skos:exactMatch <http://dewey.info/class/126/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/126/e23/>,
        <http://dewey.info/class/155.2/e23/> ;
    skos:prefLabel "Ego"@en,
        "Selvet"@nb,
        "Sjølvet"@nn ;
    skos:related humord:c00404,
        humord:c00409,
        humord:c08111 .

humord:c00398 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-03-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00398" ;
    dct:modified "2023-12-07T08:33:06"^^xsd:dateTime ;
    skos:altLabel "Perspect of human life"@en,
        "Perspective of humanity"@en,
        "View of humanity"@en ;
    skos:broadMatch <http://dewey.info/class/128/e23/> ;
    skos:broader humord:c00393 ;
    skos:exactMatch realfagstermer:c001863 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001863,
        <http://dewey.info/class/128/e23/> ;
    skos:prefLabel "View of human life"@en,
        "Menneskesyn"@nb,
        "Menneskesyn"@nn ;
    skos:related humord:c00399,
        humord:c00563,
        humord:c08105,
        humord:c25761 .

humord:c00399 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00399" ;
    dct:modified "2025-09-26T12:20:44"^^xsd:dateTime ;
    skos:altLabel "Homo sapiens"@en,
        "Human beings"@en,
        "Human biology"@en,
        "Homo sapiens"@nb,
        "Humanbiologi"@nb,
        "Mennesket"@nb,
        "Homo sapiens"@nn,
        "Humanbiologi"@nn,
        "Mennesket"@nn,
        "Menneskjer"@nn ;
    skos:broader humord:c69546 ;
    skos:closeMatch <http://dewey.info/class/569.9/e23/> ;
    skos:exactMatch realfagstermer:c013847,
        <http://dewey.info/class/301/e23/>,
        <http://dewey.info/class/599.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013847,
        <http://dewey.info/class/128/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/301/e23/>,
        <http://dewey.info/class/569.9/e23/>,
        <http://dewey.info/class/577.27/e23/>,
        <http://dewey.info/class/599.9/e23/>,
        <http://dewey.info/class/612/e23/> ;
    skos:prefLabel "Humans"@en,
        "Homo sapiens"@la,
        "Mennesker"@nb,
        "Menneske"@nn ;
    skos:related humord:c00398,
        humord:c03853 ;
    skos:relatedMatch <http://dewey.info/class/128/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/577.27/e23/>,
        <http://dewey.info/class/612/e23/> .

humord:c00400 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-12-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00400" ;
    dct:modified "2024-11-28T13:20:43"^^xsd:dateTime ;
    skos:altLabel "Body and mind"@en,
        "Legeme og sjel"@nb,
        "Sjel og legeme"@nb,
        "Lekam og sjel"@nn,
        "Sjel og lekam"@nn ;
    skos:broader humord:c00398 ;
    skos:closeMatch <http://dewey.info/class/128.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.1/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/233.5/e23/>,
        <http://dewey.info/class/296.32/e23/>,
        <http://dewey.info/class/297.225/e23/> ;
    skos:prefLabel "Body and soul"@en,
        "Kropp og sjel"@nb,
        "Kropp og sjel"@nn ;
    skos:relatedMatch <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/233.5/e23/>,
        <http://dewey.info/class/296.32/e23/>,
        <http://dewey.info/class/297.225/e23/> .

humord:c00403 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00403" ;
    dct:modified "2024-08-19T14:37:08"^^xsd:dateTime ;
    skos:altLabel "Sjelen"@nb,
        "Ånd"@nb,
        "Ånd"@nn ;
    skos:broadMatch <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/233.5/e23/>,
        <http://dewey.info/class/296.32/e23/>,
        <http://dewey.info/class/297.225/e23/> ;
    skos:broader humord:c00400 ;
    skos:exactMatch realfagstermer:c006026,
        <http://dewey.info/class/128.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006026,
        <http://dewey.info/class/128.1/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/233.5/e23/>,
        <http://dewey.info/class/296.32/e23/>,
        <http://dewey.info/class/297.225/e23/> ;
    skos:prefLabel "Soul"@en,
        "Sjel"@nb,
        "Sjel"@nn ;
    skos:related humord:c18216 ;
    skos:relatedMatch <http://dewey.info/class/218/e23/> .

humord:c00404 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00404" ;
    dct:modified "2024-11-28T13:40:14"^^xsd:dateTime ;
    skos:altLabel "Jegbevissthet"@nb,
        "Sjølvmedvett"@nn ;
    skos:broader humord:c00390 ;
    skos:exactMatch <http://dewey.info/class/155.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/158.1/e23/> ;
    skos:prefLabel "Selfconciousness"@en,
        "Selvbevissthet"@nb,
        "Sjølvmedvit"@nn ;
    skos:related humord:c00393,
        humord:c00406 ;
    skos:relatedMatch <http://dewey.info/class/158.1/e23/> .

humord:c00406 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-12-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00406" ;
    dct:modified "2024-11-28T13:49:51"^^xsd:dateTime ;
    skos:altLabel "Feeling of self"@en ;
    skos:broadMatch <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/158.1/e23/> ;
    skos:broader humord:c00390 ;
    skos:editorialNote "Lukket bemerkning: ubo16"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/155.4182/e23/>,
        <http://dewey.info/class/155.4191/e23/>,
        <http://dewey.info/class/155.5182/e23/>,
        <http://dewey.info/class/158.1/e23/> ;
    skos:prefLabel "Self-esteem"@en,
        "Selvfølelse"@nb,
        "Sjølvkjensle"@nn ;
    skos:related humord:c00404 ;
    skos:relatedMatch <http://dewey.info/class/155.4182/e23/>,
        <http://dewey.info/class/155.4191/e23/>,
        <http://dewey.info/class/155.5182/e23/> .

humord:c00407 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00407" ;
    dct:modified "2024-11-28T13:41:32"^^xsd:dateTime ;
    skos:altLabel "Self-concept"@en,
        "Self-perception"@en,
        "Selvoppfatning"@nb,
        "Sjølvoppfatning"@nn ;
    skos:broadMatch <http://dewey.info/class/126/e23/>,
        <http://dewey.info/class/158.1/e23/> ;
    skos:broader humord:c00390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121/e23/>,
        <http://dewey.info/class/126/e23/>,
        <http://dewey.info/class/158.1/e23/> ;
    skos:prefLabel "Self-image"@en,
        "Selvbilde"@nb,
        "Sjølvbilete"@nn ;
    skos:related humord:c08104,
        humord:c08117 ;
    skos:relatedMatch <http://dewey.info/class/121/e23/> .

humord:c00409 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00409" ;
    dct:modified "2024-11-29T08:23:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/126/e23/> ;
    skos:broader humord:c00373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.4/e23/>,
        <http://dewey.info/class/126/e23/> ;
    skos:prefLabel "Subjectivity"@en,
        "Subjektivitet"@nb,
        "Subjektivitet"@nn ;
    skos:related humord:c00393 ;
    skos:relatedMatch <http://dewey.info/class/121.4/e23/> .

humord:c00410 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00410" ;
    dct:modified "2025-11-11T14:28:16"^^xsd:dateTime ;
    skos:altLabel "Thought"@en,
        "Tanker"@nb,
        "Tankar"@nn ;
    skos:broader humord:c00373 ;
    skos:exactMatch realfagstermer:c006589,
        <http://dewey.info/class/153.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006589,
        <http://dewey.info/class/153.42/e23/> ;
    skos:prefLabel "Thinking"@en,
        "Tenkning"@nb,
        "Tenking"@nn ;
    skos:related humord:c04285,
        humord:c04298,
        humord:c08071 .

humord:c00413 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00413" ;
    dct:modified "2024-11-28T12:09:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/153.42/e23/> ;
    skos:broader humord:c00410 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.42/e23/> ;
    skos:prefLabel "Discursive thinking"@en,
        "Diskursiv tenkning"@nb,
        "Diskursiv tenking"@nn .

humord:c00414 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00414" ;
    dct:modified "2024-12-02T09:24:14"^^xsd:dateTime ;
    skos:altLabel "Conception (Philosophy)"@en ;
    skos:broadMatch <http://dewey.info/class/121.4/e23/>,
        <http://dewey.info/class/153.42/e23/> ;
    skos:broader humord:c00410 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.4/e23/>,
        <http://dewey.info/class/153.42/e23/> ;
    skos:prefLabel "Idea (Philosophy)"@en,
        "Forestilling (Filosofi)"@nb,
        "Førestilling (Filosofi)"@nn .

humord:c00415 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00415" ;
    dct:modified "2024-11-28T12:35:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/370.152/e23/>,
        <http://dewey.info/class/372.474/e23/> ;
    skos:broader humord:c00410 ;
    skos:exactMatch realfagstermer:c002659,
        <http://dewey.info/class/160/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002659,
        <http://dewey.info/class/153.42/e23/>,
        <http://dewey.info/class/160/e23/>,
        <http://dewey.info/class/370.152/e23/>,
        <http://dewey.info/class/372.474/e23/> ;
    skos:prefLabel "Critical thinking"@en,
        "Kritisk tenkning"@nb,
        "Kritisk tenking"@nn ;
    skos:relatedMatch <http://dewey.info/class/153.42/e23/> .

humord:c00416 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00416" ;
    dct:modified "2024-11-28T12:37:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00410 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Logical inconsisency"@en,
        "Logisk inkonsistens"@nb,
        "Logisk inkonsistens"@nn ;
    skos:related humord:c00717 .

humord:c00418 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00418" ;
    dct:modified "2023-12-05T07:33:29"^^xsd:dateTime ;
    skos:altLabel "Conclusions"@en,
        "Inference"@en,
        "Følgeslutninger"@nb,
        "Inferens"@nb,
        "Konklusjon"@nb,
        "Konklusjoner"@nb,
        "Inferens"@nn,
        "Logisk slutning"@nn ;
    skos:broadMatch <http://dewey.info/class/153.432/e23/>,
        <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00410 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.432/e23/>,
        <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Logical conclusions"@en,
        "Logiske slutninger"@nb,
        "Logiske slutningar"@nn ;
    skos:related humord:c00430,
        humord:c14945,
        humord:c21838 .

humord:c00419 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00419" ;
    dct:modified "2024-03-15T14:21:05"^^xsd:dateTime ;
    skos:broader humord:c00418 ;
    skos:closeMatch <http://dewey.info/class/006.333/e23/> ;
    skos:definition "Deduksjon er en utledning eller logisk slutning fra noe allment til et enkelttilfelle <SNL>"@nb ;
    skos:exactMatch realfagstermer:c006129,
        <http://dewey.info/class/153.433/e23/>,
        <http://dewey.info/class/162/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006129,
        <http://dewey.info/class/006.333/e23/>,
        <http://dewey.info/class/153.433/e23/>,
        <http://dewey.info/class/162/e23/> ;
    skos:prefLabel "Deduction"@en,
        "Deduksjon"@nb,
        "Deduksjon"@nn .

humord:c00420 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00420" ;
    dct:modified "2024-11-28T11:09:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/162/e23/> ;
    skos:broader humord:c00419 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/162/e23/> ;
    skos:prefLabel "Transcendental deduction"@en,
        "Transcendental deduksjon"@nb,
        "Transcendental deduksjon"@nn .

humord:c00421 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-08-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00421" ;
    dct:modified "2024-03-22T14:40:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/153.432/e23/> ;
    skos:broader humord:c00418 ;
    skos:exactMatch realfagstermer:c007885,
        <http://dewey.info/class/161/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007885,
        <http://dewey.info/class/153.432/e23/>,
        <http://dewey.info/class/161/e23/> ;
    skos:prefLabel "Induction (Logic)"@en,
        "Induksjon (Logikk)"@nb,
        "Induksjon (Logikk)"@nn .

humord:c00422 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00422" ;
    dct:modified "2024-11-28T11:24:42"^^xsd:dateTime ;
    skos:altLabel "Tankenødvendighet"@nb,
        "Tankenødvendigheit"@nn ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00418 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Logical necessity"@en,
        "Logisk nødvendighet"@nb,
        "Logisk nødvendigheit"@nn .

humord:c00424 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00424" ;
    dct:modified "2024-11-28T11:31:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/165/e23/> ;
    skos:broader humord:c00418 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/165/e23/> ;
    skos:prefLabel "Paralogisms"@en,
        "Paralogismer"@nb,
        "Paralogismar"@nn .

humord:c00425 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00425" ;
    dct:modified "2024-11-28T11:34:33"^^xsd:dateTime ;
    skos:altLabel "Syllogism theory"@en,
        "Syllogismelære"@nb,
        "Syllogismeteorien"@nb,
        "Syllogismelære"@nn,
        "Syllogismeteorien"@nn ;
    skos:broader humord:c00418 ;
    skos:exactMatch <http://dewey.info/class/166/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/166/e23/> ;
    skos:prefLabel "Syllogisms"@en,
        "Syllogismer"@nb,
        "Syllogismar"@nn .

humord:c00428 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00428" ;
    dct:modified "2024-11-28T12:38:36"^^xsd:dateTime ;
    skos:altLabel "Mythic thinking"@en ;
    skos:broadMatch <http://dewey.info/class/153.42/e23/> ;
    skos:broader humord:c00410 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.42/e23/>,
        <http://dewey.info/class/160/e23/>,
        <http://dewey.info/class/201.3/e23/> ;
    skos:prefLabel "Mythical thinking"@en,
        "Mytisk tenkning"@nb,
        "Mytisk tenking"@nn ;
    skos:relatedMatch <http://dewey.info/class/160/e23/>,
        <http://dewey.info/class/201.3/e23/> .

humord:c00429 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00429" ;
    dct:modified "2024-11-28T12:38:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/180/e23/> ;
    skos:broader humord:c00428 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/180/e23/> ;
    skos:prefLabel "Mythos and Logos"@en,
        "Mythos og Logos"@nb,
        "Mythos og Logos"@nn ;
    skos:related humord:c00384,
        humord:c00433 .

humord:c00430 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00430" ;
    dct:modified "2024-11-28T12:53:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00410 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Practical reasoning"@en,
        "Praktiske slutninger"@nb,
        "Praktiske slutningar"@nn ;
    skos:related humord:c00418 .

humord:c00431 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00431" ;
    dct:modified "2024-11-28T13:02:33"^^xsd:dateTime ;
    skos:altLabel "Consideration"@en,
        "Ettertanker"@nb,
        "Ettertankar"@nn ;
    skos:broadMatch <http://dewey.info/class/121/e23/>,
        <http://dewey.info/class/153.4/e23/> ;
    skos:broader humord:c00410 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121/e23/>,
        <http://dewey.info/class/153.4/e23/> ;
    skos:prefLabel "Reflection"@en,
        "Refleksjon"@nb,
        "Refleksjon"@nn .

humord:c00433 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00433" ;
    dct:modified "2024-11-28T13:03:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/001.42/e23/> ;
    skos:broader humord:c00410 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/001.42/e23/> ;
    skos:prefLabel "Scientifical thinking"@en,
        "Vitenskapelig tenkning"@nb,
        "Vitskapeleg tenking"@nn ;
    skos:related humord:c00429 .

humord:c00434 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00434" ;
    dct:modified "2023-11-24T08:17:04"^^xsd:dateTime ;
    skos:altLabel "Clarity"@en,
        "Obviousness"@en ;
    skos:broader humord:c00363 ;
    skos:closeMatch <http://dewey.info/class/121.65/e23/> ;
    skos:exactMatch realfagstermer:c005353 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005353,
        <http://dewey.info/class/121.65/e23/> ;
    skos:prefLabel "Evidence (Philosophy)"@en,
        "Evidens"@nb,
        "Evidens"@nn .

humord:c00435 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00435" ;
    dct:modified "2024-11-29T12:46:43"^^xsd:dateTime ;
    skos:altLabel "Kjensgjerninger"@nb,
        "Faktum"@nn ;
    skos:broadMatch <http://dewey.info/class/111/e23/> ;
    skos:broader humord:c00363 ;
    skos:exactMatch realfagstermer:c010081 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010081,
        <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "Facts"@en,
        "Fakta"@nb,
        "Fakta"@nn ;
    skos:related humord:c22025 .

humord:c00437 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00437" ;
    dct:modified "2026-01-13T09:27:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306/e23/> ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/141/e23/>,
        <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Ideals (Philosophy)"@en,
        "Idealer (Filosofi)"@nb,
        "Ideal (Filosofi)"@nn ;
    skos:relatedMatch <http://dewey.info/class/141/e23/> .

humord:c00439 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-05-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00439" ;
    dct:modified "2025-10-01T08:32:42"^^xsd:dateTime ;
    skos:altLabel "Ideal state"@en,
        "Idealstat"@nb,
        "Idealstat"@nn ;
    skos:broadMatch <http://dewey.info/class/321.07/e23/> ;
    skos:broader humord:c00437 ;
    skos:definition "Idealstater:  stat hvor styret er anrettet på best tenkelig vis (i henhold til en bestemt filosofisk eller politisk anskuelse) <naob.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/321.07/e23/> ;
    skos:prefLabel "Ideal states"@en,
        "Idealstater"@nb,
        "Idealstatar"@nn .

humord:c00440 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00440" ;
    dct:modified "2026-01-13T09:28:00"^^xsd:dateTime ;
    skos:broader humord:c00439 ;
    skos:closeMatch <http://dewey.info/class/335.02/e23/> ;
    skos:exactMatch <http://dewey.info/class/321.07/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/321.07/e23/>,
        <http://dewey.info/class/335.02/e23/> ;
    skos:prefLabel "Utopias"@en,
        "Utopier"@nb,
        "Utopiar"@nn ;
    skos:related humord:c22827 .

humord:c00441 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00441" ;
    dct:modified "2024-12-02T09:25:33"^^xsd:dateTime ;
    skos:altLabel "Idéer (Filosofi)"@nb,
        "Idéar (Filosofi)"@nn ;
    skos:broadMatch <http://dewey.info/class/121.4/e23/> ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.4/e23/> ;
    skos:prefLabel "Ideas (Philosophy)"@en,
        "Ideer (Filosofi)"@nb,
        "Idear (Filosofi)"@nn .

humord:c00442 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00442" ;
    dct:modified "2024-11-29T12:49:02"^^xsd:dateTime ;
    skos:altLabel "Idealisation"@en ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.4/e23/> ;
    skos:prefLabel "Idealization"@en,
        "Idealisering"@nb,
        "Idealisering"@nn ;
    skos:relatedMatch <http://dewey.info/class/121.4/e23/> .

humord:c00443 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00443" ;
    dct:modified "2023-11-30T07:01:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/111.82/e23/> ;
    skos:broader humord:c00363 ;
    skos:closeMatch realfagstermer:c009343 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009343,
        <http://dewey.info/class/111.82/e23/> ;
    skos:prefLabel "Identity (Philosophy)"@en,
        "Identitet (Filosofi)"@nb,
        "Identitet (Filosofi)"@nn ;
    skos:related humord:c08132 .

humord:c00444 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00444" ;
    dct:modified "2024-11-29T14:51:41"^^xsd:dateTime ;
    skos:altLabel "Conditional statement"@en ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Implication (Logic)"@en,
        "Implikasjon (Logikk)"@nb,
        "Implikasjon (Logikk)"@nn .

humord:c00445 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00445" ;
    dct:modified "2024-11-29T14:54:01"^^xsd:dateTime ;
    skos:altLabel "Comprehensibility"@en,
        "Fattbarhet"@nb,
        "Forståelighet"@nb ;
    skos:broadMatch <http://dewey.info/class/128.3/e23/> ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.3/e23/> ;
    skos:prefLabel "Intelligibility"@en,
        "Intelligibilitet"@nb,
        "Intelligibilitet"@nn .

humord:c00448 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00448" ;
    dct:modified "2024-11-29T14:56:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/128.2/e23/> ;
    skos:broader humord:c00363 ;
    skos:closeMatch <http://dewey.info/class/153.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.2/e23/>,
        <http://dewey.info/class/153.8/e23/> ;
    skos:prefLabel "Intentionality"@en,
        "Intensjonalitet"@nb,
        "Intensjonalitet"@nn .

humord:c00449 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00449" ;
    dct:modified "2024-11-29T14:56:33"^^xsd:dateTime ;
    skos:altLabel "Irrationalism"@en ;
    skos:broadMatch <http://dewey.info/class/128.33/e23/>,
        <http://dewey.info/class/152.4/e23/>,
        <http://dewey.info/class/153.4/e23/> ;
    skos:broader humord:c00363 ;
    skos:definition "Det å være fornuftsstridig <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.33/e23/>,
        <http://dewey.info/class/152.4/e23/>,
        <http://dewey.info/class/153.4/e23/> ;
    skos:prefLabel "Irrationality"@en,
        "Irrasjonalitet"@nb,
        "Irrasjonalitet"@nn .

humord:c00450 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00450" ;
    dct:modified "2024-06-24T10:31:39"^^xsd:dateTime ;
    skos:altLabel "Causation"@en,
        "Cause and effect"@en,
        "Stokastisk kausalitet"@nb,
        "Årsaksforbindelse"@nb,
        "Årsaksforhold"@nb,
        "Årsaksforklaring"@nb,
        "Årsakssammenheng"@nb,
        "Stokastisk kausalitet"@nn,
        "Årsakssamanheng"@nn,
        "Årsakstilhøve"@nn ;
    skos:broader humord:c00363 ;
    skos:exactMatch realfagstermer:c002675,
        realfagstermer:c007986,
        <http://dewey.info/class/122/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002675,
        realfagstermer:c007986,
        <http://dewey.info/class/122/e23/> ;
    skos:prefLabel "Causality"@en,
        "Kausalitet"@nb,
        "Kausalitet"@nn .

humord:c00454 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00454" ;
    dct:modified "2026-01-13T09:29:59"^^xsd:dateTime ;
    skos:altLabel "Hensiktsårsak"@nb,
        "Formålsårsaker"@nn,
        "Hensiktsårsak"@nn ;
    skos:broader humord:c00450 ;
    skos:closeMatch <http://dewey.info/class/124/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/124/e23/> ;
    skos:prefLabel "Final causes"@en,
        "Formålsårsaker"@nb,
        "Føremålsårsak"@nn ;
    skos:related humord:c00599 .

humord:c00461 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00461" ;
    dct:modified "2024-08-20T08:39:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/122/e23/> ;
    skos:broader humord:c00450 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/122/e23/> ;
    skos:prefLabel "Causation (Philosophy)"@en,
        "Årsakssetninger (Filosofi)"@nb,
        "Årsakssetningar (Filosofi)"@nn .

humord:c00462 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00462" ;
    dct:modified "2024-11-29T14:58:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/122/e23/> ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/122/e23/> ;
    skos:prefLabel "Coincidence"@en,
        "Koinsidens"@nb,
        "Koinsidens"@nn .

humord:c00463 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-03-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00463" ;
    dct:modified "2024-11-29T10:24:37"^^xsd:dateTime ;
    skos:altLabel "Likhetsbegrepet"@nb,
        "Likskapsomgrepet"@nn ;
    skos:broader humord:c00363 ;
    skos:exactMatch realfagstermer:c003272,
        <http://dewey.info/class/305/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003272,
        <http://dewey.info/class/200.8/e23/>,
        <http://dewey.info/class/305/e23/>,
        <http://dewey.info/class/320.011/e23/>,
        <http://dewey.info/class/323.42/e23/> ;
    skos:prefLabel "Similarity"@en,
        "Likhet"@nb,
        "Likskap"@nn ;
    skos:related humord:c09208,
        humord:c27301 ;
    skos:relatedMatch <http://dewey.info/class/200.8/e23/>,
        <http://dewey.info/class/320.011/e23/>,
        <http://dewey.info/class/323.42/e23/> .

humord:c00465 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00465" ;
    dct:modified "2026-01-13T09:31:58"^^xsd:dateTime ;
    skos:altLabel "Medfødte ideer"@nb,
        "Medfødde idear"@nn ;
    skos:broadMatch <http://dewey.info/class/121.4/e23/> ;
    skos:broader humord:c00441 ;
    skos:definition "Ideer som tilhører menneskets natur og ikke er et resultat av erfaring og opplevelser <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.4/e23/> ;
    skos:prefLabel "Innate ideas"@en,
        "Medfødte idéer"@nb,
        "Medfødde idéar"@nn .

humord:c00466 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00466" ;
    dct:modified "2024-11-29T12:34:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/165/e23/> ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/165/e23/> ;
    skos:prefLabel "Paradoxes"@en,
        "Paradokser"@nb,
        "Paradoks"@nn .

humord:c00467 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00467" ;
    dct:modified "2024-08-16T08:48:40"^^xsd:dateTime ;
    skos:altLabel "Antagonism (Sources of law)"@en,
        "Contrast (Sources of law)"@en,
        "Motstrid"@nb,
        "Motstridsprinisipper"@nb,
        "Motstrid"@nn,
        "Motstridsprinisipp"@nn ;
    skos:broadMatch <http://dewey.info/class/165/e23/> ;
    skos:broader humord:c00466,
        humord:c08922 ;
    skos:definition "Motstrid forekommer når flere lover eller andre regler strider mot hverandre. Den som skal anvende rettsreglene, for eksempel en dommer, har ved motstrid blant annet forskjellige motstridsregler som vedkommende kan støtte seg til for å komme til en løsning på det rettslige problemet som rettsanvenderen skal løse <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/165/e23/> ;
    skos:prefLabel "Antinomy"@en,
        "Antinomi"@nb,
        "Antinomi"@nn .

humord:c00468 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00468" ;
    dct:modified "2026-01-13T09:33:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/165/e23/> ;
    skos:broader humord:c00466 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121/e23/>,
        <http://dewey.info/class/165/e23/>,
        <http://dewey.info/class/177.3/e23/> ;
    skos:prefLabel "Liar paradox"@en,
        "Løgnparadokser"@nb,
        "Løgnparadoks"@nn ;
    skos:relatedMatch <http://dewey.info/class/121/e23/>,
        <http://dewey.info/class/177.3/e23/> .

humord:c00469 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00469" ;
    dct:modified "2026-01-13T09:37:05"^^xsd:dateTime ;
    skos:altLabel "Coincidentia oppositorum"@en,
        "Coincidentia oppositorum"@nb,
        "Motsetningenes sammentreff"@nb,
        "Coincidentia oppositorum"@nn,
        "Motsetjingane sitt samanfall"@nn,
        "Motsetjingane sitt samantreff"@nn,
        "Motsetningane sitt samanfall"@nn,
        "Motsetningane sitt samantreff"@nn,
        "Motsettingane sitt samantreff"@nn ;
    skos:broader humord:c00466 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/189.5/e23/> ;
    skos:prefLabel "Unity of opposites"@en,
        "Motsetningenes sammenfall"@nb,
        "Motsettingane sitt samanfall"@nn ;
    skos:relatedMatch <http://dewey.info/class/189.5/e23/> .

humord:c00472 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00472" ;
    dct:modified "2023-12-18T11:19:32"^^xsd:dateTime ;
    skos:broader humord:c00363 ;
    skos:definition "Tilleggelse av egenskap <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149.94/e23/>,
        <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Predication (Philosophy)"@en,
        "Predikasjon (Filosofi)"@nb,
        "Predikasjon (Filosofi)"@nn ;
    skos:relatedMatch <http://dewey.info/class/149.94/e23/>,
        <http://dewey.info/class/160/e23/> .

humord:c00473 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00473" ;
    dct:modified "2024-12-02T09:52:09"^^xsd:dateTime ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.34/e23/>,
        <http://dewey.info/class/121/e23/> ;
    skos:prefLabel "Representation (Philosophy)"@en,
        "Representasjon (Filosofi)"@nb,
        "Representasjon (Filosofi)"@nn ;
    skos:relatedMatch <http://dewey.info/class/121.34/e23/>,
        <http://dewey.info/class/121/e23/> .

humord:c00474 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00474" ;
    dct:modified "2024-11-29T12:35:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121/e23/> ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121/e23/> ;
    skos:prefLabel "Truth"@en,
        "Sannhet"@nb,
        "Sanning"@nn .

humord:c00475 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00475" ;
    dct:modified "2026-01-13T10:52:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121/e23/> ;
    skos:broader humord:c00474 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121/e23/> ;
    skos:prefLabel "Truth function"@en,
        "Sannhetsfunksjon"@nb,
        "Sanningsfunksjon"@nn .

humord:c00476 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00476" ;
    dct:modified "2026-01-13T10:53:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/123/e23/> ;
    skos:broader humord:c00475 ;
    skos:definition "Kontingens er det som er mulig uten å være nødvendig. Det faller da sammen med det som verken er nødvendig eller umulig. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/123/e23/> ;
    skos:prefLabel "Contingency"@en,
        "Kontingens"@nb,
        "Kontingens"@nn .

humord:c00477 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00477" ;
    dct:modified "2024-12-03T09:26:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Tautology (Logic)"@en,
        "Tautologi (Logikk)"@nb,
        "Tautologi (Logikk)"@nn .

humord:c00478 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00478" ;
    dct:modified "2024-04-04T12:27:03"^^xsd:dateTime ;
    skos:altLabel "Likelihood"@en ;
    skos:broader humord:c00363 ;
    skos:closeMatch realfagstermer:c013372,
        <http://dewey.info/class/121.63/e23/> ;
    skos:exactMatch <http://dewey.info/class/519.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013372,
        <http://dewey.info/class/121.63/e23/>,
        <http://dewey.info/class/519.2/e23/>,
        <http://dewey.info/class/658.4034/e23/>,
        <http://dewey.info/class/795.015192/e23/> ;
    skos:prefLabel "Probability (Philosophy)"@en,
        "Sannsynlighet"@nb,
        "Sannsyn"@nn ;
    skos:related humord:c00649 ;
    skos:relatedMatch <http://dewey.info/class/658.4034/e23/>,
        <http://dewey.info/class/795.015192/e23/> .

humord:c00480 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00480" ;
    dct:modified "2024-11-29T12:36:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/183.1/e23/> ;
    skos:broader humord:c00363 ;
    skos:definition "Bevisst feilslutning <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/183.1/e23/> ;
    skos:prefLabel "Sophism"@en,
        "Sofisme"@nb,
        "Sofisme"@nn .

humord:c00481 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00481" ;
    dct:modified "2024-11-29T12:36:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/511.3/e23/> ;
    skos:broader humord:c00363 ;
    skos:exactMatch realfagstermer:c012891 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012891,
        <http://dewey.info/class/511.3/e23/> ;
    skos:prefLabel "Theorem"@en,
        "Teorem"@nb,
        "Teorem"@nn .

humord:c00482 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00482" ;
    dct:modified "2024-03-15T08:42:46"^^xsd:dateTime ;
    skos:altLabel "Bayes' law"@en,
        "Bayes' rule"@en,
        "Bayes' setning"@nb,
        "Bayes' teorem"@nb,
        "Bayesiansk statistikk"@nb,
        "Bayesisk statistikk"@nb,
        "Bayes' setning"@nn,
        "Bayes' teorem"@nn,
        "Bayesiansk statistikk"@nn,
        "Bayesisk statistikk"@nn ;
    skos:broadMatch <http://dewey.info/class/519.542/e23/> ;
    skos:broader humord:c00481 ;
    skos:definition "Bayesiansk statistikk er en teori som bruker Bayes' teorem til å beregne og oppdatere sannsynligheter etter å ha fått nye data. <wikidata>"@nb ;
    skos:exactMatch realfagstermer:c011085 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011085,
        <http://dewey.info/class/519.542/e23/> ;
    skos:prefLabel "Bayes' theroem"@en,
        "Bayes teorem"@nb,
        "Bayes teorem"@nn .

humord:c00483 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00483" ;
    dct:modified "2026-04-23T11:10:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--01/e23/>,
        <http://dewey.info/class/101/e23/> ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--01/e23/>,
        <http://dewey.info/class/101/e23/> ;
    skos:prefLabel "Thesis (Concepts of cognition)"@en,
        "Teser"@nb,
        "Tesar"@nn .

humord:c00484 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00484" ;
    dct:modified "2023-11-29T15:35:49"^^xsd:dateTime ;
    skos:broader humord:c00483 ;
    skos:exactMatch realfagstermer:c009016,
        <http://dewey.info/class/167/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009016,
        <http://dewey.info/class/167/e23/> ;
    skos:prefLabel "Hypothesis"@en,
        "Hypoteser"@nb,
        "Hypotesar"@nn .

humord:c00485 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00485" ;
    dct:modified "2026-01-13T12:48:13"^^xsd:dateTime ;
    skos:altLabel "Duhem-Quine problem"@en,
        "Duhem-quinetesen"@nb,
        "Duhem-quinetesen"@nn ;
    skos:broadMatch <http://dewey.info/class/501/e23/> ;
    skos:broader humord:c00483 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/501/e23/> ;
    skos:prefLabel "Duhem-Quine thesis"@en,
        "Quine-duhemtesen"@nb,
        "Quine-duhemtesen"@nn .

humord:c00487 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00487" ;
    dct:modified "2024-11-29T12:43:50"^^xsd:dateTime ;
    skos:altLabel "Transcendency"@en,
        "Det transcendente"@nb,
        "Det transcendente"@nn ;
    skos:broadMatch <http://dewey.info/class/111.6/e23/>,
        <http://dewey.info/class/153.7/e23/> ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.6/e23/>,
        <http://dewey.info/class/153.7/e23/>,
        <http://dewey.info/class/211/e23/> ;
    skos:prefLabel "Transcendence"@en,
        "Transcendens"@nb,
        "Transcendens"@nn ;
    skos:relatedMatch <http://dewey.info/class/211/e23/> .

humord:c00489 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00489" ;
    dct:modified "2024-12-02T09:55:13"^^xsd:dateTime ;
    skos:altLabel "Dobbelttydighet (Filosofi)"@nb,
        "Dobbelttydigheit (Filosofi)"@nn,
        "Dobbeltydigheit (Filosofi)"@nn ;
    skos:broadMatch <http://dewey.info/class/121.68/e23/>,
        <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c00363 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.68/e23/>,
        <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Ambiguity (Philosophy)"@en,
        "Tvetydighet (Filosofi)"@nb,
        "Tvitydigheit (Filosofi)"@nn ;
    skos:related humord:c06047,
        humord:c22076 .

humord:c00490 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-10-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00490" ;
    dct:modified "2023-12-19T08:46:25"^^xsd:dateTime ;
    skos:altLabel "Pictures of the world"@en,
        "World schemes"@en,
        "World views"@en,
        "Verdensanskuelse"@nb,
        "Verdensanskuelser"@nb,
        "Verdensbeskrivelse"@nb,
        "Verdensbilde"@nb,
        "Virkelighetsforståelse"@nb,
        "Virkelighetsoppfatning"@nb,
        "Røyndomsforståing"@nn,
        "Verdsbilete"@nn,
        "Verkelegheitsforståing"@nn ;
    skos:broadMatch <http://dewey.info/class/140/e23/> ;
    skos:broader humord:c00363 ;
    skos:definition "Helhetsbilde som en person, et samfunn har av verden, universet og forholdene som rår der <BOB>"@nb ;
    skos:exactMatch realfagstermer:c008927 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008927,
        <http://dewey.info/class/140/e23/> ;
    skos:prefLabel "Perceptions of reality"@en,
        "Verdensbilder"@nb,
        "Verdsbilde"@nn .

humord:c00491 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00491" ;
    dct:modified "2026-01-14T12:43:54"^^xsd:dateTime ;
    skos:altLabel "Vitskapelege verdsbilde"@nn,
        "Vitskapelege verdsbilete"@nn,
        "Vitskaplege verdsbilde"@nn ;
    skos:broadMatch <http://dewey.info/class/001/e23/>,
        <http://dewey.info/class/109/e23/>,
        <http://dewey.info/class/501/e23/> ;
    skos:broader humord:c00490 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/001/e23/>,
        <http://dewey.info/class/109/e23/>,
        <http://dewey.info/class/501/e23/> ;
    skos:prefLabel "Scientific perceptions of reality"@en,
        "Vitenskapelige verdensbilder"@nb,
        "Vitskaplege verdsbilete"@nn .

humord:c00492 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00492" ;
    dct:modified "2026-01-14T13:15:37"^^xsd:dateTime ;
    skos:altLabel "Yang"@nb,
        "Yang"@nn ;
    skos:broadMatch <http://dewey.info/class/181.11/e23/> ;
    skos:broader humord:c00490 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.11/e23/> ;
    skos:prefLabel "Yin and Yang"@en,
        "Yin og Yang"@nb,
        "Yin og Yang"@nn .

humord:c00493 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00493" ;
    dct:modified "2023-12-19T08:48:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00363 ;
    skos:closeMatch realfagstermer:c006891 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006891,
        <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Verification (Logic)"@en,
        "Verifikasjon (Logikk)"@nb,
        "Verifikasjon (Logikk)"@nn .

humord:c00494 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00494" ;
    dct:modified "2024-11-28T11:08:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/111/e23/> ;
    skos:broader humord:c00302 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "Ontological concepts"@en,
        "Ontologiske begreper"@nb,
        "Ontologiske omgrep"@nn .

humord:c00495 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00495" ;
    dct:modified "2026-01-13T14:04:23"^^xsd:dateTime ;
    skos:broader humord:c00494 ;
    skos:closeMatch <http://dewey.info/class/111.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.1/e23/> ;
    skos:prefLabel "Existence"@en,
        "Eksistens"@nb,
        "Eksistens"@nn ;
    skos:related humord:c00547 .

humord:c00496 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00496" ;
    dct:modified "2026-01-13T14:07:42"^^xsd:dateTime ;
    skos:broader humord:c00494 ;
    skos:exactMatch <http://dewey.info/class/111.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.82/e23/> ;
    skos:prefLabel "Unity (Philosophy)"@en,
        "Enhet"@nb,
        "Eining"@nn .

humord:c00497 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00497" ;
    dct:modified "2024-12-02T09:24:27"^^xsd:dateTime ;
    skos:altLabel "Form (Philosophy)"@en ;
    skos:broadMatch <http://dewey.info/class/117/e23/> ;
    skos:broader humord:c00494 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/117/e23/> ;
    skos:prefLabel "Shape (Philosophy)"@en,
        "Form (Filosofi)"@nb,
        "Form (Filosofi)"@nn .

humord:c00498 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00498" ;
    dct:modified "2026-01-13T14:08:12"^^xsd:dateTime ;
    skos:altLabel "Fundamental problems"@en,
        "Metodeproblemer"@nb,
        "Metodeproblem"@nn ;
    skos:broadMatch <http://dewey.info/class/111/e23/> ;
    skos:broader humord:c00494 ;
    skos:exactMatch realfagstermer:c010005 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010005,
        <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "Fundamental issues"@en,
        "Grunnlagsproblemer"@nb,
        "Grunnlagsproblem"@nn .

humord:c00500 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00500" ;
    dct:modified "2024-10-16T13:03:41"^^xsd:dateTime ;
    skos:altLabel "Begivenheter"@nb,
        "Hendinger"@nb ;
    skos:broadMatch <http://dewey.info/class/111/e23/>,
        <http://dewey.info/class/900/e23/> ;
    skos:broader humord:c00494 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111/e23/>,
        <http://dewey.info/class/900/e23/> ;
    skos:prefLabel "Incidents"@en,
        "Hendelser"@nb,
        "Hendingar"@nn .

humord:c00503 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00503" ;
    dct:modified "2026-01-13T14:09:38"^^xsd:dateTime ;
    skos:altLabel "Naught"@en,
        "Nothingness"@en,
        "Nought"@en,
        "Ingenting"@nb,
        "Intethet"@nb ;
    skos:broader humord:c00494 ;
    skos:closeMatch <http://dewey.info/class/111.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.5/e23/> ;
    skos:prefLabel "Nothing"@en,
        "Intet"@nb,
        "Ingenting"@nn .

humord:c00504 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00504" ;
    dct:modified "2026-01-13T15:21:08"^^xsd:dateTime ;
    skos:altLabel "Zero"@nb ;
    skos:broadMatch <http://dewey.info/class/111.5/e23/> ;
    skos:broader humord:c00503 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.5/e23/> ;
    skos:prefLabel "Zero"@en,
        "Null"@nb,
        "Null"@nn .

humord:c00506 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00506" ;
    dct:modified "2024-12-02T09:27:16"^^xsd:dateTime ;
    skos:altLabel "Types (Philosophy)"@en,
        "Kategorilære"@nb,
        "Kategorilære"@nn ;
    skos:broadMatch <http://dewey.info/class/111/e23/> ;
    skos:broader humord:c00494 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "Categories (Philosophy)"@en,
        "Kategorier (Filosofi)"@nb,
        "Kategoriar (Filosofi)"@nn .

humord:c00508 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-01-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00508" ;
    dct:modified "2026-01-13T15:22:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/113/e23/> ;
    skos:broader humord:c00494 ;
    skos:definition "Kosmos brukes om den ordnede verden; verdensaltet og universet til forskjell fra kaos <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/113/e23/>,
        <http://dewey.info/class/128/e23/> ;
    skos:prefLabel "Cosmos"@en,
        "Kosmos"@nb,
        "Kosmos"@nn ;
    skos:related humord:c08188,
        humord:c66560 ;
    skos:relatedMatch <http://dewey.info/class/128/e23/> .

humord:c00509 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00509" ;
    dct:modified "2026-01-13T15:24:18"^^xsd:dateTime ;
    skos:broader humord:c00508 ;
    skos:closeMatch <http://dewey.info/class/523.1/e23/> ;
    skos:exactMatch realfagstermer:c002892 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002892,
        <http://dewey.info/class/523.1/e23/> ;
    skos:prefLabel "Macrocosms"@en,
        "Makrokosmos"@nb,
        "Makrokosmos"@nn ;
    skos:related humord:c00510 .

humord:c00510 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00510" ;
    dct:modified "2024-12-02T12:23:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/128/e23/> ;
    skos:broader humord:c00508 ;
    skos:exactMatch realfagstermer:c006066 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006066,
        <http://dewey.info/class/128/e23/> ;
    skos:prefLabel "Microcosms"@en,
        "Mikrokosmos"@nb,
        "Mikrokosmos"@nn ;
    skos:related humord:c00509,
        humord:c00583 .

humord:c00511 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00511" ;
    dct:modified "2026-01-13T15:42:42"^^xsd:dateTime ;
    skos:altLabel "Diversification"@en,
        "Plurality"@en,
        "Diversitet"@nb,
        "Flerhet"@nb,
        "Diversitet"@nn ;
    skos:broadMatch <http://dewey.info/class/111/e23/> ;
    skos:broader humord:c00494 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "Diversity"@en,
        "Mangfold"@nb,
        "Mangfald"@nn ;
    skos:related humord:c29189 .

humord:c00514 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00514" ;
    dct:modified "2024-07-02T11:04:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/117/e23/> ;
    skos:broader humord:c00494 ;
    skos:closeMatch <http://dewey.info/class/539.1/e23/> ;
    skos:definition "Materie er fellesbetegnelse for det som har utstrekning, størrelse og form samt masse, vekt, bevegelighet og fasthet. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c006575,
        <http://dewey.info/class/530/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006575,
        <http://dewey.info/class/117/e23/>,
        <http://dewey.info/class/530/e23/>,
        <http://dewey.info/class/536.4/e23/>,
        <http://dewey.info/class/536.56/e23/>,
        <http://dewey.info/class/536.57/e23/>,
        <http://dewey.info/class/539.1/e23/> ;
    skos:prefLabel "Matter"@en,
        "Materie"@nb,
        "Materie"@nn ;
    skos:relatedMatch <http://dewey.info/class/536.4/e23/>,
        <http://dewey.info/class/536.56/e23/>,
        <http://dewey.info/class/536.57/e23/> .

humord:c00515 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-02-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00515" ;
    dct:modified "2024-10-09T13:11:24"^^xsd:dateTime ;
    skos:altLabel "Classical elements"@en,
        "Four elements"@en,
        "Elementer"@nb,
        "Element"@nn ;
    skos:broadMatch <http://dewey.info/class/111.1/e23/>,
        <http://dewey.info/class/113/e23/> ;
    skos:broader humord:c00514 ;
    skos:definition "De fire elementer viser til konseptet i antikkens Hellas om de fire stofflige bestanddelene ild, jord, luft, og vann, som alle stoffer består av, ifølge Aristoteles' elementlære. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.1/e23/>,
        <http://dewey.info/class/113/e23/> ;
    skos:prefLabel "The elements"@en,
        "De fire elementer"@nb,
        "Dei fire element"@nn .

humord:c00517 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00517" ;
    dct:modified "2024-12-02T09:18:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/117/e23/> ;
    skos:broader humord:c00494 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/117/e23/> ;
    skos:prefLabel "Order (Philosophy)"@en,
        "Orden (Filosofi)"@nb,
        "Orden (Filosofi)"@nn ;
    skos:related humord:c08169 .

humord:c00518 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00518" ;
    dct:modified "2026-01-14T13:15:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/111.2/e23/> ;
    skos:broader humord:c00494 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.2/e23/> ;
    skos:prefLabel "Particulars"@en,
        "Particularia"@nb,
        "Particularia"@nn ;
    skos:related humord:c00541 .

humord:c00519 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00519" ;
    dct:modified "2024-12-02T09:19:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/111/e23/> ;
    skos:broader humord:c00494 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "Principles (Philosophy)"@en,
        "Prinsipper (Filosofi)"@nb,
        "Prinsipp (Filosofi)"@nn .

humord:c00520 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00520" ;
    dct:modified "2024-12-13T08:09:47"^^xsd:dateTime ;
    skos:altLabel "Prima philosophia"@en,
        "Prima philosophia"@nb,
        "Fyrste  filosofi"@nn,
        "Prima philosophia"@nn ;
    skos:broadMatch <http://dewey.info/class/110/e23/> ;
    skos:broader humord:c00519 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/110/e23/> ;
    skos:prefLabel "First philosophy"@en,
        "Første filosofi"@nb,
        "Første filosofi"@nn .

humord:c00522 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00522" ;
    dct:modified "2024-12-13T08:06:29"^^xsd:dateTime ;
    skos:altLabel "Det absolutte"@nb,
        "Urgrunn"@nb,
        "Det absolutte"@nn,
        "Urgrunn"@nn ;
    skos:broadMatch <http://dewey.info/class/111/e23/> ;
    skos:broader humord:c00519 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "First cause"@en,
        "Første årsak"@nb,
        "Fyrste årsak"@nn .

humord:c00525 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00525" ;
    dct:modified "2024-12-02T09:21:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121.68/e23/> ;
    skos:broader humord:c00494 ;
    skos:definition "I filosofisk betydningslære (semantikk) det objekt, materielt eller immaterielt, som et språklig uttrykk viser til eller står for <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.68/e23/> ;
    skos:prefLabel "Reference (Philosophy)"@en,
        "Referanse (Filosofi)"@nb,
        "Referanse (Filosofi)"@nn .

humord:c00526 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00526" ;
    dct:modified "2026-04-23T10:59:12"^^xsd:dateTime ;
    skos:altLabel "Fate"@en,
        "Lot"@en,
        "Predestination (Ontological concepts)"@en,
        "Predetermination"@en ;
    skos:broadMatch <http://dewey.info/class/123/e23/> ;
    skos:broader humord:c00494 ;
    skos:exactMatch realfagstermer:c006581 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006581,
        <http://dewey.info/class/123/e23/>,
        <http://dewey.info/class/202.2/e23/> ;
    skos:prefLabel "Destiny"@en,
        "Skjebne"@nb,
        "Skjebne"@nn ;
    skos:related humord:c00585 ;
    skos:relatedMatch <http://dewey.info/class/202.2/e23/> .

humord:c00527 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00527" ;
    dct:modified "2026-01-13T15:45:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/111/e23/> ;
    skos:broader humord:c00494 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "Stage"@en,
        "Stadium"@nb,
        "Stadium"@nn .

humord:c00528 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00528" ;
    dct:modified "2024-12-02T09:21:59"^^xsd:dateTime ;
    skos:broader humord:c00494 ;
    skos:closeMatch <http://dewey.info/class/111.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.1/e23/> ;
    skos:prefLabel "Substance (Philosophy)"@en,
        "Substans (Filosofi)"@nb,
        "Substans (Filosofi)"@nn .

humord:c00529 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00529" ;
    dct:modified "2026-01-13T15:46:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/111.1/e23/> ;
    skos:broader humord:c00528 ;
    skos:definition "Hylomorfisme er læren om at alle fysiske ting er sammensatt av stoff (eller materie) og form.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.1/e23/>,
        <http://dewey.info/class/185/e23/>,
        <http://dewey.info/class/189.4/e23/> ;
    skos:prefLabel "Hylomorphism"@en,
        "Hylomorfisme"@nb,
        "Hylomorfisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/185/e23/>,
        <http://dewey.info/class/189.4/e23/> .

humord:c00530 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00530" ;
    dct:modified "2026-01-13T15:51:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/111/e23/> ;
    skos:broader humord:c00528 ;
    skos:definition "I gresk filosofi var monade betegnelse på det som er enkelt, ikke sammensatt, og derfor udelelig. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "Monade"@en,
        "Monade"@nb,
        "Monade"@nn .

humord:c00531 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00531" ;
    dct:modified "2026-01-13T15:51:44"^^xsd:dateTime ;
    skos:altLabel "Rom og tid"@nb,
        "Rom og tid"@nn ;
    skos:broadMatch <http://dewey.info/class/115/e23/> ;
    skos:broader humord:c00494 ;
    skos:exactMatch <http://dewey.info/class/530.11/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/115/e23/>,
        <http://dewey.info/class/530.11/e23/> ;
    skos:prefLabel "Time and space"@en,
        "Tid og rom"@nb,
        "Tid og rom"@nn .

humord:c00533 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00533" ;
    dct:modified "2026-01-13T15:53:02"^^xsd:dateTime ;
    skos:broader humord:c00531 ;
    skos:closeMatch <http://dewey.info/class/111.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.6/e23/> ;
    skos:prefLabel "Finiteness"@en,
        "Endelighet"@nb,
        "Engelegheit"@nn .

humord:c00534 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-09-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00534" ;
    dct:modified "2024-06-26T10:04:32"^^xsd:dateTime ;
    skos:altLabel "Space (Concept)"@en,
        "Rombegrepet"@nb,
        "Romforståelse"@nb,
        "Romomgrepet"@nn ;
    skos:broader humord:c00531 ;
    skos:closeMatch realfagstermer:c003105 ;
    skos:exactMatch realfagstermer:c005511,
        <http://dewey.info/class/114/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003105,
        realfagstermer:c005511,
        <http://dewey.info/class/114/e23/> ;
    skos:prefLabel "Space (Philosophy)"@en,
        "Rom (Filosofi)"@nb,
        "Rom (Filosofi)"@nn ;
    skos:related humord:c15336 .

humord:c00535 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00535" ;
    dct:modified "2024-06-19T12:37:03"^^xsd:dateTime ;
    skos:altLabel "Empty space"@en ;
    skos:broader humord:c00534,
        humord:c62922 ;
    skos:definition "Vakuum betyr tomt rom. Det vil si en beholder som ikke inneholder noen molekyler eller andre materielle partikler, og dermed ikke har noe trykk. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c000616,
        <http://dewey.info/class/533.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000616,
        <http://dewey.info/class/533.5/e23/> ;
    skos:prefLabel "Vacuum"@en,
        "Vakuum"@nb,
        "Vakuum"@nn .

humord:c00536 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-01-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00536" ;
    dct:modified "2024-08-16T14:00:56"^^xsd:dateTime ;
    skos:altLabel "Arrow of time"@en,
        "Asymmetry of time"@en,
        "Concept of time"@en,
        "Temporality"@en,
        "Time's arrow"@en,
        "Temporalitet"@nb,
        "Tidens asymmetri"@nb,
        "Tidsbegrepet"@nb,
        "Tidsbevissthet"@nb,
        "Tidsforestilling"@nb,
        "Tidsforståelse"@nb,
        "Tidsoppfatning"@nb,
        "Tidspilen"@nb,
        "Tidsomgrepet"@nn,
        "Tidspila"@nn,
        "Tidspilen"@nn ;
    skos:broadMatch <http://dewey.info/class/304.237/e23/>,
        <http://dewey.info/class/529/e23/> ;
    skos:broader humord:c00531 ;
    skos:closeMatch realfagstermer:c013507,
        realfagstermer:c013508 ;
    skos:editorialNote "Brukes om tid som abstrakt fenomen generelt"@nb ;
    skos:exactMatch <http://dewey.info/class/115/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013507,
        realfagstermer:c013508,
        <http://dewey.info/class/115/e23/>,
        <http://dewey.info/class/153.753/e23/>,
        <http://dewey.info/class/304.237/e23/>,
        <http://dewey.info/class/529/e23/> ;
    skos:prefLabel "Time (Philosophy)"@en,
        "Tid"@nb,
        "Tid"@nn ;
    skos:related humord:c09134,
        humord:c10851 ;
    skos:relatedMatch <http://dewey.info/class/153.753/e23/> .

humord:c00538 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00538" ;
    dct:modified "2026-01-13T15:54:23"^^xsd:dateTime ;
    skos:altLabel "Endlessness"@en,
        "Infiniteness"@en,
        "Infinitet"@nn ;
    skos:broader humord:c00531,
        humord:c00719 ;
    skos:closeMatch realfagstermer:c013283,
        <http://dewey.info/class/111.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013283,
        <http://dewey.info/class/111.6/e23/> ;
    skos:prefLabel "Infinity"@en,
        "Uendelighet"@nb,
        "Ævelengd"@nn .

humord:c00539 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00539" ;
    dct:modified "2026-01-13T15:54:42"^^xsd:dateTime ;
    skos:altLabel "Æve"@nb ;
    skos:broadMatch <http://dewey.info/class/115/e23/> ;
    skos:broader humord:c00538 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/115/e23/> ;
    skos:prefLabel "Eternity"@en,
        "Evighet"@nb,
        "Æve"@nn .

humord:c00540 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00540" ;
    dct:modified "2025-09-03T18:57:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/111.6/e23/> ;
    skos:broader humord:c00538 ;
    skos:definition "Sammenhengende hele, ubrutt linje <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.6/e23/> ;
    skos:prefLabel "Continuum"@en,
        "Kontinuum"@nb,
        "Kontinuum"@nn .

humord:c00541 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00541" ;
    dct:modified "2024-08-02T08:50:32"^^xsd:dateTime ;
    skos:altLabel "Allmennbegreper"@nb,
        "Universalier"@nb,
        "Allmennomgrep"@nn,
        "Ålmennomgrep"@nn ;
    skos:broader humord:c00494 ;
    skos:definition "Universalia, allmennbegreper, er trekk eller egenskaper som enkelttingene (partikularia) har felles; det som tilkommer alle enkelttingene innen en klasse, art eller slekt <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/111.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.2/e23/> ;
    skos:prefLabel "Universals"@en,
        "Universalia"@nb,
        "Universalia"@nn ;
    skos:related humord:c00518,
        humord:c06367 .

humord:c00544 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00544" ;
    dct:modified "2026-01-14T13:16:12"^^xsd:dateTime ;
    skos:altLabel "Core"@en,
        "Gist"@en,
        "Nature (Philosophy)"@en,
        "Essens (Filosofi)"@nb,
        "Essens (Filosofi)"@nn ;
    skos:broadMatch <http://dewey.info/class/111.1/e23/>,
        <http://dewey.info/class/128.4/e23/> ;
    skos:broader humord:c00494 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.1/e23/>,
        <http://dewey.info/class/128.4/e23/> ;
    skos:prefLabel "Essence"@en,
        "Vesen (Filosofi)"@nb,
        "Vesen (Filosofi)"@nn .

humord:c00546 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00546" ;
    dct:modified "2026-01-14T13:16:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/111/e23/> ;
    skos:broader humord:c00494 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "Reality"@en,
        "Virkelighet"@nb,
        "Verkelegheit"@nn .

humord:c00547 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00547" ;
    dct:modified "2026-01-14T13:20:20"^^xsd:dateTime ;
    skos:altLabel "Being"@en ;
    skos:broader humord:c00494 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "Being (Philosophy)"@en,
        "Væren"@nb,
        "Veren"@nn ;
    skos:related humord:c00495,
        humord:c00589 ;
    skos:relatedMatch <http://dewey.info/class/111/e23/> .

humord:c00548 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00548" ;
    dct:modified "2024-11-29T15:13:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/128.3/e23/> ;
    skos:broader humord:c00302 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.3/e23/> ;
    skos:prefLabel "Concepts of will"@en,
        "Viljesbegreper"@nb,
        "Viljesomgrep"@nn .

humord:c00549 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00549" ;
    dct:modified "2025-04-02T10:32:21"^^xsd:dateTime ;
    skos:altLabel "Liberty"@en,
        "Fridom"@nb ;
    skos:broader humord:c00548 ;
    skos:exactMatch <http://dewey.info/class/123.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/123.5/e23/> ;
    skos:prefLabel "Freedom"@en,
        "Frihet"@nb,
        "Fridom"@nn .

humord:c00550 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00550" ;
    dct:modified "2024-08-28T20:21:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/123.5/e23/> ;
    skos:broader humord:c00549 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/123.5/e23/> ;
    skos:prefLabel "Autonomy (Philosophy)"@en,
        "Autonomi (Filosofi)"@nb,
        "Autonomi (Filosofi)"@nn .

humord:c00551 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00551" ;
    dct:modified "2026-01-14T13:20:55"^^xsd:dateTime ;
    skos:altLabel "Actions"@en,
        "Handlinger"@nb,
        "Handlingar"@nn ;
    skos:broader humord:c00548 ;
    skos:closeMatch <http://dewey.info/class/128.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.4/e23/>,
        <http://dewey.info/class/150/e23/> ;
    skos:prefLabel "Action"@en,
        "Handling"@nb,
        "Handling"@nn ;
    skos:related humord:c00693 ;
    skos:relatedMatch <http://dewey.info/class/150/e23/> .

humord:c00552 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00552" ;
    dct:modified "2026-01-14T13:39:06"^^xsd:dateTime ;
    skos:broader humord:c00551 ;
    skos:exactMatch <http://dewey.info/class/202.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.2/e23/> ;
    skos:prefLabel "Karma"@en,
        "Karma"@nb,
        "Karma"@nn .

humord:c00553 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00553" ;
    dct:modified "2026-01-14T13:39:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/181.4/e23/> ;
    skos:broader humord:c00551 ;
    skos:definition "Term i indisk filosofi: a) Sakramentale ritualer b) Drivkrefter <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.4/e23/> ;
    skos:prefLabel "Samskara"@en,
        "Samskara"@nb,
        "Samskara"@nn .

humord:c00554 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-06-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00554" ;
    dct:modified "2026-01-14T13:39:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/128.3/e23/> ;
    skos:broader humord:c00548 ;
    skos:definition "Evne til bevisst handling eller atferd <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/153.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/123.5/e23/>,
        <http://dewey.info/class/128.3/e23/>,
        <http://dewey.info/class/153.8/e23/> ;
    skos:prefLabel "Will"@en,
        "Vilje"@nb,
        "Vilje"@nn ;
    skos:relatedMatch <http://dewey.info/class/123.5/e23/> .

humord:c00555 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-06-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00555" ;
    dct:modified "2026-01-14T13:40:55"^^xsd:dateTime ;
    skos:altLabel "Agency (Free will)"@en,
        "Fri vilje"@nb,
        "Viljens frihet"@nb,
        "Fri vilje"@nn ;
    skos:broadMatch <http://dewey.info/class/123.5/e23/>,
        <http://dewey.info/class/296.32/e23/> ;
    skos:broader humord:c00554 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/123.5/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/233.7/e23/>,
        <http://dewey.info/class/234.9/e23/>,
        <http://dewey.info/class/296.32/e23/>,
        <http://dewey.info/class/297.227/e23/> ;
    skos:prefLabel "Free will"@en,
        "Viljesfrihet"@nb,
        "Viljefridom"@nn ;
    skos:related humord:c00584 ;
    skos:relatedMatch <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/233.7/e23/>,
        <http://dewey.info/class/234.9/e23/>,
        <http://dewey.info/class/297.227/e23/> .

humord:c00558 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00558" ;
    dct:modified "2026-01-07T11:02:14"^^xsd:dateTime ;
    skos:broader humord:c00239 ;
    skos:inScheme humord: ;
    skos:prefLabel "Philosophical movements/schools"@en,
        "Filosofisk lære/retning"@nb,
        "Filosofisk lære/retning"@nn .

humord:c00559 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00559" ;
    dct:modified "2024-07-29T14:31:27"^^xsd:dateTime ;
    skos:altLabel "Academy"@en ;
    skos:broadMatch <http://dewey.info/class/184/e23/> ;
    skos:broader humord:c00558 ;
    skos:definition "Det første akademi grunnlagt av Platon i Athen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/184/e23/> ;
    skos:prefLabel "Platonic Academy"@en,
        "Akademiet"@nb,
        "Akademiet"@nn .

humord:c00560 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00560" ;
    dct:modified "2024-08-16T12:48:28"^^xsd:dateTime ;
    skos:broader humord:c00558 ;
    skos:exactMatch <http://dewey.info/class/299.935/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.935/e23/> ;
    skos:prefLabel "Anthroposophy"@en,
        "Antroposofi"@nb,
        "Antroposofi"@nn ;
    skos:related humord:c08836 .

humord:c00561 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-08-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00561" ;
    dct:modified "2023-12-04T13:56:23"^^xsd:dateTime ;
    skos:altLabel "Kvinnesak"@nb,
        "Kvinnesak"@nn ;
    skos:broader humord:c00558 ;
    skos:closeMatch realfagstermer:c010901 ;
    skos:exactMatch <http://dewey.info/class/305.42/e23/>,
        <http://dewey.info/class/320.5622/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010901,
        <http://dewey.info/class/305.42/e23/>,
        <http://dewey.info/class/320.5622/e23/> ;
    skos:prefLabel "Feminism"@en,
        "Feminisme"@nb,
        "Feminisme"@nn ;
    skos:related humord:c07227,
        humord:c09073,
        humord:c09210,
        humord:c12836,
        humord:c14901,
        humord:c22458,
        humord:c24858 .

humord:c00563 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-02-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00563" ;
    dct:modified "2023-11-24T14:48:37"^^xsd:dateTime ;
    skos:altLabel "Anthropological philosophy"@en ;
    skos:broader humord:c00558,
        humord:c04453 ;
    skos:closeMatch <http://dewey.info/class/128/e23/> ;
    skos:exactMatch realfagstermer:c011819 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011819,
        <http://dewey.info/class/128/e23/> ;
    skos:prefLabel "Philosophical anthropology"@en,
        "Filosofisk antropologi"@nb,
        "Filosofisk antropologi"@nn ;
    skos:related humord:c00398,
        humord:c04518 .

humord:c00564 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00564" ;
    dct:modified "2024-12-02T15:05:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/193/e23/> ;
    skos:broader humord:c00558 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/193/e23/> ;
    skos:prefLabel "Hegelianism"@en,
        "Hegelianisme"@nb,
        "Hegelianisme"@nn .

humord:c00565 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00565" ;
    dct:modified "2023-11-29T14:48:21"^^xsd:dateTime ;
    skos:altLabel "Hermeneutical philosophy"@en,
        "Filosofisk hermeneutikk"@nb,
        "Fortolkningslære (Filosofi)"@nb,
        "Hermeneutisk filosofi"@nb ;
    skos:broader humord:c00558 ;
    skos:closeMatch realfagstermer:c005418 ;
    skos:exactMatch <http://dewey.info/class/121.686/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005418,
        <http://dewey.info/class/121.686/e23/> ;
    skos:prefLabel "Hermeneutics (Philosophy)"@en,
        "Hermeneutikk (Filosofi)"@nb,
        "Hermeneutikk (Filosofi)"@nn .

humord:c00569 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00569" ;
    dct:modified "2024-12-03T12:35:03"^^xsd:dateTime ;
    skos:altLabel "Hermeneutic circle"@en ;
    skos:broadMatch <http://dewey.info/class/121.686/e23/> ;
    skos:broader humord:c00565 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.686/e23/> ;
    skos:prefLabel "Hermeneutical circle"@en,
        "Hermeneutisk sirkel"@nb,
        "Hermeneutisk sirkel"@nn .

humord:c00570 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00570" ;
    dct:modified "2023-11-29T15:20:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/149/e23/> ;
    skos:broader humord:c00558 ;
    skos:exactMatch realfagstermer:c006162 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006162,
        <http://dewey.info/class/149/e23/> ;
    skos:prefLabel "Holism"@en,
        "Holisme"@nb,
        "Holisme"@nn .

humord:c00571 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00571" ;
    dct:modified "2023-11-29T15:27:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/171.2/e23/>,
        <http://dewey.info/class/211.6/e23/> ;
    skos:broader humord:c00558 ;
    skos:closeMatch <http://dewey.info/class/144/e23/> ;
    skos:exactMatch realfagstermer:c006537 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006537,
        <http://dewey.info/class/144/e23/>,
        <http://dewey.info/class/171.2/e23/>,
        <http://dewey.info/class/211.6/e23/> ;
    skos:prefLabel "Humanism"@en,
        "Humanisme"@nb,
        "Humanisme"@nn .

humord:c00572 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00572" ;
    dct:modified "2024-12-02T14:58:50"^^xsd:dateTime ;
    skos:broader humord:c00558 ;
    skos:exactMatch <http://dewey.info/class/144.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/144.3/e23/> ;
    skos:prefLabel "Pragmatism"@en,
        "Pragmatisme"@nb,
        "Pragmatisme"@nn ;
    skos:related humord:c18430 .

humord:c00573 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00573" ;
    dct:modified "2024-11-29T15:16:27"^^xsd:dateTime ;
    skos:broader humord:c00558 ;
    skos:exactMatch <http://dewey.info/class/141/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/141/e23/> ;
    skos:prefLabel "Idealism (Philosophy)"@en,
        "Idealisme (Filosofi)"@nb,
        "Idealisme (Filosofi)"@nn .

humord:c00574 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00574" ;
    dct:modified "2024-12-02T10:11:21"^^xsd:dateTime ;
    skos:broader humord:c00573 ;
    skos:closeMatch <http://dewey.info/class/302.54/e23/> ;
    skos:exactMatch <http://dewey.info/class/141.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/141.4/e23/>,
        <http://dewey.info/class/302.54/e23/>,
        <http://dewey.info/class/320.512/e23/>,
        <http://dewey.info/class/330.153/e23/> ;
    skos:prefLabel "Individualism"@en,
        "Individualisme"@nb,
        "Individualisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/320.512/e23/>,
        <http://dewey.info/class/330.153/e23/> .

humord:c00575 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00575" ;
    dct:modified "2024-12-03T12:38:05"^^xsd:dateTime ;
    skos:broader humord:c00573 ;
    skos:exactMatch <http://dewey.info/class/141.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/141.6/e23/> ;
    skos:prefLabel "Romantic philosophy"@en,
        "Romantisk filosofi"@nb,
        "Romantisk filosofi"@nn ;
    skos:related humord:c00578 .

humord:c00576 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00576" ;
    dct:modified "2024-12-02T10:11:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/141/e23/>,
        <http://dewey.info/class/193/e23/> ;
    skos:broader humord:c00573 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/141/e23/>,
        <http://dewey.info/class/193/e23/> ;
    skos:prefLabel "Transcendental idealism"@en,
        "Transcendental idealisme"@nb,
        "Transcendental idealisme"@nn .

humord:c00577 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00577" ;
    dct:modified "2024-12-02T10:12:58"^^xsd:dateTime ;
    skos:broader humord:c00573 ;
    skos:exactMatch <http://dewey.info/class/141.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/141.3/e23/> ;
    skos:prefLabel "Transcendentalism"@en,
        "Transcendentalisme"@nb,
        "Transcendentalisme"@nn ;
    skos:related humord:c00658 .

humord:c00578 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00578" ;
    dct:modified "2026-01-14T13:41:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/193/e23/> ;
    skos:broader humord:c00573 ;
    skos:definition "Idealisme av den type som representeres av Fichte, Schelling og Hegel <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/193/e23/> ;
    skos:prefLabel "German idealism"@en,
        "Tysk idealisme"@nb,
        "Tysk idealisme"@nn ;
    skos:related humord:c00575 .

humord:c00579 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00579" ;
    dct:modified "2024-11-29T15:16:46"^^xsd:dateTime ;
    skos:altLabel "Cartesian philosophy"@en,
        "Kartesisk filosofi"@nb,
        "Kartesisk filosofi"@nn ;
    skos:broadMatch <http://dewey.info/class/194/e23/> ;
    skos:broader humord:c00558 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/194/e23/> ;
    skos:prefLabel "Cartesianism"@en,
        "Kartesianisme"@nb,
        "Kartesianisme"@nn .

humord:c00581 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00581" ;
    dct:modified "2023-11-30T14:28:22"^^xsd:dateTime ;
    skos:altLabel "Constructionism"@en,
        "Konstruksjonisme"@nb ;
    skos:broadMatch <http://dewey.info/class/149/e23/> ;
    skos:broader humord:c00558 ;
    skos:exactMatch realfagstermer:c007904 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007904,
        <http://dewey.info/class/149/e23/>,
        <http://dewey.info/class/150.198/e23/> ;
    skos:prefLabel "Constructivism"@en,
        "Konstruktivisme"@nb,
        "Konstruktivisme"@nn ;
    skos:related humord:c59339 ;
    skos:relatedMatch <http://dewey.info/class/150.198/e23/> .

humord:c00582 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00582" ;
    dct:modified "2024-12-02T15:10:50"^^xsd:dateTime ;
    skos:broader humord:c00558 ;
    skos:exactMatch <http://dewey.info/class/183.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/183.4/e23/> ;
    skos:prefLabel "Cynicism"@en,
        "Kynisme"@nb,
        "Kynisme"@nn .

humord:c00583 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00583" ;
    dct:modified "2023-12-07T08:35:20"^^xsd:dateTime ;
    skos:broader humord:c00558 ;
    skos:exactMatch realfagstermer:c000473,
        <http://dewey.info/class/110/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000473,
        <http://dewey.info/class/110/e23/> ;
    skos:prefLabel "Metaphysics"@en,
        "Metafysikk"@nb,
        "Metafysikk"@nn ;
    skos:related humord:c00510 .

humord:c00584 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00584" ;
    dct:modified "2024-12-02T11:31:49"^^xsd:dateTime ;
    skos:broader humord:c00583 ;
    skos:exactMatch <http://dewey.info/class/123/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/123/e23/> ;
    skos:prefLabel "Determinism"@en,
        "Determinisme"@nb,
        "Determinisme"@nn ;
    skos:related humord:c00555 .

humord:c00585 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00585" ;
    dct:modified "2024-12-03T12:33:13"^^xsd:dateTime ;
    skos:broader humord:c00584 ;
    skos:closeMatch <http://dewey.info/class/149.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149.8/e23/>,
        <http://dewey.info/class/202.2/e23/> ;
    skos:prefLabel "Fatalism"@en,
        "Fatalisme"@nb,
        "Fatalisme"@nn ;
    skos:related humord:c00526 ;
    skos:relatedMatch <http://dewey.info/class/202.2/e23/> .

humord:c00586 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00586" ;
    dct:modified "2024-07-26T11:49:36"^^xsd:dateTime ;
    skos:altLabel "Philosophy of nature"@en ;
    skos:broader humord:c00583 ;
    skos:exactMatch realfagstermer:c013489,
        <http://dewey.info/class/113/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013489,
        <http://dewey.info/class/113/e23/> ;
    skos:prefLabel "Natural philosophy"@en,
        "Naturfilosofi"@nb,
        "Naturfilosofi"@nn ;
    skos:related humord:c00738,
        humord:c08188,
        humord:c11910,
        humord:c67684 .

humord:c00587 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00587" ;
    dct:modified "2024-12-02T11:10:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/501/e23/>,
        <http://dewey.info/class/508/e23/> ;
    skos:broader humord:c00586 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/501/e23/>,
        <http://dewey.info/class/508/e23/> ;
    skos:prefLabel "Mastery of nature"@en,
        "Naturbeherskelse"@nb,
        "Naturmeistring"@nn .

humord:c00588 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00588" ;
    dct:modified "2024-12-02T12:22:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/147/e23/> ;
    skos:broader humord:c00586 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/147/e23/> ;
    skos:prefLabel "Vitalism"@en,
        "Vitalisme"@nb,
        "Vitalisme"@nn .

humord:c00589 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00589" ;
    dct:modified "2024-03-06T12:48:50"^^xsd:dateTime ;
    skos:altLabel "Ontologi"@nb,
        "Ontologi"@nn ;
    skos:broader humord:c00583 ;
    skos:exactMatch realfagstermer:c004186,
        <http://dewey.info/class/111/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004186,
        <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "Ontology"@en,
        "Ontologier"@nb,
        "Ontologiar"@nn ;
    skos:related humord:c00547,
        humord:c04209,
        humord:c21023,
        humord:c64031 .

humord:c00590 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00590" ;
    dct:modified "2023-11-20T15:19:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/211.33/e23/> ;
    skos:broader humord:c00589 ;
    skos:closeMatch <http://dewey.info/class/147.4/e23/> ;
    skos:exactMatch realfagstermer:c000872 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000872,
        <http://dewey.info/class/147.4/e23/>,
        <http://dewey.info/class/211.33/e23/> ;
    skos:prefLabel "Dualism"@en,
        "Dualisme"@nb,
        "Dualisme"@nn .

humord:c00591 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00591" ;
    dct:modified "2024-12-04T14:17:03"^^xsd:dateTime ;
    skos:altLabel "Henologi"@nb,
        "Henologi"@nn ;
    skos:broader humord:c00589 ;
    skos:exactMatch <http://dewey.info/class/111.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.82/e23/> ;
    skos:prefLabel "Henology"@en,
        "Enhetsfilosofi"@nb,
        "Einskapsfilosofi"@nn .

humord:c00593 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00593" ;
    dct:modified "2024-12-02T11:06:58"^^xsd:dateTime ;
    skos:broader humord:c00591 ;
    skos:exactMatch <http://dewey.info/class/147.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/147.3/e23/> ;
    skos:prefLabel "Monism"@en,
        "Monisme"@nb,
        "Monisme"@nn .

humord:c00594 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00594" ;
    dct:modified "2023-11-24T07:48:06"^^xsd:dateTime ;
    skos:altLabel "Esthetics"@en,
        "Filosofisk estetikk"@nb ;
    skos:broader humord:c00589 ;
    skos:closeMatch <http://dewey.info/class/111.85/e23/> ;
    skos:exactMatch realfagstermer:c009894 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009894,
        <http://dewey.info/class/111.85/e23/>,
        <http://dewey.info/class/701.17/e23/>,
        <http://dewey.info/class/781.17/e23/>,
        <http://dewey.info/class/801.93/e23/> ;
    skos:prefLabel "Aesthetics"@en,
        "Estetikk"@nb,
        "Estetikk"@nn ;
    skos:related humord:c00308,
        humord:c05454,
        humord:c26609 ;
    skos:relatedMatch <http://dewey.info/class/701.17/e23/>,
        <http://dewey.info/class/781.17/e23/>,
        <http://dewey.info/class/801.93/e23/> .

humord:c00596 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00596" ;
    dct:modified "2024-12-03T12:32:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/111/e23/> ;
    skos:broader humord:c00589 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111/e23/> ;
    skos:prefLabel "Immanentism"@en,
        "Immanentisme"@nb,
        "Immanentisme"@nn .

humord:c00597 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00597" ;
    dct:modified "2024-12-03T12:32:17"^^xsd:dateTime ;
    skos:broader humord:c00589 ;
    skos:closeMatch <http://dewey.info/class/147.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/147.4/e23/> ;
    skos:prefLabel "Pluralism"@en,
        "Pluralisme"@nb,
        "Pluralisme"@nn ;
    skos:related humord:c00730,
        humord:c25179 .

humord:c00598 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00598" ;
    dct:modified "2024-12-02T12:23:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/149/e23/> ;
    skos:broader humord:c00583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149/e23/> ;
    skos:prefLabel "Relativism"@en,
        "Relativisme"@nb,
        "Relativisme"@nn .

humord:c00599 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00599" ;
    dct:modified "2023-12-19T13:48:38"^^xsd:dateTime ;
    skos:broader humord:c00583 ;
    skos:definition "Teleologi er ideen om at naturprosesser styres ut fra på forhånd gitte formål og hensikter (causa finalis, hensiktsårsak) og ikke ved forutgående årsaker <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007112,
        <http://dewey.info/class/124/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007112,
        <http://dewey.info/class/124/e23/>,
        <http://dewey.info/class/210/e23/> ;
    skos:prefLabel "Teleology"@en,
        "Teleologi"@nb,
        "Teleologi"@nn ;
    skos:related humord:c00454 ;
    skos:relatedMatch <http://dewey.info/class/210/e23/> .

humord:c00600 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00600" ;
    dct:modified "2024-12-02T15:12:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/189/e23/> ;
    skos:broader humord:c00558 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/189/e23/> ;
    skos:prefLabel "Medieval philosophy"@en,
        "Middelalderfilosofi"@nb,
        "Mellomalderfilosofi"@nn .

humord:c00601 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00601" ;
    dct:modified "2024-12-02T10:47:21"^^xsd:dateTime ;
    skos:broader humord:c00600 ;
    skos:definition "Skolastikk er en systemskapende, metodisk, autoritets- og tradisjonsbunden retning innen filosofien som blant annet søkte å forene gresk filosofi, særlig Platon og Aristoteles, med den kristne læren. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/189.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/189.4/e23/> ;
    skos:prefLabel "Scholasticism"@en,
        "Skolastikk"@nb,
        "Skolastikk"@nn .

humord:c00602 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00602" ;
    dct:modified "2024-12-02T10:44:38"^^xsd:dateTime ;
    skos:broader humord:c00601 ;
    skos:closeMatch <http://dewey.info/class/149.91/e23/> ;
    skos:definition "Nyskolastikk var retninger innen katolsk filosofi på 1800-tallet som søkte tilbake til skolastiske tenkere som for eksempel Duns Scotus og Thomas Aquinas. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149.91/e23/> ;
    skos:prefLabel "Neo-scholasticism"@en,
        "Nyskolastikk"@nb,
        "Nyskolastikk"@nn ;
    skos:related humord:c00616 .

humord:c00603 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00603" ;
    dct:modified "2024-12-02T10:45:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/189.4/e23/> ;
    skos:broader humord:c00601 ;
    skos:definition "Thomisme er den teologisk-filosofiske retning som vokste frem av Thomas Aquinas' lære, og brukes også som betegnelse på selve denne læren. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/189.4/e23/> ;
    skos:prefLabel "Thomism"@en,
        "Thomisme"@nb,
        "Thomisme"@nn .

humord:c00604 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00604" ;
    dct:modified "2024-11-29T15:17:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/190/e23/> ;
    skos:broader humord:c00558 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/190/e23/> ;
    skos:prefLabel "Modern philosophy"@en,
        "Moderne filosofi"@nb,
        "Moderne filosofi"@nn .

humord:c00605 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00605" ;
    dct:modified "2024-12-02T10:13:37"^^xsd:dateTime ;
    skos:altLabel "Existential philosophy"@en,
        "Eksistensfilosofi"@nb,
        "Eksistensfilosofi"@nn ;
    skos:broadMatch <http://dewey.info/class/171.2/e23/> ;
    skos:broader humord:c00604 ;
    skos:exactMatch <http://dewey.info/class/142.78/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/142.78/e23/>,
        <http://dewey.info/class/171.2/e23/> ;
    skos:prefLabel "Existentialism"@en,
        "Eksistensialisme"@nb,
        "Eksistensialisme"@nn ;
    skos:related humord:c59356 .

humord:c00607 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00607" ;
    dct:modified "2023-11-24T14:39:02"^^xsd:dateTime ;
    skos:broader humord:c00604 ;
    skos:exactMatch realfagstermer:c010242,
        <http://dewey.info/class/142.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010242,
        <http://dewey.info/class/142.7/e23/>,
        <http://dewey.info/class/150.192/e23/> ;
    skos:prefLabel "Phenomenology"@en,
        "Fenomenologi"@nb,
        "Fenomenologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/150.192/e23/> .

humord:c00608 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00608" ;
    dct:modified "2024-12-03T12:31:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/142.7/e23/> ;
    skos:broader humord:c00607 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/142.7/e23/> ;
    skos:prefLabel "Transcendental phenomenology"@en,
        "Transcendental fenomenologi"@nb,
        "Transcendental fenomenologi"@nn .

humord:c00609 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-02-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00609" ;
    dct:modified "2025-05-30T12:19:28"^^xsd:dateTime ;
    skos:altLabel "Modernisme"@nb,
        "Modernisme"@nn ;
    skos:broadMatch <http://dewey.info/class/709.04/e23/>,
        <http://dewey.info/class/780.904/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Modernisme er det samlede navnet på bølgen av eksperimenterende (avantgarde) stilarter i kunst, arkitektur, litteratur og musikk fra sent på 1800-tallet og utover 1900-tallet. Modernismen bærer preg av mange stiluttrykk og kjennetegnes av eksperimentering og innovasjon <SNL>"@nb ;
    skos:exactMatch realfagstermer:c009923,
        <http://dewey.info/class/700.4112/e23/>,
        <http://dewey.info/class/808.80112/e23/>,
        <http://dewey.info/class/809.9112/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009923,
        <http://dewey.info/class/111.85/e23/>,
        <http://dewey.info/class/149.97/e23/>,
        <http://dewey.info/class/273.9/e23/>,
        <http://dewey.info/class/700.4112/e23/>,
        <http://dewey.info/class/709.04/e23/>,
        <http://dewey.info/class/780.904/e23/>,
        <http://dewey.info/class/808.80112/e23/>,
        <http://dewey.info/class/809.9112/e23/> ;
    skos:prefLabel "Modernism"@en,
        "Modernismen"@nb,
        "Modernismen"@nn ;
    skos:relatedMatch <http://dewey.info/class/111.85/e23/>,
        <http://dewey.info/class/149.97/e23/>,
        <http://dewey.info/class/273.9/e23/> .

humord:c00610 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00610" ;
    dct:modified "2023-12-11T09:06:25"^^xsd:dateTime ;
    skos:altLabel "Modern"@en,
        "Det moderne"@nb ;
    skos:broadMatch <http://dewey.info/class/149.97/e23/> ;
    skos:broader humord:c00604 ;
    skos:exactMatch realfagstermer:c010220 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010220,
        <http://dewey.info/class/149.97/e23/> ;
    skos:prefLabel "Modernity"@en,
        "Modernitet"@nb,
        "Modernitet"@nn ;
    skos:related humord:c17025 .

humord:c00612 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00612" ;
    dct:modified "2024-12-03T12:31:05"^^xsd:dateTime ;
    skos:altLabel "Postmodern"@en,
        "Det postmoderne"@nb,
        "Det postmoderne"@nn ;
    skos:broader humord:c00610 ;
    skos:closeMatch <http://dewey.info/class/149.97/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149.97/e23/> ;
    skos:prefLabel "Postmodernity"@en,
        "Postmodernitet"@nb,
        "Postmodernitet"@nn .

humord:c00614 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00614" ;
    dct:modified "2024-12-03T12:27:03"^^xsd:dateTime ;
    skos:altLabel "Neokantianisme"@nb,
        "Neokantianisme"@nn ;
    skos:broader humord:c00604 ;
    skos:closeMatch <http://dewey.info/class/142.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/142.3/e23/> ;
    skos:prefLabel "Neo-Kantianism"@en,
        "Nykantianisme"@nb,
        "Nykantianisme"@nn .

humord:c00616 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00616" ;
    dct:modified "2024-12-03T12:29:56"^^xsd:dateTime ;
    skos:broader humord:c00604 ;
    skos:closeMatch <http://dewey.info/class/149.91/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149.91/e23/> ;
    skos:prefLabel "Neo-Thomism"@en,
        "Nythomisme"@nb,
        "Nythomisme"@nn ;
    skos:related humord:c00602 .

humord:c00617 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-02-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00617" ;
    dct:modified "2024-12-03T12:26:34"^^xsd:dateTime ;
    skos:broader humord:c00604 ;
    skos:closeMatch <http://dewey.info/class/149.97/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149.97/e23/> ;
    skos:prefLabel "Structuralism (Philosophy)"@en,
        "Strukturalisme (Filosofi)"@nb,
        "Strukturalisme (Filosofi)"@nn ;
    skos:related humord:c13263 .

humord:c00618 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00618" ;
    dct:modified "2024-12-03T12:26:02"^^xsd:dateTime ;
    skos:broader humord:c00617 ;
    skos:closeMatch <http://dewey.info/class/149.97/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149.97/e23/> ;
    skos:prefLabel "Post-structuralism"@en,
        "Poststrukturalisme"@nb,
        "Poststrukturalisme"@nn ;
    skos:related humord:c06593,
        humord:c12625 .

humord:c00619 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00619" ;
    dct:modified "2024-11-29T15:18:05"^^xsd:dateTime ;
    skos:broader humord:c00558 ;
    skos:exactMatch <http://dewey.info/class/146/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/146/e23/> ;
    skos:prefLabel "Naturalism (Philosophy)"@en,
        "Naturalisme (Filosofi)"@nb,
        "Naturalisme (Filosofi)"@nn .

humord:c00620 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00620" ;
    dct:modified "2023-12-06T15:11:13"^^xsd:dateTime ;
    skos:altLabel "Philosophical materialism"@en,
        "Filosofisk materialisme"@nb ;
    skos:broader humord:c00619 ;
    skos:exactMatch realfagstermer:c008063,
        <http://dewey.info/class/146.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008063,
        <http://dewey.info/class/146.3/e23/> ;
    skos:prefLabel "Materialism"@en,
        "Materialisme"@nb,
        "Materialisme"@nn ;
    skos:related humord:c24837 .

humord:c00622 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00622" ;
    dct:modified "2024-09-24T15:30:26"^^xsd:dateTime ;
    skos:broader humord:c00620 ;
    skos:definition "Dialektisk materialisme er en marxistisk historiefilosofi og samfunnsanalyse som fikk sine første teoretiske byggestener i Karl Marx og Friedrich Engels' tekster på 1840-tallet. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/146.32/e23/>,
        <http://dewey.info/class/335.4112/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/146.32/e23/>,
        <http://dewey.info/class/335.4112/e23/> ;
    skos:prefLabel "Dialectical materialsm"@en,
        "Dialektisk materialisme"@nb,
        "Dialektisk materialisme"@nn .

humord:c00623 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00623" ;
    dct:modified "2024-12-03T12:25:41"^^xsd:dateTime ;
    skos:broader humord:c00620 ;
    skos:exactMatch <http://dewey.info/class/335.4119/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/335.4119/e23/> ;
    skos:prefLabel "Historical materialism"@en,
        "Historisk materialisme"@nb,
        "Historisk materialisme"@nn .

humord:c00624 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00624" ;
    dct:modified "2024-02-22T08:08:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/171.2/e23/> ;
    skos:broader humord:c00619 ;
    skos:definition "Positivisme er en vitenskapelig tilnærmingsmåte som fremhever den menneskelige erkjennelsens sansbare, empiriske (erfaringsmessige) grunnlag og avviser all metafysikk. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007048,
        <http://dewey.info/class/146.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007048,
        <http://dewey.info/class/146.4/e23/>,
        <http://dewey.info/class/171.2/e23/> ;
    skos:prefLabel "Positivism"@en,
        "Positivisme"@nb,
        "Positivisme"@nn ;
    skos:related humord:c63564 .

humord:c00625 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00625" ;
    dct:modified "2024-08-14T13:47:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/146.4/e23/> ;
    skos:broader humord:c00624 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/146.4/e23/> ;
    skos:prefLabel "Analytical philosophy"@en,
        "Analytisk filosofi"@nb,
        "Analytisk filosofi"@nn ;
    skos:related humord:c00673 .

humord:c00626 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00626" ;
    dct:modified "2023-11-23T15:21:37"^^xsd:dateTime ;
    skos:altLabel "Empiricism"@en ;
    skos:broadMatch <http://dewey.info/class/171.2/e23/> ;
    skos:broader humord:c00624 ;
    skos:closeMatch <http://dewey.info/class/146.42/e23/> ;
    skos:exactMatch realfagstermer:c001371,
        <http://dewey.info/class/146.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001371,
        <http://dewey.info/class/146.42/e23/>,
        <http://dewey.info/class/146.44/e23/>,
        <http://dewey.info/class/171.2/e23/> ;
    skos:prefLabel "Empirism"@en,
        "Empirisme"@nb,
        "Empirisme"@nn .

humord:c00627 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00627" ;
    dct:modified "2023-12-05T07:32:11"^^xsd:dateTime ;
    skos:altLabel "Logical empiricism"@en,
        "Logical positivism"@en,
        "Neo-positivism"@en,
        "Logisk positivisme"@nb,
        "Nypositivisme"@nb,
        "Logisk positivisme"@nn ;
    skos:broader humord:c00626 ;
    skos:exactMatch realfagstermer:c002816,
        <http://dewey.info/class/146.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002816,
        <http://dewey.info/class/146.42/e23/> ;
    skos:prefLabel "Logical empirism"@en,
        "Logisk empirisme"@nb,
        "Logisk empirisme"@nn ;
    skos:related humord:c00684 .

humord:c00630 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00630" ;
    dct:modified "2024-12-03T12:25:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/146.4/e23/> ;
    skos:broader humord:c00624 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/146.4/e23/> ;
    skos:prefLabel "Physicalism"@en,
        "Fysikalisme"@nb,
        "Fysikalisme"@nn .

humord:c00631 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00631" ;
    dct:modified "2024-12-03T12:25:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/340.1/e23/> ;
    skos:broader humord:c00624 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/340.1/e23/> ;
    skos:prefLabel "Legal positivism"@en,
        "Rettspositivisme"@nb,
        "Rettspositivisme"@nn .

humord:c00632 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00632" ;
    dct:modified "2024-12-03T12:24:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/149/e23/> ;
    skos:broader humord:c00624 ;
    skos:definition "Det å tillegge naturvitenskapene overdreven stor betydning <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149/e23/>,
        <http://dewey.info/class/501/e23/> ;
    skos:prefLabel "Scientism"@en,
        "Scientisme"@nb,
        "Scientisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/501/e23/> .

humord:c00633 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00633" ;
    dct:modified "2024-12-02T15:15:52"^^xsd:dateTime ;
    skos:broader humord:c00558 ;
    skos:exactMatch <http://dewey.info/class/149.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149.8/e23/> ;
    skos:prefLabel "Nihilism"@en,
        "Nihilisme"@nb,
        "Nihilisme"@nn .

humord:c00634 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00634" ;
    dct:modified "2024-12-02T15:16:28"^^xsd:dateTime ;
    skos:altLabel "External reality"@en ;
    skos:broadMatch <http://dewey.info/class/149/e23/> ;
    skos:broader humord:c00558 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149/e23/> ;
    skos:prefLabel "Objectitivism"@en,
        "Objektivisme"@nb,
        "Objektivisme"@nn .

humord:c00635 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00635" ;
    dct:modified "2024-12-02T15:17:28"^^xsd:dateTime ;
    skos:altLabel "Classical philosophy"@en ;
    skos:broader humord:c00558 ;
    skos:closeMatch <http://dewey.info/class/180/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/180/e23/> ;
    skos:prefLabel "Ancient philosophy"@en,
        "Oldtidsfilosofi"@nb,
        "Oldtidsfilosofi"@nn .

humord:c00636 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00636" ;
    dct:modified "2024-08-27T15:09:46"^^xsd:dateTime ;
    skos:altLabel "Aristotelism"@en ;
    skos:broader humord:c00635 ;
    skos:exactMatch <http://dewey.info/class/185/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/185/e23/> ;
    skos:prefLabel "Aristotelianism"@en,
        "Aristotelisme"@nb,
        "Aristotelisme"@nn .

humord:c00637 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00637" ;
    dct:modified "2024-12-03T12:00:01"^^xsd:dateTime ;
    skos:altLabel "Epicurean philosophy"@en,
        "Epicurism"@en,
        "Epikureisk filosofi"@nb,
        "Epikureisk filosofi"@nn ;
    skos:broader humord:c00635 ;
    skos:exactMatch <http://dewey.info/class/187/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/187/e23/> ;
    skos:prefLabel "Epicureanism"@en,
        "Epikurisme"@nb,
        "Epikurisme"@nn .

humord:c00639 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00639" ;
    dct:modified "2026-01-14T13:41:29"^^xsd:dateTime ;
    skos:altLabel "Førsokratisme"@nb,
        "Presokratisk filosofi"@nb,
        "Førsokratisme"@nn,
        "Presokratisk filosofi"@nn ;
    skos:broader humord:c00635 ;
    skos:exactMatch <http://dewey.info/class/182/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/182/e23/> ;
    skos:prefLabel "Pre-Socratic philosophy"@en,
        "Førsokratisk filosofi"@nb,
        "Førsokratisk filosofi"@nn ;
    skos:related humord:c00646 .

humord:c00642 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00642" ;
    dct:modified "2024-12-03T12:22:48"^^xsd:dateTime ;
    skos:altLabel "Pythagoras' lære"@nb,
        "Pythagoras' lære"@nn ;
    skos:broader humord:c00639 ;
    skos:exactMatch <http://dewey.info/class/182.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/182.2/e23/> ;
    skos:prefLabel "Pythagoreanism"@en,
        "Pythagoreisme"@nb,
        "Pythagoreisme"@nn .

humord:c00644 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00644" ;
    dct:modified "2024-12-03T12:21:47"^^xsd:dateTime ;
    skos:broader humord:c00635 ;
    skos:exactMatch <http://dewey.info/class/184/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/184/e23/> ;
    skos:prefLabel "Platonism"@en,
        "Platonisme"@nb,
        "Platonisme"@nn .

humord:c00645 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00645" ;
    dct:modified "2024-12-03T12:20:39"^^xsd:dateTime ;
    skos:broader humord:c00644 ;
    skos:exactMatch <http://dewey.info/class/141.2/e23/>,
        <http://dewey.info/class/186.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/141.2/e23/>,
        <http://dewey.info/class/186.4/e23/> ;
    skos:prefLabel "Neoplatonism"@en,
        "Nyplatonisme"@nb,
        "Nyplatonisme"@nn .

humord:c00646 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00646" ;
    dct:modified "2024-12-03T12:20:06"^^xsd:dateTime ;
    skos:broader humord:c00635 ;
    skos:exactMatch <http://dewey.info/class/183.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/183.2/e23/> ;
    skos:prefLabel "Socratic philosophy"@en,
        "Sokratisk filosofi"@nb,
        "Sokratisk filosofi"@nn ;
    skos:related humord:c00639 .

humord:c00647 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00647" ;
    dct:modified "2024-12-03T12:19:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/188/e23/> ;
    skos:broader humord:c00635 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/188/e23/> ;
    skos:prefLabel "Stoicism"@en,
        "Stoisisme"@nb,
        "Stoisisme"@nn .

humord:c00648 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00648" ;
    dct:modified "2025-11-04T08:30:56"^^xsd:dateTime ;
    skos:altLabel "Bevissthetsfilosofi"@nb,
        "Philosophy of mind"@nb,
        "Medvitsfilosofi"@nn ;
    skos:broader humord:c00558 ;
    skos:closeMatch <http://dewey.info/class/128.2/e23/> ;
    skos:exactMatch realfagstermer:c003802 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003802,
        <http://dewey.info/class/126/e23/>,
        <http://dewey.info/class/128.2/e23/>,
        <http://dewey.info/class/153/e23/> ;
    skos:prefLabel "Philosophy of mind"@en,
        "Sinnsfilosofi"@nb,
        "Sinnsfilosofi"@nn ;
    skos:related humord:c00374,
        humord:c00379,
        humord:c08035 ;
    skos:relatedMatch <http://dewey.info/class/126/e23/>,
        <http://dewey.info/class/153/e23/> .

humord:c00649 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00649" ;
    dct:modified "2024-12-02T13:57:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121.63/e23/> ;
    skos:broader humord:c00558 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.63/e23/> ;
    skos:prefLabel "Probabilism"@en,
        "Probabilisme"@nb,
        "Probabilisme"@nn ;
    skos:related humord:c00478 .

humord:c00650 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00650" ;
    dct:modified "2024-12-02T15:18:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/150.1/e23/> ;
    skos:broader humord:c00558 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/150.1/e23/> ;
    skos:prefLabel "Psychologism"@en,
        "Psykologisme"@nb,
        "Psykologisme"@nn .

humord:c00651 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00651" ;
    dct:modified "2024-12-02T14:41:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/303.484/e23/> ;
    skos:broader humord:c00558 ;
    skos:closeMatch <http://dewey.info/class/320.53/e23/> ;
    skos:definition "Radikal eller ytterliggående oppfatning <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.484/e23/>,
        <http://dewey.info/class/320.53/e23/> ;
    skos:prefLabel "Radicalism"@en,
        "Radikalisme"@nb,
        "Radikalisme"@nn ;
    skos:related humord:c04576,
        humord:c14874 .

humord:c00652 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00652" ;
    dct:modified "2024-01-19T08:48:57"^^xsd:dateTime ;
    skos:altLabel "Fornuftslære"@nb ;
    skos:broader humord:c00558 ;
    skos:exactMatch realfagstermer:c009477,
        <http://dewey.info/class/149.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009477,
        <http://dewey.info/class/149.7/e23/>,
        <http://dewey.info/class/211.4/e23/>,
        <http://dewey.info/class/320.512/e23/> ;
    skos:prefLabel "Rationalism"@en,
        "Rasjonalisme"@nb,
        "Rasjonalisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/211.4/e23/>,
        <http://dewey.info/class/320.512/e23/> .

humord:c00653 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00653" ;
    dct:modified "2024-12-03T12:17:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/149.7/e23/> ;
    skos:broader humord:c00652 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149.7/e23/> ;
    skos:prefLabel "Critical rationalism"@en,
        "Kritisk rasjonalisme"@nb,
        "Kritisk rasjonalisme"@nn .

humord:c00654 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00654" ;
    dct:modified "2024-01-03T10:06:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/186/e23/>,
        <http://dewey.info/class/211.7/e23/> ;
    skos:broader humord:c00558 ;
    skos:definition "Filosofisk retning som dels tviler på, dels nekter for at det er mulig å nå fram til allmenngyldig kunnskap <UBO>"@nb ;
    skos:exactMatch realfagstermer:c002846,
        <http://dewey.info/class/149.73/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002846,
        <http://dewey.info/class/149.73/e23/>,
        <http://dewey.info/class/186/e23/>,
        <http://dewey.info/class/211.7/e23/> ;
    skos:prefLabel "Scepticism"@en,
        "Skeptisisme"@nb,
        "Skeptisisme"@nn .

humord:c00655 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00655" ;
    dct:modified "2024-12-03T12:20:23"^^xsd:dateTime ;
    skos:broader humord:c00635,
        humord:c00654 ;
    skos:exactMatch <http://dewey.info/class/186.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/186.1/e23/> ;
    skos:prefLabel "Pyrrhonism"@en,
        "Pyrrhonisme"@nb,
        "Pyrrhonisme"@nn .

humord:c00657 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00657" ;
    dct:modified "2024-12-02T15:19:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/141/e23/> ;
    skos:broader humord:c00558 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/141/e23/> ;
    skos:prefLabel "Subjectivism"@en,
        "Subjektivisme"@nb,
        "Subjektivisme"@nn .

humord:c00658 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00658" ;
    dct:modified "2024-12-02T14:42:03"^^xsd:dateTime ;
    skos:broader humord:c00558 ;
    skos:exactMatch <http://dewey.info/class/141.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/141.3/e23/> ;
    skos:prefLabel "Transcendental philosophy"@en,
        "Transcendentalfilosofi"@nb,
        "Transcendentalfilosofi"@nn ;
    skos:related humord:c00577 .

humord:c00659 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-10-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00659" ;
    dct:modified "2025-10-21T08:19:47"^^xsd:dateTime ;
    skos:altLabel "Darwinism"@en,
        "Evolutionism"@en,
        "Theory of evolution"@en,
        "Darwinisme"@nb,
        "Darwins utviklingslære"@nb,
        "Evolusjonisme"@nb,
        "Evolusjonslære"@nb,
        "Evolusjonslæren"@nb,
        "Evolusjonsteori"@nb,
        "Evolusjonsteorien"@nb,
        "Utviklingslære"@nb,
        "Utviklingsteorien"@nb,
        "Darwinisme"@nn,
        "Darwins utviklingslære"@nn,
        "Evolusjonisme"@nn,
        "Evolusjonslæra"@nn,
        "Evolusjonslære"@nn,
        "Evolusjonsteori"@nn,
        "Evolusjonsteorien"@nn,
        "Utviklingslære"@nn,
        "Utviklingsteorien"@nn ;
    skos:broader humord:c00558 ;
    skos:closeMatch <http://dewey.info/class/576.82/e23/> ;
    skos:definition "Utviklingslæren, læren om hvordan livet på jorda har utviklet seg, og om mekanismene som driver denne utviklingen <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013769 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013769,
        <http://dewey.info/class/146.7/e23/>,
        <http://dewey.info/class/576.82/e23/> ;
    skos:prefLabel "Evolution theory"@en,
        "Utviklingslæren"@nb,
        "Utviklingslæra"@nn ;
    skos:related humord:c21071 ;
    skos:relatedMatch <http://dewey.info/class/146.7/e23/> .

humord:c00665 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00665" ;
    dct:modified "2024-09-10T13:21:08"^^xsd:dateTime ;
    skos:altLabel "Human evolution"@en,
        "Humanevolusjon"@nb,
        "Menneskets evolusjon"@nb,
        "Menneskets opprinnelse"@nb,
        "Humanevolusjon"@nn,
        "Menneskets opphav"@nn ;
    skos:broadMatch <http://dewey.info/class/146.7/e23/> ;
    skos:broader humord:c00659 ;
    skos:definition "Antropogeni er læren om menneskets tilblivelse og utvikling <UBO>"@nb ;
    skos:exactMatch realfagstermer:c002580 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002580,
        <http://dewey.info/class/146.7/e23/>,
        <http://dewey.info/class/599.938/e23/> ;
    skos:prefLabel "Anthropogeny"@en,
        "Antropogeni"@nb,
        "Antropogeni"@nn ;
    skos:relatedMatch <http://dewey.info/class/599.938/e23/> .

humord:c00667 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00667" ;
    dct:modified "2024-12-02T15:01:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.34436/e23/>,
        <http://dewey.info/class/615.851/e23/>,
        <http://dewey.info/class/615.852/e23/> ;
    skos:broader humord:c00558 ;
    skos:closeMatch <http://dewey.info/class/204.36/e23/>,
        <http://dewey.info/class/294.5436/e23/>,
        <http://dewey.info/class/613.7046/e23/>,
        <http://dewey.info/class/615.824/e23/> ;
    skos:exactMatch <http://dewey.info/class/181.45/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.45/e23/>,
        <http://dewey.info/class/204.36/e23/>,
        <http://dewey.info/class/294.34436/e23/>,
        <http://dewey.info/class/294.5436/e23/>,
        <http://dewey.info/class/613.7046/e23/>,
        <http://dewey.info/class/615.824/e23/>,
        <http://dewey.info/class/615.851/e23/>,
        <http://dewey.info/class/615.852/e23/> ;
    skos:prefLabel "Yoga"@en,
        "Yoga"@nb,
        "Yoga"@nn .

humord:c00668 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00668" ;
    dct:modified "2024-12-02T10:17:48"^^xsd:dateTime ;
    skos:broader humord:c00239 ;
    skos:closeMatch <http://dewey.info/class/101/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/101/e23/> ;
    skos:prefLabel "Philosophical methods"@en,
        "Filosofiske metoder"@nb,
        "Filosofiske metodar"@nn .

humord:c00669 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00669" ;
    dct:modified "2023-11-19T21:25:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/110/e23/> ;
    skos:broader humord:c00668 ;
    skos:exactMatch realfagstermer:c006946 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006946,
        <http://dewey.info/class/110/e23/> ;
    skos:prefLabel "Dialectics"@en,
        "Dialektikk"@nb,
        "Dialektikk"@nn .

humord:c00670 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00670" ;
    dct:modified "2024-12-02T15:19:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/110/e23/> ;
    skos:broader humord:c00669 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/110/e23/> ;
    skos:prefLabel "Dialectic method"@en,
        "Dialektisk metode"@nb,
        "Dialektisk metode"@nn .

humord:c00671 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00671" ;
    dct:modified "2024-12-02T15:20:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/110/e23/> ;
    skos:broader humord:c00669 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/110/e23/> ;
    skos:prefLabel "Negative dialectic"@en,
        "Negativ dialektikk"@nb,
        "Negativ dialektikk"@nn .

humord:c00672 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00672" ;
    dct:modified "2024-11-28T13:56:31"^^xsd:dateTime ;
    skos:altLabel "Empirical data"@en ;
    skos:broadMatch <http://dewey.info/class/001.42/e23/>,
        <http://dewey.info/class/1--015/e23/>,
        <http://dewey.info/class/1--0721/e23/> ;
    skos:broader humord:c00668 ;
    skos:closeMatch <http://dewey.info/class/146.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/001.42/e23/>,
        <http://dewey.info/class/1--015/e23/>,
        <http://dewey.info/class/1--0721/e23/>,
        <http://dewey.info/class/146.44/e23/>,
        <http://dewey.info/class/500/e23/> ;
    skos:prefLabel "Empirical evidence"@en,
        "Empiri"@nb,
        "Empiri"@nn ;
    skos:related humord:c00377,
        humord:c22330 ;
    skos:relatedMatch <http://dewey.info/class/500/e23/> .

humord:c00673 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00673" ;
    dct:modified "2024-11-13T09:16:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/146.4/e23/> ;
    skos:broader humord:c00668 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/146.4/e23/> ;
    skos:prefLabel "Philosophical analysis"@en,
        "Filosofisk analyse"@nb,
        "Filosofisk analyse"@nn ;
    skos:related humord:c00625 .

humord:c00674 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00674" ;
    dct:modified "2024-12-02T15:21:35"^^xsd:dateTime ;
    skos:altLabel "Hypothetico-deductive model"@en,
        "HDM"@nb,
        "HDM"@nn ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00668 ;
    skos:exactMatch realfagstermer:c011143 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011143,
        <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Hypothetico-deductive method"@en,
        "Hypotetisk-deduktiv metode"@nb,
        "Hypotetisk-deduktiv metode"@nn .

humord:c00675 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00675" ;
    dct:modified "2024-12-02T15:21:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/171.6/e23/> ;
    skos:broader humord:c00668 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/171.6/e23/> ;
    skos:prefLabel "Casuistics"@en,
        "Kasuistikk"@nb,
        "Kasuistikk"@nn ;
    skos:related humord:c00245,
        humord:c00249,
        humord:c00358 .

humord:c00676 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00676" ;
    dct:modified "2024-12-02T15:23:03"^^xsd:dateTime ;
    skos:altLabel "Vitskapeleg forklaring"@nn ;
    skos:broadMatch <http://dewey.info/class/001.42/e23/>,
        <http://dewey.info/class/501/e23/> ;
    skos:broader humord:c00668 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/001.42/e23/>,
        <http://dewey.info/class/501/e23/> ;
    skos:prefLabel "Scientific explanation"@en,
        "Vitenskapelig forklaring"@nb,
        "Vitskapleg forklaring"@nn .

humord:c00677 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00677" ;
    dct:modified "2024-12-02T10:18:24"^^xsd:dateTime ;
    skos:altLabel "Filosofiske skolar"@nn ;
    skos:broader humord:c00239 ;
    skos:exactMatch <http://dewey.info/class/140/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/140/e23/> ;
    skos:prefLabel "Philosophical schools"@en,
        "Filosofiske skoler"@nb,
        "Filosofiske skular"@nn .

humord:c00678 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00678" ;
    dct:modified "2024-09-16T13:49:22"^^xsd:dateTime ;
    skos:altLabel "Chu hsi school"@nb,
        "Cheng-zhu skolen"@nn,
        "Chu hsi school"@nn ;
    skos:broadMatch <http://dewey.info/class/140/e23/> ;
    skos:broader humord:c00677 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/140/e23/> ;
    skos:prefLabel "Chu hsi school"@en,
        "Cheng-zhu skolen"@nb,
        "Cheng-zhu skulen"@nn .

humord:c00680 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00680" ;
    dct:modified "2023-11-28T12:39:38"^^xsd:dateTime ;
    skos:altLabel "Frankfurtarskolen"@nn ;
    skos:broadMatch <http://dewey.info/class/193/e23/> ;
    skos:broader humord:c00677 ;
    skos:exactMatch realfagstermer:c007044 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007044,
        <http://dewey.info/class/193/e23/> ;
    skos:prefLabel "Frankfurt School"@en,
        "Frankfurterskolen"@nb,
        "Frankfurtarskulen"@nn ;
    skos:related humord:c00698,
        humord:c21917 .

humord:c00681 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00681" ;
    dct:modified "2024-12-02T15:24:33"^^xsd:dateTime ;
    skos:altLabel "Kyreneiske skole"@nn ;
    skos:broader humord:c00677 ;
    skos:exactMatch <http://dewey.info/class/183.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/183.5/e23/> ;
    skos:prefLabel "Cyrenaic School"@en,
        "Kyreneiske skole"@nb,
        "Kyreneiske skule"@nn .

humord:c00682 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00682" ;
    dct:modified "2026-01-14T13:41:49"^^xsd:dateTime ;
    skos:altLabel "Moisme"@nb,
        "Moisme"@nn ;
    skos:broader humord:c00677 ;
    skos:closeMatch <http://dewey.info/class/181.115/e23/> ;
    skos:definition "Kinesisk filosofisk skole bygget på Mo Zi's filosofi <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.115/e23/> ;
    skos:prefLabel "Mohism"@en,
        "Mohisme"@nb,
        "Mohisme"@nn .

humord:c00683 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00683" ;
    dct:modified "2024-12-03T12:38:50"^^xsd:dateTime ;
    skos:altLabel "Peripatetiske skole"@nn ;
    skos:broader humord:c00677 ;
    skos:exactMatch <http://dewey.info/class/185/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/185/e23/> ;
    skos:prefLabel "Peripatetic School"@en,
        "Peripatetiske skole"@nb,
        "Peripatetiske skule"@nn .

humord:c00684 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00684" ;
    dct:modified "2024-10-18T14:11:10"^^xsd:dateTime ;
    skos:altLabel "Wienerkretsen"@nn ;
    skos:broadMatch <http://dewey.info/class/146.42/e23/> ;
    skos:broader humord:c00677 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/146.42/e23/> ;
    skos:prefLabel "Vienna Circle"@en,
        "Wienerkretsen"@nb,
        "Wienarkrinsen"@nn ;
    skos:related humord:c00627 .

humord:c00685 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00685" ;
    dct:modified "2024-12-02T10:18:57"^^xsd:dateTime ;
    skos:altLabel "Philosophical theory"@en,
        "Filosofisk teori"@nb,
        "Filosofiske teori"@nn ;
    skos:broader humord:c00239 ;
    skos:exactMatch <http://dewey.info/class/101/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/101/e23/> ;
    skos:prefLabel "Philosophical theories"@en,
        "Filosofiske teorier"@nb,
        "Filosofiske teoriar"@nn .

humord:c00686 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00686" ;
    dct:modified "2024-08-27T15:07:06"^^xsd:dateTime ;
    skos:broader humord:c00685 ;
    skos:closeMatch <http://dewey.info/class/168/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/168/e23/> ;
    skos:prefLabel "Argumentation theory"@en,
        "Argumentasjonsteori"@nb,
        "Argumentasjonsteori"@nn .

humord:c00687 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00687" ;
    dct:modified "2024-04-03T09:54:23"^^xsd:dateTime ;
    skos:altLabel "Desisjonsteori"@nb,
        "Desisjonsteori"@nn ;
    skos:broadMatch <http://dewey.info/class/153.83/e23/> ;
    skos:broader humord:c00685,
        humord:c65093 ;
    skos:exactMatch <http://dewey.info/class/003.56/e23/>,
        <http://dewey.info/class/1--01156/e23/>,
        <http://dewey.info/class/519.542/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/003.56/e23/>,
        <http://dewey.info/class/1--01156/e23/>,
        <http://dewey.info/class/153.83/e23/>,
        <http://dewey.info/class/519.542/e23/> ;
    skos:prefLabel "Decision theory"@en,
        "Beslutningsteori"@nb,
        "Avgjerdsteori"@nn ;
    skos:related humord:c08176,
        humord:c21842 .

humord:c00688 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00688" ;
    dct:modified "2025-05-26T11:05:31"^^xsd:dateTime ;
    skos:altLabel "Bevisteori"@nn ;
    skos:broader humord:c00685,
        humord:c00719 ;
    skos:closeMatch <http://dewey.info/class/511.36/e23/> ;
    skos:exactMatch realfagstermer:c011320 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011320,
        <http://dewey.info/class/160/e23/>,
        <http://dewey.info/class/511.36/e23/> ;
    skos:prefLabel "Proof theory"@en,
        "Bevisteori"@nb,
        "Provsteori"@nn ;
    skos:related humord:c20812 ;
    skos:relatedMatch <http://dewey.info/class/160/e23/> .

humord:c00689 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00689" ;
    dct:modified "2024-02-29T15:18:44"^^xsd:dateTime ;
    skos:altLabel "Epistemology"@en,
        "Knowledge theory"@en,
        "Theory of knowledge"@en,
        "Epistemologi"@nb,
        "Erkjennelsesfilosofi"@nb,
        "Erkjennelseslære"@nb,
        "Kunnskapsteori"@nb,
        "Epistemologi"@nn,
        "Erkjennelsesfilosofi"@nn,
        "Erkjenningsteori"@nn,
        "Sannkjenningsfilosofi"@nn,
        "Sannkjenningsteori"@nn ;
    skos:broader humord:c00685 ;
    skos:exactMatch realfagstermer:c014043,
        <http://dewey.info/class/121/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c014043,
        <http://dewey.info/class/121/e23/> ;
    skos:prefLabel "Theory of cognition"@en,
        "Erkjennelsesteori"@nb,
        "Kunnskapsteoriar"@nn .

humord:c00693 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00693" ;
    dct:modified "2026-01-14T13:41:59"^^xsd:dateTime ;
    skos:altLabel "Theory of action"@en,
        "Action theory"@nb ;
    skos:broader humord:c00685 ;
    skos:closeMatch <http://dewey.info/class/128.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.4/e23/> ;
    skos:prefLabel "Action theory"@en,
        "Handlingsteori"@nb,
        "Handlingsteori"@nn ;
    skos:related humord:c00551 .

humord:c00694 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00694" ;
    dct:modified "2024-12-03T12:44:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/126/e23/> ;
    skos:broader humord:c00685 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/126/e23/>,
        <http://dewey.info/class/155.2/e23/> ;
    skos:prefLabel "Identity theory"@en,
        "Identitetsteori"@nb,
        "Identitetsteori"@nn ;
    skos:related humord:c08132 ;
    skos:relatedMatch <http://dewey.info/class/155.2/e23/> .

humord:c00695 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00695" ;
    dct:modified "2024-12-03T12:44:14"^^xsd:dateTime ;
    skos:broader humord:c00685 ;
    skos:closeMatch <http://dewey.info/class/121/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121/e23/> ;
    skos:prefLabel "Coherence theory"@en,
        "Koherensteori"@nb,
        "Koherensteori"@nn .

humord:c00696 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00696" ;
    dct:modified "2024-12-03T12:44:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121/e23/> ;
    skos:broader humord:c00685 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121/e23/> ;
    skos:prefLabel "Consensus theory"@en,
        "Konsensusteori"@nb,
        "Konsensusteori"@nn .

humord:c00697 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00697" ;
    dct:modified "2024-12-03T12:43:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/320.11/e23/> ;
    skos:broader humord:c00685 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/320.11/e23/> ;
    skos:prefLabel "Contract theory"@en,
        "Kontraktsteori"@nb,
        "Kontraktsteori"@nn .

humord:c00698 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00698" ;
    dct:modified "2023-11-30T15:21:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/001/e23/>,
        <http://dewey.info/class/301/e23/> ;
    skos:broader humord:c00685 ;
    skos:exactMatch realfagstermer:c005123 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005123,
        <http://dewey.info/class/001/e23/>,
        <http://dewey.info/class/301/e23/> ;
    skos:prefLabel "Critical theory"@en,
        "Kritisk teori"@nb,
        "Kritisk teori"@nn ;
    skos:related humord:c00680 .

humord:c00699 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00699" ;
    dct:modified "2024-12-03T12:41:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121.68/e23/> ;
    skos:broader humord:c00685 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.68/e23/> ;
    skos:prefLabel "Theory of meaning"@en,
        "Meningsteori"@nb,
        "Meiningsteori"@nn ;
    skos:related humord:c12590,
        humord:c24598 .

humord:c00700 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00700" ;
    dct:modified "2025-07-17T11:57:24"^^xsd:dateTime ;
    skos:altLabel "Value theory"@en,
        "Aksiologi"@nb,
        "Aksiologi"@nn ;
    skos:broader humord:c00685 ;
    skos:closeMatch <http://dewey.info/class/121.8/e23/> ;
    skos:definition "Value theory, also called axiology, studies the nature, sources, and types of values. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.8/e23/> ;
    skos:prefLabel "Axiology"@en,
        "Verditeori"@nb,
        "Verditeori"@nn .

humord:c00702 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00702" ;
    dct:modified "2023-11-30T07:00:27"^^xsd:dateTime ;
    skos:altLabel "Idéhistorie (Faget)"@nb,
        "Idéhistorie (Faget)"@nn ;
    skos:broader humord:c00239 ;
    skos:closeMatch <http://dewey.info/class/109/e23/> ;
    skos:editorialNote "Brukes om faget idehistorie"@nb ;
    skos:exactMatch realfagstermer:c012833 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012833,
        <http://dewey.info/class/109/e23/> ;
    skos:prefLabel "History of ideas"@en,
        "Idehistorie (Faget)"@nb,
        "Idehistorie (Faget)"@nn .

humord:c00704 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00704" ;
    dct:modified "2023-12-05T07:31:31"^^xsd:dateTime ;
    skos:altLabel "Logic"@en ;
    skos:broader humord:c00239 ;
    skos:closeMatch realfagstermer:c012460 ;
    skos:exactMatch <http://dewey.info/class/160/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012460,
        <http://dewey.info/class/160/e23/>,
        <http://dewey.info/class/511.3/e23/> ;
    skos:prefLabel "Logics"@en,
        "Logikk"@nb,
        "Logikk"@nn ;
    skos:related humord:c04299,
        humord:c04301 ;
    skos:relatedMatch <http://dewey.info/class/511.3/e23/> .

humord:c00705 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00705" ;
    dct:modified "2024-12-03T09:35:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/181.043/e23/> ;
    skos:broader humord:c00704 ;
    skos:definition "En spesiell type logikk og epistemologi i tibetansk buddhistisk filosofi <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.043/e23/> ;
    skos:prefLabel "Bsdus grwa"@en,
        "Bsdus grwa"@nb,
        "Bsdus grwa"@nn ;
    skos:related humord:c08475 .

humord:c00706 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00706" ;
    dct:modified "2024-12-03T10:01:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/160.11984/e23/>,
        <http://dewey.info/class/511.314/e23/> ;
    skos:broader humord:c00704 ;
    skos:definition "Deontisk logikk er en form for normlogikk som utforsker de logiske relasjoner mellom grunnleggende normative begreper som plikt, påbud, forbud, tillatelse, rettighet og så videre <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160.11984/e23/>,
        <http://dewey.info/class/511.314/e23/> ;
    skos:prefLabel "Deontic logics"@en,
        "Deontisk logikk"@nb,
        "Deontisk logikk"@nn .

humord:c00707 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-03-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00707" ;
    dct:modified "2024-08-15T11:22:53"^^xsd:dateTime ;
    skos:altLabel "Andreordens logikk"@nb,
        "Annenordens logikk"@nb,
        "Andreordens logikk"@nn ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00719 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Second order logic"@en,
        "Høyereordens logikk"@nb,
        "Høgareordens logikk"@nn ;
    skos:related humord:c09780 .

humord:c00709 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00709" ;
    dct:modified "2024-03-22T14:39:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/153.432/e23/>,
        <http://dewey.info/class/161/e23/> ;
    skos:broader humord:c00704 ;
    skos:closeMatch realfagstermer:c006462 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006462,
        <http://dewey.info/class/153.432/e23/>,
        <http://dewey.info/class/161/e23/> ;
    skos:prefLabel "Inductive logic"@en,
        "Induktiv logikk"@nb,
        "Induktiv logikk"@nn .

humord:c00710 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00710" ;
    dct:modified "2024-12-03T10:03:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00704 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Intentional logic"@en,
        "Intensjonal logikk"@nb,
        "Intensjonal logikk"@nn .

humord:c00711 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00711" ;
    dct:modified "2024-12-03T10:03:24"^^xsd:dateTime ;
    skos:altLabel "Intuitionistic logic"@en ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00704 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160/e23/>,
        <http://dewey.info/class/511.36/e23/> ;
    skos:prefLabel "Logics of intuition"@en,
        "Intuisjonistisk logikk"@nb,
        "Intuisjonistisk logikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/511.36/e23/> .

humord:c00712 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00712" ;
    dct:modified "2024-12-03T10:03:53"^^xsd:dateTime ;
    skos:altLabel "Traditional logic"@en,
        "Tradisjonell logikk"@nb,
        "Tradisjonell logikk"@nn ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00704 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Classical logic"@en,
        "Klassisk logikk"@nb,
        "Klassisk logikk"@nn .

humord:c00714 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00714" ;
    dct:modified "2024-03-05T12:12:52"^^xsd:dateTime ;
    skos:altLabel "Ikke-ekstensjonal logikk"@nb ;
    skos:broader humord:c00704 ;
    skos:exactMatch realfagstermer:c001763,
        <http://dewey.info/class/511.314/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001763,
        <http://dewey.info/class/511.314/e23/> ;
    skos:prefLabel "Modal logic"@en,
        "Modal logikk"@nb,
        "Modal logikk"@nn .

humord:c00716 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00716" ;
    dct:modified "2024-12-03T09:39:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00714 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Conditional logic"@en,
        "Vilkårslogikk"@nb,
        "Vilkårslogikk"@nn .

humord:c00717 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00717" ;
    dct:modified "2024-12-03T10:00:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/160.1198/e23/>,
        <http://dewey.info/class/511.31/e23/> ;
    skos:broader humord:c00704 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160.1198/e23/>,
        <http://dewey.info/class/511.31/e23/> ;
    skos:prefLabel "Paraconsistent logic"@en,
        "Parakonsistent logikk"@nb,
        "Parakonsistent logikk"@nn ;
    skos:related humord:c00416 .

humord:c00718 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00718" ;
    dct:modified "2024-12-03T09:36:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00704 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Relational logic"@en,
        "Relasjonslogikk"@nb,
        "Relasjonslogikk"@nn .

humord:c00719 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00719" ;
    dct:modified "2026-03-19T16:08:01"^^xsd:dateTime ;
    skos:altLabel "Formal logic"@en,
        "Mathematical logic"@en,
        "Formal logikk"@nb,
        "Formallogikk"@nb,
        "Logikk-kalkyle"@nb,
        "Logistikk (Logikk)"@nb,
        "Matematisk logikk"@nb,
        "Formallogikk"@nn,
        "Matematisk logikk"@nn ;
    skos:broader humord:c00704,
        humord:c08160 ;
    skos:closeMatch realfagstermer:c012433 ;
    skos:exactMatch realfagstermer:c001644,
        <http://dewey.info/class/005.131/e23/>,
        <http://dewey.info/class/511.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001644,
        realfagstermer:c012433,
        <http://dewey.info/class/005.131/e23/>,
        <http://dewey.info/class/005.74015113/e23/>,
        <http://dewey.info/class/511.3/e23/> ;
    skos:prefLabel "Symbolic logic"@en,
        "Symbolsk logikk"@nb,
        "Symbolsk logikk"@nn ;
    skos:related humord:c09780 ;
    skos:relatedMatch <http://dewey.info/class/005.74015113/e23/> .

humord:c00724 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00724" ;
    dct:modified "2024-12-03T09:35:49"^^xsd:dateTime ;
    skos:altLabel "Matematisk modellteori"@nb,
        "Matematisk modellteori"@nn ;
    skos:broader humord:c00719 ;
    skos:exactMatch realfagstermer:c010688,
        <http://dewey.info/class/511.34/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010688,
        <http://dewey.info/class/511.34/e23/> ;
    skos:prefLabel "Model theory"@en,
        "Modellteori"@nb,
        "Modellteori"@nn .

humord:c00725 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00725" ;
    dct:modified "2024-12-03T10:00:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/160/e23/> ;
    skos:broader humord:c00704 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/141.3/e23/>,
        <http://dewey.info/class/160/e23/> ;
    skos:prefLabel "Transcendental logic"@en,
        "Transcendental logikk"@nb,
        "Transcendental logikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/141.3/e23/> .

humord:c00726 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00726" ;
    dct:modified "2024-03-13T07:47:59"^^xsd:dateTime ;
    skos:altLabel "Typeendring"@nn,
        "Typeforandring"@nn,
        "Typesjekking"@nn ;
    skos:broadMatch <http://dewey.info/class/005.131/e23/>,
        <http://dewey.info/class/160/e23/>,
        <http://dewey.info/class/511.3/e23/> ;
    skos:broader humord:c00719 ;
    skos:definition "I matematikk, informatikk og logikk er typeteori studien av visse formelle systemer som relaterer termer til typer. <wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c006954 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006954,
        <http://dewey.info/class/005.131/e23/>,
        <http://dewey.info/class/160/e23/>,
        <http://dewey.info/class/511.3/e23/> ;
    skos:prefLabel "Type theory (Logic)"@en,
        "Typeteori"@nb,
        "Typeteori"@nn .

humord:c00727 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00727" ;
    dct:modified "2024-03-07T13:49:05"^^xsd:dateTime ;
    skos:altLabel "Propositional calculculus"@en,
        "Zeroth-order logic"@en,
        "Domslogikk"@nb,
        "Junktorlogikk"@nb,
        "Proposisjonslogikk"@nb,
        "Setningslogikk"@nb,
        "Domslogikk"@nn,
        "Junktorlogikk"@nn,
        "Proposisjonslogikk"@nn,
        "Setningslogikk"@nn ;
    skos:broader humord:c00704 ;
    skos:closeMatch <http://dewey.info/class/160/e23/> ;
    skos:definition "Setningslogikk er en grunnleggende gren av den moderne logikken. Den ligger i skjæringspunktet mellom filosofi og matematikk idet den benytter seg av algebraiske metoder for å belyse sannheten av utsagn eller setninger. <wikipedia"@nb ;
    skos:exactMatch realfagstermer:c009970,
        <http://dewey.info/class/511.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009970,
        <http://dewey.info/class/160/e23/>,
        <http://dewey.info/class/511.3/e23/> ;
    skos:prefLabel "Propositional logic"@en,
        "Utsagnslogikk"@nb,
        "Utsegnslogikk"@nn .

humord:c00730 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00730" ;
    dct:modified "2026-01-15T10:02:03"^^xsd:dateTime ;
    skos:altLabel "Eclectic philosophy"@en,
        "Eklektisk filosofi"@nb,
        "Eklektisk filosofi"@nn ;
    skos:broader humord:c00729 ;
    skos:closeMatch <http://dewey.info/class/148/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/148/e23/>,
        <http://dewey.info/class/186.3/e23/> ;
    skos:prefLabel "Eclectisism"@en,
        "Eklektisisme"@nb,
        "Eklektisisme"@nn ;
    skos:related humord:c00597 ;
    skos:relatedMatch <http://dewey.info/class/186.3/e23/> .

humord:c00732 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00732" ;
    dct:modified "2024-12-02T09:22:12"^^xsd:dateTime ;
    skos:broader humord:c00730 ;
    skos:closeMatch <http://dewey.info/class/148/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/148/e23/> ;
    skos:prefLabel "Syncretism (Philosophy)"@en,
        "Synkretisme (Filosofi)"@nb,
        "Synkretisme (Filosofi)"@nn ;
    skos:related humord:c06141 .

humord:c00733 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00733" ;
    dct:modified "2024-12-03T11:33:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/128.4/e23/> ;
    skos:broader humord:c00729 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.4/e23/> ;
    skos:prefLabel "Practical philosophy"@en,
        "Praktisk filosofi"@nb,
        "Praktisk filosofi"@nn .

humord:c00734 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00734" ;
    dct:modified "2026-03-24T12:38:17"^^xsd:dateTime ;
    skos:altLabel "History of science"@en,
        "Theory of science"@en,
        "Lærdomshistorie"@nb,
        "Vitenskapelig teori"@nb,
        "Vitenskapshistorie"@nb,
        "Vitenskapsteori"@nb,
        "Vitskapshistorie"@nn,
        "Vitskapsteori"@nn ;
    skos:broader humord:c00729 ;
    skos:closeMatch realfagstermer:c002749,
        realfagstermer:c013517 ;
    skos:exactMatch realfagstermer:c013516,
        <http://dewey.info/class/501/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002749,
        realfagstermer:c013516,
        realfagstermer:c013517,
        <http://dewey.info/class/501/e23/> ;
    skos:prefLabel "Philosophy of science"@en,
        "Vitenskapsfilosofi"@nb,
        "Vitskapsfilosofi"@nn .

humord:c00738 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00738" ;
    dct:modified "2024-10-01T10:08:04"^^xsd:dateTime ;
    skos:altLabel "Philosophy of conservation biology"@en,
        "Philosophy of ecology"@en,
        "Miljøfilosofi"@nb,
        "Økologiens filosofi"@nb,
        "Økologisk filosofi"@nb,
        "Miljøfilosofi"@nn,
        "Økologisk filosofi"@nn ;
    skos:broadMatch <http://dewey.info/class/113/e23/> ;
    skos:broader humord:c00729 ;
    skos:definition "Økofilosofi er filosofisk granskning av vitenskapsfeltet økologi, avgrensning av vitenskapsfilosofi/biologiens filosofi. <UiO>"@nb ;
    skos:exactMatch realfagstermer:c010961 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010961,
        <http://dewey.info/class/113/e23/>,
        <http://dewey.info/class/179.1/e23/> ;
    skos:prefLabel "Environmental philosophy"@en,
        "Økofilosofi"@nb,
        "Økofilosofi"@nn ;
    skos:related humord:c00267,
        humord:c00586 ;
    skos:relatedMatch <http://dewey.info/class/179.1/e23/> .

humord:c00739 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-02-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00739" ;
    dct:modified "2025-10-02T13:51:28"^^xsd:dateTime ;
    skos:altLabel "Regional groups"@en,
        "Folkeslag"@nb,
        "Folkeslag"@nn ;
    skos:closeMatch <http://dewey.info/class/305.8/e23/> ;
    skos:exactMatch realfagstermer:c003225,
        <http://dewey.info/class/1--089/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003225,
        <http://dewey.info/class/1--089/e23/>,
        <http://dewey.info/class/305.8/e23/> ;
    skos:prefLabel "Ethnic and national groups"@en,
        "Folkegrupper"@nb,
        "Folkegrupper"@nn ;
    skos:related humord:c07169,
        humord:c09265,
        humord:c09266,
        humord:c09272 ;
    skos:topConceptOf humord: .

humord:c00743 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00743" ;
    dct:modified "2026-01-14T13:42:42"^^xsd:dateTime ;
    skos:altLabel "Skriftløse kulturer"@nb,
        "Skriftlause kulturar"@nn ;
    skos:broader humord:c00739 ;
    skos:exactMatch <http://dewey.info/class/301.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/201.4/e23/>,
        <http://dewey.info/class/301.7/e23/>,
        <http://dewey.info/class/321.1/e23/> ;
    skos:prefLabel "Non-literates"@en,
        "Skriftløse folk"@nb,
        "Skriftlause folk"@nn ;
    skos:relatedMatch <http://dewey.info/class/201.4/e23/>,
        <http://dewey.info/class/321.1/e23/> .

humord:c00745 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00745" ;
    dct:modified "2026-01-27T17:15:47"^^xsd:dateTime ;
    skos:altLabel "Stammer (Folkegrupper)"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8/e23/> ;
    skos:broader humord:c00739 ;
    skos:closeMatch <http://dewey.info/class/307.772/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8/e23/>,
        <http://dewey.info/class/307.772/e23/> ;
    skos:prefLabel "Tribes"@en,
        "Stammer (Folkegrupper)"@nb,
        "Stammar (Folkegrupper)"@nn ;
    skos:related humord:c09177 .

humord:c00746 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00746" ;
    dct:modified "2026-01-07T11:12:11"^^xsd:dateTime ;
    skos:broader humord:c00739 ;
    skos:inScheme humord: ;
    skos:prefLabel "Ungrouped people"@en,
        "Ugrupperte folk"@nb,
        "Ugrupperte folk"@nn .

humord:c00747 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-02-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00747" ;
    dct:modified "2026-01-14T15:09:05"^^xsd:dateTime ;
    skos:altLabel "Gipsy"@en,
        "Gypsy"@en,
        "Rom (People)"@en,
        "Rom (Folk)"@nb,
        "Roma (Folk)"@nb,
        "Romfolket"@nb,
        "Sigøynere"@nb,
        "Rom (Folk)"@nn,
        "Romfolket"@nn,
        "Sigøynarar"@nn ;
    skos:broader humord:c00746 ;
    skos:closeMatch <http://dewey.info/class/305.891497/e23/>,
        <http://dewey.info/class/5--91497/e23/> ;
    skos:definition "Rom er en etnisk gruppe, som utgjør Europas største minoritetsgruppe.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891497/e23/>,
        <http://dewey.info/class/5--91497/e23/> ;
    skos:prefLabel "Roma (People)"@en,
        "Romer (Etnisk gruppe)"@nb,
        "Romar (Etnisk gruppe)"@nn ;
    skos:related humord:c00748,
        humord:c25683 .

humord:c00748 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-10-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00748" ;
    dct:modified "2026-01-14T15:08:01"^^xsd:dateTime ;
    skos:altLabel "Fanter"@nb,
        "Reisende (Folk)"@nb,
        "Romanifolket"@nb,
        "Tatere"@nb,
        "Fantar"@nn,
        "Reisande (Folk)"@nn,
        "Romanifolket"@nn,
        "Taterar"@nn ;
    skos:broader humord:c00746 ;
    skos:closeMatch <http://dewey.info/class/305.891497/e23/>,
        <http://dewey.info/class/5--91497/e23/> ;
    skos:definition "Romani er en av Norges fem nasjonale minoriteter. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891497/e23/>,
        <http://dewey.info/class/5--91497/e23/> ;
    skos:prefLabel "Romani people"@en,
        "Romanifolk"@nb,
        "Romanifolk"@nn ;
    skos:related humord:c00747,
        humord:c07310 .

humord:c00750 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00750" ;
    dct:modified "2025-09-23T13:42:28"^^xsd:dateTime ;
    skos:altLabel "Indigenous population"@en,
        "Native population"@en,
        "4. verden"@nb,
        "Fjerde verden"@nb,
        "Urbefolkning"@nb,
        "Urbefolkninger"@nb,
        "Urinnvånere"@nb,
        "Urbefolkningar"@nn,
        "Urfolkesetnad"@nn,
        "Urfolkesetnadar"@nn,
        "Urfolkesetnader"@nn ;
    skos:broader humord:c00739 ;
    skos:definition "Første opprinnelige befolkning i et område eller stat, som har beholdt egne sosiale eller kulturelle institusjoner <UBO>"@nb ;
    skos:editorialNote "Se også de enkelte urfolk, f.eks. Urfolk i Amerika, Samer etc."@nb ;
    skos:exactMatch realfagstermer:c012520,
        <http://dewey.info/class/305.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012520,
        <http://dewey.info/class/305.8/e23/>,
        <http://dewey.info/class/323.11/e23/>,
        <http://dewey.info/class/342.0872/e23/> ;
    skos:prefLabel "Indigenous peoples"@en,
        "Urfolk"@nb,
        "Urfolk"@nn ;
    skos:related humord:c08998,
        humord:c20584 ;
    skos:relatedMatch <http://dewey.info/class/323.11/e23/>,
        <http://dewey.info/class/342.0872/e23/> .

humord:c00751 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00751" ;
    dct:modified "2025-07-02T12:34:20"^^xsd:dateTime ;
    skos:broader humord:c15742 ;
    skos:inScheme humord: ;
    skos:prefLabel "Ethnic and national groups in Africa"@en,
        "Folkegrupper i Afrika"@nb,
        "Folkegrupper i Afrika"@nn .

humord:c00752 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00752" ;
    dct:modified "2025-07-02T13:49:56"^^xsd:dateTime ;
    skos:broader humord:c00751 ;
    skos:definition "Akan er en folkegruppe i Ghana <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.8963385/e23/>,
        <http://dewey.info/class/5--963385/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8963385/e23/>,
        <http://dewey.info/class/5--963385/e23/> ;
    skos:prefLabel "Akan"@en,
        "Akan (Folk)"@nb,
        "Akan (Folk)"@nn .

humord:c00753 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00753" ;
    dct:modified "2025-07-02T13:52:37"^^xsd:dateTime ;
    skos:broader humord:c00751,
        humord:c00829 ;
    skos:closeMatch <http://dewey.info/class/305.8927/e23/>,
        <http://dewey.info/class/5--927/e23/> ;
    skos:definition "Arabere er folk som snakker arabisk. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8927/e23/>,
        <http://dewey.info/class/5--927/e23/> ;
    skos:prefLabel "Arabs"@en,
        "Arabere"@nb,
        "Arabarar"@nn .

humord:c00754 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00754" ;
    dct:modified "2025-07-10T10:53:14"^^xsd:dateTime ;
    skos:altLabel "Baqqara"@en,
        "Diffa Arabs"@en,
        "Shuwa Arabs"@en,
        "Shuwaarabere"@nb,
        "Shuwaarabere"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8927/e23/>,
        <http://dewey.info/class/5--927/e23/> ;
    skos:broader humord:c00753 ;
    skos:definition "Baggara er en fellesbetegnelse for mange arabiskspråklige nomadiske stammer i Sudan og Tsjad. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8927/e23/>,
        <http://dewey.info/class/5--927/e23/> ;
    skos:prefLabel "Baggara"@en,
        "Baggara (Folk)"@nb,
        "Baggara (Folk)"@nn .

humord:c00755 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00755" ;
    dct:modified "2025-07-02T13:59:16"^^xsd:dateTime ;
    skos:altLabel "Adio"@en,
        "Sande (People)"@en,
        "Zande"@en,
        "Zandeh"@en,
        "Asande"@nb,
        "Zande"@nb,
        "Asande"@nn,
        "Zande"@nn ;
    skos:broadMatch <http://dewey.info/class/305.896361/e23/>,
        <http://dewey.info/class/5--96361/e23/> ;
    skos:broader humord:c00751 ;
    skos:definition "Azande er en folkegruppe i Sudan <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896361/e23/>,
        <http://dewey.info/class/5--96361/e23/> ;
    skos:prefLabel "Azande"@en,
        "Azande (Folk)"@nb,
        "Azande (Folk)"@nn .

humord:c00756 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-05-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00756" ;
    dct:modified "2025-07-10T13:24:35"^^xsd:dateTime ;
    skos:broader humord:c17160 ;
    skos:definition "Bambara er en folkegruppe i det vestlige Sudanområdet, særlig Mali <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.8963452/e23/>,
        <http://dewey.info/class/5--963452/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8963452/e23/>,
        <http://dewey.info/class/5--963452/e23/> ;
    skos:prefLabel "Bambara"@en,
        "Bambara (Folk)"@nb,
        "Bambara (Folk)"@nn .

humord:c00757 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00757" ;
    dct:modified "2024-10-23T09:00:55"^^xsd:dateTime ;
    skos:altLabel "Bantu"@en ;
    skos:broader humord:c00751 ;
    skos:definition "Bantu er en betegnelse for majoriteten av den innfødte befolkning sør for ekvator i Afrika, folk som snakker bantuspråk <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.89639/e23/>,
        <http://dewey.info/class/5--9639/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89639/e23/>,
        <http://dewey.info/class/5--9639/e23/> ;
    skos:prefLabel "Bantu (People)"@en,
        "Bantu (Folk)"@nb,
        "Bantu (Folk)"@nn .

humord:c00758 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00758" ;
    dct:modified "2025-07-03T09:53:37"^^xsd:dateTime ;
    skos:altLabel "Baule people"@en,
        "Baoule"@nb,
        "Baoule"@nn ;
    skos:broadMatch <http://dewey.info/class/305.896338/e23/>,
        <http://dewey.info/class/5--96338/e23/> ;
    skos:broader humord:c00751 ;
    skos:definition "Baulé er et akanspråklig folk i Elfenbenskysten og Ghana <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896338/e23/>,
        <http://dewey.info/class/5--96338/e23/> ;
    skos:prefLabel "Baoulé people"@en,
        "Baulé (Folk)"@nb,
        "Baulé (Folk)"@nn .

humord:c00759 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00759" ;
    dct:modified "2024-10-23T09:07:22"^^xsd:dateTime ;
    skos:altLabel "Amazighs"@en,
        "Imazighen"@en,
        "Amazigh"@nb,
        "Imazighen"@nb,
        "Amazigh"@nn,
        "Imazighen"@nn ;
    skos:broader humord:c00751 ;
    skos:closeMatch <http://dewey.info/class/305.8933/e23/>,
        <http://dewey.info/class/5--933/e23/> ;
    skos:definition "Berbere er en urbefolkning i Nord-Afrika og Sahara til Niger-buen i sør og den egyptiske Siwa-oasen i øst. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8933/e23/>,
        <http://dewey.info/class/5--933/e23/> ;
    skos:prefLabel "Berbers"@en,
        "Berbere"@nb,
        "Berbere"@nn .

humord:c00760 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00760" ;
    dct:modified "2025-07-03T10:07:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.8963/e23/>,
        <http://dewey.info/class/5--963/e23/>,
        <http://dewey.info/class/962.8004963/e23/> ;
    skos:broader humord:c00751 ;
    skos:definition "Dogon er en folkegruppe i Mali <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8963/e23/>,
        <http://dewey.info/class/5--963/e23/>,
        <http://dewey.info/class/962.8004963/e23/> ;
    skos:prefLabel "Dogon"@en,
        "Dogon (Folk)"@nb,
        "Dogon (Folk)"@nn .

humord:c00761 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00761" ;
    dct:modified "2025-07-03T10:30:13"^^xsd:dateTime ;
    skos:altLabel "Fulani"@en,
        "Fulbe"@en,
        "Bororo"@nb,
        "Fula"@nb,
        "Fulani (Folk)"@nb,
        "Mbororo"@nb,
        "Peul"@nb,
        "Wodaabe"@nb,
        "Bororo"@nn,
        "Fula"@nn,
        "Fulani (Folk)"@nn,
        "Mbororo"@nn,
        "Peul"@nn,
        "Wodaabe"@nn ;
    skos:broader humord:c00751 ;
    skos:definition "Fulbe er en av de største folkegruppene i Vest-Afrika og holder til i skog- og savanneområdene fra Senegal i vest til Sudan i øst. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.896322/e23/>,
        <http://dewey.info/class/5--96322/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896322/e23/>,
        <http://dewey.info/class/5--96322/e23/> ;
    skos:prefLabel "Fula"@en,
        "Fulbe (Folk)"@nb,
        "Fulbe (Folk)"@nn ;
    skos:related humord:c09959 .

humord:c00764 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00764" ;
    dct:modified "2025-07-03T10:52:59"^^xsd:dateTime ;
    skos:altLabel "Haoussa"@en,
        "Hausawa"@en ;
    skos:broader humord:c00751 ;
    skos:definition "Hausa er et folk i Vest-Afrika, særlig bosatt i Nigeria og Niger. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.8937/e23/>,
        <http://dewey.info/class/5--937/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8937/e23/>,
        <http://dewey.info/class/5--937/e23/> ;
    skos:prefLabel "Hausa"@en,
        "Hausa (Folk)"@nb,
        "Hausa (Folk)"@nn .

humord:c00765 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00765" ;
    dct:modified "2025-07-03T10:57:44"^^xsd:dateTime ;
    skos:altLabel "Ibo"@en,
        "Igbo (Folk)"@nb,
        "Igbo (Folk)"@nn ;
    skos:broader humord:c00751 ;
    skos:definition "Ibo er et folk i det sørøstlige Nigeria. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.896332/e23/>,
        <http://dewey.info/class/5--96332/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896332/e23/>,
        <http://dewey.info/class/5--96332/e23/> ;
    skos:prefLabel "Igbo"@en,
        "Ibo (Folk)"@nb,
        "Ibo (Folk)"@nn .

humord:c00766 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00766" ;
    dct:modified "2025-07-03T10:58:27"^^xsd:dateTime ;
    skos:altLabel "Bari Bari"@en,
        "Kanouri"@en,
        "Kanowri"@en,
        "Yerwa"@en ;
    skos:broader humord:c00751 ;
    skos:definition "Kanuri er en folkegruppe (og tilhørende språk) i området omkring Tsjadsjøen, i det nordøstre Nigeria og de tilstøtende deler av Niger, dessuten i Tsjad og Kamerun. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.896537/e23/>,
        <http://dewey.info/class/5--96537/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896537/e23/>,
        <http://dewey.info/class/5--96537/e23/> ;
    skos:prefLabel "Kanuri"@en,
        "Kanuri (Folk)"@nb,
        "Kanuri (Folk)"@nn .

humord:c00767 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00767" ;
    dct:modified "2025-07-03T11:04:26"^^xsd:dateTime ;
    skos:altLabel "San"@en,
        "!Kung"@nb,
        "Basarwa"@nb,
        "Khoikhoi"@nb,
        "San"@nb,
        "San-folket"@nb,
        "!Kung"@nn,
        "Basarwa"@nn,
        "San"@nn,
        "San-folket"@nn ;
    skos:broader humord:c00751 ;
    skos:closeMatch <http://dewey.info/class/305.8961/e23/>,
        <http://dewey.info/class/5--961/e23/> ;
    skos:definition "Khoisan er fellesnavnet for to betydelige etniske grupper i det sørlige Afrika, khoi og san. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8961/e23/>,
        <http://dewey.info/class/5--961/e23/> ;
    skos:prefLabel "Khoisan"@en,
        "Khoisan (Folk)"@nb,
        "Khoisan (Folk)"@nn .

humord:c00768 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00768" ;
    dct:modified "2025-07-03T11:12:50"^^xsd:dateTime ;
    skos:altLabel "Mahayana (People)"@en,
        "Mofa"@en,
        "Mofa"@nb,
        "Mofa"@nn ;
    skos:broadMatch <http://dewey.info/class/305.893/e23/>,
        <http://dewey.info/class/5--93/e23/> ;
    skos:broader humord:c00751 ;
    skos:definition "Mafa, opprinnelig kalt Mofa, er en etnisk gruppe hovedsakelig lokalisert i Nord-Kamerun og Nigeria. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.893/e23/>,
        <http://dewey.info/class/5--93/e23/> ;
    skos:prefLabel "Mafa"@en,
        "Mafa (Folk)"@nb,
        "Mafa (Folk)"@nn .

humord:c00771 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00771" ;
    dct:modified "2025-07-09T12:27:25"^^xsd:dateTime ;
    skos:altLabel "Moundang"@en,
        "Matakam"@nb,
        "Moundan"@nb,
        "Moundang"@nb,
        "Matakam (Folk)"@nn,
        "Moundan"@nn,
        "Moundang"@nn ;
    skos:broadMatch <http://dewey.info/class/305.896361/e23/>,
        <http://dewey.info/class/5--96361/e23/> ;
    skos:broader humord:c00751 ;
    skos:definition "Mundang er en etnisk gruppe i Vest-Afrika som bor i deler av Kamerun, Tsjad og Nigeria. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896361/e23/>,
        <http://dewey.info/class/5--96361/e23/> ;
    skos:prefLabel "Mundang"@en,
        "Mundang (Folk)"@nb,
        "Mundang (Folk)"@nn .

humord:c00774 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00774" ;
    dct:modified "2025-07-09T12:56:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.896393/e23/>,
        <http://dewey.info/class/5--96393/e23/> ;
    skos:broader humord:c00751 ;
    skos:definition "Ndembu er en etnisk gruppe fra provinsen North-Western i Zambia. <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896393/e23/>,
        <http://dewey.info/class/5--96393/e23/> ;
    skos:prefLabel "Ndembu"@en,
        "Ndembu (Folk)"@nb,
        "Ndembu (Folk)"@nn .

humord:c00775 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00775" ;
    dct:modified "2025-07-09T13:10:33"^^xsd:dateTime ;
    skos:broader humord:c00751 ;
    skos:definition "Nubiere er en etnisk gruppe og minoritet i Nubia i det nordlige Sudan og sørlige Egypt. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.896542/e23/>,
        <http://dewey.info/class/5--96542/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896542/e23/>,
        <http://dewey.info/class/5--96542/e23/> ;
    skos:prefLabel "Nubians"@en,
        "Nubiere"@nb,
        "Nubiarar"@nn .

humord:c00776 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00776" ;
    dct:modified "2025-07-09T13:12:04"^^xsd:dateTime ;
    skos:altLabel "Naath"@en,
        "Nuers"@en,
        "Nuere"@nb,
        "Nuerar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8965582/e23/>,
        <http://dewey.info/class/5--965582/e23/> ;
    skos:broader humord:c00751 ;
    skos:definition "Nuer er en etnisk gruppe i Sør-Sudan. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8965582/e23/>,
        <http://dewey.info/class/5--965582/e23/> ;
    skos:prefLabel "Nuer"@en,
        "Nuer"@nb,
        "Nuar"@nn .

humord:c00777 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00777" ;
    dct:modified "2025-07-10T13:31:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.896333/e23/>,
        <http://dewey.info/class/5--96333/e23/> ;
    skos:broader humord:c00786 ;
    skos:definition "Ondo Yoruba er et Yorubafolk i staten Ondo i Nigeria <Britannica>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896333/e23/>,
        <http://dewey.info/class/5--96333/e23/> ;
    skos:prefLabel "Ondo Yoruba"@en,
        "Ondo Yoruba (Folk)"@nb,
        "Ondo Yoruba (Folk)"@nn .

humord:c00780 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00780" ;
    dct:modified "2025-07-09T13:14:54"^^xsd:dateTime ;
    skos:altLabel "Songhay"@en,
        "Sonrai"@en,
        "Sonrhai"@en,
        "Songhay"@nb,
        "Sonrhai"@nb,
        "Songhay"@nn,
        "Sonrhai"@nn ;
    skos:broadMatch <http://dewey.info/class/305.89658/e23/>,
        <http://dewey.info/class/5--9658/e23/> ;
    skos:broader humord:c00751 ;
    skos:definition "Songhai er et folk tradisjonelt bosatt langs elven Nigers midtre løp, fra Lac Débo nord for Mopti i det sentrale Mali til Nord-Nigeria. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89658/e23/>,
        <http://dewey.info/class/5--9658/e23/> ;
    skos:prefLabel "Songhai"@en,
        "Songhai (Folk)"@nb,
        "Songhai (Folk)"@nn .

humord:c00783 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00783" ;
    dct:modified "2025-07-08T14:31:57"^^xsd:dateTime ;
    skos:altLabel "Touareg"@en,
        "Tuareg"@en,
        "Twareg"@en,
        "Tuareg (Folk)"@nb,
        "Tuareg (Folk)"@nn ;
    skos:broader humord:c00751 ;
    skos:closeMatch <http://dewey.info/class/305.8933/e23/>,
        <http://dewey.info/class/5--933/e23/> ;
    skos:definition "Tuareger er et berbisk nomadefolk i området i og rett sør for Sahara. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8933/e23/>,
        <http://dewey.info/class/5--933/e23/> ;
    skos:prefLabel "Tuaregs"@en,
        "Tuareger (Folk)"@nb,
        "Tuaregar (Folk)"@nn .

humord:c00784 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00784" ;
    dct:modified "2025-07-08T14:21:44"^^xsd:dateTime ;
    skos:altLabel "Ouolof"@en,
        "Ouolof"@nb,
        "Ouolof"@nn ;
    skos:broader humord:c00751 ;
    skos:definition "Wolof er et folk i Senegal, hvor de utgjør den største folkegruppen, i Gambia, og i Mauritania. <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.8963214/e23/>,
        <http://dewey.info/class/5--963214/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8963214/e23/>,
        <http://dewey.info/class/5--963214/e23/> ;
    skos:prefLabel "Wolof"@en,
        "Wolof (Folk)"@nb,
        "Wolof (Folk)"@nn .

humord:c00785 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00785" ;
    dct:modified "2025-07-08T14:07:57"^^xsd:dateTime ;
    skos:altLabel "Kosa"@en,
        "Xosa"@en ;
    skos:broader humord:c00751 ;
    skos:definition "Xhosa er et bantutalende folk i Sør-Afrika <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.8963985/e23/>,
        <http://dewey.info/class/5--963985/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8963985/e23/>,
        <http://dewey.info/class/5--963985/e23/> ;
    skos:prefLabel "Xhosa"@en,
        "Xhosa (Folk)"@nb,
        "Xhosa (Folk)"@nn .

humord:c00786 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00786" ;
    dct:modified "2025-07-08T14:09:45"^^xsd:dateTime ;
    skos:altLabel "Ioruba"@en,
        "Joruba (Folk)"@nb,
        "Joruba (Folk)"@nn ;
    skos:broader humord:c00751 ;
    skos:closeMatch <http://dewey.info/class/305.896333/e23/>,
        <http://dewey.info/class/5--96333/e23/> ;
    skos:definition "Yoruba er et folk i Nigeria og i Benin. En mindre gruppe finnes også i Togo, foruten at de lever spredt som handelsfolk over det meste av Vest-Afrika. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896333/e23/>,
        <http://dewey.info/class/5--96333/e23/> ;
    skos:prefLabel "Yoruba"@en,
        "Yoruba (Folk)"@nb,
        "Yoruba (Folk)"@nn .

humord:c00787 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00787" ;
    dct:modified "2025-07-08T14:14:52"^^xsd:dateTime ;
    skos:altLabel "Zinzaer"@nb,
        "Zinzaerar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.896395/e23/>,
        <http://dewey.info/class/5--96395/e23/> ;
    skos:broader humord:c00751 ;
    skos:definition "Zinza er en Bantu-folkegruppe fra de sørvestlige øyene ved Victoriasjøen, Tanzania.<Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896395/e23/>,
        <http://dewey.info/class/5--96395/e23/> ;
    skos:prefLabel "Zinza"@en,
        "Zinza"@nb,
        "Zinza"@nn .

humord:c00788 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00788" ;
    dct:modified "2025-02-11T11:06:02"^^xsd:dateTime ;
    skos:broader humord:c15742 ;
    skos:inScheme humord: ;
    skos:prefLabel "Ethnic and national groups in America"@en,
        "Folkegrupper i Amerika"@nb,
        "Folkegrupper i Amerika"@nn .

humord:c00789 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-06-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00789" ;
    dct:modified "2024-08-13T10:56:11"^^xsd:dateTime ;
    skos:broader humord:c00788 ;
    skos:definition "Amerikanere brukes om befolkningen i USA generelt <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.813/e23/>,
        <http://dewey.info/class/5--13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.813/e23/>,
        <http://dewey.info/class/5--13/e23/> ;
    skos:prefLabel "Americans"@en,
        "Amerikanere"@nb,
        "Amerikanarar"@nn ;
    skos:related humord:c00797 .

humord:c00790 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-09-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00790" ;
    dct:modified "2026-07-07T08:28:46"^^xsd:dateTime ;
    skos:altLabel "African Americans"@en,
        "Afro-Americans"@en,
        "Black Americans"@en,
        "Afrikansk-amerikanere"@nb,
        "Afro-amerikanere"@nb,
        "Afroamerikanere"@nb,
        "Afrikansk-amerikanarar"@nn,
        "Afro-amerikanarar"@nn,
        "Afroamerikanarar"@nn ;
    skos:broader humord:c00789 ;
    skos:definition "Afrikanskamerikanere er amerikanere av afrikansk herkomst <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.896073/e23/>,
        <http://dewey.info/class/5--96073/e23/>,
        <http://dewey.info/class/973.0496073/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896073/e23/>,
        <http://dewey.info/class/5--96073/e23/>,
        <http://dewey.info/class/973.0496073/e23/> ;
    skos:prefLabel "African-American"@en,
        "Afrikanskamerikanere"@nb,
        "Afrikanskamerikanarar"@nn .

humord:c00793 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-03-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00793" ;
    dct:modified "2025-07-14T15:16:24"^^xsd:dateTime ;
    skos:broader humord:c14722 ;
    skos:exactMatch <http://dewey.info/class/305.8698/e23/>,
        <http://dewey.info/class/5--698/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8698/e23/>,
        <http://dewey.info/class/5--698/e23/> ;
    skos:prefLabel "Brazilians"@en,
        "Brasilianere"@nb,
        "Brasilianarar"@nn .

humord:c00795 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-03-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00795" ;
    dct:modified "2025-07-10T14:06:06"^^xsd:dateTime ;
    skos:altLabel "Cajuner"@nb,
        "Cajuner"@nn ;
    skos:broader humord:c00789 ;
    skos:definition "Cajun er en folkegruppe i Louisiana, USA, etterkommere av fransk-kanadiere som ble utvist fra kolonien av britene <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.8410763/e23/>,
        <http://dewey.info/class/5--410763/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8410763/e23/>,
        <http://dewey.info/class/5--410763/e23/> ;
    skos:prefLabel "Cajuns"@en,
        "Cajun (Folk)"@nb,
        "Cajun (Folk)"@nn .

humord:c00796 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-03-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00796" ;
    dct:modified "2024-09-16T11:32:52"^^xsd:dateTime ;
    skos:broader humord:c14722 ;
    skos:exactMatch <http://dewey.info/class/305.86883/e23/>,
        <http://dewey.info/class/5--6883/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.86883/e23/>,
        <http://dewey.info/class/5--6883/e23/> ;
    skos:prefLabel "Chileans"@en,
        "Chilenere"@nb,
        "Chilenarar"@nn .

humord:c00797 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00797" ;
    dct:modified "2026-05-07T15:21:36"^^xsd:dateTime ;
    skos:altLabel "American Indigenous people"@en,
        "First Nations (Native Americans)"@en,
        "Indians (Native Americans)"@en,
        "Amerikanske urfolk"@nb,
        "Indianere"@nb,
        "Amerikanske urfolk"@nn,
        "Indianarar"@nn ;
    skos:broader humord:c00750,
        humord:c00788 ;
    skos:closeMatch <http://dewey.info/class/305.897/e23/>,
        <http://dewey.info/class/305.8970728/e23/>,
        <http://dewey.info/class/305.898/e23/>,
        <http://dewey.info/class/5--97/e23/>,
        <http://dewey.info/class/5--970728/e23/>,
        <http://dewey.info/class/5--98/e23/> ;
    skos:definition "Urfolk i Amerika, før ofte beskrevet med ordet «indianere», er på norsk en fellesbetegnelse på de opprinnelige folkene som levde på kontinentene som europeerne kalte for Amerika. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007029 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007029,
        <http://dewey.info/class/305.897/e23/>,
        <http://dewey.info/class/305.8970728/e23/>,
        <http://dewey.info/class/305.898/e23/>,
        <http://dewey.info/class/5--97/e23/>,
        <http://dewey.info/class/5--970728/e23/>,
        <http://dewey.info/class/5--98/e23/> ;
    skos:prefLabel "Native Americans"@en,
        "Urfolk i Amerika"@nb,
        "Urfolk i Amerika"@nn ;
    skos:related humord:c00789,
        humord:c00828 .

humord:c00798 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00798" ;
    dct:modified "2025-09-15T09:26:53"^^xsd:dateTime ;
    skos:altLabel "Apasjer"@nb,
        "Apasjer"@nn ;
    skos:broader humord:c18879 ;
    skos:definition "Apache er et urfolk i Nord-Amerika av athapaska-stammen <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.89725/e23/>,
        <http://dewey.info/class/5--9725/e23/>,
        <http://dewey.info/class/979.0049725/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89725/e23/>,
        <http://dewey.info/class/5--9725/e23/>,
        <http://dewey.info/class/979.0049725/e23/> ;
    skos:prefLabel "Apache"@en,
        "Apache (Folk)"@nb,
        "Apache (Folk)"@nn .

humord:c00799 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00799" ;
    dct:modified "2025-09-09T09:39:06"^^xsd:dateTime ;
    skos:altLabel "Aztek (Folk)"@nb,
        "Aztek (Folk)"@nn ;
    skos:broadMatch <http://dewey.info/class/305.897452/e23/>,
        <http://dewey.info/class/5--97452/e23/> ;
    skos:broader humord:c19176 ;
    skos:closeMatch <http://dewey.info/class/972.018/e23/> ;
    skos:definition "Aztekere var et folk og en sivilisasjon som dominerte store deler av Mesoamerika inntil den spanske erobringen i 1521. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c011071,
        <http://dewey.info/class/972/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011071,
        <http://dewey.info/class/305.897452/e23/>,
        <http://dewey.info/class/5--97452/e23/>,
        <http://dewey.info/class/972.018/e23/>,
        <http://dewey.info/class/972/e23/> ;
    skos:prefLabel "Aztecs"@en,
        "Aztekere"@nb,
        "Aztekarar"@nn .

humord:c00800 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00800" ;
    dct:modified "2025-09-09T10:11:39"^^xsd:dateTime ;
    skos:altLabel "Kainai"@en,
        "Piegan"@en,
        "Piikani"@en,
        "Siksika"@en,
        "Blackfeet"@nb,
        "Siksika"@nb,
        "Blackfeet"@nn,
        "Siksika"@nn ;
    skos:broadMatch <http://dewey.info/class/971.2300497352/e23/>,
        <http://dewey.info/class/978.600497352/e23/> ;
    skos:broader humord:c20585 ;
    skos:definition "Blackfoot er et urfolk i Nord-Amerika av algonkinstammen i Alberta og Montana <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.897352/e23/>,
        <http://dewey.info/class/5--97352/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.897352/e23/>,
        <http://dewey.info/class/5--97352/e23/>,
        <http://dewey.info/class/971.2300497352/e23/>,
        <http://dewey.info/class/978.600497352/e23/> ;
    skos:prefLabel "Blackfoot"@en,
        "Blackfoot (Folk)"@nb,
        "Blackfoot (Folk)"@nn .

humord:c00802 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00802" ;
    dct:modified "2024-09-16T09:33:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.897353/e23/> ;
    skos:broader humord:c20585 ;
    skos:definition "Cheyenne er et algonkintalende urfolk i Nord-Amerika, i dag bosatt i Oklahoma og Montana <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/5--97353/e23/>,
        <http://dewey.info/class/978.00497353/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.897353/e23/>,
        <http://dewey.info/class/5--97353/e23/>,
        <http://dewey.info/class/978.00497353/e23/> ;
    skos:prefLabel "Cheyenne"@en,
        "Cheyenne (Folk)"@nb,
        "Cheyenne (Folk)"@nn .

humord:c00803 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00803" ;
    dct:modified "2024-09-19T12:42:46"^^xsd:dateTime ;
    skos:altLabel "Absaroka"@en,
        "Apsaalooke"@en,
        "Crow nation"@en ;
    skos:broader humord:c00797 ;
    skos:definition "Crow er et amerikansk urfolk fra slettelandet i USA <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.8975272/e23/>,
        <http://dewey.info/class/5--975272/e23/>,
        <http://dewey.info/class/978.6004975272/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8975272/e23/>,
        <http://dewey.info/class/5--975272/e23/>,
        <http://dewey.info/class/978.6004975272/e23/> ;
    skos:prefLabel "Crow (People)"@en,
        "Crow (Folk)"@nb,
        "Crow (Folk)"@nn .

humord:c00804 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00804" ;
    dct:modified "2025-08-15T14:56:44"^^xsd:dateTime ;
    skos:altLabel "Isantis (People)"@en,
        "Santee (People)"@en,
        "Isantis (Folk)"@nb,
        "Santee (Folk)"@nb,
        "Isantis (Folk)"@nn,
        "Santee (Folk)"@nn ;
    skos:broader humord:c69963 ;
    skos:definition "Dakota er et amerikansk urfolk som holder til på det nordlige slettelandet i USA. Det er en undergruppe av sioux-familien <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.8975243/e23/>,
        <http://dewey.info/class/5--975243/e23/>,
        <http://dewey.info/class/978.004975243/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8975243/e23/>,
        <http://dewey.info/class/5--975243/e23/>,
        <http://dewey.info/class/978.004975243/e23/> ;
    skos:prefLabel "Dakota (People)"@en,
        "Dakota (Folk)"@nb,
        "Dakota (Folk)"@nn ;
    skos:related humord:c01700 .

humord:c00805 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00805" ;
    dct:modified "2025-08-15T14:57:14"^^xsd:dateTime ;
    skos:altLabel "Teton (Folk)"@nb,
        "Teton sioux (Folk)"@nb,
        "Teton (Folk)"@nn,
        "Teton sioux (Folk)"@nn ;
    skos:broader humord:c69963 ;
    skos:definition "Lakota er et amerikansk urfolk som holder til på det nordlige slettelandet i USA, en undergruppe av sioux <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.8975244/e23/>,
        <http://dewey.info/class/5--975244/e23/>,
        <http://dewey.info/class/978.004975244/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8975244/e23/>,
        <http://dewey.info/class/5--975244/e23/>,
        <http://dewey.info/class/978.004975244/e23/> ;
    skos:prefLabel "Lakota"@en,
        "Lakota (Folk)"@nb,
        "Lakota (Folk)"@nn .

humord:c00807 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00807" ;
    dct:modified "2025-07-15T09:53:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/989.2004983822/e23/> ;
    skos:broader humord:c00797 ;
    skos:closeMatch <http://dewey.info/class/305.8983822/e23/>,
        <http://dewey.info/class/5--983822/e23/> ;
    skos:definition "Guarani er et amerikansk urfolk i Sør-Amerika <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8983822/e23/>,
        <http://dewey.info/class/5--983822/e23/>,
        <http://dewey.info/class/989.2004983822/e23/> ;
    skos:prefLabel "Guarani"@en,
        "Guarani (Folk)"@nb,
        "Guarani (Folk)"@nn .

humord:c00808 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00808" ;
    dct:modified "2025-09-09T09:40:57"^^xsd:dateTime ;
    skos:altLabel "Moki"@en,
        "Moqui"@en ;
    skos:broader humord:c16252 ;
    skos:definition "Hopi er et urfolk i det nordlige Arizona. Den vestligste og mest isolerte gruppen blant pueblofolkene <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.897458/e23/>,
        <http://dewey.info/class/5--97458/e23/>,
        <http://dewey.info/class/979.100497458/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.897458/e23/>,
        <http://dewey.info/class/5--97458/e23/>,
        <http://dewey.info/class/979.100497458/e23/> ;
    skos:prefLabel "Hopi"@en,
        "Hopi (Folk)"@nb,
        "Hopi (Folk)"@nn .

humord:c00809 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00809" ;
    dct:modified "2025-02-13T09:07:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/980.00498323/e23/> ;
    skos:broader humord:c00797 ;
    skos:closeMatch <http://dewey.info/class/305.898323/e23/>,
        <http://dewey.info/class/5--98323/e23/>,
        <http://dewey.info/class/985.019/e23/> ;
    skos:definition "Inka var et amerikansk urfolk som behersket Inkariket i Sør-Amerika mellom 1100 og 1535. Omfattet Peru, Ecuador og deler av Bolivia, Argentina og Chile <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.898323/e23/>,
        <http://dewey.info/class/5--98323/e23/>,
        <http://dewey.info/class/980.00498323/e23/>,
        <http://dewey.info/class/985.019/e23/> ;
    skos:prefLabel "Inca"@en,
        "Inka (Folk)"@nb,
        "Inka (Folk)"@nn .

humord:c00810 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00810" ;
    dct:modified "2024-09-02T12:55:32"^^xsd:dateTime ;
    skos:altLabel "Cogui"@en,
        "Kagaba"@en,
        "Cagaba"@nb,
        "Kogua"@nb,
        "Cagaba"@nn,
        "Kogua"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8982/e23/>,
        <http://dewey.info/class/5--982/e23/>,
        <http://dewey.info/class/986.1004982/e23/> ;
    skos:broader humord:c00797 ;
    skos:definition "Kagaba er et urfolk i Colombia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8982/e23/>,
        <http://dewey.info/class/5--982/e23/>,
        <http://dewey.info/class/986.1004982/e23/> ;
    skos:prefLabel "Kogi (People)"@en,
        "Kagaba (Folk)"@nb,
        "Kagaba (Folk)"@nn .

humord:c00812 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00812" ;
    dct:modified "2025-07-15T10:47:04"^^xsd:dateTime ;
    skos:altLabel "Mayaer"@nb,
        "Mayafolket"@nb,
        "Mayaane"@nn,
        "Mayaene"@nn,
        "Mayafolket"@nn ;
    skos:broader humord:c00797 ;
    skos:closeMatch <http://dewey.info/class/305.89742/e23/>,
        <http://dewey.info/class/5--9742/e23/>,
        <http://dewey.info/class/972.6/e23/> ;
    skos:definition "Maya er betegnelsen på en sivilisasjon som eksisterte i Mesoamerika før den spanske erobringen. Ordet brukes også om et trettitall nært beslektede folkegrupper som i dag til sammen teller over åtte millioner mennesker, samt om språkfamilien disse folkene deler. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007669,
        <http://dewey.info/class/972.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007669,
        <http://dewey.info/class/305.89742/e23/>,
        <http://dewey.info/class/5--9742/e23/>,
        <http://dewey.info/class/972.6/e23/>,
        <http://dewey.info/class/972.81/e23/> ;
    skos:prefLabel "Maya"@en,
        "Maya (Folk)"@nb,
        "Maya (Folk)"@nn .

humord:c00813 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-05-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00813" ;
    dct:modified "2025-02-12T07:37:00"^^xsd:dateTime ;
    skos:altLabel "Mochica"@en,
        "Mochica"@nb,
        "Mochica"@nn ;
    skos:broadMatch <http://dewey.info/class/985.00498/e23/>,
        <http://dewey.info/class/985.01/e23/> ;
    skos:broader humord:c00797 ;
    skos:definition "Moche var en sivilisasjon på nordkysten av Peru, ca 400 f.Kr.-700 e.Kr. <Britannica>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/985.00498/e23/>,
        <http://dewey.info/class/985.01/e23/> ;
    skos:prefLabel "Moche"@en,
        "Moche"@nb,
        "Moche"@nn .

humord:c00814 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00814" ;
    dct:modified "2025-07-15T12:47:47"^^xsd:dateTime ;
    skos:altLabel "Diné"@en,
        "Navaho"@en,
        "Diné (Folk)"@nb,
        "Navajoer"@nb,
        "Diné (Folk)"@nn,
        "Navajoar"@nn ;
    skos:broader humord:c00797 ;
    skos:definition "Navaho er et nordamerikansk urfolk av athapaskastammen <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.89726/e23/>,
        <http://dewey.info/class/5--9726/e23/>,
        <http://dewey.info/class/979.10049726/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89726/e23/>,
        <http://dewey.info/class/5--9726/e23/>,
        <http://dewey.info/class/979.10049726/e23/> ;
    skos:prefLabel "Navajo"@en,
        "Navaho (Folk)"@nb,
        "Navaho (Folk)"@nn .

humord:c00815 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00815" ;
    dct:modified "2025-09-13T15:08:25"^^xsd:dateTime ;
    skos:altLabel "Oglala Lakota (People)"@en,
        "Oglala (Folk)"@nb,
        "Oglala (Folk)"@nn ;
    skos:broader humord:c00805 ;
    skos:closeMatch <http://dewey.info/class/305.8975244/e23/>,
        <http://dewey.info/class/5--975244/e23/>,
        <http://dewey.info/class/978.004975244/e23/> ;
    skos:definition "Oglala Lakota er en undergruppe av Lakota, amerikansk urfolk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8975244/e23/>,
        <http://dewey.info/class/5--975244/e23/>,
        <http://dewey.info/class/978.004975244/e23/> ;
    skos:prefLabel "Oglala (People)"@en,
        "Oglala Lakota (Folk)"@nb,
        "Oglala Lakota (Folk)"@nn .

humord:c00816 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00816" ;
    dct:modified "2025-07-15T12:49:33"^^xsd:dateTime ;
    skos:altLabel "Okanagan"@en,
        "Okonogan"@en ;
    skos:broadMatch <http://dewey.info/class/305.897943/e23/>,
        <http://dewey.info/class/5--97943/e23/>,
        <http://dewey.info/class/971.100497943/e23/>,
        <http://dewey.info/class/979.700497943/e23/> ;
    skos:broader humord:c00797 ;
    skos:definition "Okanagan er et urfolk i statene Washington og British Columbia i USA <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.897943/e23/>,
        <http://dewey.info/class/5--97943/e23/>,
        <http://dewey.info/class/971.100497943/e23/>,
        <http://dewey.info/class/979.700497943/e23/> ;
    skos:prefLabel "Syilx"@en,
        "Okanagan (Folk)"@nb,
        "Okanagan (Folk)"@nn .

humord:c00817 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00817" ;
    dct:modified "2024-09-17T14:50:12"^^xsd:dateTime ;
    skos:altLabel "Quechua Runa"@en,
        "Colla (Folk)"@nb,
        "Kechua (Folk)"@nb,
        "Kolla (Folk)"@nb,
        "Quichua (Folk)"@nb,
        "Qulla (Folk)"@nb,
        "Colla (Folk)"@nn,
        "Kechua (Folk)"@nn,
        "Kolla (Folk)"@nn,
        "Quichua (Folk)"@nn,
        "Qulla (Folk)"@nn ;
    skos:broader humord:c00797 ;
    skos:closeMatch <http://dewey.info/class/305.898323/e23/>,
        <http://dewey.info/class/5--98323/e23/>,
        <http://dewey.info/class/980.00498323/e23/> ;
    skos:definition "Quechua er et urfolk i Sør-Amerika <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.898323/e23/>,
        <http://dewey.info/class/5--98323/e23/>,
        <http://dewey.info/class/980.00498323/e23/> ;
    skos:prefLabel "Quechua"@en,
        "Quechua (Folk)"@nb,
        "Quechua (Folk)"@nn .

humord:c00820 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00820" ;
    dct:modified "2025-07-15T13:29:07"^^xsd:dateTime ;
    skos:altLabel "Tlinkit"@en ;
    skos:broader humord:c00797 ;
    skos:definition "Tlingit er et urfolk i Alaska <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.89727/e23/>,
        <http://dewey.info/class/5--9727/e23/>,
        <http://dewey.info/class/979.80049727/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89727/e23/>,
        <http://dewey.info/class/5--9727/e23/>,
        <http://dewey.info/class/979.80049727/e23/> ;
    skos:prefLabel "Tlingit"@en,
        "Tlingit (Folk)"@nb,
        "Tlingit (Folk)"@nn .

humord:c00821 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00821" ;
    dct:modified "2025-07-15T13:42:23"^^xsd:dateTime ;
    skos:altLabel "Wašišiw"@en ;
    skos:broader humord:c00797 ;
    skos:definition "Washoe er et urfolk bosatt omkring Lake Tahoe i California og Nevada, USA <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.897576/e23/>,
        <http://dewey.info/class/5--97576/e23/>,
        <http://dewey.info/class/979.00497576/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.897576/e23/>,
        <http://dewey.info/class/5--97576/e23/>,
        <http://dewey.info/class/979.00497576/e23/> ;
    skos:prefLabel "Washoe"@en,
        "Washoe (Folk)"@nb,
        "Washoe (Folk)"@nn .

humord:c00822 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00822" ;
    dct:modified "2025-07-15T13:43:54"^^xsd:dateTime ;
    skos:altLabel "Yanomama"@en,
        "Yanomamö"@en,
        "Yanomama (Folk)"@nb,
        "Yanomami (Folk)"@nb,
        "Yanomamo (Folk)"@nb,
        "Yanomama (Folk)"@nn,
        "Yanomami (Folk)"@nn,
        "Yanomamo (Folk)"@nn ;
    skos:broader humord:c00797 ;
    skos:closeMatch <http://dewey.info/class/305.89892/e23/>,
        <http://dewey.info/class/5--9892/e23/>,
        <http://dewey.info/class/987.0049892/e23/> ;
    skos:definition "Yanomamö er et urfolk i Sør-Amerika, ved øvre Orinoco på begge sider av grensen mellom Venezuela og Brasil <SNL>"@nb ;
    skos:editorialNote "Lukket bemerkning: AsA kilde skrivemåte"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89892/e23/>,
        <http://dewey.info/class/5--9892/e23/>,
        <http://dewey.info/class/987.0049892/e23/> ;
    skos:prefLabel "Yanomami"@en,
        "Yanomamö (Folk)"@nb,
        "Yanomamö (Folk)"@nn .

humord:c00823 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00823" ;
    dct:modified "2025-09-16T08:23:04"^^xsd:dateTime ;
    skos:altLabel "Eskimo"@en,
        "Eskimos"@en,
        "Eskimoer"@nb,
        "Inuitt"@nb,
        "Inuk"@nb,
        "Eskimoar"@nn,
        "Inuitt"@nn,
        "Inuk"@nn ;
    skos:broader humord:c00797,
        humord:c00829 ;
    skos:definition "Inuitter er en fellesbetegnelse på en rekke folkegrupper i Alaska (USA), Canada og på Grønland som snakker inuittiske språk <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012453,
        <http://dewey.info/class/305.89712/e23/>,
        <http://dewey.info/class/5--9712/e23/>,
        <http://dewey.info/class/971.90049712/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012453,
        <http://dewey.info/class/305.89712/e23/>,
        <http://dewey.info/class/5--9712/e23/>,
        <http://dewey.info/class/971.90049712/e23/>,
        <http://dewey.info/class/979.80049712/e23/> ;
    skos:prefLabel "Inuit"@en,
        "Inuitter"@nb,
        "Inuittar"@nn ;
    skos:relatedMatch <http://dewey.info/class/979.80049712/e23/> .

humord:c00825 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00825" ;
    dct:modified "2025-07-15T10:39:29"^^xsd:dateTime ;
    skos:altLabel "Caiapo"@en,
        "Kayapo (Folk)"@nb ;
    skos:broadMatch <http://dewey.info/class/305.8984/e23/>,
        <http://dewey.info/class/5--984/e23/>,
        <http://dewey.info/class/981.004984/e23/> ;
    skos:broader humord:c00797 ;
    skos:definition "Kaiapo er et urfolk i Brasil <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8984/e23/>,
        <http://dewey.info/class/5--984/e23/>,
        <http://dewey.info/class/981.004984/e23/> ;
    skos:prefLabel "Kayapo"@en,
        "Kaiapo (Folk)"@nb,
        "Kaiapo (Folk)"@nn .

humord:c00826 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00826" ;
    dct:modified "2025-07-10T13:35:54"^^xsd:dateTime ;
    skos:altLabel "Kreol"@nb,
        "Kreol"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8009729/e23/> ;
    skos:broader humord:c00788 ;
    skos:definition "Kreol er en betegnelse opprinnelig brukt på 1500-tallet om personer av spansk avstamning på de karibiske øyene. Senere er betegnelsen utvidet til å omfatte etterkommere av spaniere, portugisere og franskmenn både i Karibia og på de amerikanske kontinentene. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8009729/e23/> ;
    skos:prefLabel "Creoles"@en,
        "Kreoler"@nb,
        "Kreolar"@nn .

humord:c00827 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-03-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00827" ;
    dct:modified "2025-07-14T15:20:33"^^xsd:dateTime ;
    skos:broader humord:c14722 ;
    skos:exactMatch <http://dewey.info/class/305.86872/e23/>,
        <http://dewey.info/class/5--6872/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.86872/e23/>,
        <http://dewey.info/class/5--6872/e23/> ;
    skos:prefLabel "Mexicans"@en,
        "Meksikanere"@nb,
        "Meksikanarar"@nn .

humord:c00828 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-03-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00828" ;
    dct:modified "2025-02-12T07:37:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.897/e23/>,
        <http://dewey.info/class/305.898/e23/>,
        <http://dewey.info/class/5--97/e23/>,
        <http://dewey.info/class/5--98/e23/> ;
    skos:broader humord:c14722 ;
    skos:definition "Mestis (mestizo for menn og mestiza for kvinner) var opprinnelig en betegnelse på et individ med blandet opphav, der én av foreldrene var regnet som spanjol eller europeer og den andre som tilhørende et lokalt urfolk. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.897/e23/>,
        <http://dewey.info/class/305.898/e23/>,
        <http://dewey.info/class/5--97/e23/>,
        <http://dewey.info/class/5--98/e23/> ;
    skos:prefLabel "Mestizos"@en,
        "Mestiser"@nb,
        "Mestisar"@nn ;
    skos:related humord:c00797 .

humord:c00829 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00829" ;
    dct:modified "2025-07-02T12:42:18"^^xsd:dateTime ;
    skos:broader humord:c15742 ;
    skos:inScheme humord: ;
    skos:prefLabel "Ethnic and national groups in Asia"@en,
        "Folkegrupper i Asia"@nb,
        "Folkegrupper i Asia"@nn .

humord:c00830 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00830" ;
    dct:modified "2025-07-15T13:50:22"^^xsd:dateTime ;
    skos:altLabel "Abkhaz"@en ;
    skos:broader humord:c00829 ;
    skos:definition "Abkhasere er et folkeslag i Kaukasus <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.8999623/e23/>,
        <http://dewey.info/class/5--999623/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8999623/e23/>,
        <http://dewey.info/class/5--999623/e23/> ;
    skos:prefLabel "Abkhazians"@en,
        "Abkhasere"@nb,
        "Abkhasarar"@nn .

humord:c00831 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00831" ;
    dct:modified "2025-07-15T13:51:05"^^xsd:dateTime ;
    skos:altLabel "Scheduled Tribes"@en,
        "Adivasis"@nb,
        "Adivasis"@nn ;
    skos:broadMatch <http://dewey.info/class/305.891/e23/>,
        <http://dewey.info/class/5--91/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Adivasi er et urfolk i Sør-Asia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891/e23/>,
        <http://dewey.info/class/5--91/e23/> ;
    skos:prefLabel "Adivasi"@en,
        "Adivasi (Folk)"@nb,
        "Adivasi (Folk)"@nn .

humord:c00832 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00832" ;
    dct:modified "2025-07-15T14:02:15"^^xsd:dateTime ;
    skos:altLabel "Aynu"@en,
        "Aino"@nb,
        "Ainoer"@nb,
        "Aino"@nn,
        "Ainoar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8946/e23/>,
        <http://dewey.info/class/5--946/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Ainu er et jeger-, sanker- og fiskerfolk som primært lever på den japanske øya Hokkaido. De ble anerkjent som urfolk av de japanske myndighetene i 2008. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8946/e23/>,
        <http://dewey.info/class/5--946/e23/> ;
    skos:prefLabel "Ainu"@en,
        "Ainu (Folk)"@nb,
        "Ainu (Folk)"@nn .

humord:c00833 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00833" ;
    dct:modified "2026-01-14T15:10:04"^^xsd:dateTime ;
    skos:altLabel "Alani"@en ;
    skos:broadMatch <http://dewey.info/class/305.89155/e23/>,
        <http://dewey.info/class/5--9155/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Alanere var et iransk folkeslag i oldtiden og middelalderen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89155/e23/>,
        <http://dewey.info/class/5--9155/e23/> ;
    skos:prefLabel "Alans"@en,
        "Alanere"@nb,
        "Alanarar"@nn .

humord:c00835 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00835" ;
    dct:modified "2025-07-10T10:53:43"^^xsd:dateTime ;
    skos:altLabel "Badawi"@en,
        "Badw"@en,
        "Bedu"@en,
        "Beduin"@en ;
    skos:broader humord:c00753 ;
    skos:definition "Beduiner er arabisktalende hel- og halvnomader i ørken- og steppeområder av Den arabiske halvøy, Syria, Jordan, Israel, Irak og Nord-Afrika. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.89272/e23/>,
        <http://dewey.info/class/5--9272/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89272/e23/>,
        <http://dewey.info/class/5--9272/e23/> ;
    skos:prefLabel "Bedouins"@en,
        "Beduiner"@nb,
        "Beduinar"@nn .

humord:c00836 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00836" ;
    dct:modified "2025-07-10T10:54:57"^^xsd:dateTime ;
    skos:broader humord:c00753 ;
    skos:definition "Palestinere er personer fra Palestina, også det historiske Palestina. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.89274/e23/>,
        <http://dewey.info/class/5--9274/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89274/e23/>,
        <http://dewey.info/class/5--9274/e23/> ;
    skos:prefLabel "Palestinians"@en,
        "Palestinere"@nb,
        "Palestinarar"@nn .

humord:c00837 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00837" ;
    dct:modified "2025-07-15T14:03:36"^^xsd:dateTime ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/305.891992/e23/>,
        <http://dewey.info/class/5--91992/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891992/e23/>,
        <http://dewey.info/class/5--91992/e23/> ;
    skos:prefLabel "Armenians"@en,
        "Armenere"@nb,
        "Armenarar"@nn .

humord:c00838 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00838" ;
    dct:modified "2024-08-28T08:40:27"^^xsd:dateTime ;
    skos:altLabel "Azerbajdzjanere"@nb,
        "Azerbajdzjanarar"@nn ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/305.894361/e23/>,
        <http://dewey.info/class/5--94361/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.894361/e23/>,
        <http://dewey.info/class/5--94361/e23/> ;
    skos:prefLabel "Azerbaijanis"@en,
        "Aserbajdsjanere"@nb,
        "Aserbajdsjanarar"@nn .

humord:c00840 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00840" ;
    dct:modified "2025-07-16T09:17:13"^^xsd:dateTime ;
    skos:altLabel "Bakhtiari people"@en,
        "Bakhtiyari"@en,
        "Bakhtiarere"@nb,
        "Bakhtiari"@nb,
        "Bakhtiyari"@nb,
        "Bakhtiararar"@nn,
        "Bakhtiari"@nn,
        "Bakhtiyari"@nn ;
    skos:broadMatch <http://dewey.info/class/305.89159/e23/>,
        <http://dewey.info/class/5--9159/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Bakhtiarer er en iransk lurisk stamme. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89159/e23/>,
        <http://dewey.info/class/5--9159/e23/> ;
    skos:prefLabel "Bakhtiari"@en,
        "Bakhtiarer"@nb,
        "Bakhtiarar"@nn .

humord:c00841 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00841" ;
    dct:modified "2025-07-16T09:25:19"^^xsd:dateTime ;
    skos:altLabel "Baluch"@en,
        "Balutsjere"@nb,
        "Balutsjarar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.89155/e23/>,
        <http://dewey.info/class/5--9155/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Baluchere er et folkeslag av iransk opprinnelse og de lever i grenseområdene mellom Pakistan, Iran og sørlige Afghanistan og spredt over regionen ved Den persiske gulf. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89155/e23/>,
        <http://dewey.info/class/5--9155/e23/> ;
    skos:prefLabel "Baloch"@en,
        "Baluchere"@nb,
        "Balucharar"@nn .

humord:c00843 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00843" ;
    dct:modified "2025-07-16T09:36:26"^^xsd:dateTime ;
    skos:altLabel "Brasseri (People)"@en,
        "Brasseri (Folk)"@nb,
        "Brasseri (Folk)"@nn ;
    skos:broadMatch <http://dewey.info/class/305.89155/e23/>,
        <http://dewey.info/class/5--9155/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Basseri er et nomadefolk i Parsprovinsen i Iran <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89155/e23/>,
        <http://dewey.info/class/5--9155/e23/> ;
    skos:prefLabel "Basseri (People)"@en,
        "Basseri (Folk)"@nb,
        "Basseri (Folk)"@nn .

humord:c00844 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00844" ;
    dct:modified "2024-10-30T13:23:59"^^xsd:dateTime ;
    skos:altLabel "Burakufolket"@nb,
        "Burakufolket"@nn ;
    skos:broadMatch <http://dewey.info/class/305.568/e23/> ;
    skos:broader humord:c00829,
        humord:c09324 ;
    skos:definition "Burakumin er en sosial minoritetsgruppe i Japan. De er etterkommere av folk som i føydaltiden tok seg av \"urene\" yrker <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.568/e23/> ;
    skos:prefLabel "Burakumin"@en,
        "Burakumin (Folk)"@nb,
        "Burakumin (Folk)"@nn .

humord:c00846 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00846" ;
    dct:modified "2024-10-09T08:13:55"^^xsd:dateTime ;
    skos:altLabel "Dardic people"@en,
        "Dardarar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8914/e23/>,
        <http://dewey.info/class/5--914/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Darder er en indo-arisk folkegruppe som bor i Nord-Pakistan, Vest-Jammu og Kashmir og Øst-Afghanistan, og som snakker de dardiske språkene <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8914/e23/>,
        <http://dewey.info/class/5--914/e23/> ;
    skos:prefLabel "Dards"@en,
        "Darder"@nb,
        "Dardar"@nn .

humord:c00847 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00847" ;
    dct:modified "2025-09-18T12:51:25"^^xsd:dateTime ;
    skos:altLabel "Dravidian"@en ;
    skos:broader humord:c00829 ;
    skos:closeMatch <http://dewey.info/class/305.8948/e23/>,
        <http://dewey.info/class/5--948/e23/> ;
    skos:definition "Dravider er en fellesbetegnelse for hovedmassen av befolkningen i Sør-India og den nordøstlige delen av Sri Lanka, med mindre grupper i Mellom-India og helt opp i Pakistan. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8948/e23/>,
        <http://dewey.info/class/5--948/e23/> ;
    skos:prefLabel "Dravidians"@en,
        "Dravider"@nb,
        "Dravidar"@nn .

humord:c00848 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00848" ;
    dct:modified "2025-09-18T13:04:53"^^xsd:dateTime ;
    skos:altLabel "Drokpa"@nb,
        "Drokpa"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8009515/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Drokpas er en nomadisk folkegruppe i Tibet <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8009515/e23/> ;
    skos:prefLabel "Drokpa"@en,
        "Drokpas (Folk)"@nb,
        "Drokpas (Folk)"@nn .

humord:c00849 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00849" ;
    dct:modified "2025-09-18T13:29:24"^^xsd:dateTime ;
    skos:altLabel "Druseans"@en,
        "Drusians"@en,
        "Druzes"@en,
        "din al-tahwid"@en,
        "din al-tahwid"@nb,
        "din al-tahwid"@nn ;
    skos:broadMatch <http://dewey.info/class/305.697/e23/> ;
    skos:broader humord:c00829,
        humord:c08793 ;
    skos:definition "Drusere er et religionssamfunn i Midtøsten av islamsk opprinnelse. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/297.85/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.85/e23/>,
        <http://dewey.info/class/305.697/e23/> ;
    skos:prefLabel "Druses"@en,
        "Drusere"@nb,
        "Drusarar"@nn .

humord:c00850 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00850" ;
    dct:modified "2025-09-19T14:05:05"^^xsd:dateTime ;
    skos:altLabel "Gayo"@nb,
        "Gayo"@nn ;
    skos:broadMatch <http://dewey.info/class/305.899224/e23/>,
        <http://dewey.info/class/5--99224/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Gayoer er en folkegruppe i Indonesia, i provinsen Aceh på det nordlige Sumatra. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.899224/e23/>,
        <http://dewey.info/class/5--99224/e23/> ;
    skos:prefLabel "Gayo"@en,
        "Gayoer"@nb,
        "Gayoar"@nn .

humord:c00851 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-10-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00851" ;
    dct:modified "2025-09-19T14:28:16"^^xsd:dateTime ;
    skos:altLabel "Gujjar"@en,
        "Gujur"@nb,
        "Gujur"@nn ;
    skos:broadMatch <http://dewey.info/class/305.891479/e23/>,
        <http://dewey.info/class/5--91479/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Gujar er indiske etniske grupper som sannsynligvis har spredt seg fra Rajasthan i India til en rekke steder i Pakistan og Afghanistan. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891479/e23/>,
        <http://dewey.info/class/5--91479/e23/> ;
    skos:prefLabel "Gurjar"@en,
        "Gujar (Folk)"@nb,
        "Gujar (Folk)"@nn .

humord:c00852 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00852" ;
    dct:modified "2025-09-19T14:48:02"^^xsd:dateTime ;
    skos:altLabel "Gorkhas"@en,
        "Gurkha"@en,
        "Gorkha"@nb,
        "Gorkha"@nn,
        "Gurkhaar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.80095496/e23/>,
        <http://dewey.info/class/356.1/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Gurkhaer er navnet på soldater hovedsakelig bosatt i Nepal og deler av Nord-India, som er blitt rekruttert for å tjenestegjøre i den britiske eller indiske hæren. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.80095496/e23/>,
        <http://dewey.info/class/356.1/e23/> ;
    skos:prefLabel "Gurkhas"@en,
        "Gurkhaer"@nb,
        "Gurkhaer"@nn .

humord:c00853 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00853" ;
    dct:modified "2025-09-23T11:32:09"^^xsd:dateTime ;
    skos:altLabel "Tamu"@en ;
    skos:broadMatch <http://dewey.info/class/305.8954/e23/>,
        <http://dewey.info/class/5--954/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Gurung er en folkegruppe i Nepal. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8954/e23/>,
        <http://dewey.info/class/5--954/e23/> ;
    skos:prefLabel "Gurung"@en,
        "Gurung (Folk)"@nb,
        "Gurung (Folk)"@nn .

humord:c00854 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-10-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00854" ;
    dct:modified "2025-06-25T14:09:32"^^xsd:dateTime ;
    skos:altLabel "Hunnere"@nb,
        "Hunnarar"@nn ;
    skos:broadMatch <http://dewey.info/class/936/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Hunere var et nomadefolk fra Sentral-Asia, som omkring 370 evt. brøt inn i det sentrale og sørøstlige Europa. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/936/e23/> ;
    skos:prefLabel "Huns"@en,
        "Hunere"@nb,
        "Hunarar"@nn .

humord:c00856 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00856" ;
    dct:modified "2025-09-25T09:16:50"^^xsd:dateTime ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/305.8956/e23/>,
        <http://dewey.info/class/5--956/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8956/e23/>,
        <http://dewey.info/class/5--956/e23/> ;
    skos:prefLabel "Japanese"@en,
        "Japanere"@nb,
        "Japanarar"@nn .

humord:c00857 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00857" ;
    dct:modified "2023-11-30T09:36:13"^^xsd:dateTime ;
    skos:altLabel "Jewish people"@en ;
    skos:broader humord:c00829,
        humord:c07330 ;
    skos:closeMatch <http://dewey.info/class/1--088296/e23/>,
        <http://dewey.info/class/305.696/e23/>,
        <http://dewey.info/class/305.8924/e23/>,
        <http://dewey.info/class/5--924/e23/> ;
    skos:exactMatch realfagstermer:c009874,
        <http://dewey.info/class/296.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009874,
        <http://dewey.info/class/1--088296/e23/>,
        <http://dewey.info/class/296.092/e23/>,
        <http://dewey.info/class/296/e23/>,
        <http://dewey.info/class/305.696/e23/>,
        <http://dewey.info/class/305.8924/e23/>,
        <http://dewey.info/class/5--924/e23/>,
        <http://dewey.info/class/940.5318/e23/> ;
    skos:prefLabel "Jews"@en,
        "Jøder"@nb,
        "Jødar"@nn ;
    skos:related humord:c08525 ;
    skos:relatedMatch <http://dewey.info/class/296/e23/>,
        <http://dewey.info/class/940.5318/e23/> .

humord:c00858 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00858" ;
    dct:modified "2025-10-01T12:24:48"^^xsd:dateTime ;
    skos:altLabel "Ashkenasim"@en,
        "Ashkenaz"@en,
        "Ashkenazic Jews"@en,
        "Ashkenazim"@en,
        "Ashkenasim"@nb,
        "Ashkenazim"@nb,
        "Asjkenaser"@nb,
        "Asjkenasiske jøder"@nb,
        "Askenaser"@nb,
        "Ashkenasim"@nn,
        "Ashkenazim"@nn,
        "Asjkenasar"@nn,
        "Asjkenasiske jødar"@nn,
        "Askenasar"@nn ;
    skos:broadMatch <http://dewey.info/class/1--088296/e23/>,
        <http://dewey.info/class/305.696/e23/>,
        <http://dewey.info/class/305.8924/e23/>,
        <http://dewey.info/class/5--924/e23/> ;
    skos:broader humord:c00857 ;
    skos:definition "Askenasiske jøder er en fellesbetegnelse på jøder med opprinnelse i landene nord for Alpene og i Øst-Europa <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--088296/e23/>,
        <http://dewey.info/class/296.45/e23/>,
        <http://dewey.info/class/305.696/e23/>,
        <http://dewey.info/class/305.8924/e23/>,
        <http://dewey.info/class/5--924/e23/> ;
    skos:prefLabel "Ashkenazi jews"@en,
        "Askenasiske jøder"@nb,
        "Askenasiske jødar"@nn ;
    skos:relatedMatch <http://dewey.info/class/296.45/e23/> .

humord:c00860 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00860" ;
    dct:modified "2025-10-01T12:56:09"^^xsd:dateTime ;
    skos:altLabel "Hispanic Jews"@en,
        "Sephardic Jews"@en,
        "Sephardim"@en,
        "Sefarder"@nb,
        "Sefardim"@nb,
        "Sefardar"@nn,
        "Sefardim"@nn ;
    skos:broadMatch <http://dewey.info/class/1--088296/e23/>,
        <http://dewey.info/class/305.696/e23/>,
        <http://dewey.info/class/305.8924046/e23/>,
        <http://dewey.info/class/909.04924/e23/> ;
    skos:broader humord:c00857 ;
    skos:definition "Sefardiske jøder er etterkommere av spanske jøder som ble fordrevet fra Spania i 1492 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--088296/e23/>,
        <http://dewey.info/class/296.45042/e23/>,
        <http://dewey.info/class/305.696/e23/>,
        <http://dewey.info/class/305.8924046/e23/>,
        <http://dewey.info/class/909.04924/e23/> ;
    skos:prefLabel "Sephardi Jews"@en,
        "Sefardiske jøder"@nb,
        "Sefardiske jødar"@nn ;
    skos:related humord:c10523,
        humord:c20693 ;
    skos:relatedMatch <http://dewey.info/class/296.45042/e23/> .

humord:c00863 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00863" ;
    dct:modified "2025-10-01T13:27:33"^^xsd:dateTime ;
    skos:altLabel "Kaffir"@nb,
        "Kafirer"@nb,
        "Nuri"@nb,
        "Nuristani"@nb,
        "Kafirar"@nn,
        "Nuristani"@nn ;
    skos:broadMatch <http://dewey.info/class/305.89149/e23/>,
        <http://dewey.info/class/5--9149/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Nuristanere (tidligere kalt kafirer) er en indo-iransk folkegruppe i Nuristan, Afghanistan, og i Chitral-distriktet i det nordvestlige Pakistan. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89149/e23/>,
        <http://dewey.info/class/5--9149/e23/> ;
    skos:prefLabel "Nuristanis"@en,
        "Nuristanere"@nb,
        "Nuristanarar"@nn .

humord:c00864 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-09-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00864" ;
    dct:modified "2025-10-01T13:34:08"^^xsd:dateTime ;
    skos:altLabel "Kalasha"@en,
        "Kalasha (Folk)"@nb,
        "Kalasha (Folk)"@nn ;
    skos:broadMatch <http://dewey.info/class/305.891499/e23/>,
        <http://dewey.info/class/5--91499/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Kalash er et urfolk og en etnisk gruppe i distriktet Chitral i provinsen Khyber Pakhtunkhwa i Pakistan. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891499/e23/>,
        <http://dewey.info/class/5--91499/e23/> ;
    skos:prefLabel "Kalash"@en,
        "Kalash (Folk)"@nb,
        "Kalash (Folk)"@nn .

humord:c00865 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00865" ;
    dct:modified "2025-10-01T13:42:14"^^xsd:dateTime ;
    skos:altLabel "Dzungars"@en,
        "Oirats"@en,
        "Dzhungars"@nb,
        "Dzungarer"@nb,
        "Kalmykker"@nb,
        "Oirater"@nb,
        "Zungharer"@nb,
        "Dzhungars"@nn,
        "Dzungarar"@nn,
        "Kalmykkar"@nn,
        "Oiratar"@nn,
        "Zungharer"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8942/e23/>,
        <http://dewey.info/class/5--942/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Kalmukker er en folkegruppe i Russland. De bor hovedsakelig i republikken Kalmykia. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8942/e23/>,
        <http://dewey.info/class/5--942/e23/> ;
    skos:prefLabel "Kalmyks"@en,
        "Kalmukker"@nb,
        "Kalmukkar"@nn .

humord:c00866 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-12-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00866" ;
    dct:modified "2025-10-02T11:05:41"^^xsd:dateTime ;
    skos:altLabel "Kazaks"@en,
        "Qazaqs"@en,
        "Kasaker"@nb,
        "Kasakere"@nb,
        "Kasakhstanere"@nb,
        "Kasakstanere"@nb,
        "Kazahker"@nb,
        "Kazaker"@nb,
        "Kazakher"@nb,
        "Kasakar"@nn,
        "Kasakarar"@nn,
        "Kasakhstanarar"@nn,
        "Kasakstanarar"@nn,
        "Kazahkar"@nn,
        "Kazakar"@nn,
        "Kazakhar"@nn ;
    skos:broader humord:c00829 ;
    skos:definition "Kasakher er et tyrkisk folk fra de nordlige delene av Sentral-Asia. Befolkningen er størst i Kasakhstan, men de finnes også i stort antall i Usbekistan, Kina, Russland og Mongolia. <Wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.894345/e23/>,
        <http://dewey.info/class/5--94345/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.894345/e23/>,
        <http://dewey.info/class/5--94345/e23/> ;
    skos:prefLabel "Kazakhs"@en,
        "Kasakher"@nb,
        "Kasakhar"@nn .

humord:c00868 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00868" ;
    dct:modified "2025-10-06T10:55:25"^^xsd:dateTime ;
    skos:altLabel "Hkamti Shan"@en,
        "Khampti"@en,
        "Tai Khamti"@en,
        "Khampti"@nb,
        "Khampti"@nn ;
    skos:broadMatch <http://dewey.info/class/305.895919/e23/>,
        <http://dewey.info/class/5--95919/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Khamtier er en folkegruppe og et språk i delstatene Assam og Arunachal Pradesh i India og i det nordvestlige Myanmar. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.895919/e23/>,
        <http://dewey.info/class/5--95919/e23/> ;
    skos:prefLabel "Khamti"@en,
        "Khamtier"@nb,
        "Khamtiar"@nn .

humord:c00869 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00869" ;
    dct:modified "2024-09-16T09:38:41"^^xsd:dateTime ;
    skos:altLabel "Khas Arya"@en,
        "Paharis"@en,
        "Parbates"@en,
        "Chetri"@nb,
        "Khazaner"@nb,
        "Pahari"@nb,
        "Parbate"@nb,
        "Chetri"@nn,
        "Khazanar"@nn,
        "Pahari"@nn,
        "Parbate"@nn ;
    skos:broadMatch <http://dewey.info/class/305.891496/e23/>,
        <http://dewey.info/class/5--91496/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Khasa er et folkeslag i India og Nepal <Britannica>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891496/e23/>,
        <http://dewey.info/class/5--91496/e23/> ;
    skos:prefLabel "Khas"@en,
        "Khasa (Folk)"@nb,
        "Khasa (Folk)"@nn .

humord:c00871 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00871" ;
    dct:modified "2025-10-06T11:02:24"^^xsd:dateTime ;
    skos:altLabel "Khassi"@en,
        "Khassi (Folk)"@nb,
        "Khassi (Folk)"@nn ;
    skos:broadMatch <http://dewey.info/class/305.89593/e23/>,
        <http://dewey.info/class/5--9593/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Khasi er en folkegruppe i India, hovedsakelig i delstaten Meghalaya, hvor de utgjør omtrent halvparten av befolkningen. Dessuten bor et mindre antall i Bangladesh. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89593/e23/>,
        <http://dewey.info/class/5--9593/e23/> ;
    skos:prefLabel "Khasi"@en,
        "Khasi (Folk)"@nb,
        "Khasi (Folk)"@nn .

humord:c00872 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-08-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00872" ;
    dct:modified "2025-10-06T11:05:14"^^xsd:dateTime ;
    skos:altLabel "Khmerer (Folk)"@nb,
        "Khmerfolket"@nb,
        "Khmerar (Folk)"@nn,
        "Khmerfolket"@nn ;
    skos:broader humord:c00829 ;
    skos:definition "Khmer er den dominerende folkegruppen i Kambodsja, der de utgjør nærmere 90 prosent av befolkningen. Ellers bor det grupper i Thailand og Vietnam. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.895932/e23/>,
        <http://dewey.info/class/5--95932/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.895932/e23/>,
        <http://dewey.info/class/5--95932/e23/> ;
    skos:prefLabel "Khmer (People)"@en,
        "Khmer (Folk)"@nb,
        "Khmer (Folk)"@nn .

humord:c00873 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00873" ;
    dct:modified "2025-10-07T10:25:33"^^xsd:dateTime ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/305.8951/e23/>,
        <http://dewey.info/class/5--951/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8951/e23/>,
        <http://dewey.info/class/5--951/e23/> ;
    skos:prefLabel "Chinese"@en,
        "Kinesere"@nb,
        "Kinesarar"@nn .

humord:c00874 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00874" ;
    dct:modified "2025-10-06T12:21:46"^^xsd:dateTime ;
    skos:altLabel "Hakka Han"@en ;
    skos:broader humord:c00873 ;
    skos:definition "Hakka er en kinesisk folke- og dialektgruppe i det sørlige Kina, særlig i Guangdong og på Taiwan. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.89517/e23/>,
        <http://dewey.info/class/5--9517/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89517/e23/>,
        <http://dewey.info/class/5--9517/e23/> ;
    skos:prefLabel "Hakka"@en,
        "Hakka"@nb,
        "Hakka"@nn .

humord:c00875 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00875" ;
    dct:modified "2025-10-07T10:34:56"^^xsd:dateTime ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/305.8957/e23/>,
        <http://dewey.info/class/5--957/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8957/e23/>,
        <http://dewey.info/class/5--957/e23/> ;
    skos:prefLabel "Koreans"@en,
        "Koreanere"@nb,
        "Koreanarar"@nn .

humord:c00876 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00876" ;
    dct:modified "2025-10-08T10:29:39"^^xsd:dateTime ;
    skos:broader humord:c00829 ;
    skos:definition "Kurdere er en etnisk folkegruppe i Midtøsten, hovedsakelig bosatt i høylandsområdet omkring fjellkjedene Anti-Taurus og Zagros, det vil si hovedsakelig i det sørøstlige Tyrkia, det nordlige Irak, det nordvestlige Iran og det nordøstlige Syria. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.891597/e23/>,
        <http://dewey.info/class/5--91597/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891597/e23/>,
        <http://dewey.info/class/5--91597/e23/> ;
    skos:prefLabel "Kurds"@en,
        "Kurdere"@nb,
        "Kurdarar"@nn .

humord:c00877 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00877" ;
    dct:modified "2025-10-09T13:31:42"^^xsd:dateTime ;
    skos:altLabel "Mútuncí Róngkup Rumkup"@en,
        "Rong"@en,
        "Rongkup"@en,
        "Rongpa"@en,
        "Mútuncí Róngkup Rumkup"@nb,
        "Rong (Folk)"@nb,
        "Rongkup"@nb,
        "Rongpa"@nb,
        "Mútuncí Róngkup Rumkup"@nn,
        "Rong (Folk)"@nn,
        "Rongkup"@nn,
        "Rongpa"@nn ;
    skos:broadMatch <http://dewey.info/class/305.800954/e23/>,
        <http://dewey.info/class/305.8954/e23/>,
        <http://dewey.info/class/5--954/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Lepchaer er en urfolksgruppe i den indiske delstaten Sikkim, samt i Darjeeling og Kalimpong i nabolandet Nepal. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.800954/e23/>,
        <http://dewey.info/class/305.8954/e23/>,
        <http://dewey.info/class/5--954/e23/> ;
    skos:prefLabel "Lepcha"@en,
        "Lepchaer"@nb,
        "Lepchaar"@nn .

humord:c00879 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00879" ;
    dct:modified "2025-10-15T09:51:27"^^xsd:dateTime ;
    skos:altLabel "Malabar Muslims"@en,
        "Mappila"@en,
        "Mappila Muslim"@en,
        "Mopla"@en,
        "Moplah"@en,
        "Muslim Mappilas"@en,
        "Malabar-muslimer"@nb,
        "Mapilla"@nb,
        "Mappila"@nb,
        "Mopala"@nb,
        "Mopla"@nb,
        "Moplah (Folk)"@nb,
        "Malabar-muslimar"@nn,
        "Mapilla"@nn,
        "Mappila"@nn,
        "Mopala"@nn,
        "Mopla"@nn,
        "Moplah (Folk)"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8009548/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Malabarer er en etnisk muslimsk gruppe i Sør-India, hovedsakelig i de nordlige delene av delstaten Kerala og på Lakshadweep-øyene i Sør-India, men finnes også i nabostatene Karnataka og Tamil Nadu. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8009548/e23/> ;
    skos:prefLabel "Malabars"@en,
        "Malabarer"@nb,
        "Malabarar"@nn .

humord:c00880 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00880" ;
    dct:modified "2026-01-15T09:46:43"^^xsd:dateTime ;
    skos:altLabel "Manzu"@en,
        "Manchu (Folk)"@nb,
        "Manchu (Folk)"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8941/e23/>,
        <http://dewey.info/class/5--941/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Fellesnavn på noen tungusiske stammer som fra ca 1400 var bosatt i Mandsjuria <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8941/e23/>,
        <http://dewey.info/class/5--941/e23/> ;
    skos:prefLabel "Manchu"@en,
        "Mandsjuer"@nb,
        "Mandsjuar"@nn .

humord:c00881 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00881" ;
    dct:modified "2026-01-14T15:09:53"^^xsd:dateTime ;
    skos:altLabel "Marathas"@en ;
    skos:broader humord:c00829 ;
    skos:definition "Folkeslag i India <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.891461/e23/>,
        <http://dewey.info/class/5--91461/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891461/e23/>,
        <http://dewey.info/class/5--91461/e23/> ;
    skos:prefLabel "Maratha"@en,
        "Marathaer"@nb,
        "Marathaar"@nn .

humord:c00882 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00882" ;
    dct:modified "2026-01-14T15:10:33"^^xsd:dateTime ;
    skos:broader humord:c00829 ;
    skos:closeMatch <http://dewey.info/class/305.8942/e23/>,
        <http://dewey.info/class/5--942/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8942/e23/>,
        <http://dewey.info/class/5--942/e23/> ;
    skos:prefLabel "Mongols"@en,
        "Mongoler"@nb,
        "Mongolar"@nn ;
    skos:related humord:c19830 .

humord:c00883 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-04-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00883" ;
    dct:modified "2026-01-15T09:47:08"^^xsd:dateTime ;
    skos:altLabel "Nagaer"@nb,
        "Nagaar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8954/e23/>,
        <http://dewey.info/class/5--954/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Samlenavn for en rekke stammer i grensefjellene mellom Assam og Burma <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8954/e23/>,
        <http://dewey.info/class/5--954/e23/> ;
    skos:prefLabel "Naga"@en,
        "Naga (Folk)"@nb,
        "Naga (Folk)"@nn .

humord:c00884 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00884" ;
    dct:modified "2026-01-15T09:48:47"^^xsd:dateTime ;
    skos:altLabel "Negrillos"@nb,
        "Negritos"@nb,
        "Negros"@nb,
        "Negrillos"@nn,
        "Negritos"@nn,
        "Negros"@nn ;
    skos:broadMatch <http://dewey.info/class/305.800959/e23/>,
        <http://dewey.info/class/5--959/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Samlebetegnelse på ulike urbefolkningsgrupper på Filippinene og for jeger- og sankergrupper på Malayahalvøya og Andamanene <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.800959/e23/>,
        <http://dewey.info/class/5--959/e23/> ;
    skos:prefLabel "Negrito"@en,
        "Negritoer"@nb,
        "Negritoar"@nn ;
    skos:related humord:c21215 .

humord:c00888 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00888" ;
    dct:modified "2025-09-19T14:26:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.8959/e23/>,
        <http://dewey.info/class/5--959/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Great Andamanese er en urbefolkning på Great Andaman-øygruppen på Andamanøyene. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8959/e23/>,
        <http://dewey.info/class/5--959/e23/> ;
    skos:prefLabel "Great Andamanese"@en,
        "Great Andamanese (Folk)"@nb,
        "Great Andamanese (Folk)"@nn .

humord:c00889 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00889" ;
    dct:modified "2026-01-15T09:50:57"^^xsd:dateTime ;
    skos:altLabel "Ongee"@en,
        "Önge"@en ;
    skos:broadMatch <http://dewey.info/class/305.8959/e23/>,
        <http://dewey.info/class/5--959/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Negrito stamme fra Andamanene <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8959/e23/>,
        <http://dewey.info/class/5--959/e23/> ;
    skos:prefLabel "Onge"@en,
        "Onge (Folk)"@nb,
        "Onge (Folk)"@nn .

humord:c00890 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00890" ;
    dct:modified "2026-01-15T09:51:26"^^xsd:dateTime ;
    skos:altLabel "Nepalis"@en ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/305.891495/e23/>,
        <http://dewey.info/class/5--91495/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891495/e23/>,
        <http://dewey.info/class/5--91495/e23/> ;
    skos:prefLabel "Nepali"@en,
        "Nepalere"@nb,
        "Nepalarar"@nn .

humord:c00891 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00891" ;
    dct:modified "2026-01-15T09:52:28"^^xsd:dateTime ;
    skos:altLabel "Nepami"@en ;
    skos:broadMatch <http://dewey.info/class/305.89549/e23/>,
        <http://dewey.info/class/5--9549/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Et folkeslag i Nepal <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89549/e23/>,
        <http://dewey.info/class/5--9549/e23/> ;
    skos:prefLabel "Newar"@en,
        "Newarer"@nb,
        "Newarar"@nn .

humord:c00892 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00892" ;
    dct:modified "2026-01-15T09:53:16"^^xsd:dateTime ;
    skos:altLabel "Ossetes"@en ;
    skos:broadMatch <http://dewey.info/class/305.89159/e23/>,
        <http://dewey.info/class/5--9159/e23/> ;
    skos:broader humord:c00829 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89159/e23/>,
        <http://dewey.info/class/5--9159/e23/> ;
    skos:prefLabel "Ossetians"@en,
        "Ossetere"@nb,
        "Ossetarar"@nn .

humord:c00893 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00893" ;
    dct:modified "2026-01-15T09:53:34"^^xsd:dateTime ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/305.8914122/e23/>,
        <http://dewey.info/class/5--914122/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8914122/e23/>,
        <http://dewey.info/class/5--914122/e23/> ;
    skos:prefLabel "Pakistanis"@en,
        "Pakistanere"@nb,
        "Pakistanarar"@nn .

humord:c00894 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-12-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00894" ;
    dct:modified "2026-01-15T09:53:58"^^xsd:dateTime ;
    skos:altLabel "Parthere"@nb,
        "Partharar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.89155/e23/>,
        <http://dewey.info/class/5--9155/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Iransk stamme som ca 200 f.Kr. grunnla det parthiske imperium <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89155/e23/>,
        <http://dewey.info/class/5--9155/e23/> ;
    skos:prefLabel "Parthians"@en,
        "Partere"@nb,
        "Partarar"@nn .

humord:c00896 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00896" ;
    dct:modified "2026-01-15T09:57:19"^^xsd:dateTime ;
    skos:altLabel "Pathans"@en,
        "Pukhtuns"@en,
        "Pakhtuner"@nb,
        "Pashtuner"@nb,
        "Pataner"@nb,
        "Pathanere"@nb,
        "Pukhtuner"@nb,
        "Pushtuner"@nb,
        "Pakhtunar"@nn,
        "Pashtunar"@nn,
        "Patanar"@nn,
        "Pathanerar"@nn,
        "Pukhtunar"@nn,
        "Pushtunar"@nn ;
    skos:broader humord:c00829 ;
    skos:definition "Pasjtunere er en etnisk-språklig gruppe som hovedsakelig lever øst og sør i Afghanistan, i Khyber Pakhtunkhwa og Karachi i Pakistan samt i små samfunn i India  <wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.891593/e23/>,
        <http://dewey.info/class/5--91593/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891593/e23/>,
        <http://dewey.info/class/5--91593/e23/> ;
    skos:prefLabel "Pashtuns"@en,
        "Pasjtunere"@nb,
        "Pasjtunarar"@nn .

humord:c00897 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00897" ;
    dct:modified "2025-07-10T11:10:47"^^xsd:dateTime ;
    skos:broader humord:c27485 ;
    skos:closeMatch <http://dewey.info/class/305.8994/e23/>,
        <http://dewey.info/class/5--994/e23/> ;
    skos:definition "Polynesiere er folkeslaget som først okkuperte det store området i Stillehavet inkludert i det Polynesiske triangelet, som strekker seg mellom Aotearoa (New Zealand) i vest, Hawaii i nord og Rapa Nui (Påskeøya) i øst. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8994/e23/>,
        <http://dewey.info/class/5--994/e23/> ;
    skos:prefLabel "Polynesians"@en,
        "Polynesiere"@nb,
        "Polynesiarar"@nn .

humord:c00898 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00898" ;
    dct:modified "2026-01-15T10:01:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.891411/e23/>,
        <http://dewey.info/class/5--91411/e23/>,
        <http://dewey.info/class/954.4/e23/> ;
    skos:broader humord:c00829 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891411/e23/>,
        <http://dewey.info/class/5--91411/e23/>,
        <http://dewey.info/class/954.4/e23/> ;
    skos:prefLabel "Rajputs"@en,
        "Rajputer"@nb,
        "Radjputar"@nn .

humord:c00899 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-12-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00899" ;
    dct:modified "2026-01-15T09:58:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.8922/e23/>,
        <http://dewey.info/class/5--922/e23/> ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/296.817/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/296.817/e23/>,
        <http://dewey.info/class/305.8922/e23/>,
        <http://dewey.info/class/5--922/e23/> ;
    skos:prefLabel "Samaritans"@en,
        "Samaritaner"@nb,
        "Samaritanar"@nn .

humord:c00900 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00900" ;
    dct:modified "2026-01-17T09:22:17"^^xsd:dateTime ;
    skos:altLabel "Santhals"@en,
        "Santhaler"@nb,
        "Santhalar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.89595/e23/>,
        <http://dewey.info/class/5--9595/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Santaler er en folkegruppe i det østlige India <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89595/e23/>,
        <http://dewey.info/class/5--9595/e23/> ;
    skos:prefLabel "Santals"@en,
        "Santaler"@nb,
        "Santalar"@nn .

humord:c00901 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-03-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00901" ;
    dct:modified "2026-01-15T10:04:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.8009595/e23/> ;
    skos:broader humord:c27643 ;
    skos:definition "Malayisk folkegruppe <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8009595/e23/> ;
    skos:prefLabel "Senoi"@en,
        "Senoi (Folk)"@nb,
        "Senoi (Folk)"@nn .

humord:c00902 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00902" ;
    dct:modified "2026-01-15T10:05:20"^^xsd:dateTime ;
    skos:altLabel "Sherpaer"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8954/e23/>,
        <http://dewey.info/class/5--954/e23/> ;
    skos:broader humord:c00829 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8954/e23/>,
        <http://dewey.info/class/5--954/e23/> ;
    skos:prefLabel "Sherpas"@en,
        "Sherpaer"@nb,
        "Sherpaar"@nn .

humord:c00903 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-06-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00903" ;
    dct:modified "2026-01-15T10:07:01"^^xsd:dateTime ;
    skos:altLabel "Svaner (Folk)"@nb ;
    skos:broadMatch <http://dewey.info/class/305.899968/e23/>,
        <http://dewey.info/class/5--99968/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Folkegruppe i Kaukasus som taler svanisk språk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.899968/e23/>,
        <http://dewey.info/class/5--99968/e23/> ;
    skos:prefLabel "Svans"@en,
        "Svanere (Folk)"@nb,
        "Svanerar (Folk)"@nn .

humord:c00904 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00904" ;
    dct:modified "2026-01-15T10:10:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.8954/e23/>,
        <http://dewey.info/class/5--954/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Folkegruppe i Nepal <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8954/e23/>,
        <http://dewey.info/class/5--954/e23/> ;
    skos:prefLabel "Tamang"@en,
        "Tamanger"@nb,
        "Tamangar"@nn .

humord:c00905 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00905" ;
    dct:modified "2026-01-15T10:11:17"^^xsd:dateTime ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/305.894811/e23/>,
        <http://dewey.info/class/5--94811/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.894811/e23/>,
        <http://dewey.info/class/5--94811/e23/> ;
    skos:prefLabel "Tamils"@en,
        "Tamiler"@nb,
        "Tamilar"@nn .

humord:c00906 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00906" ;
    dct:modified "2026-01-19T09:54:12"^^xsd:dateTime ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/305.894387/e23/>,
        <http://dewey.info/class/5--94387/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.894387/e23/>,
        <http://dewey.info/class/5--94387/e23/> ;
    skos:prefLabel "Tatars"@en,
        "Tatarer"@nb,
        "Tatarar"@nn ;
    skos:related humord:c15881,
        humord:c16796 .

humord:c00907 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00907" ;
    dct:modified "2026-01-19T09:57:57"^^xsd:dateTime ;
    skos:altLabel "Thakali people"@en ;
    skos:broadMatch <http://dewey.info/class/305.8954/e23/>,
        <http://dewey.info/class/5--954/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Folkegruppe i Nepal <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8954/e23/>,
        <http://dewey.info/class/5--954/e23/> ;
    skos:prefLabel "Thakalis"@en,
        "Thakalier"@nb,
        "Thakaliar"@nn .

humord:c00908 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00908" ;
    dct:modified "2026-01-19T09:58:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.891/e23/>,
        <http://dewey.info/class/5--91/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Et folkeslag i Nord-India og Nepal <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891/e23/>,
        <http://dewey.info/class/5--91/e23/> ;
    skos:prefLabel "Tharu"@en,
        "Tharuer"@nb,
        "Tharuar"@nn .

humord:c00909 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00909" ;
    dct:modified "2026-01-19T09:59:37"^^xsd:dateTime ;
    skos:altLabel "Tibetan people"@en ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/305.89541/e23/>,
        <http://dewey.info/class/5--9541/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89541/e23/>,
        <http://dewey.info/class/5--9541/e23/> ;
    skos:prefLabel "Tibetans"@en,
        "Tibetanere"@nb,
        "Tibetanarar"@nn .

humord:c00910 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00910" ;
    dct:modified "2026-01-19T09:59:55"^^xsd:dateTime ;
    skos:altLabel "Turks"@en ;
    skos:broader humord:c00829 ;
    skos:definition "Tyrkiske folkeslag <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.89435/e23/>,
        <http://dewey.info/class/5--9435/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89435/e23/>,
        <http://dewey.info/class/5--9435/e23/> ;
    skos:prefLabel "Turkic peoples"@en,
        "Tyrkere"@nb,
        "Tyrkarar"@nn ;
    skos:related humord:c19830 .

humord:c00911 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00911" ;
    dct:modified "2026-01-19T10:00:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.89996/e23/>,
        <http://dewey.info/class/5--9996/e23/> ;
    skos:broader humord:c00829 ;
    skos:definition "Et folkeslag i Kaukasus <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89996/e23/>,
        <http://dewey.info/class/5--9996/e23/> ;
    skos:prefLabel "Ubykh"@en,
        "Ubykher"@nb,
        "Ubykhar"@nn .

humord:c00912 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00912" ;
    dct:modified "2026-01-19T10:01:23"^^xsd:dateTime ;
    skos:altLabel "Uzbekere"@nb,
        "Uzbekarar"@nn ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/305.894325/e23/>,
        <http://dewey.info/class/5--94325/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.894325/e23/>,
        <http://dewey.info/class/5--94325/e23/> ;
    skos:prefLabel "Uzbeks"@en,
        "Usbekere"@nb,
        "Usbekarar"@nn .

humord:c00914 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00914" ;
    dct:modified "2026-01-19T10:01:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.89148/e23/>,
        <http://dewey.info/class/5--9148/e23/> ;
    skos:broader humord:c00829 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89148/e23/>,
        <http://dewey.info/class/5--9148/e23/> ;
    skos:prefLabel "Vedda"@en,
        "Veddaer"@nb,
        "Veddaar"@nn .

humord:c00915 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00915" ;
    dct:modified "2026-01-19T10:05:03"^^xsd:dateTime ;
    skos:broader humord:c00829 ;
    skos:exactMatch <http://dewey.info/class/305.895922/e23/>,
        <http://dewey.info/class/5--95922/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.895922/e23/>,
        <http://dewey.info/class/5--95922/e23/> ;
    skos:prefLabel "Vietnamese"@en,
        "Vietnamesere"@nb,
        "Vietnamesarar"@nn .

humord:c00916 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00916" ;
    dct:modified "2025-07-02T12:42:48"^^xsd:dateTime ;
    skos:broader humord:c15742 ;
    skos:inScheme humord: ;
    skos:prefLabel "Ethnic and national groups in Europe"@en,
        "Folkegrupper i Europa"@nb,
        "Folkegrupper i Europa"@nn .

humord:c00917 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-05-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00917" ;
    dct:modified "2024-08-28T08:08:53"^^xsd:dateTime ;
    skos:altLabel "Aromuns"@en ;
    skos:broadMatch <http://dewey.info/class/305.859/e23/>,
        <http://dewey.info/class/5--59/e23/> ;
    skos:broader humord:c00916 ;
    skos:definition "Aromuner er en folkegruppe som lever i fjellene i Makedonia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.859/e23/>,
        <http://dewey.info/class/5--59/e23/> ;
    skos:prefLabel "Aromanians"@en,
        "Aromuner"@nb,
        "Aromunar"@nn .

humord:c00918 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00918" ;
    dct:modified "2024-10-10T08:38:43"^^xsd:dateTime ;
    skos:altLabel "Bajuvarians"@en ;
    skos:broadMatch <http://dewey.info/class/305.83/e23/>,
        <http://dewey.info/class/5--3/e23/> ;
    skos:broader humord:c00916 ;
    skos:definition "Bajovarer var et germansk folkeslag <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.83/e23/>,
        <http://dewey.info/class/5--3/e23/> ;
    skos:prefLabel "Bavarians"@en,
        "Bajovarer"@nb,
        "Bajovarar"@nn ;
    skos:related humord:c16871 .

humord:c00919 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-10-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00919" ;
    dct:modified "2024-10-10T13:48:42"^^xsd:dateTime ;
    skos:altLabel "Baltic people"@en ;
    skos:broader humord:c00916 ;
    skos:closeMatch <http://dewey.info/class/305.8919/e23/>,
        <http://dewey.info/class/5--919/e23/> ;
    skos:definition "Baltere er en fellesbetegnelse på befolkningen i de baltiske landene, Latvia, Estland og Litauen <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8919/e23/>,
        <http://dewey.info/class/5--919/e23/> ;
    skos:prefLabel "Balts"@en,
        "Baltere"@nb,
        "Baltarar"@nn ;
    skos:related humord:c25544 .

humord:c00920 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00920" ;
    dct:modified "2024-10-15T13:19:08"^^xsd:dateTime ;
    skos:altLabel "Basque people"@en ;
    skos:broader humord:c00916 ;
    skos:definition "Baskere er et gammelt folkeslag på begge sider av Pyreneene, i Frankrike i departementet Pyrénées Atlantiques, og i Spania i Navarra og Baskerland. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.89992/e23/>,
        <http://dewey.info/class/5--9992/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89992/e23/>,
        <http://dewey.info/class/5--9992/e23/> ;
    skos:prefLabel "Basques"@en,
        "Baskere"@nb,
        "Baskarar"@nn .

humord:c00921 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00921" ;
    dct:modified "2024-10-24T10:06:54"^^xsd:dateTime ;
    skos:altLabel "Britons"@en ;
    skos:broader humord:c00916 ;
    skos:definition "Briter er siden oldtiden navnet på innbyggerne av de britiske øyer, men navnet tilhører egentlig øyenes førangelsaksiske, keltiske befolkning. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.821/e23/>,
        <http://dewey.info/class/5--21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.821/e23/>,
        <http://dewey.info/class/5--21/e23/> ;
    skos:prefLabel "British people"@en,
        "Briter"@nb,
        "Britar"@nn .

humord:c00922 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00922" ;
    dct:modified "2026-01-09T08:53:56"^^xsd:dateTime ;
    skos:altLabel "English people"@en,
        "Englishman"@en,
        "Engelskmann"@nb,
        "Engelskmann"@nn ;
    skos:broadMatch <http://dewey.info/class/305.821/e23/>,
        <http://dewey.info/class/5--21/e23/> ;
    skos:broader humord:c00921 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.821/e23/>,
        <http://dewey.info/class/5--21/e23/> ;
    skos:prefLabel "Englishmen"@en,
        "Engelskmenn"@nb,
        "Engelskmenn"@nn .

humord:c00924 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00924" ;
    dct:modified "2026-01-09T08:53:36"^^xsd:dateTime ;
    skos:altLabel "Scottish people"@en ;
    skos:broader humord:c00921 ;
    skos:exactMatch <http://dewey.info/class/305.89163/e23/>,
        <http://dewey.info/class/5--9163/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89163/e23/>,
        <http://dewey.info/class/5--9163/e23/> ;
    skos:prefLabel "Scots"@en,
        "Skotter"@nb,
        "Skottar"@nn .

humord:c00925 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00925" ;
    dct:modified "2026-01-09T08:52:50"^^xsd:dateTime ;
    skos:broader humord:c00916 ;
    skos:closeMatch <http://dewey.info/class/305.809/e23/>,
        <http://dewey.info/class/5--09/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.809/e23/>,
        <http://dewey.info/class/5--09/e23/> ;
    skos:prefLabel "Europeans"@en,
        "Europeere"@nb,
        "Europearar"@nn .

humord:c00926 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00926" ;
    dct:modified "2026-01-09T08:51:26"^^xsd:dateTime ;
    skos:altLabel "Finnish people"@en,
        "Finlendinger"@nb,
        "Finlendingar"@nn ;
    skos:broader humord:c00916 ;
    skos:definition "Person fra Finland <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.89454/e23/>,
        <http://dewey.info/class/5--9454/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89454/e23/>,
        <http://dewey.info/class/5--9454/e23/> ;
    skos:prefLabel "Finnic peoples"@en,
        "Finlendere"@nb,
        "Finlendarar"@nn .

humord:c00927 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-12-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00927" ;
    dct:modified "2026-01-09T08:52:13"^^xsd:dateTime ;
    skos:altLabel "Skogsfinner"@nb,
        "Skogsfinnar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.894541/e23/>,
        <http://dewey.info/class/5--94541/e23/>,
        <http://dewey.info/class/948.243/e23/> ;
    skos:broader humord:c00926 ;
    skos:definition "Finner fra Savolaks som innvandret til skogsområder i Sverige og Norge på 1600- og 1700-tallet"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.894541/e23/>,
        <http://dewey.info/class/5--94541/e23/>,
        <http://dewey.info/class/948.243/e23/> ;
    skos:prefLabel "Forest Finns"@en,
        "Skogfinner"@nb,
        "Skogfinnar"@nn .

humord:c00928 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00928" ;
    dct:modified "2025-03-05T19:31:36"^^xsd:dateTime ;
    skos:broader humord:c00926 ;
    skos:definition "Finlandssvensker er den svensktalende delen av Finlands befolkning. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.839704897/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.839704897/e23/> ;
    skos:prefLabel "Swedish-speaking population of Finland"@en,
        "Finlandssvensker"@nb,
        "Finlandssvenskar"@nn ;
    skos:related humord:c65804 .

humord:c00929 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00929" ;
    dct:modified "2026-01-09T08:50:55"^^xsd:dateTime ;
    skos:broader humord:c00926 ;
    skos:definition "Finskspråklige personer fra Finland <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.894541/e23/>,
        <http://dewey.info/class/5--94541/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.894541/e23/>,
        <http://dewey.info/class/5--94541/e23/> ;
    skos:prefLabel "Finns"@en,
        "Finner"@nb,
        "Finnar"@nn .

humord:c00930 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00930" ;
    dct:modified "2026-01-09T08:49:41"^^xsd:dateTime ;
    skos:altLabel "Kvener"@en,
        "Kvener"@nn ;
    skos:broader humord:c00926 ;
    skos:exactMatch <http://dewey.info/class/305.894543/e23/>,
        <http://dewey.info/class/5--94543/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.894543/e23/>,
        <http://dewey.info/class/5--94543/e23/> ;
    skos:prefLabel "Kven people"@en,
        "Kvener"@nb,
        "Kvenar"@nn .

humord:c00931 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00931" ;
    dct:modified "2026-01-09T08:49:09"^^xsd:dateTime ;
    skos:altLabel "Flemings"@en,
        "Flemish (People)"@en ;
    skos:broader humord:c00916 ;
    skos:definition "Person fra Flandern, eller de sørlige provinser av Nederlandene, og nederlandsktalende personer i Belgia <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.83932/e23/>,
        <http://dewey.info/class/5--3932/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.83932/e23/>,
        <http://dewey.info/class/5--3932/e23/> ;
    skos:prefLabel "Flemish people"@en,
        "Flamlendere"@nb,
        "Flamlendarar"@nn ;
    skos:related humord:c00941 .

humord:c00932 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00932" ;
    dct:modified "2026-01-15T09:52:50"^^xsd:dateTime ;
    skos:altLabel "Frenchman"@en,
        "Frenchmen"@en,
        "Franskmann"@nb,
        "Franskmann"@nn ;
    skos:broader humord:c00916 ;
    skos:exactMatch <http://dewey.info/class/305.841/e23/>,
        <http://dewey.info/class/5--41/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.841/e23/>,
        <http://dewey.info/class/5--41/e23/> ;
    skos:prefLabel "French people"@en,
        "Franskmenn"@nb,
        "Franskmenn"@nn .

humord:c00934 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00934" ;
    dct:modified "2026-01-15T10:01:43"^^xsd:dateTime ;
    skos:broader humord:c00916 ;
    skos:exactMatch <http://dewey.info/class/305.8392/e23/>,
        <http://dewey.info/class/5--392/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8392/e23/>,
        <http://dewey.info/class/5--392/e23/> ;
    skos:prefLabel "Frisians"@en,
        "Frisere"@nb,
        "Frisarar"@nn .

humord:c00935 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00935" ;
    dct:modified "2026-01-15T10:02:23"^^xsd:dateTime ;
    skos:altLabel "Hellenes"@en ;
    skos:broader humord:c00916 ;
    skos:closeMatch <http://dewey.info/class/5--81/e23/> ;
    skos:exactMatch <http://dewey.info/class/305.88/e23/>,
        <http://dewey.info/class/5--8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.88/e23/>,
        <http://dewey.info/class/5--8/e23/>,
        <http://dewey.info/class/5--81/e23/> ;
    skos:prefLabel "Greeks"@en,
        "Grekere"@nb,
        "Grekarar"@nn .

humord:c00936 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00936" ;
    dct:modified "2026-01-15T10:04:03"^^xsd:dateTime ;
    skos:broader humord:c00916 ;
    skos:exactMatch <http://dewey.info/class/305.83961/e23/>,
        <http://dewey.info/class/5--3961/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.83961/e23/>,
        <http://dewey.info/class/5--3961/e23/> ;
    skos:prefLabel "Icelanders"@en,
        "Islendinger"@nb,
        "Islendingar"@nn .

humord:c00937 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00937" ;
    dct:modified "2026-01-15T10:04:24"^^xsd:dateTime ;
    skos:broader humord:c00916 ;
    skos:exactMatch <http://dewey.info/class/305.851/e23/>,
        <http://dewey.info/class/5--51/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.851/e23/>,
        <http://dewey.info/class/5--51/e23/> ;
    skos:prefLabel "Italians"@en,
        "Italienere"@nb,
        "Italienarar"@nn ;
    skos:related humord:c13856 .

humord:c00938 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00938" ;
    dct:modified "2026-01-15T10:11:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.89454/e23/>,
        <http://dewey.info/class/5--9454/e23/> ;
    skos:broader humord:c00916 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89454/e23/>,
        <http://dewey.info/class/5--9454/e23/> ;
    skos:prefLabel "Karelians"@en,
        "Karelere"@nb,
        "Karelarar"@nn .

humord:c00939 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00939" ;
    dct:modified "2026-01-15T10:12:18"^^xsd:dateTime ;
    skos:broader humord:c00966 ;
    skos:closeMatch <http://dewey.info/class/305.849046/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.849046/e23/> ;
    skos:prefLabel "Catalans"@en,
        "Katalanere"@nb,
        "Katalanarar"@nn .

humord:c00940 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00940" ;
    dct:modified "2026-01-15T10:12:59"^^xsd:dateTime ;
    skos:broader humord:c00916 ;
    skos:definition "Folkegruppe i de italienske Dolomittalper <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.85994/e23/>,
        <http://dewey.info/class/5--5994/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.85994/e23/>,
        <http://dewey.info/class/5--5994/e23/> ;
    skos:prefLabel "Ladin"@en,
        "Ladinere"@nb,
        "Ladinarar"@nn .

humord:c00941 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00941" ;
    dct:modified "2026-01-15T10:13:41"^^xsd:dateTime ;
    skos:altLabel "Nederlendinger"@nb,
        "Nederlendingar"@nn ;
    skos:broader humord:c00916 ;
    skos:definition "Personer fra Nederland (og før 1831, fra Belgia) <PN> Person fra Nederland (og før 1831, fra Belgia) <PN>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.83931/e23/>,
        <http://dewey.info/class/5--3931/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.83931/e23/>,
        <http://dewey.info/class/5--3931/e23/> ;
    skos:prefLabel "Dutch people"@en,
        "Nederlendere"@nb,
        "Nederlendarar"@nn ;
    skos:related humord:c00931 .

humord:c00942 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00942" ;
    dct:modified "2026-01-15T10:14:58"^^xsd:dateTime ;
    skos:altLabel "Rhaeto-Romansch people"@en,
        "Romanche"@en,
        "Romansch"@en,
        "Rumantsch"@en ;
    skos:broadMatch <http://dewey.info/class/305.8599/e23/>,
        <http://dewey.info/class/5--599/e23/> ;
    skos:broader humord:c00916 ;
    skos:definition "Innbyggere av Graubünden (Sveits) og ladinske daler i Tyrol. Taler et retoromansk språk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8599/e23/>,
        <http://dewey.info/class/5--599/e23/> ;
    skos:prefLabel "Romansh people"@en,
        "Retoromanere"@nb,
        "Retoromanarar"@nn .

humord:c00943 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00943" ;
    dct:modified "2026-01-15T10:15:21"^^xsd:dateTime ;
    skos:broader humord:c00916 ;
    skos:exactMatch <http://dewey.info/class/305.8591/e23/>,
        <http://dewey.info/class/5--591/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8591/e23/>,
        <http://dewey.info/class/5--591/e23/> ;
    skos:prefLabel "Romanians"@en,
        "Rumenere"@nb,
        "Rumenarar"@nn .

humord:c00944 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00944" ;
    dct:modified "2024-10-11T14:45:36"^^xsd:dateTime ;
    skos:altLabel "Fjellsamer"@nb,
        "Kystsamer"@nb,
        "Lapper (Folk)"@nb,
        "Samefolket"@nb,
        "Sami"@nb,
        "Sjøsamer"@nb,
        "Skogsamer"@nb,
        "Skogssamer"@nb,
        "Fjellsamar"@nn,
        "Kystsamar"@nn,
        "Lappar (Folk)"@nn,
        "Sami"@nn,
        "Sjøsamar"@nn,
        "Skogsamar"@nn,
        "Skogssamar"@nn ;
    skos:broader humord:c00750 ;
    skos:exactMatch realfagstermer:c000230,
        <http://dewey.info/class/305.89457/e23/>,
        <http://dewey.info/class/5--9457/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000230,
        <http://dewey.info/class/305.89457/e23/>,
        <http://dewey.info/class/5--9457/e23/> ;
    skos:prefLabel "Sámi people"@en,
        "Samer"@nb,
        "Samar"@nn ;
    skos:related humord:c23971 .

humord:c00948 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00948" ;
    dct:modified "2026-01-19T09:54:52"^^xsd:dateTime ;
    skos:altLabel "Skolt Sámi people"@en,
        "Neidensamer"@nb,
        "Neidensamar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.894576/e23/>,
        <http://dewey.info/class/5--94576/e23/> ;
    skos:broader humord:c00951 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.894576/e23/>,
        <http://dewey.info/class/5--94576/e23/> ;
    skos:prefLabel "Skolts"@en,
        "Skoltesamer"@nb,
        "Skoltesamar"@nn .

humord:c00950 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00950" ;
    dct:modified "2026-01-19T09:56:52"^^xsd:dateTime ;
    skos:broader humord:c00944 ;
    skos:exactMatch <http://dewey.info/class/305.8945722/e23/>,
        <http://dewey.info/class/5--945722/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8945722/e23/>,
        <http://dewey.info/class/5--945722/e23/> ;
    skos:prefLabel "South Sámi people"@en,
        "Sørsamer"@nb,
        "Sørsamar"@nn .

humord:c00951 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00951" ;
    dct:modified "2024-08-21T10:51:33"^^xsd:dateTime ;
    skos:broader humord:c00944 ;
    skos:exactMatch <http://dewey.info/class/305.894576/e23/>,
        <http://dewey.info/class/5--94576/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.894576/e23/>,
        <http://dewey.info/class/5--94576/e23/> ;
    skos:prefLabel "Eastern Sámi people"@en,
        "Østsamer"@nb,
        "Austsamar"@nn .

humord:c00952 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00952" ;
    dct:modified "2026-01-19T09:57:31"^^xsd:dateTime ;
    skos:broader humord:c00916 ;
    skos:exactMatch <http://dewey.info/class/305.8395/e23/>,
        <http://dewey.info/class/5--395/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8395/e23/>,
        <http://dewey.info/class/5--395/e23/> ;
    skos:prefLabel "Scandinavians"@en,
        "Skandinaver"@nb,
        "Skandinavar"@nn .

humord:c00953 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00953" ;
    dct:modified "2024-10-07T10:52:05"^^xsd:dateTime ;
    skos:broader humord:c00952 ;
    skos:definition "Dansker er innbyggernavnet på personer fra Danmark <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.83981/e23/>,
        <http://dewey.info/class/5--3981/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.83981/e23/>,
        <http://dewey.info/class/5--3981/e23/> ;
    skos:prefLabel "Danes"@en,
        "Dansker"@nb,
        "Danskar"@nn .

humord:c00954 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00954" ;
    dct:modified "2026-01-19T09:58:20"^^xsd:dateTime ;
    skos:broader humord:c00952 ;
    skos:exactMatch <http://dewey.info/class/305.83982/e23/>,
        <http://dewey.info/class/5--3982/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.83982/e23/>,
        <http://dewey.info/class/5--3982/e23/> ;
    skos:prefLabel "Norwegians"@en,
        "Nordmenn"@nb,
        "Nordmenn"@nn .

humord:c00955 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00955" ;
    dct:modified "2025-04-02T09:23:13"^^xsd:dateTime ;
    skos:altLabel "Trønder"@nn ;
    skos:broadMatch <http://dewey.info/class/305.83982/e23/>,
        <http://dewey.info/class/5--3982/e23/> ;
    skos:broader humord:c00954 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.83982/e23/>,
        <http://dewey.info/class/5--3982/e23/> ;
    skos:prefLabel "People from Trøndelag"@en,
        "Trøndere"@nb,
        "Trønderar"@nn .

humord:c00956 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00956" ;
    dct:modified "2026-01-19T10:00:32"^^xsd:dateTime ;
    skos:broader humord:c00952 ;
    skos:exactMatch <http://dewey.info/class/305.8397/e23/>,
        <http://dewey.info/class/5--397/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8397/e23/>,
        <http://dewey.info/class/5--397/e23/> ;
    skos:prefLabel "Swedes"@en,
        "Svensker"@nb,
        "Svenskar"@nn .

humord:c00957 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00957" ;
    dct:modified "2024-11-04T14:17:27"^^xsd:dateTime ;
    skos:altLabel "Slavic people"@en,
        "Slaver (Folk)"@nb,
        "Slaviske folk"@nb,
        "Slaver (Folk)"@nn,
        "Slaviske folk"@nn ;
    skos:broader humord:c00916 ;
    skos:exactMatch <http://dewey.info/class/305.8918/e23/>,
        <http://dewey.info/class/5--918/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8918/e23/>,
        <http://dewey.info/class/5--918/e23/> ;
    skos:prefLabel "Slavs"@en,
        "Slavere (Folk)"@nb,
        "Slavarar (Folk)"@nn .

humord:c00959 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00959" ;
    dct:modified "2026-01-19T10:02:42"^^xsd:dateTime ;
    skos:broader humord:c00957 ;
    skos:exactMatch <http://dewey.info/class/305.891811/e23/>,
        <http://dewey.info/class/5--91811/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891811/e23/>,
        <http://dewey.info/class/5--91811/e23/> ;
    skos:prefLabel "Bulgarians"@en,
        "Bulgarere"@nb,
        "Bulgararar"@nn .

humord:c00960 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00960" ;
    dct:modified "2024-10-16T13:58:34"^^xsd:dateTime ;
    skos:altLabel "Byelorussians"@en,
        "Hviterussere"@nb,
        "Kviterussarar"@nn ;
    skos:broader humord:c00957 ;
    skos:exactMatch <http://dewey.info/class/305.891799/e23/>,
        <http://dewey.info/class/5--91799/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891799/e23/>,
        <http://dewey.info/class/5--91799/e23/> ;
    skos:prefLabel "Belarusians"@en,
        "Belarusere"@nb,
        "Belarusarar"@nn .

humord:c00961 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00961" ;
    dct:modified "2026-01-19T10:05:28"^^xsd:dateTime ;
    skos:altLabel "Polish people"@en ;
    skos:broader humord:c00957 ;
    skos:closeMatch <http://dewey.info/class/305.89185/e23/>,
        <http://dewey.info/class/5--9185/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89185/e23/>,
        <http://dewey.info/class/5--9185/e23/> ;
    skos:prefLabel "Poles (People)"@en,
        "Polakker"@nb,
        "Polakkar"@nn .

humord:c00962 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00962" ;
    dct:modified "2026-01-19T10:05:51"^^xsd:dateTime ;
    skos:altLabel "Russian people"@en ;
    skos:broader humord:c00957 ;
    skos:exactMatch <http://dewey.info/class/305.89171/e23/>,
        <http://dewey.info/class/5--9171/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89171/e23/>,
        <http://dewey.info/class/5--9171/e23/> ;
    skos:prefLabel "Russians"@en,
        "Russere"@nb,
        "Russarar"@nn .

humord:c00963 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00963" ;
    dct:modified "2026-01-19T10:06:29"^^xsd:dateTime ;
    skos:broader humord:c00957 ;
    skos:closeMatch <http://dewey.info/class/305.89182/e23/>,
        <http://dewey.info/class/5--9182/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89182/e23/>,
        <http://dewey.info/class/5--9182/e23/> ;
    skos:prefLabel "Serbs"@en,
        "Serbere"@nb,
        "Serbarar"@nn .

humord:c00964 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00964" ;
    dct:modified "2026-01-09T08:55:00"^^xsd:dateTime ;
    skos:altLabel "Slovak people"@en,
        "Slovakiske folk"@nb,
        "Slovakiske folk"@nn ;
    skos:broader humord:c00957 ;
    skos:exactMatch <http://dewey.info/class/305.89187/e23/>,
        <http://dewey.info/class/5--9187/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89187/e23/>,
        <http://dewey.info/class/5--9187/e23/> ;
    skos:prefLabel "Slovaks"@en,
        "Slovaker"@nb,
        "Slovakar"@nn .

humord:c00966 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00966" ;
    dct:modified "2026-01-09T08:54:40"^^xsd:dateTime ;
    skos:altLabel "Spanish people"@en,
        "Spaniere"@nb,
        "Spaniarar"@nn ;
    skos:broader humord:c00916 ;
    skos:exactMatch <http://dewey.info/class/305.861/e23/>,
        <http://dewey.info/class/5--61/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.861/e23/>,
        <http://dewey.info/class/5--61/e23/> ;
    skos:prefLabel "Spaniards"@en,
        "Spanjoler"@nb,
        "Spanjolar"@nn .

humord:c00967 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00967" ;
    dct:modified "2024-08-21T10:56:09"^^xsd:dateTime ;
    skos:altLabel "Vest-tyskere"@nb,
        "Østtyskere"@nb,
        "Aust-tyskarar"@nn,
        "Vest-tyskarar"@nn ;
    skos:broader humord:c00916 ;
    skos:exactMatch <http://dewey.info/class/305.831/e23/>,
        <http://dewey.info/class/5--31/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.831/e23/>,
        <http://dewey.info/class/5--31/e23/> ;
    skos:prefLabel "Germans"@en,
        "Tyskere"@nb,
        "Tyskarar"@nn .

humord:c00970 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00970" ;
    dct:modified "2026-01-09T08:53:07"^^xsd:dateTime ;
    skos:altLabel "German Bohemians"@en ;
    skos:broadMatch <http://dewey.info/class/305.831/e23/>,
        <http://dewey.info/class/5--31/e23/> ;
    skos:broader humord:c00967 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.831/e23/>,
        <http://dewey.info/class/5--31/e23/> ;
    skos:prefLabel "Sudeten Germans"@en,
        "Sudettyskere"@nb,
        "Sudettyskarar"@nn .

humord:c00971 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00971" ;
    dct:modified "2026-01-09T08:51:51"^^xsd:dateTime ;
    skos:altLabel "Magyars"@en,
        "Madjarer"@nb,
        "Madjarar"@nn ;
    skos:broader humord:c00916 ;
    skos:exactMatch <http://dewey.info/class/305.894511/e23/>,
        <http://dewey.info/class/5--94511/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.894511/e23/>,
        <http://dewey.info/class/5--94511/e23/> ;
    skos:prefLabel "Hungarians"@en,
        "Ungarere"@nb,
        "Ungararar"@nn .

humord:c00972 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00972" ;
    dct:modified "2024-08-26T15:34:33"^^xsd:dateTime ;
    skos:broader humord:c00916 ;
    skos:exactMatch <http://dewey.info/class/305.89166/e23/>,
        <http://dewey.info/class/5--9166/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89166/e23/>,
        <http://dewey.info/class/5--9166/e23/> ;
    skos:prefLabel "Welsh people"@en,
        "Walisere"@nb,
        "Walisarar"@nn .

humord:c00973 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2011-06-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00973" ;
    dct:modified "2025-02-27T14:47:55"^^xsd:dateTime ;
    skos:broader humord:c15742 ;
    skos:inScheme humord: ;
    skos:prefLabel "Ethnic and national groups in Oceania"@en,
        "Folkegrupper i Oseania"@nb,
        "Folkegrupper i Oseania"@nn .

humord:c00974 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00974" ;
    dct:modified "2025-07-10T11:13:47"^^xsd:dateTime ;
    skos:altLabel "Kiriwinians"@en,
        "Trobriand islanders"@en,
        "Kilivila"@nb,
        "Kiriwina"@nb,
        "Kilivila"@nn,
        "Kiriwina"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8995/e23/>,
        <http://dewey.info/class/5--995/e23/> ;
    skos:broader humord:c27485 ;
    skos:definition "Trobriandere er befolkningen på Kiriwinaøyene (tidligere Trobriandøyene) i Papua Ny-Guinea. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8995/e23/>,
        <http://dewey.info/class/5--995/e23/> ;
    skos:prefLabel "Trobrianders"@en,
        "Trobriandere"@nb,
        "Trobriandarar"@nn .

humord:c00975 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00975" ;
    dct:modified "2025-06-25T12:47:02"^^xsd:dateTime ;
    skos:broader humord:c15743 ;
    skos:inScheme humord: ;
    skos:prefLabel "Historic ethnic and national groups"@en,
        "Historiske folkegrupper"@nb,
        "Historiske folkegrupper"@nn .

humord:c00976 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-08-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00976" ;
    dct:modified "2026-09-08T12:52:09"^^xsd:dateTime ;
    skos:altLabel "Abbasids"@en,
        "Abbasidiske kalifat"@nb,
        "Abbasidiske kalifat"@nn ;
    skos:broadMatch <http://dewey.info/class/956.702/e23/> ;
    skos:broader humord:c03955 ;
    skos:definition "Etterkommere etter Muhammads eldste farbror Abbas, kaliffer i Bagdad 750-1258 <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/956.01/e23/>,
        <http://dewey.info/class/956.702/e23/> ;
    skos:prefLabel "Abbaside caliphate"@en,
        "Abbasider"@nb,
        "Abbasidar"@nn ;
    skos:related humord:c01634,
        humord:c03754 ;
    skos:relatedMatch <http://dewey.info/class/956.01/e23/> .

humord:c00978 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00978" ;
    dct:modified "2025-06-25T13:12:40"^^xsd:dateTime ;
    skos:altLabel "Alamanni"@en,
        "Alemanni"@nb,
        "Allamanni"@nb,
        "Alemanni"@nn,
        "Allamanni"@nn ;
    skos:broader humord:c00975 ;
    skos:closeMatch <http://dewey.info/class/936.302/e23/> ;
    skos:definition "Alemanner var et forbund av germanske folk som levde i området mellom Rhinen og Donau i den senromerske perioden eller senantikken. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/936.302/e23/> ;
    skos:prefLabel "Alemanni"@en,
        "Alemannere"@nb,
        "Alemannarar"@nn .

humord:c00979 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00979" ;
    dct:modified "2025-06-25T13:26:40"^^xsd:dateTime ;
    skos:altLabel "Avars"@en,
        "Avarere"@nb,
        "Avararar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8943/e23/>,
        <http://dewey.info/class/5--943/e23/>,
        <http://dewey.info/class/939.2/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Avarer var en mongolsk eller tyrkisk folkestamme som dannet rike i Øst- og Sentraleuropa i folkevandringstiden. Det er også betegnelse på en folkestamme i (dagens) Kaukasus. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8943/e23/>,
        <http://dewey.info/class/5--943/e23/>,
        <http://dewey.info/class/939.2/e23/> ;
    skos:prefLabel "Pannonian Avars"@en,
        "Avarer"@nb,
        "Avarar"@nn .

humord:c00981 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00981" ;
    dct:modified "2025-06-25T13:29:14"^^xsd:dateTime ;
    skos:broader humord:c00975 ;
    skos:definition "Etruskere var et oldtidsfolk fra området Etruria i Italia og dominerte i perioden 700–400 fvt.. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.89994/e23/>,
        <http://dewey.info/class/5--9994/e23/>,
        <http://dewey.info/class/937.501/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89994/e23/>,
        <http://dewey.info/class/5--9994/e23/>,
        <http://dewey.info/class/937.501/e23/> ;
    skos:prefLabel "Etruscans"@en,
        "Etruskere"@nb,
        "Etruskarar"@nn ;
    skos:related humord:c02438 .

humord:c00982 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00982" ;
    dct:modified "2025-06-25T13:39:53"^^xsd:dateTime ;
    skos:altLabel "Phoenicians"@en,
        "Punere"@nb,
        "Punarar"@nn ;
    skos:broader humord:c00975 ;
    skos:closeMatch <http://dewey.info/class/305.8926/e23/>,
        <http://dewey.info/class/5--926/e23/> ;
    skos:definition "Fønikere var en semittisk folkegruppe som bodde i Kanaan, et område langs Middelhavets østkyst som omfatter dagens Israel, Palestina, Libanon og høylandet langs elven Jordan og det sørvestlige Syria. <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8926/e23/>,
        <http://dewey.info/class/5--926/e23/> ;
    skos:prefLabel "Punics"@en,
        "Fønikere"@nb,
        "Fønikarar"@nn ;
    skos:related humord:c16787 .

humord:c00984 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00984" ;
    dct:modified "2025-06-25T13:41:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.8916/e23/>,
        <http://dewey.info/class/5--916/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Gallere var i oldtiden innbyggerne i Gallia, det vil si i dagens Frankrike, deler av Belgia og Alperegionen. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8916/e23/>,
        <http://dewey.info/class/5--916/e23/> ;
    skos:prefLabel "Gauls"@en,
        "Gallere"@nb,
        "Gallarar"@nn .

humord:c00985 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00985" ;
    dct:modified "2025-06-25T13:57:15"^^xsd:dateTime ;
    skos:broader humord:c00975 ;
    skos:closeMatch <http://dewey.info/class/936.3/e23/> ;
    skos:definition "Germanere er en samlebetegnelse for folkegrupper med germanske språk som levde i Europa i jernalderen. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.83/e23/>,
        <http://dewey.info/class/5--3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.83/e23/>,
        <http://dewey.info/class/5--3/e23/>,
        <http://dewey.info/class/936.3/e23/> ;
    skos:prefLabel "Germanic peoples"@en,
        "Germanere"@nb,
        "Germanarar"@nn .

humord:c00986 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00986" ;
    dct:modified "2024-08-15T07:32:37"^^xsd:dateTime ;
    skos:broader humord:c00985 ;
    skos:closeMatch <http://dewey.info/class/305.82/e23/>,
        <http://dewey.info/class/5--2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.82/e23/>,
        <http://dewey.info/class/5--2/e23/> ;
    skos:prefLabel "Anglo-Saxons"@en,
        "Angelsaksere"@nb,
        "Angelsaksarar"@nn ;
    skos:related humord:c10865 .

humord:c00987 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00987" ;
    dct:modified "2025-07-02T09:44:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.82/e23/>,
        <http://dewey.info/class/5--2/e23/> ;
    skos:broader humord:c00986 ;
    skos:definition "Saksere var en germansk folkegruppe som på romersk tid var bosatt ved munningen av Elben i det nordlige Tyskland. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.82/e23/>,
        <http://dewey.info/class/5--2/e23/>,
        <http://dewey.info/class/942.017/e23/> ;
    skos:prefLabel "Saxons"@en,
        "Saksere"@nb,
        "Saksarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/942.017/e23/> .

humord:c00988 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00988" ;
    dct:modified "2025-07-02T09:49:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.839/e23/>,
        <http://dewey.info/class/5--39/e23/>,
        <http://dewey.info/class/936.3/e23/> ;
    skos:broader humord:c00985 ;
    skos:definition "Frankere var et germansk folk som bosatte seg i Vest-Europa i folkevandringstiden. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.839/e23/>,
        <http://dewey.info/class/5--39/e23/>,
        <http://dewey.info/class/936.3/e23/> ;
    skos:prefLabel "Franks"@en,
        "Frankere"@nb,
        "Frankarar"@nn .

humord:c00989 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00989" ;
    dct:modified "2025-07-02T09:57:10"^^xsd:dateTime ;
    skos:altLabel "Gothere"@nb,
        "Gotharar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.839/e23/>,
        <http://dewey.info/class/5--39/e23/>,
        <http://dewey.info/class/936.3/e23/> ;
    skos:broader humord:c00985 ;
    skos:definition "Gotere var en germansk folkegruppe som levde i Sentral- og Øst-Europa i de første århundrene etter vår tidsregning (evt.). <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.839/e23/>,
        <http://dewey.info/class/5--39/e23/>,
        <http://dewey.info/class/936.3/e23/> ;
    skos:prefLabel "Goths"@en,
        "Gotere"@nb,
        "Gotarar"@nn .

humord:c00990 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00990" ;
    dct:modified "2025-07-02T10:01:43"^^xsd:dateTime ;
    skos:altLabel "Ostrogotere"@nb,
        "Ostrogotarar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.839/e23/>,
        <http://dewey.info/class/5--39/e23/>,
        <http://dewey.info/class/936.3/e23/> ;
    skos:broader humord:c00989 ;
    skos:definition "Østgotere var et germansk folk som omkring 150 evt. skal ha brutt opp fra Østersjøområdet og vandret til områdene rundt Svartehavet. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.839/e23/>,
        <http://dewey.info/class/5--39/e23/>,
        <http://dewey.info/class/936.3/e23/> ;
    skos:prefLabel "Ostrogoths"@en,
        "Østgotere"@nb,
        "Austgotarar"@nn .

humord:c00991 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00991" ;
    dct:modified "2025-06-25T14:07:48"^^xsd:dateTime ;
    skos:altLabel "Hetitter"@nb,
        "Hetittar"@nn ;
    skos:broader humord:c00975 ;
    skos:closeMatch <http://dewey.info/class/305.89199/e23/>,
        <http://dewey.info/class/5--9199/e23/> ;
    skos:editorialNote "Hettitter var et folk av indoeuropeisk opprinnelse som trengte inn i Lilleasia (Anatolia, dagens Tyrkia) før og rundt år 2000 fvt. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89199/e23/>,
        <http://dewey.info/class/5--9199/e23/> ;
    skos:prefLabel "Hittites"@en,
        "Hettitter"@nb,
        "Hettittar"@nn .

humord:c00993 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-05-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00993" ;
    dct:modified "2025-06-25T14:12:45"^^xsd:dateTime ;
    skos:altLabel "Hurrier"@nb,
        "Hurriarar"@nn ;
    skos:broadMatch <http://dewey.info/class/939.4/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Hurritter var et oldtidsfolk som levde i det nordlige Mesopotamia <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/939.4/e23/> ;
    skos:prefLabel "Hurrians"@en,
        "Hurritter"@nb,
        "Hurrittar"@nn .

humord:c00994 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00994" ;
    dct:modified "2025-06-27T09:01:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/939.87/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Illyrere var befolkningen som i antikken bodde i vestlige deler av Balkan. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/939.87/e23/> ;
    skos:prefLabel "Illyrians"@en,
        "Illyrere"@nb,
        "Illyrarar"@nn .

humord:c00995 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00995" ;
    dct:modified "2025-06-27T09:06:38"^^xsd:dateTime ;
    skos:altLabel "Indo-ariske folk"@nb,
        "Indo-ariske folk"@nn ;
    skos:broadMatch <http://dewey.info/class/934/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Indoariere er en mangfoldig samling av folkeslag som hovedsakelig finnes i Sør-Asia, og som (tradisjonelt) snakker indoariske språk som stammer fra sanskrit. <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/934/e23/> ;
    skos:prefLabel "Indo-Aryans"@en,
        "Indoariere"@nb,
        "Indoariarar"@nn .

humord:c00996 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00996" ;
    dct:modified "2025-06-27T09:11:11"^^xsd:dateTime ;
    skos:altLabel "Indoeuropeiske folkegrupper"@nb,
        "Indoeuropeiske folkegrupper"@nn ;
    skos:broader humord:c00975 ;
    skos:closeMatch <http://dewey.info/class/305.809/e23/>,
        <http://dewey.info/class/5--09/e23/> ;
    skos:definition "Indoeuropeere er en sammenfattende betegnelse på alle de folkene som taler indoeuropeiske språk. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.809/e23/>,
        <http://dewey.info/class/5--09/e23/> ;
    skos:prefLabel "Indo-Europeans"@en,
        "Indoeuropeere"@nb,
        "Indoeuropearar"@nn .

humord:c00998 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00998" ;
    dct:modified "2025-06-27T11:03:21"^^xsd:dateTime ;
    skos:altLabel "Yugoslavians"@en ;
    skos:broader humord:c00975 ;
    skos:closeMatch <http://dewey.info/class/305.89182/e23/>,
        <http://dewey.info/class/5--9182/e23/> ;
    skos:definition "Jugoslaver betegner innbyggere i staten Jugoslavia, som eksisterte i ulike former fra 1918 til 1992. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89182/e23/>,
        <http://dewey.info/class/5--9182/e23/> ;
    skos:prefLabel "Yugoslavs"@en,
        "Jugoslaver"@nb,
        "Jugoslavar"@nn .

humord:c00999 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME00999" ;
    dct:modified "2025-06-27T12:03:05"^^xsd:dateTime ;
    skos:broader humord:c00975 ;
    skos:closeMatch <http://dewey.info/class/936.4/e23/> ;
    skos:definition "Keltere var en folkegruppe som levde i Europa i jernalderen og i romersk tid. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.8916/e23/>,
        <http://dewey.info/class/5--916/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8916/e23/>,
        <http://dewey.info/class/5--916/e23/>,
        <http://dewey.info/class/936.4/e23/> ;
    skos:prefLabel "Celts (People)"@en,
        "Keltere"@nb,
        "Keltarar"@nn ;
    skos:related humord:c14982 .

humord:c01000 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01000" ;
    dct:modified "2025-06-27T12:05:25"^^xsd:dateTime ;
    skos:altLabel "Kazarer"@nb,
        "Khasarer"@nb,
        "Kazarar"@nn,
        "Khasarar"@nn ;
    skos:broadMatch <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.01/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Khazarer var et tyrkisk folk, opprinnelig nomader, som man visstnok kan føre tilbake til 400-tallet <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.01/e23/> ;
    skos:prefLabel "Khazars"@en,
        "Khazarer"@nb,
        "Khazarar"@nn .

humord:c01002 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01002" ;
    dct:modified "2025-06-27T12:55:33"^^xsd:dateTime ;
    skos:altLabel "Cossacs"@en ;
    skos:broader humord:c00975 ;
    skos:definition "Kosakker er en folkegruppe som i det gamle Russland, Ukraina og Polen utgjorde en slags fri stand, først nevnt på 1300-tallet.  <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.891714/e23/>,
        <http://dewey.info/class/5--91714/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891714/e23/>,
        <http://dewey.info/class/5--91714/e23/> ;
    skos:prefLabel "Cossacks"@en,
        "Kosakker"@nb,
        "Kosakkar"@nn .

humord:c01003 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01003" ;
    dct:modified "2025-06-30T07:56:08"^^xsd:dateTime ;
    skos:altLabel "Langobards"@en,
        "Longobards"@en ;
    skos:broadMatch <http://dewey.info/class/940.12/e23/>,
        <http://dewey.info/class/945.01/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Langobarder var en germansk stamme i folkevandringstiden. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.12/e23/>,
        <http://dewey.info/class/945.01/e23/> ;
    skos:prefLabel "Lombards"@en,
        "Langobarder"@nb,
        "Langobardar"@nn .

humord:c01004 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01004" ;
    dct:modified "2025-06-30T10:01:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.8927046/e23/>,
        <http://dewey.info/class/946.02/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Maurere var den arabisk-berbiske befolkningen som bodde i Spania og delvis i Nord-Afrika inntil 1492 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8927046/e23/>,
        <http://dewey.info/class/946.02/e23/> ;
    skos:prefLabel "Moors (People)"@en,
        "Maurere"@nb,
        "Maurarar"@nn .

humord:c01005 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01005" ;
    dct:modified "2025-07-02T11:25:41"^^xsd:dateTime ;
    skos:altLabel "Mudéjar"@en,
        "Mudéjar"@nb,
        "Mudéjar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8927046/e23/> ;
    skos:broader humord:c01004 ;
    skos:definition "Mudejarer var maurere som bodde i de kristne deler av Spania og beholdt sin islamske tro <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8927046/e23/>,
        <http://dewey.info/class/946.02/e23/> ;
    skos:prefLabel "Mudéjars"@en,
        "Mudejarer"@nb,
        "Mudejarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/946.02/e23/> .

humord:c01006 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01006" ;
    dct:modified "2025-06-30T10:05:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/935.75/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Medere var et oldtidsfolk i Media, nåværende Iran, i første årtusen fvt. <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/935.75/e23/> ;
    skos:prefLabel "Medes"@en,
        "Medere"@nb,
        "Medarar"@nn .

humord:c01007 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01007" ;
    dct:modified "2025-06-25T13:03:12"^^xsd:dateTime ;
    skos:altLabel "Neandertalarmenneske"@nb,
        "Neandertalmennesker"@nb ;
    skos:broader humord:c15741,
        humord:c64908 ;
    skos:definition "Neandertalere er en utdødd art i menneskefamilien. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004046,
        <http://dewey.info/class/569.986/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004046,
        <http://dewey.info/class/569.986/e23/> ;
    skos:prefLabel "Neanderthals"@en,
        "Neandertalere"@nb,
        "Neandertalarar"@nn .

humord:c01008 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01008" ;
    dct:modified "2025-06-30T11:17:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.8395/e23/>,
        <http://dewey.info/class/5--395/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Normannere var et av vesteuropeernes navn på vikingene, men betegnelsen brukes også om krigerne fra Normandie som på 1000- og 1100-tallet gjorde seg til herrer i Sør-Italia og på Sicilia og spilte en viktig rolle i det første korstoget. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8395/e23/>,
        <http://dewey.info/class/5--395/e23/>,
        <http://dewey.info/class/942.02/e23/>,
        <http://dewey.info/class/945.703/e23/>,
        <http://dewey.info/class/945.803/e23/> ;
    skos:prefLabel "Normans"@en,
        "Normannere"@nb,
        "Normannarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/942.02/e23/>,
        <http://dewey.info/class/945.703/e23/>,
        <http://dewey.info/class/945.803/e23/> .

humord:c01009 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-08-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01009" ;
    dct:modified "2025-06-25T13:07:24"^^xsd:dateTime ;
    skos:altLabel "Sinanthropus"@en,
        "Sinanthropus"@nb,
        "Sinanthropus"@nn ;
    skos:broadMatch <http://dewey.info/class/569.97/e23/> ;
    skos:broader humord:c15741 ;
    skos:definition "Pekingmennesket er en tidligere betegnelse for en menneskeslekt som levde i Kina for omtrent 500 000 til 250 000 år siden. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/569.97/e23/> ;
    skos:prefLabel "Peking man"@en,
        "Pekingmennesket"@nb,
        "Pekingmennesket"@nn .

humord:c01010 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01010" ;
    dct:modified "2025-06-30T11:18:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/936.11/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Piktere var en folkegruppe i Skottland i senantikken og tidlig middelalder. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/936.11/e23/> ;
    skos:prefLabel "Picts"@en,
        "Piktere"@nb,
        "Piktarar"@nn .

humord:c01011 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01011" ;
    dct:modified "2025-06-30T11:24:52"^^xsd:dateTime ;
    skos:altLabel "Rhaetian people"@en ;
    skos:broadMatch <http://dewey.info/class/936.34/e23/>,
        <http://dewey.info/class/936.364/e23/>,
        <http://dewey.info/class/936.947/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Retere var en folkegruppe som bodde i Raetia (et landområde i Alpene) før den romerske erobring <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/936.34/e23/>,
        <http://dewey.info/class/936.364/e23/>,
        <http://dewey.info/class/936.947/e23/> ;
    skos:prefLabel "Raeti"@en,
        "Retere"@nb,
        "Retarar"@nn .

humord:c01012 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01012" ;
    dct:modified "2025-06-30T12:39:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.8915/e23/>,
        <http://dewey.info/class/5--915/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Skytere er et gresk navn på de iranske folkene som i oldtiden bodde i landet nord for Svartehavet <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8915/e23/>,
        <http://dewey.info/class/5--915/e23/> ;
    skos:prefLabel "Scythians"@en,
        "Skytere"@nb,
        "Skytarar"@nn ;
    skos:related humord:c20309 .

humord:c01013 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01013" ;
    dct:modified "2025-06-30T12:49:43"^^xsd:dateTime ;
    skos:altLabel "Sumerian people"@en ;
    skos:broader humord:c00975 ;
    skos:definition "Sumerere er vår betegnelse for de før-semittiske innbyggerne i Sumer, som lå i den sørlige delen av Mesopotamia. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.89995/e23/>,
        <http://dewey.info/class/5--9995/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.89995/e23/>,
        <http://dewey.info/class/5--9995/e23/> ;
    skos:prefLabel "Sumer (People)"@en,
        "Sumerere"@nb,
        "Sumerarar"@nn .

humord:c01014 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01014" ;
    dct:modified "2025-06-30T13:17:34"^^xsd:dateTime ;
    skos:altLabel "Thrakere"@nb,
        "Thrakarar"@nn ;
    skos:broadMatch <http://dewey.info/class/939.861/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Trakere var en gruppe indoeuropeiske stammer som levde på Balkanhalvøya i oldtiden <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/939.861/e23/> ;
    skos:prefLabel "Thracians"@en,
        "Trakere"@nb,
        "Trakarar"@nn .

humord:c01015 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01015" ;
    dct:modified "2024-08-21T07:17:22"^^xsd:dateTime ;
    skos:altLabel "Hsiung-nu"@nb,
        "Hsiung-nu"@nn ;
    skos:broadMatch <http://dewey.info/class/931.04/e23/> ;
    skos:broader humord:c00975 ;
    skos:definition "Xiongnu er en kinesisk term for mongolske og ikke-mongolske folk som holdt til rundt Kina <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/931.04/e23/> ;
    skos:prefLabel "Xiongnu"@en,
        "Xiongnu"@nb,
        "Xiongnu"@nn .

humord:c01017 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01017" ;
    dct:modified "2026-04-23T10:37:27"^^xsd:dateTime ;
    skos:inScheme humord: ;
    skos:prefLabel "Form terms"@en,
        "Formtermer"@nb,
        "Formtermar"@nn ;
    skos:topConceptOf humord: .

humord:c01018 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01018" ;
    dct:modified "2026-04-23T10:37:02"^^xsd:dateTime ;
    skos:broader humord:c01017 ;
    skos:inScheme humord: ;
    skos:prefLabel "Bibliographic form"@en,
        "Bibliografisk form"@nb,
        "Bibliografisk form"@nn .

humord:c01128 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01128" ;
    dct:modified "2024-12-06T12:57:38"^^xsd:dateTime ;
    skos:altLabel "Afghansk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Afghan folk literature"@en,
        "Afghansk folkediktning"@nb,
        "Afghansk folkedikting"@nn .

humord:c01130 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01130" ;
    dct:modified "2024-12-06T12:58:07"^^xsd:dateTime ;
    skos:altLabel "Albansk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Albanian folk literature"@en,
        "Albansk folkediktning"@nb,
        "Albansk folkedikting"@nn .

humord:c01131 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01131" ;
    dct:modified "2024-12-06T12:59:24"^^xsd:dateTime ;
    skos:altLabel "Unangam tunnu folk literature"@en,
        "Aleutisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Aleut folk literature"@en,
        "Aleutisk folkediktning"@nb,
        "Aleutisk folkedikting"@nn .

humord:c01133 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01133" ;
    dct:modified "2024-12-06T12:59:39"^^xsd:dateTime ;
    skos:altLabel "Amerikansk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "American folk literature"@en,
        "Amerikansk folkediktning"@nb,
        "Amerikansk folkedikting"@nn .

humord:c01134 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01134" ;
    dct:modified "2024-12-06T13:01:08"^^xsd:dateTime ;
    skos:altLabel "Arabisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Arabic folk literature"@en,
        "Arabisk folkediktning"@nb,
        "Arabisk folkedikting"@nn .

humord:c01136 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01136" ;
    dct:modified "2024-12-06T10:47:57"^^xsd:dateTime ;
    skos:altLabel "Avarisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Avaric folk literature"@en,
        "Avarisk folkediktning"@nb,
        "Avarisk folkedikting"@nn .

humord:c01137 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01137" ;
    dct:modified "2024-12-06T10:59:03"^^xsd:dateTime ;
    skos:altLabel "Bakhtiyari folk literature"@en,
        "Bakhtiari folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Bakhtiari folk literature"@en,
        "Bakhtiari folkediktning"@nb,
        "Bakhtiari folkedikting"@nn .

humord:c01138 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01138" ;
    dct:modified "2024-12-06T12:52:10"^^xsd:dateTime ;
    skos:altLabel "Bambara folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Bambara folk literature"@en,
        "Bambara folkediktning"@nb,
        "Bambara folkedikting"@nn .

humord:c01139 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01139" ;
    dct:modified "2024-12-06T12:53:51"^^xsd:dateTime ;
    skos:altLabel "Bengali folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Bengali folk literature"@en,
        "Bengali folkediktning"@nb,
        "Bengali folkedikting"@nn .

humord:c01142 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01142" ;
    dct:modified "2024-12-06T10:35:10"^^xsd:dateTime ;
    skos:altLabel "Burushaski folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Burushaski folk literature"@en,
        "Burushaski folkediktning"@nb,
        "Burushaski folkedikting"@nn .

humord:c01143 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01143" ;
    dct:modified "2024-12-06T10:36:20"^^xsd:dateTime ;
    skos:altLabel "Dagari folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Dagari folk literature"@en,
        "Dagari folkediktning"@nb,
        "Dagari folkedikting"@nn .

humord:c01144 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01144" ;
    dct:modified "2024-12-06T10:39:17"^^xsd:dateTime ;
    skos:altLabel "Dansk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Danish folk literature"@en,
        "Dansk folkediktning"@nb,
        "Dansk folkedikting"@nn .

humord:c01145 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01145" ;
    dct:modified "2024-12-06T10:42:57"^^xsd:dateTime ;
    skos:altLabel "Egyptisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Egyptian folk literature"@en,
        "Egyptisk folkediktning"@nb,
        "Egyptisk folkedikting"@nn .

humord:c01146 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01146" ;
    dct:modified "2024-12-06T10:08:44"^^xsd:dateTime ;
    skos:altLabel "Engelsk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "English folk literature"@en,
        "Engelsk folkediktning"@nb,
        "Engelsk folkedikting"@nn .

humord:c01147 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01147" ;
    dct:modified "2024-12-06T10:02:50"^^xsd:dateTime ;
    skos:altLabel "Estisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Estonian folk literature"@en,
        "Estisk folkediktning"@nb,
        "Estisk folkedikting"@nn .

humord:c01148 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01148" ;
    dct:modified "2024-12-06T10:18:15"^^xsd:dateTime ;
    skos:altLabel "Europeisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "European folk literature"@en,
        "Europeisk folkediktning"@nb,
        "Europeisk folkedikting"@nn .

humord:c01149 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01149" ;
    dct:modified "2024-12-06T10:22:07"^^xsd:dateTime ;
    skos:altLabel "Suomi folk literature"@en,
        "Finsk folkediktning"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Finnish folk literature"@en,
        "Finsk folkediktning"@nb,
        "Finsk folkedikting"@nn .

humord:c01150 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01150" ;
    dct:modified "2024-12-06T10:23:19"^^xsd:dateTime ;
    skos:altLabel "Fransk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "French folk literature"@en,
        "Fransk folkediktning"@nb,
        "Fransk folkedikting"@nn .

humord:c01151 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01151" ;
    dct:modified "2024-12-06T10:26:39"^^xsd:dateTime ;
    skos:altLabel "Fulfulde folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Fulfulde folk literature"@en,
        "Fulfulde folkediktning"@nb,
        "Fulfulde folkedikting"@nn .

humord:c01152 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01152" ;
    dct:modified "2024-12-06T10:18:59"^^xsd:dateTime ;
    skos:altLabel "Færøysk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Faroese folk literature"@en,
        "Færøysk folkediktning"@nb,
        "Færøysk folkedikting"@nn .

humord:c01153 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01153" ;
    dct:modified "2024-12-06T09:39:30"^^xsd:dateTime ;
    skos:altLabel "Galicisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Galician folk literature"@en,
        "Galicisk folkediktning"@nb,
        "Galicisk folkedikting"@nn .

humord:c01154 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01154" ;
    dct:modified "2024-12-06T09:43:47"^^xsd:dateTime ;
    skos:altLabel "Gresk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Greek folk literature"@en,
        "Gresk folkediktning"@nb,
        "Gresk folkedikting"@nn .

humord:c01155 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01155" ;
    dct:modified "2024-12-06T09:38:44"^^xsd:dateTime ;
    skos:altLabel "Gælisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Gaelic folk literature"@en,
        "Gælisk folkediktning"@nb,
        "Gælisk folkedikting"@nn .

humord:c01157 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01157" ;
    dct:modified "2024-12-06T09:53:31"^^xsd:dateTime ;
    skos:altLabel "Indisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Indian folk literature"@en,
        "Indisk folkediktning"@nb,
        "Indisk folkedikting"@nn .

humord:c01158 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01158" ;
    dct:modified "2024-12-06T09:54:27"^^xsd:dateTime ;
    skos:altLabel "Ingushisk folkedikting"@nb,
        "Ingushisk folkediktning"@nb,
        "Ingusisk folkedikting"@nb,
        "Ingusisk folkediktning"@nb,
        "Ingusjisk folkedikting"@nb,
        "Ingushisk folkedikting"@nn,
        "Ingusisk folkedikting"@nn ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Ingush folk literature"@en,
        "Ingusjisk folkediktning"@nb,
        "Ingusjisk folkedikting"@nn .

humord:c01159 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01159" ;
    dct:modified "2024-12-06T09:55:27"^^xsd:dateTime ;
    skos:altLabel "Inuit folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Inuit folk literature"@en,
        "Inuit folkediktning"@nb,
        "Inuit folkedikting"@nn .

humord:c01160 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01160" ;
    dct:modified "2024-12-06T09:11:10"^^xsd:dateTime ;
    skos:altLabel "Irsk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Irish folk literature"@en,
        "Irsk folkediktning"@nb,
        "Irsk folkedikting"@nn .

humord:c01162 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01162" ;
    dct:modified "2024-12-06T09:25:54"^^xsd:dateTime ;
    skos:altLabel "Japansk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Japanese folk literature"@en,
        "Japansk folkediktning"@nb,
        "Japansk folkedikting"@nn .

humord:c01163 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01163" ;
    dct:modified "2024-12-06T09:26:34"^^xsd:dateTime ;
    skos:altLabel "Jødisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Jewish folk literature"@en,
        "Jødisk folkediktning"@nb,
        "Jødisk folkedikting"@nn .

humord:c01164 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01164" ;
    dct:modified "2024-12-04T11:53:55"^^xsd:dateTime ;
    skos:altLabel "Katalansk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Catalan folk literature"@en,
        "Katalansk folkediktning"@nb,
        "Katalansk folkedikting"@nn .

humord:c01165 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01165" ;
    dct:modified "2024-12-05T08:53:51"^^xsd:dateTime ;
    skos:altLabel "Khoisan folkedikting"@nb,
        "San folkedikting"@nb,
        "San folkediktning"@nb,
        "San folkedikting"@nn ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Khoisan folk literature"@en,
        "Khoisan folkediktning"@nb,
        "Khoisan folkedikting"@nn .

humord:c01166 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01166" ;
    dct:modified "2024-12-05T13:01:44"^^xsd:dateTime ;
    skos:altLabel "Kinesisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Chinese folk literature"@en,
        "Kinesisk folkediktning"@nb,
        "Kinesisk folkedikting"@nn .

humord:c01167 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01167" ;
    dct:modified "2024-12-04T11:11:30"^^xsd:dateTime ;
    skos:altLabel "Ladinsk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Ladino folk literature"@en,
        "Ladinsk folkediktning"@nb,
        "Ladinsk folkedikting"@nn .

humord:c01168 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01168" ;
    dct:modified "2024-12-04T11:11:55"^^xsd:dateTime ;
    skos:altLabel "Latvisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Latvian folk literature"@en,
        "Latvisk folkediktning"@nb,
        "Latvisk folkedikting"@nn .

humord:c01169 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01169" ;
    dct:modified "2024-12-04T11:16:36"^^xsd:dateTime ;
    skos:altLabel "Lazisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Laz folk literature"@en,
        "Lazisk folkediktning"@nb,
        "Lazisk folkedikting"@nn .

humord:c01170 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01170" ;
    dct:modified "2024-12-04T11:21:56"^^xsd:dateTime ;
    skos:altLabel "Litauisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Lithuanian folk literature"@en,
        "Litauisk folkediktning"@nb,
        "Litauisk folkedikting"@nn .

humord:c01171 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01171" ;
    dct:modified "2024-12-04T11:40:09"^^xsd:dateTime ;
    skos:altLabel "Makedonsk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Macedonian folk literature"@en,
        "Makedonsk folkediktning"@nb,
        "Makedonsk folkedikting"@nn .

humord:c01172 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01172" ;
    dct:modified "2024-12-04T11:42:29"^^xsd:dateTime ;
    skos:altLabel "Araucana folk literature"@en,
        "Mapuche folk literature"@en,
        "Araukansk folkedikting"@nb,
        "Araukansk folkediktning"@nb,
        "Mapuche folkediktning"@nb,
        "Mapudungun folkedikting"@nb,
        "Araukansk folkedikting"@nn ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Mapudungun folk literature"@en,
        "Mapudungun folkediktning"@nb,
        "Mapudungun folkedikting"@nn .

humord:c01173 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01173" ;
    dct:modified "2024-12-04T11:44:50"^^xsd:dateTime ;
    skos:altLabel "Mari folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Mari folk literature"@en,
        "Mari folkediktning"@nb,
        "Mari folkedikting"@nn .

humord:c01178 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01178" ;
    dct:modified "2024-12-04T10:58:05"^^xsd:dateTime ;
    skos:altLabel "Norsk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Norwegian folk literature"@en,
        "Norsk folkediktning"@nb,
        "Norsk folkedikting"@nn .

humord:c01179 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01179" ;
    dct:modified "2024-12-03T14:41:49"^^xsd:dateTime ;
    skos:altLabel "Nzakara folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Nzakara folk literature"@en,
        "Nzakara folkediktning"@nb,
        "Nzakara folkedikting"@nn .

humord:c01180 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01180" ;
    dct:modified "2024-12-03T14:42:16"^^xsd:dateTime ;
    skos:altLabel "Ossetisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Ossetic folk literature"@en,
        "Ossetisk folkediktning"@nb,
        "Ossetisk folkedikting"@nn .

humord:c01181 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01181" ;
    dct:modified "2024-12-06T09:47:09"^^xsd:dateTime ;
    skos:altLabel "Ostjak folk literature"@en,
        "Hanti folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Khanty folk literature"@en,
        "Hanti folkediktning"@nb,
        "Hanti folkedikting"@nn .

humord:c01182 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01182" ;
    dct:modified "2024-12-03T14:42:55"^^xsd:dateTime ;
    skos:altLabel "Pakistansk folkedikting"@nn ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Pakistani folk literature"@en,
        "Pakistansk folkediktning"@nb,
        "Pakistansk folkedikting"@nn .

humord:c01183 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01183" ;
    dct:modified "2024-12-03T14:50:49"^^xsd:dateTime ;
    skos:altLabel "Farsi folk literature"@en,
        "Persisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Persian folk literature"@en,
        "Persisk folkediktning"@nb,
        "Persisk folkedikting"@nn .

humord:c01184 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01184" ;
    dct:modified "2024-12-03T14:56:41"^^xsd:dateTime ;
    skos:altLabel "Portugisisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Portuguese folk literature"@en,
        "Portugisisk folkediktning"@nb,
        "Portugisisk folkedikting"@nn .

humord:c01187 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01187" ;
    dct:modified "2024-12-03T15:03:42"^^xsd:dateTime ;
    skos:altLabel "Rumensk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Romanian folk literature"@en,
        "Rumensk folkediktning"@nb,
        "Rumensk folkedikting"@nn .

humord:c01188 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01188" ;
    dct:modified "2024-12-03T14:21:32"^^xsd:dateTime ;
    skos:altLabel "Russisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Russian folk literature"@en,
        "Russisk folkediktning"@nb,
        "Russisk folkedikting"@nn .

humord:c01189 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01189" ;
    dct:modified "2024-12-03T14:23:16"^^xsd:dateTime ;
    skos:altLabel "Saami folk literature"@en,
        "Samisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Sámi folk literature"@en,
        "Samisk folkediktning"@nb,
        "Samisk folkedikting"@nn .

humord:c01191 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01191" ;
    dct:modified "2024-12-03T14:26:20"^^xsd:dateTime ;
    skos:altLabel "Sefardisk-spansk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Judaeo-Spanish folk literature"@en,
        "Sefardisk-spansk folkediktning"@nb,
        "Sefardisk-spansk folkedikting"@nn .

humord:c01192 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01192" ;
    dct:modified "2024-12-03T14:28:57"^^xsd:dateTime ;
    skos:altLabel "Serbisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Serbian folk literature"@en,
        "Serbisk folkediktning"@nb,
        "Serbisk folkedikting"@nn .

humord:c01194 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01194" ;
    dct:modified "2024-12-03T14:57:23"^^xsd:dateTime ;
    skos:altLabel "Romani folkedikting"@nb,
        "Sigøyner folkedikting"@nb,
        "Sigøyner folkediktning"@nb,
        "Sigøyner folkedikting"@nn ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Romani folk literature"@en,
        "Romani folkediktning"@nb,
        "Romani folkedikting"@nn .

humord:c01195 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01195" ;
    dct:modified "2024-12-03T14:38:06"^^xsd:dateTime ;
    skos:altLabel "Scots Gaelic folk literature"@en,
        "Skotsk-gælisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Scottish Gaelic folk literature"@en,
        "Skotsk-gælisk folkediktning"@nb,
        "Skotsk-gælisk folkedikting"@nn .

humord:c01196 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01196" ;
    dct:modified "2024-12-03T14:41:12"^^xsd:dateTime ;
    skos:altLabel "Slovenian folk literature"@en,
        "Slovensk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Slovene folk literature"@en,
        "Slovensk folkediktning"@nb,
        "Slovensk folkedikting"@nn .

humord:c01197 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01197" ;
    dct:modified "2024-12-03T13:32:42"^^xsd:dateTime ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Spanish folk literature"@en,
        "Spansk folkediktning"@nb,
        "Spansk folkedikting"@nn .

humord:c01198 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01198" ;
    dct:modified "2024-12-03T13:34:13"^^xsd:dateTime ;
    skos:altLabel "Svensk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Swedish folk literature"@en,
        "Svensk folkediktning"@nb,
        "Svensk folkedikting"@nn .

humord:c01199 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01199" ;
    dct:modified "2024-12-03T13:40:53"^^xsd:dateTime ;
    skos:altLabel "Tamasheq folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Tamahaq folk literature"@en,
        "Tamasheq folkediktning"@nb,
        "Tamasheq folkedikting"@nn .

humord:c01200 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01200" ;
    dct:modified "2024-12-03T13:41:34"^^xsd:dateTime ;
    skos:altLabel "Tamil folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Tamil folk literature"@en,
        "Tamil folkediktning"@nb,
        "Tamil folkedikting"@nn .

humord:c01201 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01201" ;
    dct:modified "2024-12-03T12:57:17"^^xsd:dateTime ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Tibetan folk literature"@en,
        "Tibetansk folkediktning"@nb,
        "Tibetansk folkedikting"@nn .

humord:c01202 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01202" ;
    dct:modified "2024-12-03T13:02:35"^^xsd:dateTime ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Czech folk literature"@en,
        "Tsjekkisk folkediktning"@nb,
        "Tsjekkisk folkedikting"@nn .

humord:c01203 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01203" ;
    dct:modified "2024-12-03T13:08:44"^^xsd:dateTime ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Turkish folk literature"@en,
        "Tyrkisk folkediktning"@nb,
        "Tyrkisk folkedikting"@nn .

humord:c01204 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01204" ;
    dct:modified "2024-12-03T13:12:21"^^xsd:dateTime ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "German folk literature"@en,
        "Tysk folkediktning"@nb,
        "Tysk folkedikting"@nn .

humord:c01205 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01205" ;
    dct:modified "2024-12-03T13:16:04"^^xsd:dateTime ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Ukrainian folk literature"@en,
        "Ukrainsk folkediktning"@nb,
        "Ukrainsk folkedikting"@nn .

humord:c01206 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01206" ;
    dct:modified "2024-12-03T13:16:45"^^xsd:dateTime ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Hungarian folk literature"@en,
        "Ungarsk folkediktning"@nb,
        "Ungarsk folkedikting"@nn .

humord:c01207 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01207" ;
    dct:modified "2024-12-03T13:18:12"^^xsd:dateTime ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "Uzbek folk literature"@en,
        "Usbekisk folkediktning"@nb,
        "Usbekisk folkedikting"@nn .

humord:c01208 a ubo:GenreForm,
        skos:Concept ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01208" ;
    dct:modified "2024-12-03T15:06:27"^^xsd:dateTime ;
    skos:altLabel "East Slavonic folk literature"@en,
        "Østslavisk folkedikting"@nb ;
    skos:broader humord:c01127 ;
    skos:inScheme humord: ;
    skos:prefLabel "East Slavic folk literature"@en,
        "Østslavisk folkediktning"@nb,
        "Austslavisk folkedikting"@nn .

humord:c01351 a ubo:Topic,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01351" ;
    dct:modified "2025-11-27T09:51:48"^^xsd:dateTime ;
    skos:broader humord:c12105 ;
    skos:definition "Minnesmerke med skrift (i motsetning til kunstminnesmerke som ikke inneholder skrevne ord) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "Written memorials"@en,
        "Skriftminnesmerker"@nb,
        "Skriftminnesmerke"@nn .

humord:c01398 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01398" ;
    dct:modified "2024-12-09T08:12:31"^^xsd:dateTime ;
    skos:inScheme humord: ;
    skos:prefLabel "Leisure and sports"@en,
        "Fritid og sport"@nb,
        "Fritid og sport"@nn ;
    skos:topConceptOf humord: .

humord:c01399 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01399" ;
    dct:modified "2023-12-18T14:28:53"^^xsd:dateTime ;
    skos:altLabel "Free time"@en,
        "Recreation"@en,
        "Spare time"@en,
        "Time off"@en,
        "Rekreasjon"@nb,
        "Rekreasjon"@nn ;
    skos:broader humord:c01398 ;
    skos:exactMatch realfagstermer:c007003,
        <http://dewey.info/class/790.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007003,
        <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/306.4812/e23/>,
        <http://dewey.info/class/370.119/e23/>,
        <http://dewey.info/class/790.1/e23/> ;
    skos:prefLabel "Leisure"@en,
        "Fritid"@nb,
        "Fritid"@nn ;
    skos:related humord:c09134 ;
    skos:relatedMatch <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/306.4812/e23/>,
        <http://dewey.info/class/370.119/e23/> .

humord:c01400 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01400" ;
    dct:modified "2024-10-09T08:14:49"^^xsd:dateTime ;
    skos:broader humord:c01399 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.64/e23/>,
        <http://dewey.info/class/613.41/e23/>,
        <http://dewey.info/class/615.853/e23/>,
        <http://dewey.info/class/797.2/e23/> ;
    skos:prefLabel "Bath"@en,
        "Bad"@nb,
        "Bad"@nn ;
    skos:related humord:c00036 ;
    skos:relatedMatch <http://dewey.info/class/391.64/e23/>,
        <http://dewey.info/class/613.41/e23/>,
        <http://dewey.info/class/615.853/e23/>,
        <http://dewey.info/class/797.2/e23/> .

humord:c01401 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-05-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01401" ;
    dct:modified "2024-10-09T08:09:23"^^xsd:dateTime ;
    skos:altLabel "Badeanstalter"@nb,
        "Badesteder"@nb,
        "Kurbad"@nb,
        "Badeanstaltar"@nn,
        "Badestadar"@nn,
        "Badestader"@nn,
        "Kurbad"@nn ;
    skos:broadMatch <http://dewey.info/class/613.122/e23/> ;
    skos:broader humord:c01400,
        humord:c03948 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/613.122/e23/>,
        <http://dewey.info/class/615.853/e23/> ;
    skos:prefLabel "Spas"@en,
        "Spa"@nb,
        "Spa"@nn ;
    skos:relatedMatch <http://dewey.info/class/615.853/e23/> .

humord:c01402 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01402" ;
    dct:modified "2024-12-09T08:01:24"^^xsd:dateTime ;
    skos:broader humord:c01400 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/333.784/e23/>,
        <http://dewey.info/class/551.457/e23/>,
        <http://dewey.info/class/711.558/e23/> ;
    skos:prefLabel "Swim"@en,
        "Sjøbad"@nb,
        "Sjøbad"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.784/e23/>,
        <http://dewey.info/class/551.457/e23/>,
        <http://dewey.info/class/711.558/e23/> .

humord:c01403 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01403" ;
    dct:modified "2024-12-09T08:09:43"^^xsd:dateTime ;
    skos:altLabel "Feriestadar"@nn ;
    skos:broader humord:c01399 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.48125/e23/>,
        <http://dewey.info/class/643.25/e23/> ;
    skos:prefLabel "Holiday resorts"@en,
        "Feriesteder"@nb,
        "Feriestader"@nn ;
    skos:related humord:c01417 ;
    skos:relatedMatch <http://dewey.info/class/306.48125/e23/>,
        <http://dewey.info/class/643.25/e23/> .

humord:c01404 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01404" ;
    dct:modified "2025-10-29T14:47:01"^^xsd:dateTime ;
    skos:altLabel "Friluftsaktiviteter"@nb ;
    skos:broader humord:c01399 ;
    skos:exactMatch realfagstermer:c011590,
        <http://dewey.info/class/796.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011590,
        <http://dewey.info/class/612.044/e23/>,
        <http://dewey.info/class/613.711/e23/>,
        <http://dewey.info/class/796.5/e23/> ;
    skos:prefLabel "Outdoor life"@en,
        "Friluftsliv"@nb,
        "Friluftsliv"@nn ;
    skos:related humord:c70184 ;
    skos:relatedMatch <http://dewey.info/class/612.044/e23/>,
        <http://dewey.info/class/613.711/e23/> .

humord:c01405 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01405" ;
    dct:modified "2024-10-09T15:31:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/391.64/e23/>,
        <http://dewey.info/class/649.63/e23/> ;
    skos:broader humord:c01404 ;
    skos:exactMatch <http://dewey.info/class/613.41/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.64/e23/>,
        <http://dewey.info/class/613.41/e23/>,
        <http://dewey.info/class/615.853/e23/>,
        <http://dewey.info/class/649.63/e23/> ;
    skos:prefLabel "Bathing"@en,
        "Bading"@nb,
        "Bading"@nn ;
    skos:relatedMatch <http://dewey.info/class/615.853/e23/> .

humord:c01406 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01406" ;
    dct:modified "2023-11-30T10:16:23"^^xsd:dateTime ;
    skos:altLabel "Fottur"@nb ;
    skos:broader humord:c01404 ;
    skos:exactMatch realfagstermer:c004975,
        <http://dewey.info/class/796.51/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004975,
        <http://dewey.info/class/796.51/e23/> ;
    skos:prefLabel "Hiking"@en,
        "Fotturer"@nb,
        "Fotturar"@nn .

humord:c01407 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01407" ;
    dct:modified "2023-11-29T14:26:05"^^xsd:dateTime ;
    skos:altLabel "Hageanlegg"@nb,
        "Haver"@nb ;
    skos:broader humord:c11568 ;
    skos:exactMatch realfagstermer:c007951,
        <http://dewey.info/class/635/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007951,
        <http://dewey.info/class/577.554/e23/>,
        <http://dewey.info/class/635/e23/>,
        <http://dewey.info/class/712/e23/> ;
    skos:prefLabel "Gardens"@en,
        "Hager"@nb,
        "Hagar"@nn ;
    skos:relatedMatch <http://dewey.info/class/577.554/e23/>,
        <http://dewey.info/class/712/e23/> .

humord:c01409 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-06-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01409" ;
    dct:modified "2025-09-04T15:22:35"^^xsd:dateTime ;
    skos:altLabel "Communal garden patches"@en ;
    skos:broadMatch <http://dewey.info/class/635/e23/> ;
    skos:broader humord:c01407 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.4812/e23/>,
        <http://dewey.info/class/635/e23/> ;
    skos:prefLabel "Allotments"@en,
        "Kolonihager"@nb,
        "Kolonihagar"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.4812/e23/> .

humord:c01410 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-06-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01410" ;
    dct:modified "2025-09-04T12:59:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/635/e23/> ;
    skos:broader humord:c01407 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/635/e23/> ;
    skos:prefLabel "Allotment gardens"@en,
        "Parsellhager"@nb,
        "Parsellhagar"@nn .

humord:c01411 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01411" ;
    dct:modified "2024-12-09T08:10:34"^^xsd:dateTime ;
    skos:broader humord:c01399 ;
    skos:exactMatch realfagstermer:c010289 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010289,
        <http://dewey.info/class/331.76191/e23/>,
        <http://dewey.info/class/338.4791/e23/> ;
    skos:prefLabel "Travelling"@en,
        "Reiseliv"@nb,
        "Reiseliv"@nn ;
    skos:related humord:c07760 ;
    skos:relatedMatch <http://dewey.info/class/331.76191/e23/>,
        <http://dewey.info/class/338.4791/e23/> .

humord:c01412 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01412" ;
    dct:modified "2023-12-18T14:28:07"^^xsd:dateTime ;
    skos:altLabel "Journeys"@en,
        "Trips"@en,
        "Reiseruter"@nb,
        "Utenlandsreiser"@nb ;
    skos:broader humord:c01411 ;
    skos:closeMatch <http://dewey.info/class/306.4819/e23/>,
        <http://dewey.info/class/790.18/e23/> ;
    skos:exactMatch realfagstermer:c010194,
        <http://dewey.info/class/910/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010194,
        <http://dewey.info/class/306.4819/e23/>,
        <http://dewey.info/class/508/e23/>,
        <http://dewey.info/class/790.18/e23/>,
        <http://dewey.info/class/910/e23/> ;
    skos:prefLabel "Travels"@en,
        "Reiser"@nb,
        "Reiser"@nn ;
    skos:relatedMatch <http://dewey.info/class/508/e23/> .

humord:c01415 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01415" ;
    dct:modified "2024-12-06T14:32:30"^^xsd:dateTime ;
    skos:broader humord:c01411 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/388/e23/> ;
    skos:prefLabel "Travel habits"@en,
        "Reisevaner"@nb,
        "Reisevanar"@nn ;
    skos:relatedMatch <http://dewey.info/class/388/e23/> .

humord:c01416 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01416" ;
    dct:modified "2024-12-06T14:33:24"^^xsd:dateTime ;
    skos:altLabel "Attractions"@en ;
    skos:broader humord:c01411 ;
    skos:exactMatch realfagstermer:c000797 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000797,
        <http://dewey.info/class/306.4812/e23/>,
        <http://dewey.info/class/306.4819/e23/>,
        <http://dewey.info/class/338.4791/e23/> ;
    skos:prefLabel "Sights"@en,
        "Severdigheter"@nb,
        "Sjåverdigheiter"@nn ;
    skos:related humord:c04546,
        humord:c12105 ;
    skos:relatedMatch <http://dewey.info/class/306.4812/e23/>,
        <http://dewey.info/class/306.4819/e23/>,
        <http://dewey.info/class/338.4791/e23/> .

humord:c01417 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01417" ;
    dct:modified "2025-06-03T10:01:16"^^xsd:dateTime ;
    skos:altLabel "Turisttrafikk"@nb,
        "Turisttrafikk"@nn ;
    skos:broader humord:c01411 ;
    skos:closeMatch <http://dewey.info/class/306.4819/e23/>,
        <http://dewey.info/class/790.18/e23/> ;
    skos:exactMatch realfagstermer:c000344,
        <http://dewey.info/class/910/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000344,
        <http://dewey.info/class/306.4819/e23/>,
        <http://dewey.info/class/790.18/e23/>,
        <http://dewey.info/class/910/e23/> ;
    skos:prefLabel "Tourism"@en,
        "Turisme"@nb,
        "Turisme"@nn ;
    skos:related humord:c01403,
        humord:c12412,
        humord:c22892 .

humord:c01420 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01420" ;
    dct:modified "2024-01-03T12:46:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/394.3/e23/>,
        <http://dewey.info/class/649.55/e23/> ;
    skos:broader humord:c01399 ;
    skos:closeMatch <http://dewey.info/class/306.487/e23/>,
        <http://dewey.info/class/793/e23/> ;
    skos:exactMatch realfagstermer:c011752,
        <http://dewey.info/class/790.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011752,
        <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/306.487/e23/>,
        <http://dewey.info/class/394.3/e23/>,
        <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/649.55/e23/>,
        <http://dewey.info/class/790.1/e23/>,
        <http://dewey.info/class/793/e23/>,
        <http://dewey.info/class/796/e23/> ;
    skos:prefLabel "Games"@en,
        "Spill"@nb,
        "Spel"@nn ;
    skos:related humord:c04863 ;
    skos:relatedMatch <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/796/e23/> .

humord:c01421 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01421" ;
    dct:modified "2024-03-16T13:26:56"^^xsd:dateTime ;
    skos:altLabel "Elektroniske spill"@nb,
        "PC-spill"@nb,
        "TV-spill"@nb,
        "Videospill"@nb,
        "TV-spel"@nn,
        "Videospel"@nn ;
    skos:broader humord:c01420 ;
    skos:closeMatch <http://dewey.info/class/794.8/e23/> ;
    skos:exactMatch realfagstermer:c005848 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005848,
        <http://dewey.info/class/306.487/e23/>,
        <http://dewey.info/class/688.748/e23/>,
        <http://dewey.info/class/794.8/e23/> ;
    skos:prefLabel "Computer games"@en,
        "Dataspill"@nb,
        "Dataspel"@nn ;
    skos:related humord:c59018,
        humord:c62407 ;
    skos:relatedMatch <http://dewey.info/class/306.487/e23/>,
        <http://dewey.info/class/688.748/e23/> .

humord:c01422 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01422" ;
    dct:modified "2024-07-05T07:53:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/794.84/e23/> ;
    skos:broader humord:c01421 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/794.84/e23/> ;
    skos:prefLabel "Adventure games"@en,
        "Adventure game"@nb,
        "Adventure game"@nn ;
    skos:related humord:c14871 .

humord:c01423 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01423" ;
    dct:modified "2024-12-06T14:08:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c01421 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/794.8/e23/>,
        <http://dewey.info/class/802.85/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Interactive fiction"@en,
        "Interaktive romaner"@nb,
        "Interaktive romanar"@nn ;
    skos:related humord:c14871 ;
    skos:relatedMatch <http://dewey.info/class/794.8/e23/>,
        <http://dewey.info/class/802.85/e23/>,
        <http://dewey.info/class/808.3/e23/> .

humord:c01425 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01425" ;
    dct:modified "2024-12-06T14:24:17"^^xsd:dateTime ;
    skos:altLabel "Crossword puzzles"@en ;
    skos:broader humord:c01420 ;
    skos:exactMatch <http://dewey.info/class/793.732/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/793.732/e23/> ;
    skos:prefLabel "Crosswords"@en,
        "Kryssord"@nb,
        "Kryssord"@nn .

humord:c01426 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01426" ;
    dct:modified "2024-01-03T09:46:20"^^xsd:dateTime ;
    skos:broader humord:c20897 ;
    skos:exactMatch realfagstermer:c031287,
        <http://dewey.info/class/794.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031287,
        <http://dewey.info/class/794.1/e23/> ;
    skos:prefLabel "Chess"@en,
        "Sjakk"@nb,
        "Sjakk"@nn ;
    skos:related humord:c04768,
        humord:c29913 .

humord:c01427 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01427" ;
    dct:modified "2025-07-16T15:19:51"^^xsd:dateTime ;
    skos:altLabel "Amusement"@en,
        "Forlystelse"@nb,
        "Morskap"@nb,
        "Morskap"@nn ;
    skos:broader humord:c01399 ;
    skos:exactMatch <http://dewey.info/class/790/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/344.099/e23/>,
        <http://dewey.info/class/790/e23/> ;
    skos:prefLabel "Entertainment"@en,
        "Underholdning"@nb,
        "Underhaldning"@nn ;
    skos:relatedMatch <http://dewey.info/class/344.099/e23/> .

humord:c01428 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01428" ;
    dct:modified "2024-12-06T13:27:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/791.8/e23/> ;
    skos:broader humord:c01427 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.8/e23/> ;
    skos:prefLabel "Cockfights"@en,
        "Hanekamper"@nb,
        "Hanekampar"@nn .

humord:c01429 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01429" ;
    dct:modified "2024-09-27T14:50:03"^^xsd:dateTime ;
    skos:altLabel "Cinema"@en,
        "Movie theater"@en,
        "Movie theaters"@en,
        "Movie theatre"@en,
        "Movie theatres"@en,
        "Kino"@nb,
        "Kino"@nn ;
    skos:broader humord:c01427 ;
    skos:exactMatch <http://dewey.info/class/384.85/e23/>,
        <http://dewey.info/class/725.823/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/384.85/e23/>,
        <http://dewey.info/class/725.823/e23/>,
        <http://dewey.info/class/791.43/e23/> ;
    skos:prefLabel "Cinemas"@en,
        "Kinoer"@nb,
        "Kinoar"@nn ;
    skos:relatedMatch <http://dewey.info/class/791.43/e23/> .

humord:c01430 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01430" ;
    dct:modified "2024-12-06T13:41:15"^^xsd:dateTime ;
    skos:altLabel "Sirkuser"@nb ;
    skos:broader humord:c01427 ;
    skos:exactMatch <http://dewey.info/class/791.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.3/e23/> ;
    skos:prefLabel "Circus"@en,
        "Sirkus"@nb,
        "Sirkus"@nn .

humord:c01431 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-04-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01431" ;
    dct:modified "2024-11-07T13:21:30"^^xsd:dateTime ;
    skos:altLabel "Fun fairs"@en,
        "Tivili (Fornøyelsesparker"@nn ;
    skos:broader humord:c26710 ;
    skos:closeMatch <http://dewey.info/class/712.5/e23/> ;
    skos:definition "Et tivoli er et fastliggende eller omreisende fornøyelsesetablissement <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/711.5522/e23/>,
        <http://dewey.info/class/712.5/e23/> ;
    skos:prefLabel "Fun fair"@en,
        "Tivolier"@nb,
        "Tivoli (Fornøyelsesparkar)"@nn ;
    skos:relatedMatch <http://dewey.info/class/711.5522/e23/> .

humord:c01433 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01433" ;
    dct:modified "2024-12-09T12:46:30"^^xsd:dateTime ;
    skos:altLabel "Idrett"@nb,
        "Idrett"@nn ;
    skos:broader humord:c01398 ;
    skos:closeMatch <http://dewey.info/class/353.78/e23/>,
        <http://dewey.info/class/612.044/e23/>,
        <http://dewey.info/class/649.57/e23/> ;
    skos:exactMatch realfagstermer:c005312,
        <http://dewey.info/class/306.483/e23/>,
        <http://dewey.info/class/796/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005312,
        <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/306.483/e23/>,
        <http://dewey.info/class/344.099/e23/>,
        <http://dewey.info/class/353.78/e23/>,
        <http://dewey.info/class/353.97/e23/>,
        <http://dewey.info/class/363.14/e23/>,
        <http://dewey.info/class/395.5/e23/>,
        <http://dewey.info/class/612.044/e23/>,
        <http://dewey.info/class/613.711/e23/>,
        <http://dewey.info/class/649.57/e23/>,
        <http://dewey.info/class/796/e23/> ;
    skos:prefLabel "Sports"@en,
        "Sport"@nb,
        "Sport"@nn ;
    skos:related humord:c15099,
        humord:c23321 ;
    skos:relatedMatch <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/344.099/e23/>,
        <http://dewey.info/class/353.97/e23/>,
        <http://dewey.info/class/363.14/e23/>,
        <http://dewey.info/class/395.5/e23/>,
        <http://dewey.info/class/613.711/e23/> .

humord:c01435 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-05-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01435" ;
    dct:modified "2023-11-15T15:35:10"^^xsd:dateTime ;
    skos:altLabel "Ballspill"@nb,
        "Ballspel"@nn ;
    skos:broader humord:c19484 ;
    skos:closeMatch <http://dewey.info/class/796.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/796.3/e23/> ;
    skos:prefLabel "Ball games"@en,
        "Ballsport"@nb,
        "Ballsport"@nn .

humord:c01436 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01436" ;
    dct:modified "2024-12-09T12:20:39"^^xsd:dateTime ;
    skos:altLabel "Soccer"@en ;
    skos:broader humord:c01435 ;
    skos:exactMatch <http://dewey.info/class/796.334/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/796.334/e23/> ;
    skos:prefLabel "Football"@en,
        "Fotball"@nb,
        "Fotball"@nn ;
    skos:related humord:c22801 .

humord:c01437 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-05-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01437" ;
    dct:modified "2024-12-09T12:13:58"^^xsd:dateTime ;
    skos:broader humord:c13386 ;
    skos:exactMatch <http://dewey.info/class/796.812/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/796.812/e23/> ;
    skos:prefLabel "Wrestling"@en,
        "Bryting"@nb,
        "Bryting"@nn .

humord:c01438 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-05-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01438" ;
    dct:modified "2024-09-27T13:33:10"^^xsd:dateTime ;
    skos:altLabel "Mosjonsgymnastikk"@nb,
        "Mosjonsgymnastikk"@nn ;
    skos:broader humord:c19484 ;
    skos:closeMatch <http://dewey.info/class/649.57/e23/> ;
    skos:exactMatch <http://dewey.info/class/796.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/344.099/e23/>,
        <http://dewey.info/class/612.044/e23/>,
        <http://dewey.info/class/649.57/e23/>,
        <http://dewey.info/class/796.44/e23/> ;
    skos:prefLabel "Physical education"@en,
        "Gymnastikk"@nb,
        "Gymnastikk"@nn ;
    skos:related humord:c24047 ;
    skos:relatedMatch <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/344.099/e23/>,
        <http://dewey.info/class/612.044/e23/> .

humord:c01439 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01439" ;
    dct:modified "2024-12-09T12:50:07"^^xsd:dateTime ;
    skos:broader humord:c19484 ;
    skos:definition "Ride- og travsport <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/798/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/344.099/e23/>,
        <http://dewey.info/class/612.044/e23/>,
        <http://dewey.info/class/613.711/e23/>,
        <http://dewey.info/class/649.57/e23/>,
        <http://dewey.info/class/688.78/e23/>,
        <http://dewey.info/class/798/e23/> ;
    skos:prefLabel "Equestrianism"@en,
        "Hestesport"@nb,
        "Hestesport"@nn ;
    skos:related humord:c21208 ;
    skos:relatedMatch <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/344.099/e23/>,
        <http://dewey.info/class/612.044/e23/>,
        <http://dewey.info/class/613.711/e23/>,
        <http://dewey.info/class/649.57/e23/>,
        <http://dewey.info/class/688.78/e23/> .

humord:c01440 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01440" ;
    dct:modified "2026-01-13T07:49:38"^^xsd:dateTime ;
    skos:altLabel "Riding"@en,
        "Ridekunst"@nb,
        "Ridekunst"@nn ;
    skos:broadMatch <http://dewey.info/class/615.851581/e23/> ;
    skos:broader humord:c01439 ;
    skos:exactMatch <http://dewey.info/class/798.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/615.851581/e23/>,
        <http://dewey.info/class/798.23/e23/> ;
    skos:prefLabel "Horse riding"@en,
        "Ridning"@nb,
        "Riding"@nn ;
    skos:related humord:c07352 .

humord:c01444 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-05-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01444" ;
    dct:modified "2024-12-09T12:29:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/796.83/e23/> ;
    skos:broader humord:c19484 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/796.83/e23/> ;
    skos:prefLabel "Shadow boxing"@en,
        "Skyggeboksing"@nb,
        "Skyggeboksing"@nn ;
    skos:related humord:c58292 .

humord:c01446 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-01-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01446" ;
    dct:modified "2023-11-27T13:00:34"^^xsd:dateTime ;
    skos:altLabel "Fiskesport"@nb,
        "Fluefiske"@nb,
        "Fritidsfiske"@nb,
        "Flugefiske"@nn ;
    skos:broader humord:c01404 ;
    skos:closeMatch realfagstermer:c000272,
        <http://dewey.info/class/799.12/e23/> ;
    skos:exactMatch realfagstermer:c008003 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000272,
        realfagstermer:c008003,
        <http://dewey.info/class/799.12/e23/> ;
    skos:prefLabel "Angling"@en,
        "Sportsfiske"@nb,
        "Sportsfiske"@nn ;
    skos:related humord:c07628 .

humord:c01449 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-10-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01449" ;
    dct:modified "2024-02-13T10:22:43"^^xsd:dateTime ;
    skos:altLabel "Sporting gear"@en,
        "Treningsutstyr"@nb,
        "Treningsutstyr"@nn ;
    skos:broader humord:c01433,
        humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/688.76/e23/>,
        <http://dewey.info/class/796.0284/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/688.76/e23/>,
        <http://dewey.info/class/796.0284/e23/> ;
    skos:prefLabel "Sporting equipment"@en,
        "Sportsutstyr"@nb,
        "Sportsutstyr"@nn ;
    skos:related humord:c04429 .

humord:c01450 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01450" ;
    dct:modified "2024-08-01T13:02:58"^^xsd:dateTime ;
    skos:altLabel "Leggebeskyttere"@nb,
        "Leggskinn"@nb,
        "Leggskinn"@nn ;
    skos:broadMatch <http://dewey.info/class/688.76/e23/> ;
    skos:broader humord:c01449 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/688.76/e23/> ;
    skos:prefLabel "Pads"@en,
        "Leggbeskyttere"@nb,
        "Leggbeskyttarar"@nn .

humord:c01451 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01451" ;
    dct:modified "2024-12-09T12:58:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/685.1/e23/> ;
    skos:broader humord:c01449 ;
    skos:closeMatch <http://dewey.info/class/688.78/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/685.1/e23/>,
        <http://dewey.info/class/688.78/e23/> ;
    skos:prefLabel "Riding equipment"@en,
        "Rideutstyr"@nb,
        "Rideutstyr"@nn .

humord:c01453 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01453" ;
    dct:modified "2024-12-09T12:59:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/688.78/e23/> ;
    skos:broader humord:c01451 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/685.1/e23/>,
        <http://dewey.info/class/688.78/e23/> ;
    skos:prefLabel "Stirrups"@en,
        "Stigbøyler"@nb,
        "Stigbøylar"@nn ;
    skos:relatedMatch <http://dewey.info/class/685.1/e23/> .

humord:c01454 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01454" ;
    dct:modified "2026-01-13T07:48:52"^^xsd:dateTime ;
    skos:altLabel "Turnering"@nb,
        "Turnering"@nn ;
    skos:broadMatch <http://dewey.info/class/394.7/e23/> ;
    skos:broader humord:c01433 ;
    skos:closeMatch <http://dewey.info/class/790.134/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.7/e23/>,
        <http://dewey.info/class/790.134/e23/>,
        <http://dewey.info/class/796/e23/> ;
    skos:prefLabel "Tournaments"@en,
        "Turneringer"@nb,
        "Turneringar"@nn ;
    skos:relatedMatch <http://dewey.info/class/796/e23/> .

humord:c01455 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01455" ;
    dct:modified "2023-12-13T08:53:26"^^xsd:dateTime ;
    skos:altLabel "Olympics"@en,
        "OL"@nb,
        "Olympiader"@nb,
        "Olympiadar"@nn ;
    skos:broader humord:c01454 ;
    skos:exactMatch realfagstermer:c007056,
        <http://dewey.info/class/796.48/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007056,
        <http://dewey.info/class/796.48/e23/> ;
    skos:prefLabel "Olympic games"@en,
        "Olympiske leker"@nb,
        "Olympiske leikar"@nn .

humord:c01456 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-05-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01456" ;
    dct:modified "2024-12-09T12:23:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/796.9/e23/> ;
    skos:broader humord:c19484 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/344.099/e23/>,
        <http://dewey.info/class/612.044/e23/>,
        <http://dewey.info/class/613.711/e23/>,
        <http://dewey.info/class/649.57/e23/>,
        <http://dewey.info/class/796.9/e23/> ;
    skos:prefLabel "Winter sports"@en,
        "Vintersport"@nb,
        "Vintersport"@nn ;
    skos:relatedMatch <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/344.099/e23/>,
        <http://dewey.info/class/612.044/e23/>,
        <http://dewey.info/class/613.711/e23/>,
        <http://dewey.info/class/649.57/e23/> .

humord:c01457 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-03-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01457" ;
    dct:modified "2024-10-10T11:28:27"^^xsd:dateTime ;
    skos:altLabel "Skigåing"@nb,
        "Skiidrett"@nb,
        "Skiløping"@nb,
        "Skigåing"@nn,
        "Skiidrett"@nn,
        "Skilauping"@nn,
        "Skiløping"@nn ;
    skos:broader humord:c01456 ;
    skos:exactMatch <http://dewey.info/class/796.93/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/796.93/e23/> ;
    skos:prefLabel "Skiing"@en,
        "Skisport"@nb,
        "Skisport"@nn ;
    skos:related humord:c18494,
        humord:c63513 .

humord:c01458 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01458" ;
    dct:modified "2024-11-12T13:20:03"^^xsd:dateTime ;
    skos:inScheme humord: ;
    skos:prefLabel "General"@en,
        "Generelt"@nb,
        "Generelt"@nn ;
    skos:topConceptOf humord: .

humord:c01459 a ubo:Topic,
        skos:Concept ;
    dct:created "2011-02-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01459" ;
    dct:modified "2023-11-15T11:14:57"^^xsd:dateTime ;
    skos:altLabel "Analysis"@en,
        "Analyser"@nb,
        "Analysar"@nn ;
    skos:broader humord:c01458 ;
    skos:exactMatch realfagstermer:c000136,
        realfagstermer:c003808 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000136,
        realfagstermer:c003808 ;
    skos:prefLabel "Analyses"@en,
        "Analyse"@nb,
        "Analyse"@nn .

humord:c01460 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01460" ;
    dct:modified "2023-12-18T14:53:44"^^xsd:dateTime ;
    skos:altLabel "Impact assessment"@en,
        "Konsekvensanalyse"@nb,
        "Konsekvensutredninger"@nb,
        "Konsekvensutgreiingar"@nn ;
    skos:broadMatch <http://dewey.info/class/171.5/e23/> ;
    skos:broader humord:c01459 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/171.5/e23/> ;
    skos:prefLabel "Consequence analysis"@en,
        "Konsekvensanalyser"@nb,
        "Konsekvensanalysar"@nn .

humord:c01461 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01461" ;
    dct:modified "2024-11-13T09:49:54"^^xsd:dateTime ;
    skos:altLabel "Risikoanalyser"@nb,
        "Risikoanalysar"@nn ;
    skos:broader humord:c01459 ;
    skos:exactMatch realfagstermer:c003663 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003663,
        <http://dewey.info/class/302.12/e23/>,
        <http://dewey.info/class/363.1/e23/>,
        <http://dewey.info/class/368/e23/> ;
    skos:prefLabel "Risk analysis"@en,
        "Risikoanalyse"@nb,
        "Risikoanalyse"@nn ;
    skos:relatedMatch <http://dewey.info/class/302.12/e23/>,
        <http://dewey.info/class/363.1/e23/>,
        <http://dewey.info/class/368/e23/> .

humord:c01462 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01462" ;
    dct:modified "2024-11-13T09:50:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/529/e23/> ;
    skos:broader humord:c01459 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.06/e23/>,
        <http://dewey.info/class/529/e23/>,
        <http://dewey.info/class/658.515/e23/> ;
    skos:prefLabel "Time analysis"@en,
        "Tidsanalyse"@nb,
        "Tidsanalyse"@nn ;
    skos:relatedMatch <http://dewey.info/class/338.06/e23/>,
        <http://dewey.info/class/658.515/e23/> .

humord:c01463 a ubo:Topic,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01463" ;
    dct:modified "2024-11-12T15:29:57"^^xsd:dateTime ;
    skos:altLabel "Nameless"@en,
        "Unnamed"@en ;
    skos:broader humord:c01458 ;
    skos:inScheme humord: ;
    skos:prefLabel "Anonymous"@en,
        "Anonymer"@nb,
        "Anonym"@nn ;
    skos:related humord:c15023,
        humord:c22089 .

humord:c01464 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01464" ;
    dct:modified "2023-11-19T21:22:28"^^xsd:dateTime ;
    skos:broader humord:c01458 ;
    skos:closeMatch <http://dewey.info/class/1--0223/e23/> ;
    skos:exactMatch realfagstermer:c002235 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002235,
        <http://dewey.info/class/1--0223/e23/>,
        <http://dewey.info/class/744.37/e23/> ;
    skos:prefLabel "Diagrams"@en,
        "Diagrammer"@nb,
        "Diagram"@nn ;
    skos:related humord:c17056 ;
    skos:relatedMatch <http://dewey.info/class/744.37/e23/> .

humord:c01465 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01465" ;
    dct:modified "2024-11-12T13:55:23"^^xsd:dateTime ;
    skos:altLabel "Forsøk"@nb,
        "Forsøk"@nn ;
    skos:broader humord:c01458 ;
    skos:exactMatch realfagstermer:c001438 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001438,
        <http://dewey.info/class/001.434/e23/>,
        <http://dewey.info/class/1--078/e23/>,
        <http://dewey.info/class/174.28/e23/> ;
    skos:prefLabel "Experiments"@en,
        "Eksperimenter"@nb,
        "Eksperiment"@nn ;
    skos:related humord:c01492 ;
    skos:relatedMatch <http://dewey.info/class/001.434/e23/>,
        <http://dewey.info/class/1--078/e23/>,
        <http://dewey.info/class/174.28/e23/> .

humord:c01466 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01466" ;
    dct:modified "2024-11-12T13:56:16"^^xsd:dateTime ;
    skos:altLabel "Emic"@nb,
        "Etic"@nb,
        "Innenfraperspektiv"@nb,
        "Utenfraperspektiv"@nb,
        "Emic"@nn,
        "Etic"@nn ;
    skos:broadMatch <http://dewey.info/class/306/e23/> ;
    skos:broader humord:c01458 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Emics and etics"@en,
        "Emic og etic"@nb,
        "Emic og etic"@nn .

humord:c01471 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-03-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01471" ;
    dct:modified "2023-11-24T08:14:06"^^xsd:dateTime ;
    skos:altLabel "Valuation"@en,
        "Evaluering"@nb,
        "Kvalitetsvurdering"@nb,
        "Evaluering"@nn ;
    skos:broader humord:c01458 ;
    skos:closeMatch realfagstermer:c001214 ;
    skos:exactMatch realfagstermer:c006479,
        <http://dewey.info/class/153.46/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001214,
        realfagstermer:c006479,
        <http://dewey.info/class/153.46/e23/> ;
    skos:prefLabel "Evaluation"@en,
        "Vurdering"@nb,
        "Vurdering"@nn ;
    skos:related humord:c01528,
        humord:c12719,
        humord:c23396 .

humord:c01473 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01473" ;
    dct:modified "2024-11-12T13:16:02"^^xsd:dateTime ;
    skos:altLabel "Performances"@en,
        "Framførelse"@nb,
        "Framføringer"@nb,
        "Fremførelse"@nb,
        "Fremføringer"@nb,
        "Oppførelse"@nb,
        "Framføring"@nn,
        "Oppføring"@nn ;
    skos:broadMatch <http://dewey.info/class/791/e23/> ;
    skos:broader humord:c01458 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791/e23/> ;
    skos:prefLabel "Shows"@en,
        "Forestillinger"@nb,
        "Framføringar"@nn ;
    skos:related humord:c05573,
        humord:c17881 .

humord:c01477 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01477" ;
    dct:modified "2025-06-06T14:54:09"^^xsd:dateTime ;
    skos:altLabel "Falskneri"@nb,
        "Falsknerier"@nb,
        "Forfalsking"@nb,
        "Forfalskinger"@nb,
        "Forfalskingar"@nn ;
    skos:broader humord:c01458 ;
    skos:closeMatch <http://dewey.info/class/332.9/e23/>,
        <http://dewey.info/class/364.1668/e23/> ;
    skos:exactMatch <http://dewey.info/class/364.1334/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.9/e23/>,
        <http://dewey.info/class/364.1334/e23/>,
        <http://dewey.info/class/364.1668/e23/> ;
    skos:prefLabel "Forgery"@en,
        "Forfalskning"@nb,
        "Forfalsking"@nn ;
    skos:related humord:c04078,
        humord:c05403,
        humord:c13836,
        humord:c22908 .

humord:c01480 a ubo:Topic,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01480" ;
    dct:modified "2024-08-02T08:54:17"^^xsd:dateTime ;
    skos:altLabel "Allmenngjøring"@nb,
        "Generalisasjon"@nb,
        "Allmenngjering"@nn,
        "Ålmenngjering"@nn ;
    skos:broader humord:c01458 ;
    skos:inScheme humord: ;
    skos:prefLabel "Generalization"@en,
        "Generalisering"@nb,
        "Generalisering"@nn .

humord:c01483 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01483" ;
    dct:modified "2024-11-12T13:21:32"^^xsd:dateTime ;
    skos:altLabel "Gjenreising"@nb,
        "Gjenreisning"@nb,
        "Atterreising"@nn,
        "Gjenreising"@nn ;
    skos:broader humord:c01458 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/355.028/e23/>,
        <http://dewey.info/class/940.3144/e23/>,
        <http://dewey.info/class/940.53144/e23/> ;
    skos:prefLabel "Rebuilding"@en,
        "Gjenoppbygging"@nb,
        "Gjenoppbygging"@nn ;
    skos:related humord:c15625 ;
    skos:relatedMatch <http://dewey.info/class/355.028/e23/>,
        <http://dewey.info/class/940.3144/e23/>,
        <http://dewey.info/class/940.53144/e23/> .

humord:c01485 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01485" ;
    dct:modified "2023-12-12T12:30:36"^^xsd:dateTime ;
    skos:altLabel "Innovasjonsvirksomhet"@nb,
        "Nyskapning"@nb,
        "Nyvinning"@nb,
        "Nyskaping"@nn ;
    skos:broadMatch <http://dewey.info/class/303.483/e23/> ;
    skos:broader humord:c01458 ;
    skos:closeMatch <http://dewey.info/class/303.484/e23/> ;
    skos:exactMatch realfagstermer:c013880 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013880,
        <http://dewey.info/class/303.483/e23/>,
        <http://dewey.info/class/303.484/e23/>,
        <http://dewey.info/class/658.4063/e23/> ;
    skos:prefLabel "Innovation"@en,
        "Innovasjon"@nb,
        "Innovasjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/658.4063/e23/> .

humord:c01487 a ubo:Topic,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01487" ;
    dct:modified "2024-11-12T09:12:58"^^xsd:dateTime ;
    skos:altLabel "Assembling"@en,
        "Sampling (Methods)"@en,
        "Innsamlingsmetoder"@nb,
        "Prøvetaking"@nb,
        "Sampling (Prøvetaking)"@nb,
        "Innsamlingsmetodar"@nn,
        "Prøvetaking"@nn,
        "Sampling (Prøvetaking)"@nn ;
    skos:broader humord:c01458 ;
    skos:closeMatch realfagstermer:c001137 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001137 ;
    skos:prefLabel "Collection"@en,
        "Innsamling"@nb,
        "Innsamling"@nn .

humord:c01488 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-04-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01488" ;
    dct:modified "2025-10-01T09:03:51"^^xsd:dateTime ;
    skos:altLabel "Cultural integration"@en,
        "Social integration"@en,
        "Integrering"@nb,
        "Sosial integrasjon"@nb,
        "Integrering"@nn,
        "Sosial integrasjon"@nn ;
    skos:broadMatch <http://dewey.info/class/303/e23/> ;
    skos:broader humord:c09201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303/e23/> ;
    skos:prefLabel "Integration (Social processes)"@en,
        "Integrasjon (Sosiale prosesser)"@nb,
        "Integrasjon (Sosiale prosessar)"@nn ;
    skos:related humord:c24669,
        humord:c26306,
        humord:c62458 .

humord:c01489 a ubo:Topic,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01489" ;
    dct:modified "2023-11-30T14:31:18"^^xsd:dateTime ;
    skos:broader humord:c01458 ;
    skos:exactMatch realfagstermer:c005248 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005248 ;
    skos:prefLabel "Continuity"@en,
        "Kontinuitet"@nb,
        "Kontinuitet"@nn .

humord:c01490 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-05-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01490" ;
    dct:modified "2023-12-04T12:28:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/516.15/e23/>,
        <http://dewey.info/class/530.81/e23/> ;
    skos:broader humord:c08270 ;
    skos:definition "Det å uttrykke, angi i målbare størrelser <UBO>"@nb ;
    skos:exactMatch realfagstermer:c007600 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007600,
        <http://dewey.info/class/516.15/e23/>,
        <http://dewey.info/class/530.81/e23/> ;
    skos:prefLabel "Quantification"@en,
        "Kvantifisering"@nb,
        "Kvantifisering"@nn .

humord:c01491 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01491" ;
    dct:modified "2024-11-12T08:31:33"^^xsd:dateTime ;
    skos:altLabel "Metode"@nb,
        "Metodikk"@nb,
        "Metode"@nn,
        "Metodikk"@nn ;
    skos:broader humord:c01458 ;
    skos:closeMatch <http://dewey.info/class/1--01/e23/>,
        <http://dewey.info/class/1--0721/e23/> ;
    skos:definition "Systematisk framgangsmåte <BOB>"@nb ;
    skos:exactMatch realfagstermer:c013555 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013555,
        <http://dewey.info/class/1--01/e23/>,
        <http://dewey.info/class/1--0721/e23/> ;
    skos:prefLabel "Methods"@en,
        "Metoder"@nb,
        "Metodar"@nn ;
    skos:related humord:c04402 .

humord:c01492 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01492" ;
    dct:modified "2025-06-30T11:44:56"^^xsd:dateTime ;
    skos:altLabel "Experiment design"@en,
        "Experimental research"@en,
        "Eksperimentell design"@nb,
        "Eksperimentell forskning"@nb,
        "Forsøksdesign"@nb,
        "Forsøksmetoder"@nb,
        "Eksperimentell forsking"@nn,
        "Forsøksmetodar"@nn ;
    skos:broader humord:c01491 ;
    skos:exactMatch realfagstermer:c013783,
        <http://dewey.info/class/001.434/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013783,
        <http://dewey.info/class/001.434/e23/>,
        <http://dewey.info/class/1--0724/e23/> ;
    skos:prefLabel "Experimental methods"@en,
        "Eksperimentelle metoder"@nb,
        "Eksperimentelle metodar"@nn ;
    skos:related humord:c01465 ;
    skos:relatedMatch <http://dewey.info/class/1--0724/e23/> .

humord:c01493 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01493" ;
    dct:modified "2023-11-28T09:33:28"^^xsd:dateTime ;
    skos:altLabel "Forskingsmetoder"@nb,
        "Forskningsmetodikk"@nb,
        "Forskingsmetodikk"@nn ;
    skos:broader humord:c01491 ;
    skos:exactMatch realfagstermer:c005757,
        <http://dewey.info/class/001.42/e23/>,
        <http://dewey.info/class/1--0721/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005757,
        <http://dewey.info/class/001.42/e23/>,
        <http://dewey.info/class/1--0721/e23/> ;
    skos:prefLabel "Research methods"@en,
        "Forskningsmetoder"@nb,
        "Forskingsmetodar"@nn ;
    skos:related humord:c01535 .

humord:c01495 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01495" ;
    dct:modified "2024-04-15T12:24:31"^^xsd:dateTime ;
    skos:altLabel "Field research"@en,
        "Feltstudier"@nb,
        "Feltundersøkelser"@nb,
        "Feltstudiar"@nn,
        "Feltundersøkingar"@nn ;
    skos:broadMatch <http://dewey.info/class/001.433/e23/>,
        <http://dewey.info/class/1--0723/e23/> ;
    skos:broader humord:c01493 ;
    skos:definition "Innsamling av vitenskapelig (kilde)materiale ute i felten <BOB>"@nb ;
    skos:exactMatch realfagstermer:c007547 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007547,
        <http://dewey.info/class/001.433/e23/>,
        <http://dewey.info/class/1--0723/e23/> ;
    skos:prefLabel "Field work"@en,
        "Feltarbeid"@nb,
        "Feltarbeid"@nn .

humord:c01496 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01496" ;
    dct:modified "2025-07-17T12:56:16"^^xsd:dateTime ;
    skos:altLabel "Qualitative method"@en,
        "Qualitative research methods"@en,
        "Kvalitativ metode"@nb ;
    skos:broader humord:c01491 ;
    skos:closeMatch <http://dewey.info/class/001.42/e23/>,
        <http://dewey.info/class/1--0721/e23/> ;
    skos:exactMatch realfagstermer:c011409 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011409,
        <http://dewey.info/class/001.42/e23/>,
        <http://dewey.info/class/1--0721/e23/> ;
    skos:prefLabel "Qualitative methods"@en,
        "Kvalitative metoder"@nb,
        "Kvalitative metodar"@nn .

humord:c01497 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01497" ;
    dct:modified "2023-12-04T13:53:15"^^xsd:dateTime ;
    skos:broader humord:c01491 ;
    skos:closeMatch <http://dewey.info/class/001.42/e23/>,
        <http://dewey.info/class/1--0721/e23/> ;
    skos:exactMatch realfagstermer:c003621 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003621,
        <http://dewey.info/class/001.42/e23/>,
        <http://dewey.info/class/1--0721/e23/> ;
    skos:prefLabel "Quantitative methods"@en,
        "Kvantitative metoder"@nb,
        "Kvantitative metodar"@nn .

humord:c01498 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01498" ;
    dct:modified "2025-10-21T15:32:14"^^xsd:dateTime ;
    skos:altLabel "Observations"@en,
        "Observasjoner"@nb,
        "Observasjonsmetoder"@nb,
        "Observasjonsteknikker"@nb,
        "Observasjonar"@nn,
        "Observasjonsmetodar"@nn,
        "Observasjonsteknikkar"@nn ;
    skos:broadMatch <http://dewey.info/class/001.433/e23/>,
        <http://dewey.info/class/1--0723/e23/> ;
    skos:broader humord:c01491 ;
    skos:exactMatch realfagstermer:c012164 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012164,
        <http://dewey.info/class/001.433/e23/>,
        <http://dewey.info/class/1--0723/e23/> ;
    skos:prefLabel "Observation"@en,
        "Observasjon"@nb,
        "Observasjon"@nn .

humord:c01499 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01499" ;
    dct:modified "2024-11-15T14:08:09"^^xsd:dateTime ;
    skos:altLabel "Deltagende observasjon"@nb,
        "Deltagerobservasjon"@nb,
        "Deltakende observasjon"@nb ;
    skos:broadMatch <http://dewey.info/class/001.433/e23/>,
        <http://dewey.info/class/1--0723/e23/> ;
    skos:broader humord:c01498 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/001.433/e23/>,
        <http://dewey.info/class/1--0723/e23/> ;
    skos:prefLabel "Participant observation"@en,
        "Deltakerobservasjon"@nb,
        "Deltakarobservasjon"@nn .

humord:c01500 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-04-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01500" ;
    dct:modified "2023-12-08T12:28:36"^^xsd:dateTime ;
    skos:altLabel "Mikroskopering"@nb,
        "Mikroskopisk undersøkelse"@nb,
        "Mikroskopisk undersøking"@nn ;
    skos:broader humord:c01458 ;
    skos:closeMatch <http://dewey.info/class/616.0758/e23/> ;
    skos:definition "Undersøkelsesmetode med bruk av mikroskop <UBO>"@nb ;
    skos:exactMatch realfagstermer:c007126,
        <http://dewey.info/class/502.82/e23/>,
        <http://dewey.info/class/570.282/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007126,
        <http://dewey.info/class/502.82/e23/>,
        <http://dewey.info/class/570.282/e23/>,
        <http://dewey.info/class/616.0758/e23/> ;
    skos:prefLabel "Microscopy"@en,
        "Mikroskopi"@nb,
        "Mikroskopi"@nn .

humord:c01501 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01501" ;
    dct:modified "2023-12-08T12:32:41"^^xsd:dateTime ;
    skos:broader humord:c01458 ;
    skos:definition "Omgivelser som et individ eller en gruppe lever i og blir påvirket av <BOB>"@nb ;
    skos:exactMatch realfagstermer:c010640,
        <http://dewey.info/class/333.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010640,
        <http://dewey.info/class/179.1/e23/>,
        <http://dewey.info/class/201.77/e23/>,
        <http://dewey.info/class/333.7/e23/>,
        <http://dewey.info/class/354.3/e23/>,
        <http://dewey.info/class/372.357/e23/>,
        <http://dewey.info/class/720.47/e23/> ;
    skos:prefLabel "Environment"@en,
        "Miljø"@nb,
        "Miljø"@nn ;
    skos:related humord:c09132,
        humord:c11911,
        humord:c20308,
        humord:c22925,
        humord:c24212 ;
    skos:relatedMatch <http://dewey.info/class/179.1/e23/>,
        <http://dewey.info/class/201.77/e23/>,
        <http://dewey.info/class/354.3/e23/>,
        <http://dewey.info/class/372.357/e23/>,
        <http://dewey.info/class/720.47/e23/> .

humord:c01502 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01502" ;
    dct:modified "2024-11-14T09:02:29"^^xsd:dateTime ;
    skos:altLabel "Geohazards"@en,
        "Geologic hazards"@en,
        "Geological risks"@en,
        "Geofarer"@nb,
        "Geohazard"@nb,
        "Geologisk risiko"@nb,
        "Geologiske katastrofer"@nb,
        "Katastrofegeologi"@nb,
        "Risikogeologi"@nb,
        "Geohazard"@nn,
        "Geologisk risiko"@nn,
        "Geologiske katastrofar"@nn,
        "Katastrofegeologi"@nn,
        "Risikogeologi"@nn ;
    skos:broadMatch <http://dewey.info/class/303.485/e23/>,
        <http://dewey.info/class/363.34/e23/>,
        <http://dewey.info/class/904.5/e23/> ;
    skos:broader humord:c19416 ;
    skos:definition "En naturlig (ikke-antropogen) endring i jordas overflate eller atmosfære som får katastrofale følger for mennesker og andre organismer <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c011087 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011087,
        <http://dewey.info/class/303.485/e23/>,
        <http://dewey.info/class/363.34/e23/>,
        <http://dewey.info/class/368.122/e23/>,
        <http://dewey.info/class/551/e23/>,
        <http://dewey.info/class/904.5/e23/> ;
    skos:prefLabel "Natural disasters"@en,
        "Naturkatastrofer"@nb,
        "Naturkatastrofar"@nn ;
    skos:related humord:c07743,
        humord:c66158 ;
    skos:relatedMatch <http://dewey.info/class/368.122/e23/>,
        <http://dewey.info/class/551/e23/> .

humord:c01504 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01504" ;
    dct:modified "2024-04-15T13:57:27"^^xsd:dateTime ;
    skos:altLabel "Mudslides"@en,
        "Clay slides"@nb,
        "Leirras"@nb ;
    skos:broadMatch <http://dewey.info/class/363.349/e23/>,
        <http://dewey.info/class/551.307/e23/> ;
    skos:broader humord:c65753 ;
    skos:exactMatch realfagstermer:c031690 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031690,
        <http://dewey.info/class/363.349/e23/>,
        <http://dewey.info/class/551.307/e23/> ;
    skos:prefLabel "Mudslides"@en,
        "Leirskred"@nb,
        "Leirskred"@nn .

humord:c01506 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01506" ;
    dct:modified "2023-12-12T11:00:45"^^xsd:dateTime ;
    skos:altLabel "Navigering"@nb ;
    skos:broader humord:c01458 ;
    skos:closeMatch realfagstermer:c009005 ;
    skos:exactMatch <http://dewey.info/class/623.89/e23/>,
        <http://dewey.info/class/629.045/e23/>,
        <http://dewey.info/class/629.13251/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009005,
        <http://dewey.info/class/343.0966/e23/>,
        <http://dewey.info/class/343.0976/e23/>,
        <http://dewey.info/class/573.87/e23/>,
        <http://dewey.info/class/623.89/e23/>,
        <http://dewey.info/class/629.045/e23/>,
        <http://dewey.info/class/629.13251/e23/>,
        <http://dewey.info/class/797.1/e23/> ;
    skos:prefLabel "Navigation"@en,
        "Navigasjon"@nb,
        "Navigasjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.0966/e23/>,
        <http://dewey.info/class/343.0976/e23/>,
        <http://dewey.info/class/573.87/e23/>,
        <http://dewey.info/class/797.1/e23/> .

humord:c01507 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01507" ;
    dct:modified "2023-12-13T09:55:24"^^xsd:dateTime ;
    skos:altLabel "Findings"@en,
        "Oppdagelse"@nb,
        "Oppdaging"@nb ;
    skos:broadMatch <http://dewey.info/class/508/e23/>,
        <http://dewey.info/class/509/e23/> ;
    skos:broader humord:c01458 ;
    skos:closeMatch <http://dewey.info/class/910.9/e23/> ;
    skos:exactMatch realfagstermer:c003533 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003533,
        <http://dewey.info/class/508/e23/>,
        <http://dewey.info/class/509/e23/>,
        <http://dewey.info/class/910.9/e23/> ;
    skos:prefLabel "Discoveries"@en,
        "Oppdagelser"@nb,
        "Oppdagingar"@nn ;
    skos:related humord:c11328 .

humord:c01509 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01509" ;
    dct:modified "2025-05-27T08:56:15"^^xsd:dateTime ;
    skos:altLabel "Planarbeid"@nb,
        "Planarbeid"@nn ;
    skos:broader humord:c01458 ;
    skos:closeMatch <http://dewey.info/class/361.25/e23/>,
        <http://dewey.info/class/371.207/e23/>,
        <http://dewey.info/class/378.107/e23/>,
        <http://dewey.info/class/658.4012/e23/> ;
    skos:exactMatch realfagstermer:c000729,
        <http://dewey.info/class/320.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000729,
        <http://dewey.info/class/1--0684/e23/>,
        <http://dewey.info/class/320.6/e23/>,
        <http://dewey.info/class/352.34/e23/>,
        <http://dewey.info/class/361.25/e23/>,
        <http://dewey.info/class/371.207/e23/>,
        <http://dewey.info/class/378.107/e23/>,
        <http://dewey.info/class/658.4012/e23/>,
        <http://dewey.info/class/658.503/e23/>,
        <http://dewey.info/class/658.8101/e23/> ;
    skos:prefLabel "Planning"@en,
        "Planlegging"@nb,
        "Planlegging"@nn ;
    skos:related humord:c04238,
        humord:c09497,
        humord:c14791,
        humord:c22632 ;
    skos:relatedMatch <http://dewey.info/class/1--0684/e23/>,
        <http://dewey.info/class/352.34/e23/>,
        <http://dewey.info/class/658.503/e23/>,
        <http://dewey.info/class/658.8101/e23/> .

humord:c01510 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01510" ;
    dct:modified "2023-12-18T11:23:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/069.4/e23/>,
        <http://dewey.info/class/069.5/e23/>,
        <http://dewey.info/class/543.19/e23/>,
        <http://dewey.info/class/675.24/e23/> ;
    skos:broader humord:c01458 ;
    skos:exactMatch realfagstermer:c007194 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007194,
        <http://dewey.info/class/069.4/e23/>,
        <http://dewey.info/class/069.5/e23/>,
        <http://dewey.info/class/543.19/e23/>,
        <http://dewey.info/class/675.24/e23/> ;
    skos:prefLabel "Preparing"@en,
        "Preparering"@nb,
        "Preparering"@nn ;
    skos:related humord:c04411 .

humord:c01511 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01511" ;
    dct:modified "2023-12-18T11:34:28"^^xsd:dateTime ;
    skos:altLabel "Problemanalyse"@nb,
        "Problemformulering"@nb,
        "Problemløsing"@nb ;
    skos:broader humord:c01458 ;
    skos:closeMatch realfagstermer:c008443 ;
    skos:exactMatch <http://dewey.info/class/153.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008443,
        <http://dewey.info/class/006.333/e23/>,
        <http://dewey.info/class/153.43/e23/>,
        <http://dewey.info/class/370.1524/e23/>,
        <http://dewey.info/class/658.403/e23/> ;
    skos:prefLabel "Problem solving"@en,
        "Problemløsning"@nb,
        "Problemløysing"@nn ;
    skos:relatedMatch <http://dewey.info/class/006.333/e23/>,
        <http://dewey.info/class/370.1524/e23/>,
        <http://dewey.info/class/658.403/e23/> .

humord:c01512 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01512" ;
    dct:modified "2023-12-18T11:40:32"^^xsd:dateTime ;
    skos:altLabel "Predictions"@en ;
    skos:broader humord:c01458 ;
    skos:closeMatch <http://dewey.info/class/616.075/e23/> ;
    skos:exactMatch realfagstermer:c011308,
        <http://dewey.info/class/003.2/e23/>,
        <http://dewey.info/class/1--0112/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011308,
        <http://dewey.info/class/003.2/e23/>,
        <http://dewey.info/class/1--0112/e23/>,
        <http://dewey.info/class/303.49/e23/>,
        <http://dewey.info/class/332.678/e23/>,
        <http://dewey.info/class/338.00112/e23/>,
        <http://dewey.info/class/338.5443/e23/>,
        <http://dewey.info/class/616.075/e23/>,
        <http://dewey.info/class/658.40355/e23/>,
        <http://dewey.info/class/658.8100112/e23/>,
        <http://dewey.info/class/658.818/e23/> ;
    skos:prefLabel "Prognosis"@en,
        "Prognoser"@nb,
        "Prognosar"@nn ;
    skos:relatedMatch <http://dewey.info/class/303.49/e23/>,
        <http://dewey.info/class/332.678/e23/>,
        <http://dewey.info/class/338.00112/e23/>,
        <http://dewey.info/class/338.5443/e23/>,
        <http://dewey.info/class/658.40355/e23/>,
        <http://dewey.info/class/658.8100112/e23/>,
        <http://dewey.info/class/658.818/e23/> .

humord:c01513 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01513" ;
    dct:modified "2024-11-11T08:37:49"^^xsd:dateTime ;
    skos:altLabel "Project work"@en,
        "Prosjektarbeid"@nb,
        "Prosjektprosesser"@nb,
        "Prosjektarbeid"@nn,
        "Prosjektprosessar"@nn ;
    skos:broader humord:c01458 ;
    skos:closeMatch realfagstermer:c006255 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006255,
        <http://dewey.info/class/352.365/e23/>,
        <http://dewey.info/class/658.404/e23/> ;
    skos:prefLabel "Projects"@en,
        "Prosjekter"@nb,
        "Prosjekt"@nn ;
    skos:related humord:c22632,
        humord:c59213 ;
    skos:relatedMatch <http://dewey.info/class/352.365/e23/>,
        <http://dewey.info/class/658.404/e23/> .

humord:c01514 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01514" ;
    dct:modified "2025-08-15T09:26:54"^^xsd:dateTime ;
    skos:altLabel "Psevdonymer"@nb,
        "Psevdonym"@nn ;
    skos:broadMatch <http://dewey.info/class/929.4/e23/> ;
    skos:broader humord:c06248 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.4/e23/> ;
    skos:prefLabel "Pseudonyms"@en,
        "Pseudonymer"@nb,
        "Pseudonym"@nn .

humord:c01515 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01515" ;
    dct:modified "2023-12-18T14:23:49"^^xsd:dateTime ;
    skos:altLabel "Enrolment"@en ;
    skos:broader humord:c01458 ;
    skos:exactMatch realfagstermer:c007894 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007894,
        <http://dewey.info/class/069.52/e23/>,
        <http://dewey.info/class/352.84/e23/> ;
    skos:prefLabel "Registration"@en,
        "Registrering"@nb,
        "Registrering"@nn ;
    skos:relatedMatch <http://dewey.info/class/069.52/e23/>,
        <http://dewey.info/class/352.84/e23/> .

humord:c01516 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01516" ;
    dct:modified "2026-01-27T16:21:43"^^xsd:dateTime ;
    skos:altLabel "Recruitment (General)"@en ;
    skos:broader humord:c01458 ;
    skos:closeMatch <http://dewey.info/class/352.65/e23/> ;
    skos:exactMatch <http://dewey.info/class/658.3111/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/023.9/e23/>,
        <http://dewey.info/class/343.012/e23/>,
        <http://dewey.info/class/352.65/e23/>,
        <http://dewey.info/class/355.223/e23/>,
        <http://dewey.info/class/658.3111/e23/> ;
    skos:prefLabel "Recruiting (General)"@en,
        "Rekruttering (Generelt)"@nb,
        "Rekruttering (Generelt)"@nn ;
    skos:relatedMatch <http://dewey.info/class/023.9/e23/>,
        <http://dewey.info/class/343.012/e23/>,
        <http://dewey.info/class/355.223/e23/> .

humord:c01517 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01517" ;
    dct:modified "2024-05-15T13:05:01"^^xsd:dateTime ;
    skos:altLabel "Resurser"@nb ;
    skos:broader humord:c01458 ;
    skos:definition "En ressurs er elementer eller menneskelige egenskaper som kan utnyttes økonomisk, eller som er til nytte på annen måte. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013234 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013234,
        <http://dewey.info/class/1--07/e23/>,
        <http://dewey.info/class/333.7/e23/>,
        <http://dewey.info/class/355.2/e23/> ;
    skos:prefLabel "Resources"@en,
        "Ressurser"@nb,
        "Ressursar"@nn ;
    skos:related humord:c22448 ;
    skos:relatedMatch <http://dewey.info/class/1--07/e23/>,
        <http://dewey.info/class/333.7/e23/>,
        <http://dewey.info/class/355.2/e23/> .

humord:c01518 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-10-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01518" ;
    dct:modified "2024-05-10T14:15:55"^^xsd:dateTime ;
    skos:altLabel "Miljøressurser"@nb,
        "Naturverdier"@nb,
        "Miljøressursar"@nn,
        "Naturverdiar"@nn ;
    skos:broader humord:c01517 ;
    skos:closeMatch realfagstermer:c007893 ;
    skos:definition "Naturressurs er luft, vatn, dyrkbare areal, levande organismar som husdyr og fisk, petroleum, mineral og andre råstoff. Ein skil gjerne mellom fornybare og ikkje-fornybare ressursar. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c009186,
        <http://dewey.info/class/333.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007893,
        realfagstermer:c009186,
        <http://dewey.info/class/178/e23/>,
        <http://dewey.info/class/201.77/e23/>,
        <http://dewey.info/class/333.7/e23/>,
        <http://dewey.info/class/341.4/e23/>,
        <http://dewey.info/class/346.044/e23/>,
        <http://dewey.info/class/354.3/e23/> ;
    skos:prefLabel "Natural resources"@en,
        "Naturressurser"@nb,
        "Naturressursar"@nn ;
    skos:related humord:c24195 ;
    skos:relatedMatch <http://dewey.info/class/178/e23/>,
        <http://dewey.info/class/201.77/e23/>,
        <http://dewey.info/class/341.4/e23/>,
        <http://dewey.info/class/346.044/e23/>,
        <http://dewey.info/class/354.3/e23/> .

humord:c01519 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01519" ;
    dct:modified "2024-11-08T15:39:09"^^xsd:dateTime ;
    skos:altLabel "Audit"@en ;
    skos:broadMatch <http://dewey.info/class/338.4365745/e23/>,
        <http://dewey.info/class/338.76165745/e23/> ;
    skos:broader humord:c01458 ;
    skos:exactMatch <http://dewey.info/class/657.45/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.4365745/e23/>,
        <http://dewey.info/class/338.76165745/e23/>,
        <http://dewey.info/class/657.45/e23/> ;
    skos:prefLabel "Revision"@en,
        "Revisjon"@nb,
        "Revisjon"@nn ;
    skos:related humord:c23507 .

humord:c01520 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01520" ;
    dct:modified "2023-12-18T14:51:07"^^xsd:dateTime ;
    skos:altLabel "Hazard"@en,
        "Risikofaktorer"@nb,
        "Risk"@nb,
        "Risk"@nn ;
    skos:broader humord:c01458 ;
    skos:closeMatch realfagstermer:c011332 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011332,
        <http://dewey.info/class/338.5/e23/>,
        <http://dewey.info/class/368/e23/>,
        <http://dewey.info/class/616.071/e23/> ;
    skos:prefLabel "Risk"@en,
        "Risiko"@nb,
        "Risiko"@nn ;
    skos:relatedMatch <http://dewey.info/class/338.5/e23/>,
        <http://dewey.info/class/368/e23/>,
        <http://dewey.info/class/616.071/e23/> .

humord:c01521 a ubo:Topic,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01521" ;
    dct:modified "2026-02-25T10:01:14"^^xsd:dateTime ;
    skos:altLabel "Publikumsservice"@nb,
        "Sørvis"@nb,
        "Publikumsservice"@nn,
        "Sørvis"@nn ;
    skos:broader humord:c01458 ;
    skos:inScheme humord: ;
    skos:prefLabel "Service"@en,
        "Service"@nb,
        "Service"@nn ;
    skos:related humord:c07734 .

humord:c01522 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01522" ;
    dct:modified "2024-01-03T09:35:19"^^xsd:dateTime ;
    skos:altLabel "Sikkerheitstiltak"@nn ;
    skos:broadMatch <http://dewey.info/class/643.16/e23/> ;
    skos:broader humord:c28115 ;
    skos:closeMatch realfagstermer:c000636,
        <http://dewey.info/class/363.1/e23/> ;
    skos:exactMatch <http://dewey.info/class/1--0289/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000636,
        <http://dewey.info/class/005.8/e23/>,
        <http://dewey.info/class/025.82/e23/>,
        <http://dewey.info/class/069.54/e23/>,
        <http://dewey.info/class/1--0289/e23/>,
        <http://dewey.info/class/352.379/e23/>,
        <http://dewey.info/class/355.3433/e23/>,
        <http://dewey.info/class/363.1/e23/>,
        <http://dewey.info/class/365.641/e23/>,
        <http://dewey.info/class/643.16/e23/>,
        <http://dewey.info/class/651/e23/>,
        <http://dewey.info/class/658.47/e23/>,
        <http://dewey.info/class/660.2804/e23/>,
        <http://dewey.info/class/690.22/e23/> ;
    skos:prefLabel "Security measures"@en,
        "Sikkerhetstiltak"@nb,
        "Tryggingstiltak"@nn ;
    skos:related humord:c26337 ;
    skos:relatedMatch <http://dewey.info/class/005.8/e23/>,
        <http://dewey.info/class/025.82/e23/>,
        <http://dewey.info/class/069.54/e23/>,
        <http://dewey.info/class/352.379/e23/>,
        <http://dewey.info/class/355.3433/e23/>,
        <http://dewey.info/class/365.641/e23/>,
        <http://dewey.info/class/651/e23/>,
        <http://dewey.info/class/658.47/e23/>,
        <http://dewey.info/class/660.2804/e23/>,
        <http://dewey.info/class/690.22/e23/> .

humord:c01523 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01523" ;
    dct:modified "2025-04-09T08:23:10"^^xsd:dateTime ;
    skos:altLabel "Alarmanlegg"@nb,
        "Varslingsanlegg"@nb,
        "Varslingssystemer"@nb,
        "Varslingsanlegg"@nn,
        "Varslingssystem"@nn ;
    skos:broader humord:c01522 ;
    skos:closeMatch <http://dewey.info/class/621.38928/e23/> ;
    skos:exactMatch realfagstermer:c010193 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010193,
        <http://dewey.info/class/621.38928/e23/>,
        <http://dewey.info/class/628.9225/e23/> ;
    skos:prefLabel "Alarm systems"@en,
        "Alarmsystemer"@nb,
        "Alarmsystem"@nn ;
    skos:relatedMatch <http://dewey.info/class/628.9225/e23/> .

humord:c01526 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01526" ;
    dct:modified "2024-01-03T13:27:23"^^xsd:dateTime ;
    skos:altLabel "Strategies"@en,
        "Strategier"@nb,
        "Strategiutvikling"@nb,
        "Strategiar"@nn ;
    skos:broader humord:c01458 ;
    skos:exactMatch realfagstermer:c002524 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002524,
        <http://dewey.info/class/324.72/e23/>,
        <http://dewey.info/class/355.02/e23/>,
        <http://dewey.info/class/355.4/e23/> ;
    skos:prefLabel "Strategy"@en,
        "Strategi"@nb,
        "Strategi"@nn ;
    skos:related humord:c09451,
        humord:c14791 ;
    skos:relatedMatch <http://dewey.info/class/324.72/e23/>,
        <http://dewey.info/class/355.02/e23/>,
        <http://dewey.info/class/355.4/e23/> .

humord:c01528 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01528" ;
    dct:modified "2026-02-25T10:20:05"^^xsd:dateTime ;
    skos:altLabel "Test"@en,
        "Ferdighetstester"@nb,
        "Ferdighetstesting"@nb,
        "Måling"@nb,
        "Målinger"@nb,
        "Test"@nb,
        "Tester"@nb,
        "Ferdigheitstestar"@nn,
        "Måling"@nn,
        "Målingar"@nn,
        "Testar"@nn ;
    skos:broader humord:c01458 ;
    skos:exactMatch realfagstermer:c000774,
        <http://dewey.info/class/1--0287/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000774,
        <http://dewey.info/class/1--0287/e23/>,
        <http://dewey.info/class/1--076/e23/>,
        <http://dewey.info/class/371.26/e23/> ;
    skos:prefLabel "Testing"@en,
        "Testing"@nb,
        "Testing"@nn ;
    skos:related humord:c01471,
        humord:c07912,
        humord:c22225 ;
    skos:relatedMatch <http://dewey.info/class/1--076/e23/>,
        <http://dewey.info/class/371.26/e23/> .

humord:c01529 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01529" ;
    dct:modified "2024-11-08T14:11:40"^^xsd:dateTime ;
    skos:altLabel "Use of time"@en,
        "Tidsanvendelse"@nb,
        "Tidsnytting"@nb,
        "Tidsnytting"@nn ;
    skos:broadMatch <http://dewey.info/class/304.237/e23/>,
        <http://dewey.info/class/529/e23/> ;
    skos:broader humord:c01458 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/304.237/e23/>,
        <http://dewey.info/class/529/e23/> ;
    skos:prefLabel "Time-use"@en,
        "Tidsbruk (Generelt)"@nb,
        "Tidsbruk (Generelt)"@nn .

humord:c01532 a ubo:Topic,
        skos:Concept ;
    dct:created "1997-06-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01532" ;
    dct:modified "2024-11-08T14:25:36"^^xsd:dateTime ;
    skos:broader humord:c01458 ;
    skos:inScheme humord: ;
    skos:prefLabel "Typology"@en,
        "Typologi"@nb,
        "Typologi"@nn ;
    skos:related humord:c06400 .

humord:c01533 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01533" ;
    dct:modified "2023-12-19T10:06:28"^^xsd:dateTime ;
    skos:altLabel "Casualties"@en,
        "Disasters"@en,
        "Ulukker"@nn ;
    skos:broader humord:c01458 ;
    skos:definition "Tilfeldig større skade, alvorlig uhell <BOB>"@nb ;
    skos:exactMatch realfagstermer:c004207,
        <http://dewey.info/class/363.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004207,
        <http://dewey.info/class/155.936/e23/>,
        <http://dewey.info/class/346.0322/e23/>,
        <http://dewey.info/class/363.1/e23/>,
        <http://dewey.info/class/613.6/e23/> ;
    skos:prefLabel "Accidents"@en,
        "Ulykker"@nb,
        "Ulykker"@nn ;
    skos:related humord:c03901,
        humord:c25765 ;
    skos:relatedMatch <http://dewey.info/class/155.936/e23/>,
        <http://dewey.info/class/346.0322/e23/>,
        <http://dewey.info/class/613.6/e23/> .

humord:c01534 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01534" ;
    dct:modified "2023-12-19T09:19:14"^^xsd:dateTime ;
    skos:broader humord:c01458 ;
    skos:exactMatch realfagstermer:c011376,
        <http://dewey.info/class/1--015/e23/>,
        <http://dewey.info/class/500/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011376,
        <http://dewey.info/class/001/e23/>,
        <http://dewey.info/class/1--015/e23/>,
        <http://dewey.info/class/500/e23/> ;
    skos:prefLabel "Science"@en,
        "Vitenskap"@nb,
        "Vitskap"@nn ;
    skos:related humord:c07551 ;
    skos:relatedMatch <http://dewey.info/class/001/e23/> .

humord:c01535 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-12-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01535" ;
    dct:modified "2023-11-28T09:17:55"^^xsd:dateTime ;
    skos:altLabel "Research programmes"@en,
        "Research projects"@en,
        "Forsking"@nb,
        "Forskingsprogram"@nb,
        "Forskningsarbeid"@nb,
        "Forskningsprogrammer"@nb,
        "Forskingsprosjekt"@nn,
        "Forskningsarbeid"@nn,
        "Forskningsprosjekter"@nn ;
    skos:broader humord:c01534 ;
    skos:closeMatch realfagstermer:c005661 ;
    skos:exactMatch realfagstermer:c006010,
        <http://dewey.info/class/001.4/e23/>,
        <http://dewey.info/class/1--072/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005661,
        realfagstermer:c006010,
        <http://dewey.info/class/001.4/e23/>,
        <http://dewey.info/class/1--072/e23/>,
        <http://dewey.info/class/352.74/e23/>,
        <http://dewey.info/class/4--072/e23/>,
        <http://dewey.info/class/407.2/e23/>,
        <http://dewey.info/class/507.2/e23/>,
        <http://dewey.info/class/540.72/e23/>,
        <http://dewey.info/class/570.72/e23/>,
        <http://dewey.info/class/607.2/e23/> ;
    skos:prefLabel "Research"@en,
        "Forskning"@nb,
        "Forsking"@nn ;
    skos:related humord:c01493,
        humord:c07433,
        humord:c22755,
        humord:c22808,
        humord:c25583,
        humord:c28262 ;
    skos:relatedMatch <http://dewey.info/class/352.74/e23/>,
        <http://dewey.info/class/4--072/e23/>,
        <http://dewey.info/class/407.2/e23/>,
        <http://dewey.info/class/507.2/e23/>,
        <http://dewey.info/class/540.72/e23/>,
        <http://dewey.info/class/570.72/e23/>,
        <http://dewey.info/class/607.2/e23/> .

humord:c01538 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01538" ;
    dct:modified "2024-11-14T09:21:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--012/e23/> ;
    skos:broader humord:c25181 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--012/e23/> ;
    skos:prefLabel "Popular taxonomy"@en,
        "Folkelig taksonomi"@nb,
        "Folkeleg taksonomi"@nn ;
    skos:related humord:c21019 .

humord:c01540 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01540" ;
    dct:modified "2025-02-04T07:39:40"^^xsd:dateTime ;
    skos:broader humord:c06256 ;
    skos:exactMatch realfagstermer:c030204,
        <http://dewey.info/class/2--6/e23/>,
        <http://dewey.info/class/916/e23/>,
        <http://dewey.info/class/960/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030204,
        <http://dewey.info/class/2--6/e23/>,
        <http://dewey.info/class/916/e23/>,
        <http://dewey.info/class/940.416/e23/>,
        <http://dewey.info/class/940.5423/e23/>,
        <http://dewey.info/class/960/e23/> ;
    skos:prefLabel "Africa"@en,
        "Afrika"@nb,
        "Afrika"@nn ;
    skos:relatedMatch <http://dewey.info/class/940.416/e23/>,
        <http://dewey.info/class/940.5423/e23/> .

humord:c01542 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01542" ;
    dct:modified "2025-02-04T07:07:08"^^xsd:dateTime ;
    skos:altLabel "Algerie"@en ;
    skos:broader humord:c01541 ;
    skos:closeMatch <http://dewey.info/class/939.714/e23/> ;
    skos:exactMatch realfagstermer:c030474,
        <http://dewey.info/class/2--65/e23/>,
        <http://dewey.info/class/916.5/e23/>,
        <http://dewey.info/class/965/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030474,
        <http://dewey.info/class/2--65/e23/>,
        <http://dewey.info/class/916.5/e23/>,
        <http://dewey.info/class/939.714/e23/>,
        <http://dewey.info/class/965/e23/> ;
    skos:prefLabel "Algeria"@en,
        "Algerie"@nb,
        "Algerie"@nn .

humord:c01543 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01543" ;
    dct:modified "2024-08-15T08:31:19"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030473,
        <http://dewey.info/class/2--673/e23/>,
        <http://dewey.info/class/916.73/e23/>,
        <http://dewey.info/class/967.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030473,
        <http://dewey.info/class/2--673/e23/>,
        <http://dewey.info/class/916.73/e23/>,
        <http://dewey.info/class/967.3/e23/> ;
    skos:prefLabel "Angola"@en,
        "Angola"@nb,
        "Angola"@nn .

humord:c01544 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01544" ;
    dct:modified "2024-09-24T13:49:24"^^xsd:dateTime ;
    skos:altLabel "Dahomey"@en,
        "Republic of Benin"@en,
        "The Republic of Benin"@en,
        "Dahomey"@nb,
        "Republikken Benin"@nb,
        "Dahomey"@nn,
        "Republikken Benin"@nn ;
    skos:broader humord:c01541 ;
    skos:definition "Benin er en republikk ved Guineabukta i Vest-Afrika. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--6683/e23/>,
        <http://dewey.info/class/916.683/e23/>,
        <http://dewey.info/class/966.83/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6683/e23/>,
        <http://dewey.info/class/916.683/e23/>,
        <http://dewey.info/class/966.83/e23/> ;
    skos:prefLabel "Benin"@en,
        "Benin"@nb,
        "Benin"@nn .

humord:c01546 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01546" ;
    dct:modified "2024-08-21T11:03:21"^^xsd:dateTime ;
    skos:altLabel "Haute Volta"@nb,
        "Øvre Volta"@nb,
        "Haute Volta"@nn,
        "Øvre Volta"@nn ;
    skos:broader humord:c01541 ;
    skos:exactMatch <http://dewey.info/class/2--6625/e23/>,
        <http://dewey.info/class/916.625/e23/>,
        <http://dewey.info/class/966.25/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6625/e23/>,
        <http://dewey.info/class/916.625/e23/>,
        <http://dewey.info/class/966.25/e23/> ;
    skos:prefLabel "Burkina Faso"@en,
        "Burkina Faso"@nb,
        "Burkina Faso"@nn .

humord:c01547 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01547" ;
    dct:modified "2025-02-04T06:45:41"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:closeMatch <http://dewey.info/class/2--32/e23/>,
        <http://dewey.info/class/932/e23/> ;
    skos:exactMatch realfagstermer:c030261,
        <http://dewey.info/class/2--62/e23/>,
        <http://dewey.info/class/916.2/e23/>,
        <http://dewey.info/class/962/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030261,
        <http://dewey.info/class/2--32/e23/>,
        <http://dewey.info/class/2--62/e23/>,
        <http://dewey.info/class/916.2/e23/>,
        <http://dewey.info/class/932/e23/>,
        <http://dewey.info/class/962/e23/> ;
    skos:prefLabel "Egypt"@en,
        "Egypt"@nb,
        "Egypt"@nn .

humord:c01548 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01548" ;
    dct:modified "2025-02-05T11:31:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--321/e23/>,
        <http://dewey.info/class/2--621/e23/>,
        <http://dewey.info/class/916.21/e23/>,
        <http://dewey.info/class/932.1/e23/>,
        <http://dewey.info/class/962.1/e23/> ;
    skos:broader humord:c01547 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--321/e23/>,
        <http://dewey.info/class/2--621/e23/>,
        <http://dewey.info/class/916.21/e23/>,
        <http://dewey.info/class/932.1/e23/>,
        <http://dewey.info/class/962.1/e23/> ;
    skos:prefLabel "Alexandria"@en,
        "Alexandria"@nb,
        "Alexandria"@nn .

humord:c01549 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-02-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01549" ;
    dct:modified "2024-08-28T11:50:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--622/e23/>,
        <http://dewey.info/class/916.22/e23/>,
        <http://dewey.info/class/962.2/e23/> ;
    skos:broader humord:c01547 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--622/e23/>,
        <http://dewey.info/class/916.22/e23/>,
        <http://dewey.info/class/962.2/e23/> ;
    skos:prefLabel "Asyut"@en,
        "Asyut"@nb,
        "Asyut"@nn .

humord:c01550 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01550" ;
    dct:modified "2025-02-10T08:39:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/932.16/e23/> ;
    skos:broader humord:c01547 ;
    skos:closeMatch <http://dewey.info/class/2--6216/e23/>,
        <http://dewey.info/class/916.216/e23/>,
        <http://dewey.info/class/962.16/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6216/e23/>,
        <http://dewey.info/class/916.216/e23/>,
        <http://dewey.info/class/932.16/e23/>,
        <http://dewey.info/class/962.16/e23/> ;
    skos:prefLabel "Cairo"@en,
        "Kairo"@nb,
        "Kairo"@nn .

humord:c01551 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01551" ;
    dct:modified "2025-02-05T07:42:00"^^xsd:dateTime ;
    skos:altLabel "Historic Cairo"@en ;
    skos:broadMatch <http://dewey.info/class/2--6216/e23/>,
        <http://dewey.info/class/916.216/e23/>,
        <http://dewey.info/class/932.16/e23/>,
        <http://dewey.info/class/962.16/e23/> ;
    skos:broader humord:c01550 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6216/e23/>,
        <http://dewey.info/class/916.216/e23/>,
        <http://dewey.info/class/932.16/e23/>,
        <http://dewey.info/class/962.16/e23/> ;
    skos:prefLabel "Old Cairo"@en,
        "Gamle Kairo"@nb,
        "Gamle Kairo"@nn .

humord:c01552 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01552" ;
    dct:modified "2025-02-05T08:17:34"^^xsd:dateTime ;
    skos:altLabel "Sinai Peninsula"@en,
        "Sinaihalvøya"@nb,
        "Sinaihalvøya"@nn ;
    skos:broadMatch <http://dewey.info/class/2--531/e23/>,
        <http://dewey.info/class/915.31/e23/>,
        <http://dewey.info/class/953.1/e23/> ;
    skos:broader humord:c01547 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--531/e23/>,
        <http://dewey.info/class/915.31/e23/>,
        <http://dewey.info/class/953.1/e23/> ;
    skos:prefLabel "Sinai"@en,
        "Sinai"@nb,
        "Sinai"@nn .

humord:c01553 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01553" ;
    dct:modified "2025-02-05T08:17:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--6215/e23/>,
        <http://dewey.info/class/916.215/e23/>,
        <http://dewey.info/class/962.15/e23/> ;
    skos:broader humord:c01547 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6215/e23/>,
        <http://dewey.info/class/916.215/e23/>,
        <http://dewey.info/class/962.15/e23/> ;
    skos:prefLabel "Suez"@en,
        "Suez"@nb,
        "Suez"@nn .

humord:c01554 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01554" ;
    dct:modified "2025-02-05T08:18:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--6215/e23/>,
        <http://dewey.info/class/916.215/e23/>,
        <http://dewey.info/class/962.15/e23/> ;
    skos:broader humord:c01547 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6215/e23/>,
        <http://dewey.info/class/916.215/e23/>,
        <http://dewey.info/class/962.15/e23/> ;
    skos:prefLabel "Suez Canal"@en,
        "Suezkanalen"@nb,
        "Suezkanalen"@nn ;
    skos:related humord:c04155 .

humord:c01555 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-07-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01555" ;
    dct:modified "2025-02-10T09:25:03"^^xsd:dateTime ;
    skos:altLabel "Teben"@nb,
        "Teben"@nn ;
    skos:broadMatch <http://dewey.info/class/2--323/e23/>,
        <http://dewey.info/class/932.3/e23/> ;
    skos:broader humord:c01547 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--323/e23/>,
        <http://dewey.info/class/932.3/e23/> ;
    skos:prefLabel "Thebes (Egypt)"@en,
        "Theben (Egypt)"@nb,
        "Theben (Egypt)"@nn .

humord:c01556 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01556" ;
    dct:modified "2025-02-04T06:46:40"^^xsd:dateTime ;
    skos:altLabel "Cote D'Ivoire"@en ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030424,
        <http://dewey.info/class/2--6668/e23/>,
        <http://dewey.info/class/916.668/e23/>,
        <http://dewey.info/class/966.68/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030424,
        <http://dewey.info/class/2--6668/e23/>,
        <http://dewey.info/class/916.668/e23/>,
        <http://dewey.info/class/966.68/e23/> ;
    skos:prefLabel "Ivory Coast"@en,
        "Elfenbenskysten"@nb,
        "Elfenbeinskysten"@nn .

humord:c01557 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01557" ;
    dct:modified "2025-02-04T06:47:08"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030243,
        <http://dewey.info/class/2--63/e23/>,
        <http://dewey.info/class/916.3/e23/>,
        <http://dewey.info/class/963/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030243,
        <http://dewey.info/class/2--63/e23/>,
        <http://dewey.info/class/916.3/e23/>,
        <http://dewey.info/class/963/e23/> ;
    skos:prefLabel "Ethiopia"@en,
        "Etiopia"@nb,
        "Etiopia"@nn .

humord:c01558 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01558" ;
    dct:modified "2025-02-04T06:47:32"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch <http://dewey.info/class/2--6721/e23/>,
        <http://dewey.info/class/916.721/e23/>,
        <http://dewey.info/class/967.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6721/e23/>,
        <http://dewey.info/class/916.721/e23/>,
        <http://dewey.info/class/967.21/e23/> ;
    skos:prefLabel "Gabon"@en,
        "Gabon"@nb,
        "Gabon"@nn .

humord:c01559 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01559" ;
    dct:modified "2025-02-04T06:48:40"^^xsd:dateTime ;
    skos:altLabel "The Gambia"@en,
        "The republic of The Gambia"@en ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030627,
        <http://dewey.info/class/2--6651/e23/>,
        <http://dewey.info/class/916.651/e23/>,
        <http://dewey.info/class/966.51/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030627,
        <http://dewey.info/class/2--6651/e23/>,
        <http://dewey.info/class/916.651/e23/>,
        <http://dewey.info/class/966.51/e23/> ;
    skos:prefLabel "Gambia"@en,
        "Gambia"@nb,
        "Gambia"@nn .

humord:c01560 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01560" ;
    dct:modified "2025-02-04T06:47:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--661/e23/> ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030625,
        <http://dewey.info/class/2--667/e23/>,
        <http://dewey.info/class/916.67/e23/>,
        <http://dewey.info/class/966.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030625,
        <http://dewey.info/class/2--661/e23/>,
        <http://dewey.info/class/2--667/e23/>,
        <http://dewey.info/class/916.67/e23/>,
        <http://dewey.info/class/966.1016/e23/>,
        <http://dewey.info/class/966.7/e23/> ;
    skos:prefLabel "Ghana"@en,
        "Ghana"@nb,
        "Ghana"@nn ;
    skos:relatedMatch <http://dewey.info/class/966.1016/e23/> .

humord:c01561 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01561" ;
    dct:modified "2025-02-04T06:49:09"^^xsd:dateTime ;
    skos:altLabel "French Guinea"@en,
        "Fransk Guinea"@nb,
        "Guinea-Conakry"@nb,
        "Fransk Guinea"@nn,
        "Guinea-Conakry"@nn ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c031049,
        <http://dewey.info/class/2--6652/e23/>,
        <http://dewey.info/class/916.652/e23/>,
        <http://dewey.info/class/966.52/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031049,
        <http://dewey.info/class/2--6652/e23/>,
        <http://dewey.info/class/916.652/e23/>,
        <http://dewey.info/class/966.52/e23/> ;
    skos:prefLabel "Guinea"@en,
        "Guinea"@nb,
        "Guinea"@nn .

humord:c01564 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01564" ;
    dct:modified "2025-02-04T10:47:22"^^xsd:dateTime ;
    skos:altLabel "Fuuta Jaloo"@nb,
        "Fuuta Jaloo"@nn ;
    skos:broadMatch <http://dewey.info/class/2--6652/e23/>,
        <http://dewey.info/class/916.652/e23/>,
        <http://dewey.info/class/966.52/e23/> ;
    skos:broader humord:c01561 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6652/e23/>,
        <http://dewey.info/class/916.652/e23/>,
        <http://dewey.info/class/966.52/e23/> ;
    skos:prefLabel "Fouta Djallon"@en,
        "Fouta Djallon"@nb,
        "Fouta Djallon"@nn .

humord:c01566 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01566" ;
    dct:modified "2025-02-04T06:48:18"^^xsd:dateTime ;
    skos:altLabel "Portugisisk Guinea"@nb,
        "Portugisisk Guinea"@nn ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030400,
        <http://dewey.info/class/2--6657/e23/>,
        <http://dewey.info/class/916.657/e23/>,
        <http://dewey.info/class/966.57/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030400,
        <http://dewey.info/class/2--6657/e23/>,
        <http://dewey.info/class/916.657/e23/>,
        <http://dewey.info/class/966.57/e23/> ;
    skos:prefLabel "Guinea-Bissau"@en,
        "Guinea-Bissau"@nb,
        "Guinea-Bissau"@nn .

humord:c01568 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01568" ;
    dct:modified "2025-02-04T06:49:35"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030605,
        <http://dewey.info/class/2--6711/e23/>,
        <http://dewey.info/class/916.711/e23/>,
        <http://dewey.info/class/967.11/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030605,
        <http://dewey.info/class/2--6711/e23/>,
        <http://dewey.info/class/916.711/e23/>,
        <http://dewey.info/class/967.11/e23/> ;
    skos:prefLabel "Cameroon"@en,
        "Kamerun"@nb,
        "Kamerun"@nn .

humord:c01569 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01569" ;
    dct:modified "2025-02-04T15:44:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--6711/e23/>,
        <http://dewey.info/class/916.711/e23/>,
        <http://dewey.info/class/967.11/e23/> ;
    skos:broader humord:c01568 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6711/e23/>,
        <http://dewey.info/class/916.711/e23/>,
        <http://dewey.info/class/967.11/e23/> ;
    skos:prefLabel "Adamawa (Cameroon)"@en,
        "Adamaoua"@nb,
        "Adamaoua"@nn ;
    skos:related humord:c01604 .

humord:c01570 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01570" ;
    dct:modified "2025-02-05T07:34:22"^^xsd:dateTime ;
    skos:altLabel "Jamaare"@nb,
        "Jamaare"@nn ;
    skos:broadMatch <http://dewey.info/class/2--6711/e23/>,
        <http://dewey.info/class/916.711/e23/>,
        <http://dewey.info/class/967.11/e23/> ;
    skos:broader humord:c01568 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6711/e23/>,
        <http://dewey.info/class/916.711/e23/>,
        <http://dewey.info/class/967.11/e23/> ;
    skos:prefLabel "Diamaré"@en,
        "Diamare"@nb,
        "Diamare"@nn .

humord:c01572 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01572" ;
    dct:modified "2025-02-05T07:38:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--6711/e23/>,
        <http://dewey.info/class/916.711/e23/>,
        <http://dewey.info/class/967.11/e23/> ;
    skos:broader humord:c01568 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6711/e23/>,
        <http://dewey.info/class/916.711/e23/>,
        <http://dewey.info/class/967.11/e23/> ;
    skos:prefLabel "Garoua"@en,
        "Garoua"@nb,
        "Garoua"@nn .

humord:c01573 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01573" ;
    dct:modified "2025-02-05T07:39:23"^^xsd:dateTime ;
    skos:altLabel "North Cameroon"@en ;
    skos:broadMatch <http://dewey.info/class/2--6711/e23/>,
        <http://dewey.info/class/916.711/e23/>,
        <http://dewey.info/class/967.11/e23/> ;
    skos:broader humord:c01568 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6711/e23/>,
        <http://dewey.info/class/916.711/e23/>,
        <http://dewey.info/class/967.11/e23/> ;
    skos:prefLabel "Northern Cameroon"@en,
        "Nord-Kamerun"@nb,
        "Nord-Kamerun"@nn .

humord:c01574 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01574" ;
    dct:modified "2024-09-02T12:41:17"^^xsd:dateTime ;
    skos:altLabel "Kap Verde"@en,
        "Cabo Verde"@nb,
        "Cabo Verde"@nn ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030518,
        <http://dewey.info/class/2--6658/e23/>,
        <http://dewey.info/class/916.658/e23/>,
        <http://dewey.info/class/966.58/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030518,
        <http://dewey.info/class/2--6658/e23/>,
        <http://dewey.info/class/916.658/e23/>,
        <http://dewey.info/class/966.58/e23/> ;
    skos:prefLabel "Cape Verde"@en,
        "Kapp Verde"@nb,
        "Kapp Verde"@nn .

humord:c01576 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01576" ;
    dct:modified "2025-02-04T15:43:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--6658/e23/>,
        <http://dewey.info/class/916.658/e23/>,
        <http://dewey.info/class/966.58/e23/> ;
    skos:broader humord:c01574 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6658/e23/>,
        <http://dewey.info/class/916.658/e23/>,
        <http://dewey.info/class/966.58/e23/> ;
    skos:prefLabel "São Nicolau"@en,
        "Sao Nicolau"@nb,
        "Sao Nicolau"@nn .

humord:c01577 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01577" ;
    dct:modified "2025-02-04T06:50:22"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030298,
        <http://dewey.info/class/2--6762/e23/>,
        <http://dewey.info/class/916.762/e23/>,
        <http://dewey.info/class/967.62/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030298,
        <http://dewey.info/class/2--6762/e23/>,
        <http://dewey.info/class/916.762/e23/>,
        <http://dewey.info/class/967.62/e23/> ;
    skos:prefLabel "Kenya"@en,
        "Kenya"@nb,
        "Kenya"@nn .

humord:c01578 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01578" ;
    dct:modified "2025-02-04T15:42:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--67627/e23/>,
        <http://dewey.info/class/916.7627/e23/>,
        <http://dewey.info/class/967.627/e23/> ;
    skos:broader humord:c01577 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--67627/e23/>,
        <http://dewey.info/class/916.7627/e23/>,
        <http://dewey.info/class/967.627/e23/> ;
    skos:prefLabel "Pokot"@en,
        "Pokot"@nb,
        "Pokot"@nn .

humord:c01579 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-08-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01579" ;
    dct:modified "2025-02-04T06:55:26"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:definition "Øygruppe og republikk i det Indiske hav <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030818,
        <http://dewey.info/class/2--6941/e23/>,
        <http://dewey.info/class/916.941/e23/>,
        <http://dewey.info/class/969.41/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030818,
        <http://dewey.info/class/2--6941/e23/>,
        <http://dewey.info/class/916.941/e23/>,
        <http://dewey.info/class/969.41/e23/> ;
    skos:prefLabel "Comoros"@en,
        "Komorene"@nb,
        "Komorane"@nn .

humord:c01580 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01580" ;
    dct:modified "2025-02-04T06:35:47"^^xsd:dateTime ;
    skos:altLabel "Kongo-Brazaville"@nb,
        "Moyen Kongo"@nb,
        "Republique du Congo"@nb,
        "Kongo-Brazaville"@nn,
        "Moyen Kongo"@nn,
        "Republique du Congo"@nn ;
    skos:broader humord:c01541 ;
    skos:exactMatch <http://dewey.info/class/2--6724/e23/>,
        <http://dewey.info/class/916.724/e23/>,
        <http://dewey.info/class/967.24/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6724/e23/>,
        <http://dewey.info/class/916.724/e23/>,
        <http://dewey.info/class/967.24/e23/> ;
    skos:prefLabel "Republic of the Congo"@en,
        "Republikken Kongo"@nb,
        "Republikken Kongo"@nn .

humord:c01581 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01581" ;
    dct:modified "2025-02-04T06:36:06"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:closeMatch <http://dewey.info/class/2--3974/e23/>,
        <http://dewey.info/class/939.74/e23/> ;
    skos:exactMatch realfagstermer:c030334,
        <http://dewey.info/class/2--612/e23/>,
        <http://dewey.info/class/916.12/e23/>,
        <http://dewey.info/class/961.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030334,
        <http://dewey.info/class/2--3974/e23/>,
        <http://dewey.info/class/2--612/e23/>,
        <http://dewey.info/class/916.12/e23/>,
        <http://dewey.info/class/939.74/e23/>,
        <http://dewey.info/class/961.2/e23/> ;
    skos:prefLabel "Libya"@en,
        "Libya"@nb,
        "Libya"@nn .

humord:c01582 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01582" ;
    dct:modified "2025-02-04T15:33:13"^^xsd:dateTime ;
    skos:altLabel "Kyrenaika"@en ;
    skos:broader humord:c01581 ;
    skos:exactMatch <http://dewey.info/class/2--3975/e23/>,
        <http://dewey.info/class/939.75/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3975/e23/>,
        <http://dewey.info/class/939.75/e23/> ;
    skos:prefLabel "Cyrenaica"@en,
        "Kyrenaika"@nb,
        "Kyrenaika"@nn .

humord:c01583 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01583" ;
    dct:modified "2025-02-04T06:35:11"^^xsd:dateTime ;
    skos:altLabel "Republic of Madagascar"@en ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030282,
        <http://dewey.info/class/2--691/e23/>,
        <http://dewey.info/class/916.91/e23/>,
        <http://dewey.info/class/969.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030282,
        <http://dewey.info/class/2--691/e23/>,
        <http://dewey.info/class/916.91/e23/>,
        <http://dewey.info/class/969.1/e23/> ;
    skos:prefLabel "Madagascar"@en,
        "Madagaskar"@nb,
        "Madagaskar"@nn .

humord:c01584 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01584" ;
    dct:modified "2025-02-04T06:55:57"^^xsd:dateTime ;
    skos:altLabel "Fransk Sudan"@nb,
        "Fransk Sudan"@nn ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030287,
        <http://dewey.info/class/2--6623/e23/>,
        <http://dewey.info/class/916.623/e23/>,
        <http://dewey.info/class/966.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030287,
        <http://dewey.info/class/2--6623/e23/>,
        <http://dewey.info/class/916.623/e23/>,
        <http://dewey.info/class/966.23/e23/> ;
    skos:prefLabel "Mali"@en,
        "Mali"@nb,
        "Mali"@nn ;
    skos:related humord:c01648 .

humord:c01586 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01586" ;
    dct:modified "2025-02-04T15:30:02"^^xsd:dateTime ;
    skos:altLabel "Dionkoloni"@en,
        "Dyonkoloni"@nb,
        "Dyonkoloni"@nn ;
    skos:broadMatch <http://dewey.info/class/2--6623/e23/>,
        <http://dewey.info/class/916.623/e23/>,
        <http://dewey.info/class/966.23/e23/> ;
    skos:broader humord:c01584 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6623/e23/>,
        <http://dewey.info/class/916.623/e23/>,
        <http://dewey.info/class/966.23/e23/> ;
    skos:prefLabel "Dyonkoloni"@en,
        "Dionkoloni"@nb,
        "Dionkoloni"@nn .

humord:c01588 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01588" ;
    dct:modified "2025-02-04T15:31:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--6623/e23/>,
        <http://dewey.info/class/916.623/e23/>,
        <http://dewey.info/class/966.23/e23/> ;
    skos:broader humord:c01584 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6623/e23/>,
        <http://dewey.info/class/916.623/e23/>,
        <http://dewey.info/class/966.23/e23/> ;
    skos:prefLabel "Gao"@en,
        "Gao"@nb,
        "Gao"@nn .

humord:c01589 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01589" ;
    dct:modified "2025-02-04T15:31:55"^^xsd:dateTime ;
    skos:altLabel "Ké Macina"@en,
        "Massina"@en,
        "Maasina"@nb,
        "Maasina"@nn ;
    skos:broadMatch <http://dewey.info/class/2--6623/e23/>,
        <http://dewey.info/class/916.623/e23/>,
        <http://dewey.info/class/966.23/e23/> ;
    skos:broader humord:c01584 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6623/e23/>,
        <http://dewey.info/class/916.623/e23/>,
        <http://dewey.info/class/966.23/e23/> ;
    skos:prefLabel "Macina"@en,
        "Macina"@nb,
        "Macina"@nn .

humord:c01591 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01591" ;
    dct:modified "2025-02-04T15:32:48"^^xsd:dateTime ;
    skos:altLabel "Segu"@nb,
        "Segu"@nn ;
    skos:broadMatch <http://dewey.info/class/2--6623/e23/>,
        <http://dewey.info/class/916.623/e23/>,
        <http://dewey.info/class/966.23/e23/> ;
    skos:broader humord:c01584 ;
    skos:definition "By i Mali. Brukes også om kongedømmet med samme navn som eksisterte på 1700- og 1800-tallet <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6623/e23/>,
        <http://dewey.info/class/916.623/e23/>,
        <http://dewey.info/class/966.23/e23/> ;
    skos:prefLabel "Ségou"@en,
        "Segou"@nb,
        "Segou"@nn .

humord:c01593 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01593" ;
    dct:modified "2025-02-04T06:57:09"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:closeMatch <http://dewey.info/class/2--39712/e23/>,
        <http://dewey.info/class/939.712/e23/> ;
    skos:exactMatch realfagstermer:c030296,
        <http://dewey.info/class/2--64/e23/>,
        <http://dewey.info/class/916.4/e23/>,
        <http://dewey.info/class/964/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030296,
        <http://dewey.info/class/2--39712/e23/>,
        <http://dewey.info/class/2--64/e23/>,
        <http://dewey.info/class/916.4/e23/>,
        <http://dewey.info/class/939.712/e23/>,
        <http://dewey.info/class/964/e23/> ;
    skos:prefLabel "Morocco"@en,
        "Marokko"@nb,
        "Marokko"@nn .

humord:c01594 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01594" ;
    dct:modified "2025-02-04T15:05:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--39712/e23/>,
        <http://dewey.info/class/939.712/e23/> ;
    skos:broader humord:c01593,
        humord:c03121 ;
    skos:closeMatch <http://dewey.info/class/2--641/e23/>,
        <http://dewey.info/class/916.41/e23/>,
        <http://dewey.info/class/964.1/e23/> ;
    skos:definition "Spansk by på Marokkos middelhavskyst <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39712/e23/>,
        <http://dewey.info/class/2--641/e23/>,
        <http://dewey.info/class/916.41/e23/>,
        <http://dewey.info/class/939.712/e23/>,
        <http://dewey.info/class/964.1/e23/> ;
    skos:prefLabel "Melilla"@en,
        "Melilla"@nb,
        "Melilla"@nn .

humord:c01595 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01595" ;
    dct:modified "2025-02-04T06:58:14"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch <http://dewey.info/class/2--3971/e23/>,
        <http://dewey.info/class/2--661/e23/>,
        <http://dewey.info/class/916.61/e23/>,
        <http://dewey.info/class/939.71/e23/>,
        <http://dewey.info/class/966.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3971/e23/>,
        <http://dewey.info/class/2--661/e23/>,
        <http://dewey.info/class/916.61/e23/>,
        <http://dewey.info/class/939.71/e23/>,
        <http://dewey.info/class/966.1/e23/> ;
    skos:prefLabel "Mauretania"@en,
        "Mauritania"@nb,
        "Mauritania"@nn .

humord:c01596 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01596" ;
    dct:modified "2025-02-04T06:58:45"^^xsd:dateTime ;
    skos:altLabel "Mocambique"@nb,
        "Mozambique"@nb,
        "Mocambique"@nn,
        "Mozambique"@nn ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030684,
        <http://dewey.info/class/2--679/e23/>,
        <http://dewey.info/class/916.79/e23/>,
        <http://dewey.info/class/967.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030684,
        <http://dewey.info/class/2--679/e23/>,
        <http://dewey.info/class/916.79/e23/>,
        <http://dewey.info/class/967.9/e23/> ;
    skos:prefLabel "Mozambique"@en,
        "Mosambik"@nb,
        "Mosambik"@nn .

humord:c01599 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01599" ;
    dct:modified "2025-02-04T06:59:19"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030369,
        <http://dewey.info/class/2--6881/e23/>,
        <http://dewey.info/class/916.881/e23/>,
        <http://dewey.info/class/968.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030369,
        <http://dewey.info/class/2--6881/e23/>,
        <http://dewey.info/class/916.881/e23/>,
        <http://dewey.info/class/968.81/e23/> ;
    skos:prefLabel "Namibia"@en,
        "Namibia"@nb,
        "Namibia"@nn .

humord:c01600 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01600" ;
    dct:modified "2025-02-04T15:02:13"^^xsd:dateTime ;
    skos:altLabel "Owamboland"@en ;
    skos:broadMatch <http://dewey.info/class/2--6881/e23/>,
        <http://dewey.info/class/916.881/e23/>,
        <http://dewey.info/class/968.81/e23/> ;
    skos:broader humord:c01599 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6881/e23/>,
        <http://dewey.info/class/916.881/e23/>,
        <http://dewey.info/class/968.81/e23/> ;
    skos:prefLabel "Ovamboland"@en,
        "Ovamboland"@nb,
        "Ovamboland"@nn .

humord:c01601 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01601" ;
    dct:modified "2024-08-29T18:10:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--6881/e23/>,
        <http://dewey.info/class/916.881/e23/>,
        <http://dewey.info/class/968.81/e23/> ;
    skos:broader humord:c01599 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6881/e23/>,
        <http://dewey.info/class/916.881/e23/>,
        <http://dewey.info/class/968.81/e23/> ;
    skos:prefLabel "Walvis Bay"@en,
        "Walvis Bay"@nb,
        "Walvis Bay"@nn .

humord:c01602 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-05-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01602" ;
    dct:modified "2025-02-04T07:06:28"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch <http://dewey.info/class/2--6626/e23/>,
        <http://dewey.info/class/916.626/e23/>,
        <http://dewey.info/class/966.26/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6626/e23/>,
        <http://dewey.info/class/916.626/e23/>,
        <http://dewey.info/class/966.26/e23/> ;
    skos:prefLabel "Niger (Republic)"@en,
        "Niger (Stat)"@nb,
        "Niger (Stat)"@nn .

humord:c01603 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01603" ;
    dct:modified "2025-02-04T07:06:42"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030368,
        <http://dewey.info/class/2--669/e23/>,
        <http://dewey.info/class/916.69/e23/>,
        <http://dewey.info/class/966.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030368,
        <http://dewey.info/class/2--669/e23/>,
        <http://dewey.info/class/916.69/e23/>,
        <http://dewey.info/class/966.9/e23/> ;
    skos:prefLabel "Nigeria"@en,
        "Nigeria"@nb,
        "Nigeria"@nn .

humord:c01604 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01604" ;
    dct:modified "2025-02-04T14:58:12"^^xsd:dateTime ;
    skos:broader humord:c01603 ;
    skos:exactMatch <http://dewey.info/class/2--66988/e23/>,
        <http://dewey.info/class/916.6988/e23/>,
        <http://dewey.info/class/966.988/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--66988/e23/>,
        <http://dewey.info/class/916.6988/e23/>,
        <http://dewey.info/class/966.988/e23/> ;
    skos:prefLabel "Adamawa (Nigeria)"@en,
        "Adamawa"@nb,
        "Adamawa"@nn ;
    skos:related humord:c01569 .

humord:c01605 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01605" ;
    dct:modified "2025-02-04T14:59:17"^^xsd:dateTime ;
    skos:altLabel "Gongola"@en ;
    skos:broadMatch <http://dewey.info/class/2--66988/e23/>,
        <http://dewey.info/class/916.6988/e23/>,
        <http://dewey.info/class/966.988/e23/> ;
    skos:broader humord:c01603 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--66988/e23/>,
        <http://dewey.info/class/916.6988/e23/>,
        <http://dewey.info/class/966.988/e23/> ;
    skos:prefLabel "Gongola State"@en,
        "Gongola"@nb,
        "Gongola"@nn .

humord:c01606 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01606" ;
    dct:modified "2025-02-04T15:01:13"^^xsd:dateTime ;
    skos:broader humord:c01603 ;
    skos:exactMatch <http://dewey.info/class/2--66952/e23/>,
        <http://dewey.info/class/916.6952/e23/>,
        <http://dewey.info/class/966.952/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--66952/e23/>,
        <http://dewey.info/class/916.6952/e23/>,
        <http://dewey.info/class/966.952/e23/> ;
    skos:prefLabel "Plateau State"@en,
        "Plateau State"@nb,
        "Plateau State"@nn .

humord:c01607 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01607" ;
    dct:modified "2025-02-04T06:36:58"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030491,
        <http://dewey.info/class/2--663/e23/>,
        <http://dewey.info/class/916.63/e23/>,
        <http://dewey.info/class/966.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030491,
        <http://dewey.info/class/2--663/e23/>,
        <http://dewey.info/class/916.63/e23/>,
        <http://dewey.info/class/966.3/e23/> ;
    skos:prefLabel "Senegal"@en,
        "Senegal"@nb,
        "Senegal"@nn .

humord:c01608 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01608" ;
    dct:modified "2025-02-04T13:01:58"^^xsd:dateTime ;
    skos:altLabel "Ferio"@en,
        "Ferio Desert"@en,
        "Ferlo"@en,
        "Ferlo"@nb,
        "Ferlo"@nn ;
    skos:broadMatch <http://dewey.info/class/2--663/e23/>,
        <http://dewey.info/class/916.63/e23/>,
        <http://dewey.info/class/966.3/e23/> ;
    skos:broader humord:c01607 ;
    skos:definition "Ferio, eller Ferlo, er en ørken i det sentrale Senegal. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--663/e23/>,
        <http://dewey.info/class/916.63/e23/>,
        <http://dewey.info/class/966.3/e23/> ;
    skos:prefLabel "Ferlo Desert"@en,
        "Ferio"@nb,
        "Ferio"@nn .

humord:c01609 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01609" ;
    dct:modified "2025-02-04T13:02:21"^^xsd:dateTime ;
    skos:altLabel "Fuuta Tooro"@nb,
        "Fuuta Tooro"@nn ;
    skos:broadMatch <http://dewey.info/class/2--663/e23/>,
        <http://dewey.info/class/916.63/e23/>,
        <http://dewey.info/class/966.3/e23/> ;
    skos:broader humord:c01607 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--663/e23/>,
        <http://dewey.info/class/916.63/e23/>,
        <http://dewey.info/class/966.3/e23/> ;
    skos:prefLabel "Futa Tooro"@en,
        "Fouta Toro"@nb,
        "Fouta Toro"@nn .

humord:c01611 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01611" ;
    dct:modified "2025-02-04T13:11:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--663/e23/>,
        <http://dewey.info/class/916.63/e23/>,
        <http://dewey.info/class/966.3/e23/> ;
    skos:broader humord:c01607 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--663/e23/>,
        <http://dewey.info/class/916.63/e23/>,
        <http://dewey.info/class/966.3/e23/> ;
    skos:prefLabel "Guet N'Dar"@en,
        "Guet n'dar"@nb,
        "Guet n'dar"@nn .

humord:c01612 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01612" ;
    dct:modified "2025-02-04T06:37:13"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch <http://dewey.info/class/2--6741/e23/>,
        <http://dewey.info/class/916.741/e23/>,
        <http://dewey.info/class/967.41/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6741/e23/>,
        <http://dewey.info/class/916.741/e23/>,
        <http://dewey.info/class/967.41/e23/> ;
    skos:prefLabel "Central African Republic"@en,
        "Sentralafrikanske republikk"@nb,
        "Sentralafrikanske republikk"@nn .

humord:c01613 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01613" ;
    dct:modified "2025-02-04T06:37:32"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch <http://dewey.info/class/2--664/e23/>,
        <http://dewey.info/class/916.64/e23/>,
        <http://dewey.info/class/966.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--664/e23/>,
        <http://dewey.info/class/916.64/e23/>,
        <http://dewey.info/class/966.4/e23/> ;
    skos:prefLabel "Sierra Leone"@en,
        "Sierra Leone"@nb,
        "Sierra Leone"@nn .

humord:c01614 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-02-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01614" ;
    dct:modified "2025-02-04T06:39:20"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:editorialNote "Fram til 2011 omfattet Sudan også Sør-Sudan som da ble erkært selvstendig og løsrevet fra Sudan."@nb ;
    skos:exactMatch realfagstermer:c030484,
        <http://dewey.info/class/2--624/e23/>,
        <http://dewey.info/class/916.24/e23/>,
        <http://dewey.info/class/962.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030484,
        <http://dewey.info/class/2--624/e23/>,
        <http://dewey.info/class/916.24/e23/>,
        <http://dewey.info/class/962.4/e23/> ;
    skos:prefLabel "Sudan"@en,
        "Sudan"@nb,
        "Sudan"@nn ;
    skos:related humord:c25790 .

humord:c01615 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01615" ;
    dct:modified "2025-02-04T12:57:52"^^xsd:dateTime ;
    skos:altLabel "Shandi"@en ;
    skos:broadMatch <http://dewey.info/class/2--625/e23/>,
        <http://dewey.info/class/916.25/e23/>,
        <http://dewey.info/class/962.5/e23/> ;
    skos:broader humord:c01614 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--625/e23/>,
        <http://dewey.info/class/916.25/e23/>,
        <http://dewey.info/class/962.5/e23/> ;
    skos:prefLabel "Shendi"@en,
        "Shendi"@nb,
        "Shendi"@nn .

humord:c01616 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01616" ;
    dct:modified "2025-02-04T07:38:58"^^xsd:dateTime ;
    skos:altLabel "Republikken Sør-Afrika"@nb,
        "Republikken Sør-Afrika"@nn ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030720,
        <http://dewey.info/class/2--68/e23/>,
        <http://dewey.info/class/916.8/e23/>,
        <http://dewey.info/class/968/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030720,
        <http://dewey.info/class/2--68/e23/>,
        <http://dewey.info/class/916.8/e23/>,
        <http://dewey.info/class/968/e23/> ;
    skos:prefLabel "South Africa (Republic)"@en,
        "Sør-Afrika (Republikk)"@nb,
        "Sør-Afrika (Republikk)"@nn ;
    skos:related humord:c01643 .

humord:c01618 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01618" ;
    dct:modified "2024-10-11T09:26:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.80096809045/e23/> ;
    skos:broader humord:c01616 ;
    skos:closeMatch <http://dewey.info/class/2--6829/e23/>,
        <http://dewey.info/class/916.829/e23/>,
        <http://dewey.info/class/968.29/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6829/e23/>,
        <http://dewey.info/class/305.80096809045/e23/>,
        <http://dewey.info/class/916.829/e23/>,
        <http://dewey.info/class/968.29/e23/> ;
    skos:prefLabel "Bantustan"@en,
        "Bantustan"@nb,
        "Bantustan"@nn .

humord:c01619 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01619" ;
    dct:modified "2025-02-04T06:40:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--68758/e23/>,
        <http://dewey.info/class/916.8758/e23/>,
        <http://dewey.info/class/968.758/e23/> ;
    skos:broader humord:c01616 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--68758/e23/>,
        <http://dewey.info/class/916.8758/e23/>,
        <http://dewey.info/class/968.758/e23/> ;
    skos:prefLabel "Transkei"@en,
        "Transkei"@nb,
        "Transkei"@nn .

humord:c01620 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01620" ;
    dct:modified "2025-02-04T06:39:04"^^xsd:dateTime ;
    skos:altLabel "United Republic of Tanzania"@en ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030265,
        <http://dewey.info/class/2--678/e23/>,
        <http://dewey.info/class/916.78/e23/>,
        <http://dewey.info/class/967.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030265,
        <http://dewey.info/class/2--678/e23/>,
        <http://dewey.info/class/916.78/e23/>,
        <http://dewey.info/class/967.8/e23/> ;
    skos:prefLabel "Tanzania"@en,
        "Tanzania"@nb,
        "Tanzania"@nn .

humord:c01621 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01621" ;
    dct:modified "2025-02-04T12:51:52"^^xsd:dateTime ;
    skos:broader humord:c01620 ;
    skos:exactMatch <http://dewey.info/class/2--6782/e23/>,
        <http://dewey.info/class/916.782/e23/>,
        <http://dewey.info/class/967.8203/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6782/e23/>,
        <http://dewey.info/class/916.782/e23/>,
        <http://dewey.info/class/967.8201/e23/>,
        <http://dewey.info/class/967.8202/e23/>,
        <http://dewey.info/class/967.8203/e23/>,
        <http://dewey.info/class/967.8204/e23/> ;
    skos:prefLabel "Tanganyika"@en,
        "Tanganyika"@nb,
        "Tanganyika"@nn ;
    skos:relatedMatch <http://dewey.info/class/967.8201/e23/>,
        <http://dewey.info/class/967.8202/e23/>,
        <http://dewey.info/class/967.8204/e23/> .

humord:c01622 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01622" ;
    dct:modified "2025-02-04T12:52:55"^^xsd:dateTime ;
    skos:broader humord:c01620 ;
    skos:closeMatch <http://dewey.info/class/2--6781/e23/>,
        <http://dewey.info/class/916.781/e23/>,
        <http://dewey.info/class/967.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6781/e23/>,
        <http://dewey.info/class/916.781/e23/>,
        <http://dewey.info/class/967.81/e23/> ;
    skos:prefLabel "Zanzibar"@en,
        "Zanzibar"@nb,
        "Zanzibar"@nn .

humord:c01623 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-09-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01623" ;
    dct:modified "2024-09-12T13:44:28"^^xsd:dateTime ;
    skos:altLabel "Chad"@nb,
        "Tchad"@nb,
        "Chad"@nn,
        "Tchad"@nn ;
    skos:broader humord:c01541 ;
    skos:exactMatch <http://dewey.info/class/2--6743/e23/>,
        <http://dewey.info/class/916.743/e23/>,
        <http://dewey.info/class/967.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6743/e23/>,
        <http://dewey.info/class/916.743/e23/>,
        <http://dewey.info/class/967.43/e23/> ;
    skos:prefLabel "Chad"@en,
        "Tsjad"@nb,
        "Tsjad"@nn .

humord:c01624 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01624" ;
    dct:modified "2025-02-04T06:40:42"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch <http://dewey.info/class/2--611/e23/>,
        <http://dewey.info/class/916.11/e23/>,
        <http://dewey.info/class/961.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3973/e23/>,
        <http://dewey.info/class/2--611/e23/>,
        <http://dewey.info/class/916.11/e23/>,
        <http://dewey.info/class/939.73/e23/>,
        <http://dewey.info/class/961.1/e23/> ;
    skos:prefLabel "Tunisia"@en,
        "Tunisia"@nb,
        "Tunisia"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--3973/e23/>,
        <http://dewey.info/class/939.73/e23/> .

humord:c01625 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-10-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01625" ;
    dct:modified "2025-02-04T12:50:15"^^xsd:dateTime ;
    skos:altLabel "Kartago"@nb,
        "Kartago"@nn ;
    skos:broadMatch <http://dewey.info/class/2--611/e23/>,
        <http://dewey.info/class/916.11/e23/>,
        <http://dewey.info/class/961.1/e23/> ;
    skos:broader humord:c01624 ;
    skos:exactMatch <http://dewey.info/class/2--3973/e23/>,
        <http://dewey.info/class/939.73/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3973/e23/>,
        <http://dewey.info/class/2--611/e23/>,
        <http://dewey.info/class/916.11/e23/>,
        <http://dewey.info/class/939.73/e23/>,
        <http://dewey.info/class/961.1/e23/> ;
    skos:prefLabel "Carthage"@en,
        "Karthago"@nb,
        "Karthago"@nn .

humord:c01626 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01626" ;
    dct:modified "2025-02-04T06:41:03"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030711,
        <http://dewey.info/class/2--6761/e23/>,
        <http://dewey.info/class/916.761/e23/>,
        <http://dewey.info/class/967.61/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030711,
        <http://dewey.info/class/2--6761/e23/>,
        <http://dewey.info/class/916.761/e23/>,
        <http://dewey.info/class/967.61/e23/> ;
    skos:prefLabel "Uganda"@en,
        "Uganda"@nb,
        "Uganda"@nn .

humord:c01627 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01627" ;
    dct:modified "2025-02-04T11:16:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--6761/e23/>,
        <http://dewey.info/class/916.761/e23/>,
        <http://dewey.info/class/967.61/e23/> ;
    skos:broader humord:c01626 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6761/e23/>,
        <http://dewey.info/class/916.761/e23/>,
        <http://dewey.info/class/967.61/e23/> ;
    skos:prefLabel "Buganda"@en,
        "Buganda"@nb,
        "Buganda"@nn .

humord:c01628 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01628" ;
    dct:modified "2025-02-04T12:47:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--6761/e23/>,
        <http://dewey.info/class/916.761/e23/>,
        <http://dewey.info/class/967.61/e23/> ;
    skos:broader humord:c01626 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6761/e23/>,
        <http://dewey.info/class/916.761/e23/>,
        <http://dewey.info/class/967.61/e23/> ;
    skos:prefLabel "Bunyoro"@en,
        "Bunyoro"@nb,
        "Bunyoro"@nn .

humord:c01629 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01629" ;
    dct:modified "2025-02-04T06:41:28"^^xsd:dateTime ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c030434,
        <http://dewey.info/class/2--6894/e23/>,
        <http://dewey.info/class/916.894/e23/>,
        <http://dewey.info/class/968.94/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030434,
        <http://dewey.info/class/2--6894/e23/>,
        <http://dewey.info/class/916.894/e23/>,
        <http://dewey.info/class/968.94/e23/> ;
    skos:prefLabel "Zambia"@en,
        "Zambia"@nb,
        "Zambia"@nn .

humord:c01630 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01630" ;
    dct:modified "2025-02-04T06:42:50"^^xsd:dateTime ;
    skos:altLabel "Rhodesia"@en,
        "Rhodesia"@nb,
        "Rhodesia"@nn ;
    skos:broader humord:c01541 ;
    skos:exactMatch realfagstermer:c011893,
        <http://dewey.info/class/2--6891/e23/>,
        <http://dewey.info/class/916.891/e23/>,
        <http://dewey.info/class/968.91/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011893,
        <http://dewey.info/class/2--6891/e23/>,
        <http://dewey.info/class/916.891/e23/>,
        <http://dewey.info/class/968.91/e23/> ;
    skos:prefLabel "Zimbabwe"@en,
        "Zimbabwe"@nb,
        "Zimbabwe"@nn .

humord:c01634 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01634" ;
    dct:modified "2024-08-16T14:29:23"^^xsd:dateTime ;
    skos:altLabel "Arab Countries"@en,
        "Arabiske land"@nb,
        "Arabiske stater"@nb,
        "Arabiske verden"@nb,
        "Arabiske land"@nn,
        "Arabiske statar"@nn,
        "Arabiske verda"@nn ;
    skos:broadMatch <http://dewey.info/class/2--174927/e23/>,
        <http://dewey.info/class/2--3948/e23/>,
        <http://dewey.info/class/2--53/e23/>,
        <http://dewey.info/class/915.3/e23/>,
        <http://dewey.info/class/939.48/e23/>,
        <http://dewey.info/class/953/e23/> ;
    skos:broader humord:c01633,
        humord:c02106 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--174927/e23/>,
        <http://dewey.info/class/2--3948/e23/>,
        <http://dewey.info/class/2--53/e23/>,
        <http://dewey.info/class/915.3/e23/>,
        <http://dewey.info/class/939.48/e23/>,
        <http://dewey.info/class/953/e23/> ;
    skos:prefLabel "Arab world"@en,
        "Araberstatene"@nb,
        "Arabarstatane"@nn ;
    skos:related humord:c00976,
        humord:c01636,
        humord:c03754 .

humord:c01636 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01636" ;
    dct:modified "2025-02-04T06:44:08"^^xsd:dateTime ;
    skos:altLabel "Maghrib"@en,
        "Maghrib"@nb,
        "Maghrib"@nn ;
    skos:broadMatch <http://dewey.info/class/2--61/e23/>,
        <http://dewey.info/class/916.1/e23/>,
        <http://dewey.info/class/961/e23/> ;
    skos:broader humord:c01638 ;
    skos:definition "Landområde i Nord-Afrika. Omfatter de arabiske statene Marokko, Algerie, Tunis og Libya <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--61/e23/>,
        <http://dewey.info/class/916.1/e23/>,
        <http://dewey.info/class/961/e23/> ;
    skos:prefLabel "Maghreb"@en,
        "Maghreb"@nb,
        "Maghreb"@nn ;
    skos:related humord:c01634 .

humord:c01638 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01638" ;
    dct:modified "2025-02-04T07:33:44"^^xsd:dateTime ;
    skos:altLabel "Northern Africa"@en ;
    skos:broader humord:c01633 ;
    skos:closeMatch <http://dewey.info/class/2--397/e23/>,
        <http://dewey.info/class/2--61/e23/>,
        <http://dewey.info/class/916.1/e23/>,
        <http://dewey.info/class/939.7/e23/>,
        <http://dewey.info/class/961/e23/> ;
    skos:exactMatch realfagstermer:c030583 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030583,
        <http://dewey.info/class/2--397/e23/>,
        <http://dewey.info/class/2--61/e23/>,
        <http://dewey.info/class/916.1/e23/>,
        <http://dewey.info/class/939.7/e23/>,
        <http://dewey.info/class/961/e23/> ;
    skos:prefLabel "North Africa"@en,
        "Nord-Afrika"@nb,
        "Nord-Afrika"@nn .

humord:c01639 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01639" ;
    dct:modified "2025-02-04T06:44:46"^^xsd:dateTime ;
    skos:broader humord:c01638 ;
    skos:closeMatch <http://dewey.info/class/2--66/e23/>,
        <http://dewey.info/class/916.6/e23/>,
        <http://dewey.info/class/966/e23/> ;
    skos:exactMatch realfagstermer:c030366 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030366,
        <http://dewey.info/class/2--66/e23/>,
        <http://dewey.info/class/916.6/e23/>,
        <http://dewey.info/class/966/e23/> ;
    skos:prefLabel "Sahara"@en,
        "Sahara"@nb,
        "Sahara"@nn .

humord:c01640 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01640" ;
    dct:modified "2025-02-04T06:44:31"^^xsd:dateTime ;
    skos:broader humord:c01633 ;
    skos:exactMatch <http://dewey.info/class/2--3978/e23/>,
        <http://dewey.info/class/939.78/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3978/e23/>,
        <http://dewey.info/class/939.78/e23/> ;
    skos:prefLabel "Nubia"@en,
        "Nubia"@nb,
        "Nubia"@nn .

humord:c01641 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01641" ;
    dct:modified "2025-02-04T07:37:40"^^xsd:dateTime ;
    skos:altLabel "Sentralafrika"@nb,
        "Sentralafrika"@nn ;
    skos:broader humord:c01633 ;
    skos:closeMatch <http://dewey.info/class/2--67/e23/>,
        <http://dewey.info/class/916.7/e23/>,
        <http://dewey.info/class/967/e23/> ;
    skos:exactMatch realfagstermer:c030276 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030276,
        <http://dewey.info/class/2--67/e23/>,
        <http://dewey.info/class/916.7/e23/>,
        <http://dewey.info/class/967/e23/> ;
    skos:prefLabel "Central Africa"@en,
        "Sentral-Afrika"@nb,
        "Sentral-Afrika"@nn .

humord:c01643 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01643" ;
    dct:modified "2024-10-23T10:19:10"^^xsd:dateTime ;
    skos:altLabel "South Africa (Region)"@en,
        "Syd-Afrika"@nb,
        "Sydlige Afrika"@nb,
        "Sørlige Afrika"@nb,
        "Sørlege Afrika"@nn ;
    skos:broader humord:c01633 ;
    skos:closeMatch <http://dewey.info/class/2--68/e23/>,
        <http://dewey.info/class/916.8/e23/>,
        <http://dewey.info/class/968/e23/> ;
    skos:definition "Det sørlige Afrika"@nb ;
    skos:exactMatch realfagstermer:c030716,
        realfagstermer:c031060 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030716,
        realfagstermer:c031060,
        <http://dewey.info/class/2--68/e23/>,
        <http://dewey.info/class/916.8/e23/>,
        <http://dewey.info/class/968/e23/> ;
    skos:prefLabel "Southern Africa"@en,
        "Sør-Afrika (Område)"@nb,
        "Sør-Afrika (Område)"@nn ;
    skos:related humord:c01616 .

humord:c01647 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01647" ;
    dct:modified "2025-02-04T07:39:14"^^xsd:dateTime ;
    skos:altLabel "Western Africa"@en ;
    skos:broader humord:c01633 ;
    skos:closeMatch <http://dewey.info/class/2--66/e23/>,
        <http://dewey.info/class/916.6/e23/>,
        <http://dewey.info/class/966/e23/> ;
    skos:exactMatch realfagstermer:c030361 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030361,
        <http://dewey.info/class/2--66/e23/>,
        <http://dewey.info/class/916.6/e23/>,
        <http://dewey.info/class/966/e23/> ;
    skos:prefLabel "West Africa"@en,
        "Vest-Afrika"@nb,
        "Vest-Afrika"@nn .

humord:c01648 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01648" ;
    dct:modified "2024-08-21T11:01:41"^^xsd:dateTime ;
    skos:altLabel "Haut Sénégal et Niger"@en,
        "Haut Sénégal-Niger"@en,
        "Øvre Senegal og Niger"@nb,
        "Øvre Senegal og Niger"@nn ;
    skos:broadMatch <http://dewey.info/class/2--6623/e23/>,
        <http://dewey.info/class/916.623/e23/> ;
    skos:broader humord:c01647 ;
    skos:closeMatch <http://dewey.info/class/966.2303/e23/> ;
    skos:definition "Tidligere koloni i Fransk Vest-Afrika <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--6623/e23/>,
        <http://dewey.info/class/916.623/e23/>,
        <http://dewey.info/class/966.2303/e23/> ;
    skos:prefLabel "Upper Senegal and Niger"@en,
        "Haut-Senegal-Niger"@nb,
        "Haut-Senegal-Niger"@nn ;
    skos:related humord:c01584 .

humord:c01649 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01649" ;
    dct:modified "2024-08-26T14:47:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--66/e23/>,
        <http://dewey.info/class/916.6/e23/>,
        <http://dewey.info/class/966.02/e23/>,
        <http://dewey.info/class/966.301/e23/> ;
    skos:broader humord:c01633 ;
    skos:definition "Wolof-folkets kongedømme <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--66/e23/>,
        <http://dewey.info/class/916.6/e23/>,
        <http://dewey.info/class/966.02/e23/>,
        <http://dewey.info/class/966.301/e23/> ;
    skos:prefLabel "Waalo"@en,
        "Waalo"@nb,
        "Waalo"@nn .

humord:c01650 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01650" ;
    dct:modified "2024-08-21T08:44:43"^^xsd:dateTime ;
    skos:altLabel "Eastern Africa"@en ;
    skos:broader humord:c01633 ;
    skos:exactMatch realfagstermer:c030323,
        <http://dewey.info/class/2--676/e23/>,
        <http://dewey.info/class/916.76/e23/>,
        <http://dewey.info/class/967.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030323,
        <http://dewey.info/class/2--676/e23/>,
        <http://dewey.info/class/916.76/e23/>,
        <http://dewey.info/class/967.6/e23/> ;
    skos:prefLabel "East Africa"@en,
        "Øst-Afrika"@nb,
        "Aust-Afrika"@nn .

humord:c01651 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01651" ;
    dct:modified "2026-01-28T11:28:45"^^xsd:dateTime ;
    skos:altLabel "America"@en ;
    skos:broader humord:c06256 ;
    skos:closeMatch <http://dewey.info/class/2--7/e23/>,
        <http://dewey.info/class/917/e23/>,
        <http://dewey.info/class/970/e23/> ;
    skos:exactMatch realfagstermer:c030213 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030213,
        <http://dewey.info/class/2--7/e23/>,
        <http://dewey.info/class/917/e23/>,
        <http://dewey.info/class/970/e23/> ;
    skos:prefLabel "Americas"@en,
        "Amerika"@nb,
        "Amerika"@nn ;
    skos:related humord:c03772 .

humord:c01653 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01653" ;
    dct:modified "2024-08-27T15:03:12"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030289,
        <http://dewey.info/class/2--82/e23/>,
        <http://dewey.info/class/918.2/e23/>,
        <http://dewey.info/class/982/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030289,
        <http://dewey.info/class/2--82/e23/>,
        <http://dewey.info/class/918.2/e23/>,
        <http://dewey.info/class/982/e23/> ;
    skos:prefLabel "Argentina"@en,
        "Argentina"@nb,
        "Argentina"@nn .

humord:c01654 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01654" ;
    dct:modified "2024-10-09T15:18:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--16368/e23/>,
        <http://dewey.info/class/551.461368/e23/>,
        <http://dewey.info/class/910.916368/e23/> ;
    skos:broader humord:c01653 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--16368/e23/>,
        <http://dewey.info/class/551.461368/e23/>,
        <http://dewey.info/class/910.916368/e23/> ;
    skos:prefLabel "Bahia Blanca"@en,
        "Bahia Blanca"@nb,
        "Bahia Blanca"@nn .

humord:c01655 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01655" ;
    dct:modified "2025-02-13T06:51:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--8211/e23/>,
        <http://dewey.info/class/918.211/e23/>,
        <http://dewey.info/class/982.11/e23/> ;
    skos:broader humord:c01653 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--8211/e23/>,
        <http://dewey.info/class/918.211/e23/>,
        <http://dewey.info/class/982.11/e23/> ;
    skos:prefLabel "Buenos Aires"@en,
        "Buenos Aires (By)"@nb,
        "Buenos Aires (By)"@nn .

humord:c01656 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01656" ;
    dct:modified "2024-08-30T13:58:36"^^xsd:dateTime ;
    skos:altLabel "Wladfa"@nb,
        "Wladfa"@nn ;
    skos:broader humord:c01653 ;
    skos:exactMatch <http://dewey.info/class/2--8274/e23/>,
        <http://dewey.info/class/918.274/e23/>,
        <http://dewey.info/class/982.74/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--8274/e23/>,
        <http://dewey.info/class/918.274/e23/>,
        <http://dewey.info/class/982.74/e23/> ;
    skos:prefLabel "Chubut"@en,
        "Chubut"@nb,
        "Chubut"@nn .

humord:c01658 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01658" ;
    dct:modified "2025-02-13T06:52:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--83644/e23/>,
        <http://dewey.info/class/918.3644/e23/>,
        <http://dewey.info/class/983.644/e23/> ;
    skos:broader humord:c01653 ;
    skos:exactMatch <http://dewey.info/class/2--827/e23/>,
        <http://dewey.info/class/918.27/e23/>,
        <http://dewey.info/class/982.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--827/e23/>,
        <http://dewey.info/class/2--83644/e23/>,
        <http://dewey.info/class/918.27/e23/>,
        <http://dewey.info/class/918.3644/e23/>,
        <http://dewey.info/class/982.7/e23/>,
        <http://dewey.info/class/983.644/e23/> ;
    skos:prefLabel "Patagonia"@en,
        "Patagonia"@nb,
        "Patagonia"@nn .

humord:c01659 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01659" ;
    dct:modified "2025-02-13T06:53:27"^^xsd:dateTime ;
    skos:broader humord:c01653 ;
    skos:exactMatch <http://dewey.info/class/2--8243/e23/>,
        <http://dewey.info/class/918.243/e23/>,
        <http://dewey.info/class/982.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--8243/e23/>,
        <http://dewey.info/class/918.243/e23/>,
        <http://dewey.info/class/982.43/e23/> ;
    skos:prefLabel "Tucuman"@en,
        "Tucuman"@nb,
        "Tucuman"@nn .

humord:c01660 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01660" ;
    dct:modified "2025-02-13T09:09:31"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030328,
        <http://dewey.info/class/2--84/e23/>,
        <http://dewey.info/class/918.4/e23/>,
        <http://dewey.info/class/984/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030328,
        <http://dewey.info/class/2--84/e23/>,
        <http://dewey.info/class/918.4/e23/>,
        <http://dewey.info/class/984/e23/> ;
    skos:prefLabel "Bolivia"@en,
        "Bolivia"@nb,
        "Bolivia"@nn .

humord:c01661 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01661" ;
    dct:modified "2025-02-13T09:12:46"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030234,
        <http://dewey.info/class/2--81/e23/>,
        <http://dewey.info/class/918.1/e23/>,
        <http://dewey.info/class/981/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030234,
        <http://dewey.info/class/2--81/e23/>,
        <http://dewey.info/class/918.1/e23/>,
        <http://dewey.info/class/981/e23/> ;
    skos:prefLabel "Brazil"@en,
        "Brasil"@nb,
        "Brasil"@nn .

humord:c01662 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01662" ;
    dct:modified "2024-10-09T15:18:46"^^xsd:dateTime ;
    skos:broader humord:c01661 ;
    skos:exactMatch <http://dewey.info/class/2--8142/e23/>,
        <http://dewey.info/class/918.142/e23/>,
        <http://dewey.info/class/981.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--8142/e23/>,
        <http://dewey.info/class/918.142/e23/>,
        <http://dewey.info/class/981.42/e23/> ;
    skos:prefLabel "Bahia"@en,
        "Bahia"@nb,
        "Bahia"@nn .

humord:c01663 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01663" ;
    dct:modified "2025-02-13T06:50:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--8134/e23/>,
        <http://dewey.info/class/918.134/e23/>,
        <http://dewey.info/class/981.34/e23/> ;
    skos:broader humord:c01661 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--8134/e23/>,
        <http://dewey.info/class/918.134/e23/>,
        <http://dewey.info/class/981.34/e23/> ;
    skos:prefLabel "Recife"@en,
        "Recife"@nb,
        "Recife"@nn .

humord:c01664 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01664" ;
    dct:modified "2025-02-13T06:45:18"^^xsd:dateTime ;
    skos:broader humord:c28758 ;
    skos:closeMatch <http://dewey.info/class/2--8153/e23/>,
        <http://dewey.info/class/918.153/e23/>,
        <http://dewey.info/class/981.53/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--8153/e23/>,
        <http://dewey.info/class/918.153/e23/>,
        <http://dewey.info/class/981.53/e23/> ;
    skos:prefLabel "Rio de Janeiro (City)"@en,
        "Rio de Janeiro (By)"@nb,
        "Rio de Janeiro (By)"@nn .

humord:c01665 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01665" ;
    dct:modified "2025-02-13T06:51:16"^^xsd:dateTime ;
    skos:broader humord:c01661 ;
    skos:closeMatch <http://dewey.info/class/2--8161/e23/>,
        <http://dewey.info/class/918.161/e23/>,
        <http://dewey.info/class/981.61/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--8161/e23/>,
        <http://dewey.info/class/918.161/e23/>,
        <http://dewey.info/class/981.61/e23/> ;
    skos:prefLabel "São Paulo"@en,
        "Sao Paulo"@nb,
        "Sao Paulo"@nn .

humord:c01666 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01666" ;
    dct:modified "2024-09-04T16:02:01"^^xsd:dateTime ;
    skos:altLabel "Kanada"@nb,
        "Kanada"@nn ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030335,
        <http://dewey.info/class/2--71/e23/>,
        <http://dewey.info/class/917.1/e23/>,
        <http://dewey.info/class/971/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030335,
        <http://dewey.info/class/2--71/e23/>,
        <http://dewey.info/class/917.1/e23/>,
        <http://dewey.info/class/971/e23/> ;
    skos:prefLabel "Canada"@en,
        "Canada"@nb,
        "Canada"@nn .

humord:c01668 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01668" ;
    dct:modified "2026-03-06T08:49:45"^^xsd:dateTime ;
    skos:broader humord:c01678 ;
    skos:exactMatch <http://dewey.info/class/2--7123/e23/>,
        <http://dewey.info/class/917.123/e23/>,
        <http://dewey.info/class/971.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7123/e23/>,
        <http://dewey.info/class/917.123/e23/>,
        <http://dewey.info/class/971.23/e23/> ;
    skos:prefLabel "Alberta"@en,
        "Alberta"@nb,
        "Alberta"@nn .

humord:c01669 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01669" ;
    dct:modified "2025-02-13T06:40:49"^^xsd:dateTime ;
    skos:altLabel "British Columbia"@nb,
        "British Columbia"@nn ;
    skos:broader humord:c01666 ;
    skos:exactMatch <http://dewey.info/class/2--711/e23/>,
        <http://dewey.info/class/917.11/e23/>,
        <http://dewey.info/class/971.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--711/e23/>,
        <http://dewey.info/class/917.11/e23/>,
        <http://dewey.info/class/971.1/e23/> ;
    skos:prefLabel "British Columbia"@en,
        "Britisk Columbia"@nb,
        "Britisk Columbia"@nn .

humord:c01670 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01670" ;
    dct:modified "2024-09-02T15:25:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--718/e23/>,
        <http://dewey.info/class/917.18/e23/>,
        <http://dewey.info/class/971.8/e23/> ;
    skos:broader humord:c01675 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--718/e23/>,
        <http://dewey.info/class/917.18/e23/>,
        <http://dewey.info/class/971.8/e23/> ;
    skos:prefLabel "Calvert"@en,
        "Calvert"@nb,
        "Calvert"@nn .

humord:c01671 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01671" ;
    dct:modified "2024-09-04T16:09:24"^^xsd:dateTime ;
    skos:broader humord:c01676 ;
    skos:closeMatch <http://dewey.info/class/2--7169/e23/>,
        <http://dewey.info/class/917.169/e23/>,
        <http://dewey.info/class/971.69/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7169/e23/>,
        <http://dewey.info/class/917.169/e23/>,
        <http://dewey.info/class/971.69/e23/> ;
    skos:prefLabel "Cape Breton"@en,
        "Cape Breton"@nb,
        "Cape Breton"@nn .

humord:c01672 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01672" ;
    dct:modified "2025-02-13T06:33:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--7191/e23/>,
        <http://dewey.info/class/917.191/e23/>,
        <http://dewey.info/class/971.91/e23/> ;
    skos:broader humord:c17270 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7191/e23/>,
        <http://dewey.info/class/917.191/e23/>,
        <http://dewey.info/class/971.91/e23/> ;
    skos:prefLabel "Klondike"@en,
        "Klondike"@nb,
        "Klondike"@nn .

humord:c01673 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01673" ;
    dct:modified "2025-02-13T06:31:32"^^xsd:dateTime ;
    skos:broader humord:c01679 ;
    skos:closeMatch <http://dewey.info/class/2--71428/e23/>,
        <http://dewey.info/class/917.1428/e23/>,
        <http://dewey.info/class/971.428/e23/> ;
    skos:exactMatch realfagstermer:c030783 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030783,
        <http://dewey.info/class/2--71428/e23/>,
        <http://dewey.info/class/917.1428/e23/>,
        <http://dewey.info/class/971.428/e23/> ;
    skos:prefLabel "Montreal"@en,
        "Montreal"@nb,
        "Montreal"@nn .

humord:c01674 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01674" ;
    dct:modified "2025-02-13T06:42:25"^^xsd:dateTime ;
    skos:broader humord:c01666 ;
    skos:exactMatch <http://dewey.info/class/2--7151/e23/>,
        <http://dewey.info/class/917.151/e23/>,
        <http://dewey.info/class/971.51/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7151/e23/>,
        <http://dewey.info/class/917.151/e23/>,
        <http://dewey.info/class/971.51/e23/> ;
    skos:prefLabel "New Brunswick"@en,
        "New Brunswick"@nb,
        "New Brunswick"@nn .

humord:c01675 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01675" ;
    dct:modified "2025-02-13T06:42:39"^^xsd:dateTime ;
    skos:broader humord:c01666 ;
    skos:closeMatch <http://dewey.info/class/2--718/e23/>,
        <http://dewey.info/class/917.18/e23/>,
        <http://dewey.info/class/971.8/e23/> ;
    skos:exactMatch realfagstermer:c030769 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030769,
        <http://dewey.info/class/2--718/e23/>,
        <http://dewey.info/class/917.18/e23/>,
        <http://dewey.info/class/971.8/e23/> ;
    skos:prefLabel "Newfoundland"@en,
        "Newfoundland"@nb,
        "Newfoundland"@nn ;
    skos:related humord:c01798 .

humord:c01676 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01676" ;
    dct:modified "2025-02-13T06:43:38"^^xsd:dateTime ;
    skos:broader humord:c01666 ;
    skos:exactMatch <http://dewey.info/class/2--716/e23/>,
        <http://dewey.info/class/917.16/e23/>,
        <http://dewey.info/class/971.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--716/e23/>,
        <http://dewey.info/class/917.16/e23/>,
        <http://dewey.info/class/971.6/e23/> ;
    skos:prefLabel "Nova Scotia"@en,
        "Nova Scotia"@nb,
        "Nova Scotia"@nn .

humord:c01677 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01677" ;
    dct:modified "2025-02-13T06:44:21"^^xsd:dateTime ;
    skos:broader humord:c01666 ;
    skos:exactMatch <http://dewey.info/class/2--717/e23/>,
        <http://dewey.info/class/917.17/e23/>,
        <http://dewey.info/class/971.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--717/e23/>,
        <http://dewey.info/class/917.17/e23/>,
        <http://dewey.info/class/971.7/e23/> ;
    skos:prefLabel "Prince Edward Island"@en,
        "Prince Edward Island"@nb,
        "Prince Edward Island"@nn .

humord:c01678 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01678" ;
    dct:modified "2026-03-06T08:49:49"^^xsd:dateTime ;
    skos:altLabel "Prairie Province"@en ;
    skos:broader humord:c01666 ;
    skos:definition "Prærieprovinsene omfatter Alberta, Saskatchewan og Manitoba <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--712/e23/>,
        <http://dewey.info/class/917.12/e23/>,
        <http://dewey.info/class/971.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--712/e23/>,
        <http://dewey.info/class/917.12/e23/>,
        <http://dewey.info/class/971.2/e23/> ;
    skos:prefLabel "Canadian Prairies"@en,
        "Prærieprovinsene"@nb,
        "Prærieprovinsene"@nn .

humord:c01679 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01679" ;
    dct:modified "2025-02-13T06:45:02"^^xsd:dateTime ;
    skos:broader humord:c01666 ;
    skos:exactMatch <http://dewey.info/class/2--714/e23/>,
        <http://dewey.info/class/917.14/e23/>,
        <http://dewey.info/class/971.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--714/e23/>,
        <http://dewey.info/class/917.14/e23/>,
        <http://dewey.info/class/971.4/e23/> ;
    skos:prefLabel "Quebec"@en,
        "Quebec"@nb,
        "Quebec"@nn .

humord:c01680 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01680" ;
    dct:modified "2024-09-16T11:32:59"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030277,
        <http://dewey.info/class/2--83/e23/>,
        <http://dewey.info/class/918.3/e23/>,
        <http://dewey.info/class/983/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030277,
        <http://dewey.info/class/2--83/e23/>,
        <http://dewey.info/class/918.3/e23/>,
        <http://dewey.info/class/983/e23/> ;
    skos:prefLabel "Chile"@en,
        "Chile"@nb,
        "Chile"@nn .

humord:c01681 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01681" ;
    dct:modified "2024-09-17T14:46:15"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030339,
        <http://dewey.info/class/2--861/e23/>,
        <http://dewey.info/class/918.61/e23/>,
        <http://dewey.info/class/986.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030339,
        <http://dewey.info/class/2--861/e23/>,
        <http://dewey.info/class/918.61/e23/>,
        <http://dewey.info/class/972.8703/e23/>,
        <http://dewey.info/class/986.1/e23/> ;
    skos:prefLabel "Colombia"@en,
        "Colombia"@nb,
        "Colombia"@nn ;
    skos:relatedMatch <http://dewey.info/class/972.8703/e23/> .

humord:c01682 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01682" ;
    dct:modified "2024-10-15T11:32:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--86115/e23/>,
        <http://dewey.info/class/918.6115/e23/>,
        <http://dewey.info/class/986.115/e23/> ;
    skos:broader humord:c01681 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--86115/e23/>,
        <http://dewey.info/class/918.6115/e23/>,
        <http://dewey.info/class/986.115/e23/> ;
    skos:prefLabel "Barranquilla"@en,
        "Barranquilla"@nb,
        "Barranquilla"@nn .

humord:c01683 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01683" ;
    dct:modified "2025-02-17T14:28:41"^^xsd:dateTime ;
    skos:broader humord:c01681 ;
    skos:closeMatch <http://dewey.info/class/2--86148/e23/>,
        <http://dewey.info/class/918.6148/e23/>,
        <http://dewey.info/class/986.148/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--86148/e23/>,
        <http://dewey.info/class/918.6148/e23/>,
        <http://dewey.info/class/986.148/e23/> ;
    skos:prefLabel "Bogotá"@en,
        "Bogota"@nb,
        "Bogota"@nn .

humord:c01684 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01684" ;
    dct:modified "2024-09-02T15:20:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--86152/e23/>,
        <http://dewey.info/class/918.6152/e23/>,
        <http://dewey.info/class/986.152/e23/> ;
    skos:broader humord:c01681 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--86152/e23/>,
        <http://dewey.info/class/918.6152/e23/>,
        <http://dewey.info/class/986.152/e23/> ;
    skos:prefLabel "Cali"@en,
        "Cali"@nb,
        "Cali"@nn .

humord:c01685 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01685" ;
    dct:modified "2024-09-04T16:51:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--86114/e23/>,
        <http://dewey.info/class/918.6114/e23/>,
        <http://dewey.info/class/986.114/e23/> ;
    skos:broader humord:c01681 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--86114/e23/>,
        <http://dewey.info/class/918.6114/e23/>,
        <http://dewey.info/class/986.114/e23/> ;
    skos:prefLabel "Cartagena (Colombia)"@en,
        "Cartagena (Colombia)"@nb,
        "Cartagena (Colombia)"@nn .

humord:c01686 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01686" ;
    dct:modified "2025-02-17T14:28:59"^^xsd:dateTime ;
    skos:altLabel "San Juan de Pasto"@nb,
        "San Juan de Pasto"@nn ;
    skos:broadMatch <http://dewey.info/class/2--86158/e23/>,
        <http://dewey.info/class/918.6158/e23/>,
        <http://dewey.info/class/986.158/e23/> ;
    skos:broader humord:c01681 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--86158/e23/>,
        <http://dewey.info/class/918.6158/e23/>,
        <http://dewey.info/class/986.158/e23/> ;
    skos:prefLabel "Pasto"@en,
        "Pasto"@nb,
        "Pasto"@nn .

humord:c01687 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01687" ;
    dct:modified "2025-02-17T14:25:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--86116/e23/>,
        <http://dewey.info/class/918.6116/e23/>,
        <http://dewey.info/class/986.116/e23/> ;
    skos:broader humord:c01681 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--86116/e23/>,
        <http://dewey.info/class/918.6116/e23/>,
        <http://dewey.info/class/986.116/e23/> ;
    skos:prefLabel "Santa Marta"@en,
        "Santa Marta"@nb,
        "Santa Marta"@nn .

humord:c01688 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01688" ;
    dct:modified "2024-09-19T11:19:21"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030378,
        <http://dewey.info/class/2--7286/e23/>,
        <http://dewey.info/class/917.286/e23/>,
        <http://dewey.info/class/972.86/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030378,
        <http://dewey.info/class/2--7286/e23/>,
        <http://dewey.info/class/917.286/e23/>,
        <http://dewey.info/class/972.86/e23/> ;
    skos:prefLabel "Costa Rica"@en,
        "Costa Rica"@nb,
        "Costa Rica"@nn .

humord:c01689 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-07-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01689" ;
    dct:modified "2024-09-19T13:44:16"^^xsd:dateTime ;
    skos:altLabel "Kuba"@nb,
        "Kuba"@nn ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030403,
        <http://dewey.info/class/2--7291/e23/>,
        <http://dewey.info/class/917.291/e23/>,
        <http://dewey.info/class/972.91/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030403,
        <http://dewey.info/class/2--7291/e23/>,
        <http://dewey.info/class/917.291/e23/>,
        <http://dewey.info/class/972.91/e23/> ;
    skos:prefLabel "Cuba"@en,
        "Cuba"@nb,
        "Cuba"@nn .

humord:c01691 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01691" ;
    dct:modified "2025-02-17T14:26:20"^^xsd:dateTime ;
    skos:broader humord:c01689 ;
    skos:closeMatch <http://dewey.info/class/2--729123/e23/>,
        <http://dewey.info/class/917.29123/e23/>,
        <http://dewey.info/class/972.9123/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--729123/e23/>,
        <http://dewey.info/class/917.29123/e23/>,
        <http://dewey.info/class/972.9123/e23/> ;
    skos:prefLabel "Havana"@en,
        "Havanna"@nb,
        "Havanna"@nn .

humord:c01692 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01692" ;
    dct:modified "2025-02-13T09:14:52"^^xsd:dateTime ;
    skos:altLabel "Republic of Ecuador"@en ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030338,
        <http://dewey.info/class/2--866/e23/>,
        <http://dewey.info/class/918.66/e23/>,
        <http://dewey.info/class/986.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030338,
        <http://dewey.info/class/2--866/e23/>,
        <http://dewey.info/class/918.66/e23/>,
        <http://dewey.info/class/986.6/e23/> ;
    skos:prefLabel "Ecuador"@en,
        "Ecuador"@nb,
        "Ecuador"@nn .

humord:c01693 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01693" ;
    dct:modified "2025-02-17T14:25:25"^^xsd:dateTime ;
    skos:altLabel "Napo (Province)"@en ;
    skos:broader humord:c01692 ;
    skos:exactMatch <http://dewey.info/class/2--866416/e23/>,
        <http://dewey.info/class/918.66416/e23/>,
        <http://dewey.info/class/986.6416/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--866416/e23/>,
        <http://dewey.info/class/918.66416/e23/>,
        <http://dewey.info/class/986.6416/e23/> ;
    skos:prefLabel "Napo Province"@en,
        "Napo"@nb,
        "Napo"@nn .

humord:c01694 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01694" ;
    dct:modified "2025-02-13T09:15:08"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch <http://dewey.info/class/2--7284/e23/>,
        <http://dewey.info/class/917.284/e23/>,
        <http://dewey.info/class/972.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7284/e23/>,
        <http://dewey.info/class/917.284/e23/>,
        <http://dewey.info/class/972.84/e23/> ;
    skos:prefLabel "El Salvador"@en,
        "El Salvador"@nb,
        "El Salvador"@nn .

humord:c01695 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2008-02-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01695" ;
    dct:modified "2025-02-13T08:59:49"^^xsd:dateTime ;
    skos:altLabel "US"@en,
        "USA"@en,
        "United states"@en,
        "Amerikas forente stater"@nb,
        "Forente stater"@nb,
        "Sambandsstatene"@nb,
        "Sambandsstatane"@nn ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030681,
        <http://dewey.info/class/2--73/e23/>,
        <http://dewey.info/class/917.3/e23/>,
        <http://dewey.info/class/973/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030681,
        <http://dewey.info/class/2--73/e23/>,
        <http://dewey.info/class/917.3/e23/>,
        <http://dewey.info/class/973/e23/> ;
    skos:prefLabel "United States of America"@en,
        "USA"@nb,
        "USA"@nn ;
    skos:related humord:c01781 .

humord:c01700 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01700" ;
    dct:modified "2025-02-14T14:18:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--78/e23/>,
        <http://dewey.info/class/917.8/e23/>,
        <http://dewey.info/class/978/e23/> ;
    skos:broader humord:c01699 ;
    skos:definition "Dakota var et territorium i midtre USA i perioden 1861–1889. I 1889 ble territoriet delt i delstatene Nord-Dakota og Sør-Dakota <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--78/e23/>,
        <http://dewey.info/class/917.8/e23/>,
        <http://dewey.info/class/978/e23/> ;
    skos:prefLabel "Dakota (Region)"@en,
        "Dakota (Område)"@nb,
        "Dakota (Område)"@nn ;
    skos:related humord:c00804 .

humord:c01701 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01701" ;
    dct:modified "2025-02-14T14:23:05"^^xsd:dateTime ;
    skos:altLabel "Middle West"@en ;
    skos:broader humord:c01699 ;
    skos:closeMatch <http://dewey.info/class/2--77/e23/>,
        <http://dewey.info/class/917.7/e23/>,
        <http://dewey.info/class/977/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--77/e23/>,
        <http://dewey.info/class/917.7/e23/>,
        <http://dewey.info/class/977/e23/> ;
    skos:prefLabel "Midwest"@en,
        "Midtvesten"@nb,
        "Midtvesten"@nn .

humord:c01702 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01702" ;
    dct:modified "2025-02-14T14:24:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--7668/e23/>,
        <http://dewey.info/class/2--7788/e23/> ;
    skos:broader humord:c01699 ;
    skos:closeMatch <http://dewey.info/class/2--7671/e23/>,
        <http://dewey.info/class/917.671/e23/>,
        <http://dewey.info/class/976.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7668/e23/>,
        <http://dewey.info/class/2--7671/e23/>,
        <http://dewey.info/class/2--7788/e23/>,
        <http://dewey.info/class/917.671/e23/>,
        <http://dewey.info/class/976.71/e23/> ;
    skos:prefLabel "Ozark Mountains"@en,
        "Ozark Mountains"@nb,
        "Ozark Mountains"@nn .

humord:c01703 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01703" ;
    dct:modified "2025-02-14T14:24:22"^^xsd:dateTime ;
    skos:altLabel "The South"@en ;
    skos:broadMatch <http://dewey.info/class/973.7/e23/> ;
    skos:broader humord:c01699 ;
    skos:closeMatch <http://dewey.info/class/2--75/e23/>,
        <http://dewey.info/class/917.5/e23/>,
        <http://dewey.info/class/975/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--75/e23/>,
        <http://dewey.info/class/917.5/e23/>,
        <http://dewey.info/class/973.7/e23/>,
        <http://dewey.info/class/975/e23/> ;
    skos:prefLabel "Southern States"@en,
        "Sørstatene"@nb,
        "Sørstatane"@nn .

humord:c01704 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01704" ;
    dct:modified "2025-02-14T14:25:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--76/e23/>,
        <http://dewey.info/class/917.6/e23/>,
        <http://dewey.info/class/976/e23/> ;
    skos:broader humord:c01699 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--76/e23/>,
        <http://dewey.info/class/917.6/e23/>,
        <http://dewey.info/class/976/e23/> ;
    skos:prefLabel "Southwest States"@en,
        "Sørveststatene"@nb,
        "Sørveststatane"@nn .

humord:c01705 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01705" ;
    dct:modified "2025-02-14T14:24:38"^^xsd:dateTime ;
    skos:broader humord:c01699 ;
    skos:exactMatch <http://dewey.info/class/2--78/e23/>,
        <http://dewey.info/class/917.8/e23/>,
        <http://dewey.info/class/978/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--78/e23/>,
        <http://dewey.info/class/917.8/e23/>,
        <http://dewey.info/class/978/e23/> ;
    skos:prefLabel "Western States"@en,
        "Veststatene"@nb,
        "Veststatane"@nn .

humord:c01707 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01707" ;
    dct:modified "2025-02-14T08:52:23"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch realfagstermer:c030230,
        <http://dewey.info/class/2--798/e23/>,
        <http://dewey.info/class/917.98/e23/>,
        <http://dewey.info/class/979.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030230,
        <http://dewey.info/class/2--798/e23/>,
        <http://dewey.info/class/917.98/e23/>,
        <http://dewey.info/class/979.8/e23/> ;
    skos:prefLabel "Alaska"@en,
        "Alaska"@nb,
        "Alaska"@nn .

humord:c01708 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01708" ;
    dct:modified "2024-08-27T15:10:13"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch realfagstermer:c030670,
        <http://dewey.info/class/2--791/e23/>,
        <http://dewey.info/class/917.91/e23/>,
        <http://dewey.info/class/979.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030670,
        <http://dewey.info/class/2--791/e23/>,
        <http://dewey.info/class/917.91/e23/>,
        <http://dewey.info/class/979.1/e23/> ;
    skos:prefLabel "Arizona"@en,
        "Arizona"@nb,
        "Arizona"@nn .

humord:c01709 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01709" ;
    dct:modified "2024-09-02T15:23:31"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch realfagstermer:c030756,
        <http://dewey.info/class/2--794/e23/>,
        <http://dewey.info/class/917.94/e23/>,
        <http://dewey.info/class/979.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030756,
        <http://dewey.info/class/2--794/e23/>,
        <http://dewey.info/class/917.94/e23/>,
        <http://dewey.info/class/979.4/e23/> ;
    skos:prefLabel "California"@en,
        "California"@nb,
        "California"@nn .

humord:c01710 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01710" ;
    dct:modified "2025-02-14T08:21:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--79494/e23/>,
        <http://dewey.info/class/917.9494/e23/>,
        <http://dewey.info/class/979.494/e23/> ;
    skos:broader humord:c01711 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--79494/e23/>,
        <http://dewey.info/class/917.9494/e23/>,
        <http://dewey.info/class/979.494/e23/> ;
    skos:prefLabel "Hollywood"@en,
        "Hollywood"@nb,
        "Hollywood"@nn .

humord:c01711 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01711" ;
    dct:modified "2025-02-14T08:22:40"^^xsd:dateTime ;
    skos:altLabel "L.A."@en,
        "L.A."@nb,
        "L.A."@nn ;
    skos:broader humord:c01709 ;
    skos:exactMatch realfagstermer:c030536,
        <http://dewey.info/class/2--79494/e23/>,
        <http://dewey.info/class/917.9494/e23/>,
        <http://dewey.info/class/979.494/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030536,
        <http://dewey.info/class/2--79494/e23/>,
        <http://dewey.info/class/917.9494/e23/>,
        <http://dewey.info/class/979.494/e23/> ;
    skos:prefLabel "Los Angeles"@en,
        "Los Angeles"@nb,
        "Los Angeles"@nn .

humord:c01712 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01712" ;
    dct:modified "2025-02-14T08:50:28"^^xsd:dateTime ;
    skos:broader humord:c01709 ;
    skos:exactMatch <http://dewey.info/class/2--79496/e23/>,
        <http://dewey.info/class/917.9496/e23/>,
        <http://dewey.info/class/979.496/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--79496/e23/>,
        <http://dewey.info/class/917.9496/e23/>,
        <http://dewey.info/class/979.496/e23/> ;
    skos:prefLabel "Orange County"@en,
        "Orange County"@nb,
        "Orange County"@nn .

humord:c01713 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01713" ;
    dct:modified "2025-02-14T08:56:18"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch realfagstermer:c030524,
        <http://dewey.info/class/2--759/e23/>,
        <http://dewey.info/class/917.59/e23/>,
        <http://dewey.info/class/975.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030524,
        <http://dewey.info/class/2--759/e23/>,
        <http://dewey.info/class/917.59/e23/>,
        <http://dewey.info/class/975.9/e23/> ;
    skos:prefLabel "Florida"@en,
        "Florida"@nb,
        "Florida"@nn .

humord:c01714 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01714" ;
    dct:modified "2025-02-14T08:56:29"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch realfagstermer:c030279,
        <http://dewey.info/class/2--969/e23/>,
        <http://dewey.info/class/919.69/e23/>,
        <http://dewey.info/class/996.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030279,
        <http://dewey.info/class/2--969/e23/>,
        <http://dewey.info/class/919.69/e23/>,
        <http://dewey.info/class/996.9/e23/> ;
    skos:prefLabel "Hawaii"@en,
        "Hawaii"@nb,
        "Hawaii"@nn .

humord:c01715 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01715" ;
    dct:modified "2025-02-14T08:56:54"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch realfagstermer:c030831,
        <http://dewey.info/class/2--773/e23/>,
        <http://dewey.info/class/917.73/e23/>,
        <http://dewey.info/class/977.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030831,
        <http://dewey.info/class/2--773/e23/>,
        <http://dewey.info/class/917.73/e23/>,
        <http://dewey.info/class/977.3/e23/> ;
    skos:prefLabel "Illinois"@en,
        "Illinois"@nb,
        "Illinois"@nn .

humord:c01716 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01716" ;
    dct:modified "2024-09-16T09:26:56"^^xsd:dateTime ;
    skos:broader humord:c01715 ;
    skos:exactMatch <http://dewey.info/class/2--77311/e23/>,
        <http://dewey.info/class/917.7311/e23/>,
        <http://dewey.info/class/977.311/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--77311/e23/>,
        <http://dewey.info/class/917.7311/e23/>,
        <http://dewey.info/class/977.311/e23/> ;
    skos:prefLabel "Chicago"@en,
        "Chicago"@nb,
        "Chicago"@nn .

humord:c01717 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01717" ;
    dct:modified "2025-02-14T08:04:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--77331/e23/>,
        <http://dewey.info/class/917.7331/e23/>,
        <http://dewey.info/class/977.331/e23/> ;
    skos:broader humord:c01715 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--77331/e23/>,
        <http://dewey.info/class/917.7331/e23/>,
        <http://dewey.info/class/977.331/e23/> ;
    skos:prefLabel "Rockford"@en,
        "Rockford"@nb,
        "Rockford"@nn .

humord:c01718 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01718" ;
    dct:modified "2025-02-14T13:22:40"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--763/e23/>,
        <http://dewey.info/class/917.63/e23/>,
        <http://dewey.info/class/976.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--763/e23/>,
        <http://dewey.info/class/917.63/e23/>,
        <http://dewey.info/class/976.3/e23/> ;
    skos:prefLabel "Louisiana"@en,
        "Louisiana"@nb,
        "Louisiana"@nn .

humord:c01719 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-10-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01719" ;
    dct:modified "2025-02-14T13:22:54"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--741/e23/>,
        <http://dewey.info/class/917.41/e23/>,
        <http://dewey.info/class/974.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--741/e23/>,
        <http://dewey.info/class/917.41/e23/>,
        <http://dewey.info/class/974.1/e23/> ;
    skos:prefLabel "Maine (USA)"@en,
        "Maine (USA)"@nb,
        "Maine (USA)"@nn .

humord:c01720 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01720" ;
    dct:modified "2025-02-14T13:45:30"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch realfagstermer:c030788,
        <http://dewey.info/class/2--774/e23/>,
        <http://dewey.info/class/917.74/e23/>,
        <http://dewey.info/class/977.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030788,
        <http://dewey.info/class/2--774/e23/>,
        <http://dewey.info/class/917.74/e23/>,
        <http://dewey.info/class/977.4/e23/> ;
    skos:prefLabel "Michigan"@en,
        "Michigan"@nb,
        "Michigan"@nn .

humord:c01721 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01721" ;
    dct:modified "2025-02-13T15:11:44"^^xsd:dateTime ;
    skos:broader humord:c01720 ;
    skos:exactMatch <http://dewey.info/class/2--77434/e23/>,
        <http://dewey.info/class/917.7434/e23/>,
        <http://dewey.info/class/977.434/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--77434/e23/>,
        <http://dewey.info/class/917.7434/e23/>,
        <http://dewey.info/class/977.434/e23/> ;
    skos:prefLabel "Detroit"@en,
        "Detroit"@nb,
        "Detroit"@nn .

humord:c01722 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01722" ;
    dct:modified "2025-02-14T13:23:06"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch realfagstermer:c030591,
        <http://dewey.info/class/2--776/e23/>,
        <http://dewey.info/class/917.76/e23/>,
        <http://dewey.info/class/977.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030591,
        <http://dewey.info/class/2--776/e23/>,
        <http://dewey.info/class/917.76/e23/>,
        <http://dewey.info/class/977.6/e23/> ;
    skos:prefLabel "Minnesota"@en,
        "Minnesota"@nb,
        "Minnesota"@nn .

humord:c01723 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01723" ;
    dct:modified "2025-02-13T15:09:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--77626/e23/>,
        <http://dewey.info/class/917.7626/e23/>,
        <http://dewey.info/class/977.626/e23/> ;
    skos:broader humord:c01722 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--77626/e23/>,
        <http://dewey.info/class/917.7626/e23/>,
        <http://dewey.info/class/977.626/e23/> ;
    skos:prefLabel "Pipestone"@en,
        "Pipestone"@nb,
        "Pipestone"@nn .

humord:c01724 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01724" ;
    dct:modified "2025-09-08T09:06:23"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch realfagstermer:c030444,
        <http://dewey.info/class/2--778/e23/>,
        <http://dewey.info/class/917.78/e23/>,
        <http://dewey.info/class/977.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030444,
        <http://dewey.info/class/2--778/e23/>,
        <http://dewey.info/class/917.78/e23/>,
        <http://dewey.info/class/977.8/e23/> ;
    skos:prefLabel "Missouri (State)"@en,
        "Missouri (Stat)"@nb,
        "Missouri (Stat)"@nn .

humord:c01725 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01725" ;
    dct:modified "2025-02-13T15:09:09"^^xsd:dateTime ;
    skos:altLabel "Saint Louis"@en,
        "Saint Louis"@nb,
        "Saint Louis"@nn ;
    skos:broader humord:c01724 ;
    skos:exactMatch <http://dewey.info/class/2--77866/e23/>,
        <http://dewey.info/class/917.7866/e23/>,
        <http://dewey.info/class/977.866/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--77866/e23/>,
        <http://dewey.info/class/917.7866/e23/>,
        <http://dewey.info/class/977.866/e23/> ;
    skos:prefLabel "St. Louis"@en,
        "St.Louis"@nb,
        "St.Louis"@nn .

humord:c01726 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01726" ;
    dct:modified "2025-02-14T14:00:07"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--786/e23/>,
        <http://dewey.info/class/917.86/e23/>,
        <http://dewey.info/class/978.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--786/e23/>,
        <http://dewey.info/class/917.86/e23/>,
        <http://dewey.info/class/978.6/e23/> ;
    skos:prefLabel "Montana"@en,
        "Montana"@nb,
        "Montana"@nn .

humord:c01727 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01727" ;
    dct:modified "2025-02-13T13:53:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--78638/e23/>,
        <http://dewey.info/class/917.8638/e23/>,
        <http://dewey.info/class/978.638/e23/> ;
    skos:broader humord:c01726 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--78638/e23/>,
        <http://dewey.info/class/917.8638/e23/>,
        <http://dewey.info/class/978.638/e23/> ;
    skos:prefLabel "Little Bighorn"@en,
        "Little Bighorn"@nb,
        "Little Bighorn"@nn .

humord:c01728 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01728" ;
    dct:modified "2025-02-14T14:23:45"^^xsd:dateTime ;
    skos:altLabel "Ny-England"@nb,
        "Ny-England"@nn ;
    skos:broader humord:c01699 ;
    skos:closeMatch <http://dewey.info/class/2--74/e23/>,
        <http://dewey.info/class/917.4/e23/>,
        <http://dewey.info/class/974/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--74/e23/>,
        <http://dewey.info/class/917.4/e23/>,
        <http://dewey.info/class/974/e23/> ;
    skos:prefLabel "New England"@en,
        "New England"@nb,
        "New England"@nn .

humord:c01730 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01730" ;
    dct:modified "2025-02-17T11:03:56"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--789/e23/>,
        <http://dewey.info/class/917.89/e23/>,
        <http://dewey.info/class/978.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--789/e23/>,
        <http://dewey.info/class/917.89/e23/>,
        <http://dewey.info/class/978.9/e23/> ;
    skos:prefLabel "New Mexico"@en,
        "New Mexico"@nb,
        "New Mexico"@nn .

humord:c01731 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01731" ;
    dct:modified "2024-09-19T11:22:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--78952/e23/>,
        <http://dewey.info/class/917.8952/e23/>,
        <http://dewey.info/class/978.952/e23/> ;
    skos:broader humord:c01730 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--78952/e23/>,
        <http://dewey.info/class/917.8952/e23/>,
        <http://dewey.info/class/978.952/e23/> ;
    skos:prefLabel "Cordova"@en,
        "Cordova"@nb,
        "Cordova"@nn .

humord:c01732 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01732" ;
    dct:modified "2025-02-14T14:06:52"^^xsd:dateTime ;
    skos:altLabel "The Empire State"@en ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--747/e23/>,
        <http://dewey.info/class/917.47/e23/>,
        <http://dewey.info/class/974.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--747/e23/>,
        <http://dewey.info/class/917.47/e23/>,
        <http://dewey.info/class/974.7/e23/> ;
    skos:prefLabel "New York (State)"@en,
        "New York (Stat)"@nb,
        "New York (Stat)"@nn .

humord:c01733 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01733" ;
    dct:modified "2025-02-13T13:53:04"^^xsd:dateTime ;
    skos:altLabel "New York City"@en,
        "New York City"@nb,
        "New York City"@nn ;
    skos:broader humord:c01732 ;
    skos:exactMatch realfagstermer:c030585,
        <http://dewey.info/class/2--7471/e23/>,
        <http://dewey.info/class/917.471/e23/>,
        <http://dewey.info/class/974.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030585,
        <http://dewey.info/class/2--7471/e23/>,
        <http://dewey.info/class/917.471/e23/>,
        <http://dewey.info/class/974.71/e23/> ;
    skos:prefLabel "New York (City)"@en,
        "New York (By)"@nb,
        "New York (By)"@nn .

humord:c01735 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01735" ;
    dct:modified "2025-02-13T13:51:05"^^xsd:dateTime ;
    skos:broader humord:c01733 ;
    skos:exactMatch <http://dewey.info/class/2--74723/e23/>,
        <http://dewey.info/class/917.4723/e23/>,
        <http://dewey.info/class/974.723/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--74723/e23/>,
        <http://dewey.info/class/917.4723/e23/>,
        <http://dewey.info/class/974.723/e23/> ;
    skos:prefLabel "Brooklyn"@en,
        "Brooklyn"@nb,
        "Brooklyn"@nn .

humord:c01736 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01736" ;
    dct:modified "2025-02-13T13:51:31"^^xsd:dateTime ;
    skos:broader humord:c01733 ;
    skos:closeMatch <http://dewey.info/class/2--7471/e23/>,
        <http://dewey.info/class/917.471/e23/>,
        <http://dewey.info/class/974.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7471/e23/>,
        <http://dewey.info/class/917.471/e23/>,
        <http://dewey.info/class/974.71/e23/> ;
    skos:prefLabel "Greenwich Village"@en,
        "Greenwich Village"@nb,
        "Greenwich Village"@nn .

humord:c01737 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01737" ;
    dct:modified "2025-02-14T14:07:45"^^xsd:dateTime ;
    skos:altLabel "North Dakota"@nb,
        "North Dakota"@nn ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--784/e23/>,
        <http://dewey.info/class/917.84/e23/>,
        <http://dewey.info/class/978.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--784/e23/>,
        <http://dewey.info/class/917.84/e23/>,
        <http://dewey.info/class/978.4/e23/> ;
    skos:prefLabel "North Dakota"@en,
        "Nord-Dakota"@nb,
        "Nord-Dakota"@nn .

humord:c01738 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01738" ;
    dct:modified "2025-02-14T14:08:08"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--771/e23/>,
        <http://dewey.info/class/917.71/e23/>,
        <http://dewey.info/class/977.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--771/e23/>,
        <http://dewey.info/class/917.71/e23/>,
        <http://dewey.info/class/977.1/e23/> ;
    skos:prefLabel "Ohio"@en,
        "Ohio"@nb,
        "Ohio"@nn .

humord:c01739 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01739" ;
    dct:modified "2025-02-14T14:10:43"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--766/e23/>,
        <http://dewey.info/class/917.66/e23/>,
        <http://dewey.info/class/976.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--766/e23/>,
        <http://dewey.info/class/917.66/e23/>,
        <http://dewey.info/class/976.6/e23/> ;
    skos:prefLabel "Oklahoma"@en,
        "Oklahoma"@nb,
        "Oklahoma"@nn .

humord:c01740 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01740" ;
    dct:modified "2025-02-14T08:55:34"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--748/e23/>,
        <http://dewey.info/class/917.48/e23/>,
        <http://dewey.info/class/974.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--748/e23/>,
        <http://dewey.info/class/917.48/e23/>,
        <http://dewey.info/class/974.8/e23/> ;
    skos:prefLabel "Pennsylvania"@en,
        "Pennsylvania"@nb,
        "Pennsylvania"@nn .

humord:c01741 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01741" ;
    dct:modified "2025-02-13T13:51:19"^^xsd:dateTime ;
    skos:broader humord:c01740 ;
    skos:exactMatch <http://dewey.info/class/2--74811/e23/>,
        <http://dewey.info/class/917.4811/e23/>,
        <http://dewey.info/class/974.811/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--74811/e23/>,
        <http://dewey.info/class/917.4811/e23/>,
        <http://dewey.info/class/974.811/e23/> ;
    skos:prefLabel "Philadelphia"@en,
        "Philadelphia"@nb,
        "Philadelphia"@nn .

humord:c01742 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01742" ;
    dct:modified "2025-03-13T07:47:31"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--745/e23/>,
        <http://dewey.info/class/917.45/e23/>,
        <http://dewey.info/class/974.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--745/e23/>,
        <http://dewey.info/class/917.45/e23/>,
        <http://dewey.info/class/974.5/e23/> ;
    skos:prefLabel "Rhode Island"@en,
        "Rhode Island"@nb,
        "Rhode Island"@nn .

humord:c01743 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01743" ;
    dct:modified "2026-01-13T07:50:42"^^xsd:dateTime ;
    skos:altLabel "Sør-Carolina"@nb,
        "Sør-Carolina"@nn ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--757/e23/>,
        <http://dewey.info/class/917.57/e23/>,
        <http://dewey.info/class/975.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--757/e23/>,
        <http://dewey.info/class/917.57/e23/>,
        <http://dewey.info/class/975.7/e23/> ;
    skos:prefLabel "South Carolina"@en,
        "South Carolina"@nb,
        "South Carolina"@nn .

humord:c01744 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01744" ;
    dct:modified "2026-01-14T12:43:00"^^xsd:dateTime ;
    skos:altLabel "South Dakota"@nb,
        "South Dakota"@nn ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--783/e23/>,
        <http://dewey.info/class/917.83/e23/>,
        <http://dewey.info/class/978.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--783/e23/>,
        <http://dewey.info/class/917.83/e23/>,
        <http://dewey.info/class/978.3/e23/> ;
    skos:prefLabel "South Dakota"@en,
        "Sør-Dakota"@nb,
        "Sør-Dakota"@nn .

humord:c01745 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01745" ;
    dct:modified "2026-01-14T12:43:15"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch realfagstermer:c030346,
        <http://dewey.info/class/2--764/e23/>,
        <http://dewey.info/class/917.64/e23/>,
        <http://dewey.info/class/976.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030346,
        <http://dewey.info/class/2--764/e23/>,
        <http://dewey.info/class/917.64/e23/>,
        <http://dewey.info/class/976.4/e23/> ;
    skos:prefLabel "Texas"@en,
        "Texas"@nb,
        "Texas"@nn .

humord:c01746 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01746" ;
    dct:modified "2026-01-14T12:44:17"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch realfagstermer:c030436,
        <http://dewey.info/class/2--792/e23/>,
        <http://dewey.info/class/917.92/e23/>,
        <http://dewey.info/class/979.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030436,
        <http://dewey.info/class/2--792/e23/>,
        <http://dewey.info/class/917.92/e23/>,
        <http://dewey.info/class/979.2/e23/> ;
    skos:prefLabel "Utah"@en,
        "Utah"@nb,
        "Utah"@nn .

humord:c01747 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01747" ;
    dct:modified "2025-02-13T13:50:05"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--755/e23/>,
        <http://dewey.info/class/917.55/e23/>,
        <http://dewey.info/class/975.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--755/e23/>,
        <http://dewey.info/class/917.55/e23/>,
        <http://dewey.info/class/975.5/e23/> ;
    skos:prefLabel "Virginia"@en,
        "Virginia"@nb,
        "Virginia"@nn .

humord:c01748 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01748" ;
    dct:modified "2025-02-13T13:50:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--75594/e23/>,
        <http://dewey.info/class/917.5594/e23/>,
        <http://dewey.info/class/975.594/e23/> ;
    skos:broader humord:c01747 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--75594/e23/>,
        <http://dewey.info/class/917.5594/e23/>,
        <http://dewey.info/class/975.594/e23/> ;
    skos:prefLabel "Stanley"@en,
        "Stanley"@nb,
        "Stanley"@nn .

humord:c01749 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01749" ;
    dct:modified "2025-02-14T08:13:21"^^xsd:dateTime ;
    skos:broader humord:c11853 ;
    skos:exactMatch <http://dewey.info/class/2--753/e23/>,
        <http://dewey.info/class/917.53/e23/>,
        <http://dewey.info/class/975.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--753/e23/>,
        <http://dewey.info/class/917.53/e23/>,
        <http://dewey.info/class/975.3/e23/> ;
    skos:prefLabel "Washington D.C."@en,
        "Washington D.C."@nb,
        "Washington D.C."@nn .

humord:c01750 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-10-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01750" ;
    dct:modified "2024-08-30T14:34:36"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--754/e23/>,
        <http://dewey.info/class/917.54/e23/>,
        <http://dewey.info/class/975.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--754/e23/>,
        <http://dewey.info/class/917.54/e23/>,
        <http://dewey.info/class/975.4/e23/> ;
    skos:prefLabel "West Virginia"@en,
        "West Virginia"@nb,
        "West Virginia"@nn .

humord:c01752 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01752" ;
    dct:modified "2024-08-30T12:46:44"^^xsd:dateTime ;
    skos:broader humord:c01706 ;
    skos:exactMatch <http://dewey.info/class/2--787/e23/>,
        <http://dewey.info/class/917.87/e23/>,
        <http://dewey.info/class/978.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--787/e23/>,
        <http://dewey.info/class/917.87/e23/>,
        <http://dewey.info/class/978.7/e23/> ;
    skos:prefLabel "Wyoming"@en,
        "Wyoming"@nb,
        "Wyoming"@nn .

humord:c01753 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01753" ;
    dct:modified "2025-02-13T13:46:38"^^xsd:dateTime ;
    skos:broader humord:c01752 ;
    skos:exactMatch realfagstermer:c030475,
        <http://dewey.info/class/2--78752/e23/>,
        <http://dewey.info/class/917.8752/e23/>,
        <http://dewey.info/class/978.752/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030475,
        <http://dewey.info/class/2--78752/e23/>,
        <http://dewey.info/class/917.8752/e23/>,
        <http://dewey.info/class/978.752/e23/> ;
    skos:prefLabel "Yellowstone"@en,
        "Yellowstone"@nb,
        "Yellowstone"@nn .

humord:c01755 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01755" ;
    dct:modified "2025-02-14T14:29:06"^^xsd:dateTime ;
    skos:altLabel "Lake Erie"@nb,
        "Lake Erie"@nn ;
    skos:broadMatch <http://dewey.info/class/2--7133/e23/>,
        <http://dewey.info/class/917.133/e23/>,
        <http://dewey.info/class/971.33/e23/> ;
    skos:broader humord:c01754 ;
    skos:exactMatch <http://dewey.info/class/2--7712/e23/>,
        <http://dewey.info/class/917.712/e23/>,
        <http://dewey.info/class/977.12/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7133/e23/>,
        <http://dewey.info/class/2--7712/e23/>,
        <http://dewey.info/class/917.133/e23/>,
        <http://dewey.info/class/917.712/e23/>,
        <http://dewey.info/class/971.33/e23/>,
        <http://dewey.info/class/977.12/e23/> ;
    skos:prefLabel "Lake Erie"@en,
        "Eriesjøen"@nb,
        "Eriesjøen"@nn .

humord:c01756 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01756" ;
    dct:modified "2025-02-14T14:27:52"^^xsd:dateTime ;
    skos:altLabel "Lake Michigan"@nb,
        "Lake Michigan"@nn ;
    skos:broader humord:c01754 ;
    skos:closeMatch <http://dewey.info/class/2--774/e23/>,
        <http://dewey.info/class/917.74/e23/>,
        <http://dewey.info/class/977.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--774/e23/>,
        <http://dewey.info/class/917.74/e23/>,
        <http://dewey.info/class/977.4/e23/> ;
    skos:prefLabel "Lake Michigan"@en,
        "Michigansjøen"@nb,
        "Michigansjøen"@nn .

humord:c01757 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01757" ;
    dct:modified "2025-02-13T06:56:08"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch <http://dewey.info/class/2--7281/e23/>,
        <http://dewey.info/class/917.281/e23/>,
        <http://dewey.info/class/972.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7281/e23/>,
        <http://dewey.info/class/917.281/e23/>,
        <http://dewey.info/class/972.81/e23/> ;
    skos:prefLabel "Guatemala"@en,
        "Guatemala"@nb,
        "Guatemala"@nn .

humord:c01758 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01758" ;
    dct:modified "2025-02-13T06:56:23"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch <http://dewey.info/class/2--881/e23/>,
        <http://dewey.info/class/918.81/e23/>,
        <http://dewey.info/class/988.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--881/e23/>,
        <http://dewey.info/class/918.81/e23/>,
        <http://dewey.info/class/988.1/e23/> ;
    skos:prefLabel "Guyana"@en,
        "Guyana"@nb,
        "Guyana"@nn .

humord:c01759 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01759" ;
    dct:modified "2025-02-17T10:55:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--8811/e23/>,
        <http://dewey.info/class/918.811/e23/>,
        <http://dewey.info/class/988.11/e23/> ;
    skos:broader humord:c01758 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--8811/e23/>,
        <http://dewey.info/class/918.811/e23/>,
        <http://dewey.info/class/988.11/e23/> ;
    skos:prefLabel "Jonestown"@en,
        "Jonestown"@nb,
        "Jonestown"@nn .

humord:c01760 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01760" ;
    dct:modified "2025-02-13T06:54:39"^^xsd:dateTime ;
    skos:altLabel "Guyane francais"@nb,
        "Guyane francais"@nn ;
    skos:broader humord:c01652 ;
    skos:exactMatch <http://dewey.info/class/2--882/e23/>,
        <http://dewey.info/class/918.82/e23/>,
        <http://dewey.info/class/988.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--882/e23/>,
        <http://dewey.info/class/918.82/e23/>,
        <http://dewey.info/class/988.2/e23/> ;
    skos:prefLabel "French Guiana"@en,
        "Fransk Guyana"@nb,
        "Fransk Guyana"@nn .

humord:c01762 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01762" ;
    dct:modified "2024-09-04T16:47:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--882/e23/>,
        <http://dewey.info/class/918.82/e23/>,
        <http://dewey.info/class/988.2/e23/> ;
    skos:broader humord:c01760 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--882/e23/>,
        <http://dewey.info/class/918.82/e23/>,
        <http://dewey.info/class/988.2/e23/> ;
    skos:prefLabel "Cayenne"@en,
        "Cayenne"@nb,
        "Cayenne"@nn .

humord:c01763 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-07-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01763" ;
    dct:modified "2025-02-13T06:56:52"^^xsd:dateTime ;
    skos:altLabel "Saint-Domingue"@nb ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030849,
        <http://dewey.info/class/2--7294/e23/>,
        <http://dewey.info/class/917.294/e23/>,
        <http://dewey.info/class/972.94/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030849,
        <http://dewey.info/class/2--7294/e23/>,
        <http://dewey.info/class/917.294/e23/>,
        <http://dewey.info/class/972.94/e23/> ;
    skos:prefLabel "Haiti"@en,
        "Haiti"@nb,
        "Haiti"@nn .

humord:c01765 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01765" ;
    dct:modified "2025-02-13T06:56:39"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch <http://dewey.info/class/2--7283/e23/>,
        <http://dewey.info/class/917.283/e23/>,
        <http://dewey.info/class/972.83/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7283/e23/>,
        <http://dewey.info/class/917.283/e23/>,
        <http://dewey.info/class/972.83/e23/> ;
    skos:prefLabel "Honduras"@en,
        "Honduras"@nb,
        "Honduras"@nn .

humord:c01766 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01766" ;
    dct:modified "2025-02-13T09:16:53"^^xsd:dateTime ;
    skos:altLabel "Meksiko"@nb ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030258,
        <http://dewey.info/class/2--72/e23/>,
        <http://dewey.info/class/917.2/e23/>,
        <http://dewey.info/class/972/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030258,
        <http://dewey.info/class/2--72/e23/>,
        <http://dewey.info/class/917.2/e23/>,
        <http://dewey.info/class/972/e23/> ;
    skos:prefLabel "Mexico"@en,
        "Mexico"@nb,
        "Mexico"@nn .

humord:c01768 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01768" ;
    dct:modified "2025-02-17T09:00:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--7213/e23/>,
        <http://dewey.info/class/917.213/e23/>,
        <http://dewey.info/class/972.13/e23/> ;
    skos:broader humord:c01766 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7213/e23/>,
        <http://dewey.info/class/917.213/e23/>,
        <http://dewey.info/class/972.13/e23/> ;
    skos:prefLabel "Guadalupe"@en,
        "Guadalupe"@nb,
        "Guadalupe"@nn .

humord:c01769 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01769" ;
    dct:modified "2025-02-17T10:52:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--7248/e23/>,
        <http://dewey.info/class/917.248/e23/>,
        <http://dewey.info/class/972.48/e23/> ;
    skos:broader humord:c01766 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7248/e23/>,
        <http://dewey.info/class/917.248/e23/>,
        <http://dewey.info/class/972.48/e23/> ;
    skos:prefLabel "Los Reyes Metzontla"@en,
        "Los Reyes Metzontla"@nb,
        "Los Reyes Metzontla"@nn .

humord:c01770 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01770" ;
    dct:modified "2025-02-17T11:03:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--7275/e23/>,
        <http://dewey.info/class/917.275/e23/>,
        <http://dewey.info/class/972.01/e23/>,
        <http://dewey.info/class/972.75/e23/> ;
    skos:broader humord:c01766 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7275/e23/>,
        <http://dewey.info/class/917.275/e23/>,
        <http://dewey.info/class/972.01/e23/>,
        <http://dewey.info/class/972.75/e23/> ;
    skos:prefLabel "Palenque"@en,
        "Palenque"@nb,
        "Palenque"@nn .

humord:c01771 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01771" ;
    dct:modified "2025-02-17T11:01:27"^^xsd:dateTime ;
    skos:broader humord:c01766 ;
    skos:exactMatch <http://dewey.info/class/2--7247/e23/>,
        <http://dewey.info/class/917.247/e23/>,
        <http://dewey.info/class/972.47/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7247/e23/>,
        <http://dewey.info/class/917.247/e23/>,
        <http://dewey.info/class/972.47/e23/> ;
    skos:prefLabel "Tlaxcala"@en,
        "Tlaxcala"@nb,
        "Tlaxcala"@nn .

humord:c01772 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01772" ;
    dct:modified "2025-02-13T09:17:34"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030502,
        <http://dewey.info/class/2--7285/e23/>,
        <http://dewey.info/class/917.285/e23/>,
        <http://dewey.info/class/972.85/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030502,
        <http://dewey.info/class/2--7285/e23/>,
        <http://dewey.info/class/917.285/e23/>,
        <http://dewey.info/class/972.85/e23/> ;
    skos:prefLabel "Nicaragua"@en,
        "Nicaragua"@nb,
        "Nicaragua"@nn .

humord:c01773 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01773" ;
    dct:modified "2025-02-13T09:17:46"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030747,
        <http://dewey.info/class/2--892/e23/>,
        <http://dewey.info/class/918.92/e23/>,
        <http://dewey.info/class/989.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030747,
        <http://dewey.info/class/2--892/e23/>,
        <http://dewey.info/class/918.92/e23/>,
        <http://dewey.info/class/989.2/e23/> ;
    skos:prefLabel "Paraguay"@en,
        "Paraguay"@nb,
        "Paraguay"@nn .

humord:c01774 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01774" ;
    dct:modified "2025-02-13T09:18:50"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030312,
        <http://dewey.info/class/2--85/e23/>,
        <http://dewey.info/class/918.5/e23/>,
        <http://dewey.info/class/985/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030312,
        <http://dewey.info/class/2--85/e23/>,
        <http://dewey.info/class/918.5/e23/>,
        <http://dewey.info/class/985/e23/> ;
    skos:prefLabel "Peru"@en,
        "Peru"@nb,
        "Peru"@nn .

humord:c01775 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01775" ;
    dct:modified "2024-09-04T15:51:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--85252/e23/>,
        <http://dewey.info/class/918.5252/e23/>,
        <http://dewey.info/class/985.252/e23/> ;
    skos:broader humord:c01774 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--85252/e23/>,
        <http://dewey.info/class/918.5252/e23/>,
        <http://dewey.info/class/985.252/e23/> ;
    skos:prefLabel "Canta"@en,
        "Canta"@nb,
        "Canta"@nn .

humord:c01776 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01776" ;
    dct:modified "2025-02-14T14:32:47"^^xsd:dateTime ;
    skos:altLabel "Huamanga"@en ;
    skos:broadMatch <http://dewey.info/class/2--8529/e23/>,
        <http://dewey.info/class/918.529/e23/>,
        <http://dewey.info/class/985.29/e23/> ;
    skos:broader humord:c01774 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--8529/e23/>,
        <http://dewey.info/class/918.529/e23/>,
        <http://dewey.info/class/985.29/e23/> ;
    skos:prefLabel "Ayacucho"@en,
        "Huamanga"@nb,
        "Huamanga"@nn .

humord:c01777 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01777" ;
    dct:modified "2025-02-17T08:51:22"^^xsd:dateTime ;
    skos:altLabel "Huallaga"@nb,
        "Huanuco"@nb,
        "Huallaga"@nn,
        "Huanuco"@nn ;
    skos:broadMatch <http://dewey.info/class/2--8522/e23/>,
        <http://dewey.info/class/918.522/e23/>,
        <http://dewey.info/class/985.22/e23/> ;
    skos:broader humord:c01774 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--8522/e23/>,
        <http://dewey.info/class/918.522/e23/>,
        <http://dewey.info/class/985.22/e23/> ;
    skos:prefLabel "Huallaga"@en,
        "Huanaco"@nb,
        "Huanaco"@nn .

humord:c01780 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01780" ;
    dct:modified "2025-02-17T08:56:08"^^xsd:dateTime ;
    skos:broader humord:c01774 ;
    skos:closeMatch <http://dewey.info/class/2--85255/e23/>,
        <http://dewey.info/class/918.5255/e23/>,
        <http://dewey.info/class/985.255/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--85255/e23/>,
        <http://dewey.info/class/918.5255/e23/>,
        <http://dewey.info/class/985.255/e23/> ;
    skos:prefLabel "Lima (Peru)"@en,
        "Lima (Peru)"@nb,
        "Lima (Peru)"@nn .

humord:c01781 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-07-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01781" ;
    dct:modified "2025-02-13T08:59:21"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch <http://dewey.info/class/2--7295/e23/>,
        <http://dewey.info/class/917.295/e23/>,
        <http://dewey.info/class/972.95/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7295/e23/>,
        <http://dewey.info/class/917.295/e23/>,
        <http://dewey.info/class/972.95/e23/> ;
    skos:prefLabel "Puerto Rico"@en,
        "Puerto Rico"@nb,
        "Puerto Rico"@nn ;
    skos:related humord:c01695 .

humord:c01782 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01782" ;
    dct:modified "2025-02-14T14:31:17"^^xsd:dateTime ;
    skos:broader humord:c01781 ;
    skos:closeMatch <http://dewey.info/class/2--72951/e23/>,
        <http://dewey.info/class/917.2951/e23/>,
        <http://dewey.info/class/972.951/e23/> ;
    skos:editorialNote "Brukt for byen, ikke provinsen"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--72951/e23/>,
        <http://dewey.info/class/917.2951/e23/>,
        <http://dewey.info/class/972.951/e23/> ;
    skos:prefLabel "San Juan (Puerto Rico)"@en,
        "San Juan (Puerto Rico)"@nb,
        "San Juan (Puerto Rico)"@nn .

humord:c01783 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-01-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01783" ;
    dct:modified "2025-02-13T09:00:27"^^xsd:dateTime ;
    skos:altLabel "Nederlandsk Guyana <UBO>"@nb ;
    skos:broader humord:c01652 ;
    skos:exactMatch <http://dewey.info/class/2--883/e23/>,
        <http://dewey.info/class/918.83/e23/>,
        <http://dewey.info/class/988.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--883/e23/>,
        <http://dewey.info/class/918.83/e23/>,
        <http://dewey.info/class/988.3/e23/> ;
    skos:prefLabel "Suriname"@en,
        "Surinam"@nb,
        "Surinam"@nn .

humord:c01785 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-07-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01785" ;
    dct:modified "2025-02-13T09:02:18"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch <http://dewey.info/class/2--72983/e23/>,
        <http://dewey.info/class/917.2983/e23/>,
        <http://dewey.info/class/972.983/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--72983/e23/>,
        <http://dewey.info/class/917.2983/e23/>,
        <http://dewey.info/class/972.983/e23/> ;
    skos:prefLabel "Trinidad and Tobago"@en,
        "Trinidad og Tobago"@nb,
        "Trinidad og Tobago"@nn .

humord:c01786 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01786" ;
    dct:modified "2025-02-13T09:02:33"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch <http://dewey.info/class/2--895/e23/>,
        <http://dewey.info/class/918.95/e23/>,
        <http://dewey.info/class/989.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--895/e23/>,
        <http://dewey.info/class/918.95/e23/>,
        <http://dewey.info/class/989.5/e23/> ;
    skos:prefLabel "Uruguay"@en,
        "Uruguay"@nb,
        "Uruguay"@nn .

humord:c01787 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01787" ;
    dct:modified "2025-02-13T09:03:30"^^xsd:dateTime ;
    skos:broader humord:c01652 ;
    skos:exactMatch realfagstermer:c030324,
        <http://dewey.info/class/2--87/e23/>,
        <http://dewey.info/class/918.7/e23/>,
        <http://dewey.info/class/987/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030324,
        <http://dewey.info/class/2--87/e23/>,
        <http://dewey.info/class/918.7/e23/>,
        <http://dewey.info/class/987/e23/> ;
    skos:prefLabel "Venezuela"@en,
        "Venezuela"@nb,
        "Venezuela"@nn .

humord:c01789 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-12-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01789" ;
    dct:modified "2024-08-16T08:47:00"^^xsd:dateTime ;
    skos:broader humord:c01804 ;
    skos:closeMatch <http://dewey.info/class/2--729/e23/>,
        <http://dewey.info/class/917.29/e23/>,
        <http://dewey.info/class/972.9/e23/> ;
    skos:exactMatch realfagstermer:c030430 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030430,
        <http://dewey.info/class/2--729/e23/>,
        <http://dewey.info/class/917.29/e23/>,
        <http://dewey.info/class/972.9/e23/> ;
    skos:prefLabel "Antilles"@en,
        "Antillene"@nb,
        "Antillane"@nn ;
    skos:related humord:c15173 .

humord:c01791 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01791" ;
    dct:modified "2025-02-13T13:45:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--729/e23/>,
        <http://dewey.info/class/917.29/e23/>,
        <http://dewey.info/class/972.9/e23/> ;
    skos:broader humord:c01789 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--729/e23/>,
        <http://dewey.info/class/917.29/e23/>,
        <http://dewey.info/class/972.9/e23/> ;
    skos:prefLabel "Greater Antilles"@en,
        "Store Antiller"@nb,
        "Store Antillar"@nn .

humord:c01792 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01792" ;
    dct:modified "2025-02-13T10:09:37"^^xsd:dateTime ;
    skos:altLabel "Iberoamerika"@nb,
        "Latinamerika"@nb,
        "Iberoamerika"@nn,
        "Latinamerika"@nn ;
    skos:broader humord:c01788 ;
    skos:closeMatch <http://dewey.info/class/2--8/e23/>,
        <http://dewey.info/class/918/e23/>,
        <http://dewey.info/class/980/e23/> ;
    skos:definition "De land i Amerika der spansk eller portugisisk er offisielt språk <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030447 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030447,
        <http://dewey.info/class/2--8/e23/>,
        <http://dewey.info/class/918/e23/>,
        <http://dewey.info/class/980/e23/> ;
    skos:prefLabel "Latin America"@en,
        "Latin-Amerika"@nb,
        "Latin-Amerika"@nn ;
    skos:related humord:c01799 .

humord:c01794 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01794" ;
    dct:modified "2025-02-13T10:12:44"^^xsd:dateTime ;
    skos:altLabel "Spanish America"@en ;
    skos:broadMatch <http://dewey.info/class/2--8/e23/>,
        <http://dewey.info/class/918/e23/>,
        <http://dewey.info/class/980/e23/> ;
    skos:broader humord:c01792 ;
    skos:definition "Spansk-Amerika er de land i Amerika der spansk er offisielt språk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--8/e23/>,
        <http://dewey.info/class/918/e23/>,
        <http://dewey.info/class/980/e23/> ;
    skos:prefLabel "Hispanic America"@en,
        "Spansk-Amerika"@nb,
        "Spansk-Amerika"@nn .

humord:c01795 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2008-01-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01795" ;
    dct:modified "2025-02-13T10:10:04"^^xsd:dateTime ;
    skos:altLabel "Sentral-Amerika"@nb,
        "Sentral-Amerika"@nn ;
    skos:broader humord:c01788 ;
    skos:definition "Sørligste del av Nord-Amerika. Strekker seg fra Tehuantepec-eidet i sørlige  Mexico til Panamas grense mot Colombia. Omfatter Panama, Costa Rica, Nicaragua, El Salvador, Honduras, Guatemala, Belize og i nord sørlige del av Mexico <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030739,
        <http://dewey.info/class/2--728/e23/>,
        <http://dewey.info/class/917.28/e23/>,
        <http://dewey.info/class/972.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030739,
        <http://dewey.info/class/2--728/e23/>,
        <http://dewey.info/class/917.28/e23/>,
        <http://dewey.info/class/972.8/e23/> ;
    skos:prefLabel "Central America"@en,
        "Mellom-Amerika"@nb,
        "Mellom-Amerika"@nn ;
    skos:related humord:c20666 .

humord:c01796 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-12-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01796" ;
    dct:modified "2025-02-13T06:57:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--85/e23/>,
        <http://dewey.info/class/918.5/e23/> ;
    skos:broader humord:c01799 ;
    skos:exactMatch <http://dewey.info/class/985.019/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--85/e23/>,
        <http://dewey.info/class/918.5/e23/>,
        <http://dewey.info/class/985.019/e23/> ;
    skos:prefLabel "Inca Empire"@en,
        "Inkariket"@nb,
        "Inkariket"@nn .

humord:c01797 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01797" ;
    dct:modified "2025-02-13T10:12:03"^^xsd:dateTime ;
    skos:altLabel "North America"@en ;
    skos:broader humord:c01788 ;
    skos:definition "Nord-Amerika er den tredje største verdensdelen og utgjør den nordlige delen av det amerikanske dobbeltkontinentet. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030226,
        <http://dewey.info/class/2--7/e23/>,
        <http://dewey.info/class/917/e23/>,
        <http://dewey.info/class/970/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030226,
        <http://dewey.info/class/2--7/e23/>,
        <http://dewey.info/class/917/e23/>,
        <http://dewey.info/class/970/e23/> ;
    skos:prefLabel "Northern America"@en,
        "Nord-Amerika"@nb,
        "Nord-Amerika"@nn .

humord:c01798 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01798" ;
    dct:modified "2025-02-13T09:03:48"^^xsd:dateTime ;
    skos:altLabel "Vineland"@en,
        "Wineland"@en ;
    skos:broadMatch <http://dewey.info/class/2--7/e23/>,
        <http://dewey.info/class/917/e23/>,
        <http://dewey.info/class/970.01/e23/> ;
    skos:broader humord:c01797 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--7/e23/>,
        <http://dewey.info/class/917/e23/>,
        <http://dewey.info/class/970.01/e23/> ;
    skos:prefLabel "Vinland"@en,
        "Vinland"@nb,
        "Vinland"@nn ;
    skos:related humord:c01675 .

humord:c01799 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01799" ;
    dct:modified "2025-02-13T10:13:28"^^xsd:dateTime ;
    skos:altLabel "Southern America"@en ;
    skos:broader humord:c01788 ;
    skos:definition "Sør-Amerika er landene sør for Panama <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030562,
        <http://dewey.info/class/2--8/e23/>,
        <http://dewey.info/class/918/e23/>,
        <http://dewey.info/class/980/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030562,
        <http://dewey.info/class/2--8/e23/>,
        <http://dewey.info/class/918/e23/>,
        <http://dewey.info/class/980/e23/> ;
    skos:prefLabel "South America"@en,
        "Sør-Amerika"@nb,
        "Sør-Amerika"@nn ;
    skos:related humord:c01792 .

humord:c01800 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01800" ;
    dct:modified "2026-05-19T07:35:40"^^xsd:dateTime ;
    skos:altLabel "Amazon basin"@en,
        "Amazonasbekkenet"@nb,
        "Amazonasbekkenet"@nn ;
    skos:broadMatch <http://dewey.info/class/2--8113/e23/>,
        <http://dewey.info/class/2--8544/e23/>,
        <http://dewey.info/class/2--8546/e23/>,
        <http://dewey.info/class/2--8616/e23/>,
        <http://dewey.info/class/2--8617/e23/>,
        <http://dewey.info/class/2--8764/e23/>,
        <http://dewey.info/class/918.113/e23/>,
        <http://dewey.info/class/918.544/e23/>,
        <http://dewey.info/class/918.546/e23/>,
        <http://dewey.info/class/918.616/e23/>,
        <http://dewey.info/class/918.617/e23/>,
        <http://dewey.info/class/918.764/e23/>,
        <http://dewey.info/class/981.13/e23/>,
        <http://dewey.info/class/985.44/e23/>,
        <http://dewey.info/class/985.46/e23/>,
        <http://dewey.info/class/986.16/e23/>,
        <http://dewey.info/class/986.17/e23/>,
        <http://dewey.info/class/987.64/e23/> ;
    skos:broader humord:c01799 ;
    skos:closeMatch realfagstermer:c030284 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030284,
        <http://dewey.info/class/2--8113/e23/>,
        <http://dewey.info/class/2--8544/e23/>,
        <http://dewey.info/class/2--8546/e23/>,
        <http://dewey.info/class/2--8616/e23/>,
        <http://dewey.info/class/2--8617/e23/>,
        <http://dewey.info/class/2--8764/e23/>,
        <http://dewey.info/class/918.113/e23/>,
        <http://dewey.info/class/918.544/e23/>,
        <http://dewey.info/class/918.546/e23/>,
        <http://dewey.info/class/918.616/e23/>,
        <http://dewey.info/class/918.617/e23/>,
        <http://dewey.info/class/918.764/e23/>,
        <http://dewey.info/class/981.13/e23/>,
        <http://dewey.info/class/985.44/e23/>,
        <http://dewey.info/class/985.46/e23/>,
        <http://dewey.info/class/986.16/e23/>,
        <http://dewey.info/class/986.17/e23/>,
        <http://dewey.info/class/987.64/e23/> ;
    skos:prefLabel "Amazon (Area)"@en,
        "Amazonas (Område)"@nb,
        "Amazonas (Område)"@nn .

humord:c01801 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01801" ;
    dct:modified "2025-02-13T09:05:01"^^xsd:dateTime ;
    skos:altLabel "Islas Malvinas"@nb,
        "Malvinas"@nb,
        "Islas Malvinas"@nn,
        "Malvinas"@nn ;
    skos:broader humord:c01799 ;
    skos:exactMatch realfagstermer:c030375,
        <http://dewey.info/class/2--9711/e23/>,
        <http://dewey.info/class/919.711/e23/>,
        <http://dewey.info/class/997.11/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030375,
        <http://dewey.info/class/2--9711/e23/>,
        <http://dewey.info/class/919.711/e23/>,
        <http://dewey.info/class/997.11/e23/> ;
    skos:prefLabel "Falkland Islands"@en,
        "Falklandsøyene"@nb,
        "Falklandsøyene"@nn .

humord:c01803 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01803" ;
    dct:modified "2025-02-13T09:08:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--16368/e23/>,
        <http://dewey.info/class/551.461368/e23/>,
        <http://dewey.info/class/910.916368/e23/> ;
    skos:broader humord:c01807 ;
    skos:definition "290 km lang bukt av Atlanterhavet beliggende mellom Uruguay og Argentina. I  Río de la Platas estuarium (brakkvannsområde) munner elvene Uruguay og Paraná ut <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--16368/e23/>,
        <http://dewey.info/class/551.461368/e23/>,
        <http://dewey.info/class/910.916368/e23/> ;
    skos:prefLabel "Río de la Plata"@en,
        "Rio de la Plata"@nb,
        "Rio de la Plata"@nn .

humord:c01804 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-07-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01804" ;
    dct:modified "2024-10-18T14:25:13"^^xsd:dateTime ;
    skos:altLabel "Karibien"@nb,
        "Karibiske øyer"@nb,
        "Vestindia"@nb,
        "Vestindiske øyer"@nb,
        "Karibiske øyar"@nn,
        "Karibiske øyer"@nn,
        "Vestindia"@nn,
        "Vestindiske øyar"@nn,
        "Vestindiske øyer"@nn ;
    skos:broader humord:c01788 ;
    skos:exactMatch realfagstermer:c030551,
        <http://dewey.info/class/2--729/e23/>,
        <http://dewey.info/class/917.29/e23/>,
        <http://dewey.info/class/972.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030551,
        <http://dewey.info/class/2--729/e23/>,
        <http://dewey.info/class/917.29/e23/>,
        <http://dewey.info/class/972.9/e23/> ;
    skos:prefLabel "Caribbean"@en,
        "Karibia"@nb,
        "Karibia"@nn .

humord:c01808 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01808" ;
    dct:modified "2024-08-13T10:43:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--8544/e23/>,
        <http://dewey.info/class/918.544/e23/>,
        <http://dewey.info/class/985.44/e23/> ;
    skos:broader humord:c01807 ;
    skos:closeMatch realfagstermer:c030284 ;
    skos:exactMatch <http://dewey.info/class/2--811/e23/>,
        <http://dewey.info/class/918.11/e23/>,
        <http://dewey.info/class/981.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030284,
        <http://dewey.info/class/2--811/e23/>,
        <http://dewey.info/class/2--8544/e23/>,
        <http://dewey.info/class/918.11/e23/>,
        <http://dewey.info/class/918.544/e23/>,
        <http://dewey.info/class/981.1/e23/>,
        <http://dewey.info/class/985.44/e23/> ;
    skos:prefLabel "Amazon River"@en,
        "Amazonas (Elv)"@nb,
        "Amazonas (Elv)"@nn .

humord:c01809 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01809" ;
    dct:modified "2024-08-28T08:44:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--392/e23/>,
        <http://dewey.info/class/939.2/e23/> ;
    skos:broader humord:c06256 ;
    skos:exactMatch realfagstermer:c030220,
        <http://dewey.info/class/2--5/e23/>,
        <http://dewey.info/class/915/e23/>,
        <http://dewey.info/class/950/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030220,
        <http://dewey.info/class/2--392/e23/>,
        <http://dewey.info/class/2--5/e23/>,
        <http://dewey.info/class/915/e23/>,
        <http://dewey.info/class/939.2/e23/>,
        <http://dewey.info/class/940.415/e23/>,
        <http://dewey.info/class/950/e23/> ;
    skos:prefLabel "Asia"@en,
        "Asia"@nb,
        "Asia"@nn ;
    skos:related humord:c03755,
        humord:c03761 ;
    skos:relatedMatch <http://dewey.info/class/940.415/e23/> .

humord:c01811 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01811" ;
    dct:modified "2025-02-19T16:39:41"^^xsd:dateTime ;
    skos:altLabel "Afganistan"@nb,
        "Afganistan"@nn ;
    skos:broadMatch <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/939.6/e23/> ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c031041,
        <http://dewey.info/class/2--581/e23/>,
        <http://dewey.info/class/915.81/e23/>,
        <http://dewey.info/class/958.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031041,
        <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--581/e23/>,
        <http://dewey.info/class/915.81/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.1/e23/> ;
    skos:prefLabel "Afghanistan"@en,
        "Afghanistan"@nb,
        "Afghanistan"@nn .

humord:c01813 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01813" ;
    dct:modified "2025-02-19T16:15:42"^^xsd:dateTime ;
    skos:altLabel "Ai Khanoum"@nb,
        "Ai Khanoum"@nn ;
    skos:broadMatch <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--581/e23/>,
        <http://dewey.info/class/915.81/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.1/e23/> ;
    skos:broader humord:c01811 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--581/e23/>,
        <http://dewey.info/class/915.81/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.1/e23/> ;
    skos:prefLabel "Ai Khanum"@en,
        "Ai Khanum"@nb,
        "Ai Khanum"@nn .

humord:c01815 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01815" ;
    dct:modified "2024-10-10T13:51:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/939.6/e23/> ;
    skos:broader humord:c01811 ;
    skos:exactMatch <http://dewey.info/class/2--58173/e23/>,
        <http://dewey.info/class/915.8173/e23/>,
        <http://dewey.info/class/958.173/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--58173/e23/>,
        <http://dewey.info/class/915.8173/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.173/e23/> ;
    skos:prefLabel "Balkh"@en,
        "Balkh"@nb,
        "Balkh"@nn .

humord:c01816 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01816" ;
    dct:modified "2024-10-10T13:38:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--58144/e23/>,
        <http://dewey.info/class/915.8144/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.144/e23/> ;
    skos:broader humord:c01811 ;
    skos:definition "Arkeologisk funnsted i vestre Hinduskush, tidligere kultursenter for buddhismen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--58144/e23/>,
        <http://dewey.info/class/915.8144/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.144/e23/> ;
    skos:prefLabel "Bamiyan"@en,
        "Bamiyan"@nb,
        "Bamiyan"@nn .

humord:c01817 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01817" ;
    dct:modified "2025-02-19T16:18:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--58186/e23/>,
        <http://dewey.info/class/915.8186/e23/>,
        <http://dewey.info/class/958.186/e23/> ;
    skos:broader humord:c01811 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--58186/e23/>,
        <http://dewey.info/class/915.8186/e23/>,
        <http://dewey.info/class/958.186/e23/> ;
    skos:prefLabel "Herat"@en,
        "Herat"@nb,
        "Herat"@nn .

humord:c01818 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01818" ;
    dct:modified "2025-02-19T16:20:05"^^xsd:dateTime ;
    skos:broader humord:c01811 ;
    skos:closeMatch <http://dewey.info/class/2--58146/e23/>,
        <http://dewey.info/class/915.8146/e23/>,
        <http://dewey.info/class/958.146/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--58146/e23/>,
        <http://dewey.info/class/915.8146/e23/>,
        <http://dewey.info/class/958.146/e23/> ;
    skos:prefLabel "Kabul"@en,
        "Kabul"@nb,
        "Kabul"@nn .

humord:c01819 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01819" ;
    dct:modified "2025-02-19T16:20:48"^^xsd:dateTime ;
    skos:altLabel "Kafiristan"@nb,
        "Kafiristan"@nn ;
    skos:broader humord:c01811 ;
    skos:exactMatch <http://dewey.info/class/2--58158/e23/>,
        <http://dewey.info/class/915.8158/e23/>,
        <http://dewey.info/class/958.158/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--58158/e23/>,
        <http://dewey.info/class/915.8158/e23/>,
        <http://dewey.info/class/958.158/e23/> ;
    skos:prefLabel "Nuristan"@en,
        "Nuristan"@nb,
        "Nuristan"@nn .

humord:c01821 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01821" ;
    dct:modified "2025-02-19T16:22:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--581/e23/>,
        <http://dewey.info/class/915.81/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.1/e23/> ;
    skos:broader humord:c01811 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--581/e23/>,
        <http://dewey.info/class/915.81/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.1/e23/> ;
    skos:prefLabel "Surkh Kotal"@en,
        "Surkh Kotal"@nb,
        "Surkh Kotal"@nn .

humord:c01822 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01822" ;
    dct:modified "2024-08-28T07:59:57"^^xsd:dateTime ;
    skos:broader humord:c01810 ;
    skos:closeMatch <http://dewey.info/class/2--3955/e23/>,
        <http://dewey.info/class/939.55/e23/> ;
    skos:exactMatch realfagstermer:c030669,
        <http://dewey.info/class/2--4756/e23/>,
        <http://dewey.info/class/914.756/e23/>,
        <http://dewey.info/class/947.56/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030669,
        <http://dewey.info/class/2--3955/e23/>,
        <http://dewey.info/class/2--4756/e23/>,
        <http://dewey.info/class/2--5662/e23/>,
        <http://dewey.info/class/914.756/e23/>,
        <http://dewey.info/class/939.55/e23/>,
        <http://dewey.info/class/947.56/e23/>,
        <http://dewey.info/class/956.62/e23/> ;
    skos:prefLabel "Armenia"@en,
        "Armenia"@nb,
        "Armenia"@nn ;
    skos:related humord:c02109 ;
    skos:relatedMatch <http://dewey.info/class/2--5662/e23/>,
        <http://dewey.info/class/956.62/e23/> .

humord:c01823 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-11-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01823" ;
    dct:modified "2024-08-28T08:39:50"^^xsd:dateTime ;
    skos:altLabel "Aserbajdsjan (Republic)"@en,
        "Azerbaidjan (Republikk)"@nb,
        "Azerbaidjan (Republikk)"@nn ;
    skos:broader humord:c01810 ;
    skos:exactMatch <http://dewey.info/class/2--4754/e23/>,
        <http://dewey.info/class/914.754/e23/>,
        <http://dewey.info/class/947.54/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39534/e23/>,
        <http://dewey.info/class/2--4754/e23/>,
        <http://dewey.info/class/2--553/e23/>,
        <http://dewey.info/class/914.754/e23/>,
        <http://dewey.info/class/939.534/e23/>,
        <http://dewey.info/class/947.54/e23/> ;
    skos:prefLabel "Azerbaijan (Republic)"@en,
        "Aserbajdsjan (Republikk)"@nb,
        "Aserbajdsjan (Republikk)"@nn ;
    skos:related humord:c01929 ;
    skos:relatedMatch <http://dewey.info/class/2--39534/e23/>,
        <http://dewey.info/class/2--553/e23/>,
        <http://dewey.info/class/939.534/e23/> .

humord:c01824 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01824" ;
    dct:modified "2025-02-19T16:12:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4754/e23/>,
        <http://dewey.info/class/914.754/e23/>,
        <http://dewey.info/class/947.54/e23/> ;
    skos:broader humord:c01823 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4754/e23/>,
        <http://dewey.info/class/914.754/e23/>,
        <http://dewey.info/class/947.54/e23/> ;
    skos:prefLabel "Nagorno-Karabahk"@en,
        "Nagorno-Karabakh"@nb,
        "Nagorno-Karabakh"@nn .

humord:c01825 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01825" ;
    dct:modified "2024-10-09T15:17:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3949/e23/>,
        <http://dewey.info/class/939.49/e23/> ;
    skos:broader humord:c01810 ;
    skos:exactMatch <http://dewey.info/class/2--5365/e23/>,
        <http://dewey.info/class/915.365/e23/>,
        <http://dewey.info/class/953.65/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3949/e23/>,
        <http://dewey.info/class/2--5365/e23/>,
        <http://dewey.info/class/915.365/e23/>,
        <http://dewey.info/class/939.49/e23/>,
        <http://dewey.info/class/953.65/e23/> ;
    skos:prefLabel "Bahrain"@en,
        "Bahrain"@nb,
        "Bahrain"@nn .

humord:c01826 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01826" ;
    dct:modified "2025-02-19T16:04:02"^^xsd:dateTime ;
    skos:altLabel "Telmun"@en ;
    skos:broadMatch <http://dewey.info/class/2--3949/e23/>,
        <http://dewey.info/class/2--5365/e23/>,
        <http://dewey.info/class/915.365/e23/>,
        <http://dewey.info/class/939.49/e23/>,
        <http://dewey.info/class/953.65/e23/> ;
    skos:broader humord:c01825 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3949/e23/>,
        <http://dewey.info/class/2--5365/e23/>,
        <http://dewey.info/class/915.365/e23/>,
        <http://dewey.info/class/939.49/e23/>,
        <http://dewey.info/class/953.65/e23/> ;
    skos:prefLabel "Dilmun"@en,
        "Dilmun"@nb,
        "Dilmun"@nn .

humord:c01827 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01827" ;
    dct:modified "2024-10-10T13:28:41"^^xsd:dateTime ;
    skos:broader humord:c01810 ;
    skos:closeMatch <http://dewey.info/class/2--3492/e23/>,
        <http://dewey.info/class/934.92/e23/> ;
    skos:exactMatch realfagstermer:c030945,
        <http://dewey.info/class/2--5492/e23/>,
        <http://dewey.info/class/915.492/e23/>,
        <http://dewey.info/class/954.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030945,
        <http://dewey.info/class/2--3492/e23/>,
        <http://dewey.info/class/2--5492/e23/>,
        <http://dewey.info/class/915.492/e23/>,
        <http://dewey.info/class/934.92/e23/>,
        <http://dewey.info/class/954.92/e23/> ;
    skos:prefLabel "Bangladesh"@en,
        "Bangladesh"@nb,
        "Bangladesh"@nn .

humord:c01828 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01828" ;
    dct:modified "2025-02-27T14:18:01"^^xsd:dateTime ;
    skos:altLabel "Republic of Fiji"@en ;
    skos:broader humord:c03727 ;
    skos:exactMatch realfagstermer:c030878,
        <http://dewey.info/class/2--9611/e23/>,
        <http://dewey.info/class/919.611/e23/>,
        <http://dewey.info/class/996.11/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030878,
        <http://dewey.info/class/2--9611/e23/>,
        <http://dewey.info/class/919.611/e23/>,
        <http://dewey.info/class/996.11/e23/> ;
    skos:prefLabel "Fiji"@en,
        "Fiji"@nb,
        "Fiji"@nn .

humord:c01831 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01831" ;
    dct:modified "2025-02-19T16:40:36"^^xsd:dateTime ;
    skos:altLabel "Filipinos"@en ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030423,
        <http://dewey.info/class/2--599/e23/>,
        <http://dewey.info/class/915.99/e23/>,
        <http://dewey.info/class/959.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030423,
        <http://dewey.info/class/2--599/e23/>,
        <http://dewey.info/class/915.99/e23/>,
        <http://dewey.info/class/959.9/e23/> ;
    skos:prefLabel "Philippines"@en,
        "Filippinene"@nb,
        "Filippinene"@nn .

humord:c01832 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01832" ;
    dct:modified "2025-02-19T16:43:44"^^xsd:dateTime ;
    skos:altLabel "De forente arabiske emirater"@nb,
        "Dei sameinte arabiske emirata"@nn ;
    skos:broader humord:c01810 ;
    skos:exactMatch <http://dewey.info/class/2--5357/e23/>,
        <http://dewey.info/class/915.357/e23/>,
        <http://dewey.info/class/953.57/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5357/e23/>,
        <http://dewey.info/class/915.357/e23/>,
        <http://dewey.info/class/953.57/e23/> ;
    skos:prefLabel "United Arab Emirates"@en,
        "Forente arabiske emirater"@nb,
        "Sameinte arabiske emirata"@nn .

humord:c01833 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01833" ;
    dct:modified "2025-02-19T15:53:08"^^xsd:dateTime ;
    skos:altLabel "Umm an-Nar"@en ;
    skos:broadMatch <http://dewey.info/class/2--5357/e23/>,
        <http://dewey.info/class/915.357/e23/>,
        <http://dewey.info/class/953.57/e23/> ;
    skos:broader humord:c01832 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5357/e23/>,
        <http://dewey.info/class/915.357/e23/>,
        <http://dewey.info/class/953.57/e23/> ;
    skos:prefLabel "Umm al-Nar"@en,
        "Umm An-Nar"@nb,
        "Umm An-Nar"@nn .

humord:c01834 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01834" ;
    dct:modified "2025-02-19T16:44:07"^^xsd:dateTime ;
    skos:broader humord:c01810 ;
    skos:closeMatch <http://dewey.info/class/2--34/e23/>,
        <http://dewey.info/class/934/e23/> ;
    skos:exactMatch realfagstermer:c030228,
        <http://dewey.info/class/2--54/e23/>,
        <http://dewey.info/class/915.4/e23/>,
        <http://dewey.info/class/954/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030228,
        <http://dewey.info/class/2--34/e23/>,
        <http://dewey.info/class/2--54/e23/>,
        <http://dewey.info/class/915.4/e23/>,
        <http://dewey.info/class/934/e23/>,
        <http://dewey.info/class/954/e23/> ;
    skos:prefLabel "India"@en,
        "India"@nb,
        "India"@nn .

humord:c01836 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01836" ;
    dct:modified "2024-08-14T14:10:59"^^xsd:dateTime ;
    skos:altLabel "Andamanene og Nikobarene"@nb,
        "Andamanane og Nikobarane"@nn ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5488/e23/>,
        <http://dewey.info/class/915.488/e23/>,
        <http://dewey.info/class/954.88/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5488/e23/>,
        <http://dewey.info/class/915.488/e23/>,
        <http://dewey.info/class/954.88/e23/> ;
    skos:prefLabel "Andaman and Nicobar Islands"@en,
        "Andaman and Nicobar Islands"@nb,
        "Andaman and Nicobar Islands"@nn .

humord:c01837 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01837" ;
    dct:modified "2024-08-14T14:10:48"^^xsd:dateTime ;
    skos:broader humord:c01836 ;
    skos:closeMatch <http://dewey.info/class/2--5488/e23/>,
        <http://dewey.info/class/915.488/e23/>,
        <http://dewey.info/class/954.88/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5488/e23/>,
        <http://dewey.info/class/915.488/e23/>,
        <http://dewey.info/class/954.88/e23/> ;
    skos:prefLabel "Andaman Islands"@en,
        "Andamanene"@nb,
        "Andamanane"@nn .

humord:c01838 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01838" ;
    dct:modified "2025-02-19T08:36:44"^^xsd:dateTime ;
    skos:altLabel "Nicobar Islands"@nb,
        "Nicobar Islands"@nn ;
    skos:broader humord:c01836 ;
    skos:closeMatch <http://dewey.info/class/2--5488/e23/>,
        <http://dewey.info/class/915.488/e23/>,
        <http://dewey.info/class/954.88/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5488/e23/>,
        <http://dewey.info/class/915.488/e23/>,
        <http://dewey.info/class/954.88/e23/> ;
    skos:prefLabel "Nicobar Islands"@en,
        "Nikobarene"@nb,
        "Nikobarene"@nn .

humord:c01839 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01839" ;
    dct:modified "2024-08-14T14:21:42"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5485/e23/>,
        <http://dewey.info/class/915.485/e23/>,
        <http://dewey.info/class/954.85/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5485/e23/>,
        <http://dewey.info/class/915.485/e23/>,
        <http://dewey.info/class/954.85/e23/> ;
    skos:prefLabel "Andhra Pradesh"@en,
        "Andhra Pradesh"@nb,
        "Andhra Pradesh"@nn .

humord:c01840 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01840" ;
    dct:modified "2024-08-13T10:10:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5485/e23/>,
        <http://dewey.info/class/915.485/e23/>,
        <http://dewey.info/class/954.85/e23/> ;
    skos:broader humord:c01839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5485/e23/>,
        <http://dewey.info/class/915.485/e23/>,
        <http://dewey.info/class/954.85/e23/> ;
    skos:prefLabel "Amaravati"@en,
        "Amaravati"@nb,
        "Amaravati"@nn .

humord:c01841 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01841" ;
    dct:modified "2025-02-19T08:00:47"^^xsd:dateTime ;
    skos:altLabel "Ellore"@nb,
        "Ellura"@nb,
        "Ellore"@nn,
        "Ellura"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5485/e23/>,
        <http://dewey.info/class/915.485/e23/>,
        <http://dewey.info/class/954.85/e23/> ;
    skos:broader humord:c01839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5485/e23/>,
        <http://dewey.info/class/915.485/e23/>,
        <http://dewey.info/class/954.85/e23/> ;
    skos:prefLabel "Eluru"@en,
        "Eluru"@nb,
        "Eluru"@nn .

humord:c01844 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01844" ;
    dct:modified "2025-02-19T08:00:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5485/e23/>,
        <http://dewey.info/class/915.485/e23/>,
        <http://dewey.info/class/954.85/e23/> ;
    skos:broader humord:c01839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5485/e23/>,
        <http://dewey.info/class/915.485/e23/>,
        <http://dewey.info/class/954.85/e23/> ;
    skos:prefLabel "Erragudi"@en,
        "Erragudi"@nb,
        "Erragudi"@nn .

humord:c01845 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01845" ;
    dct:modified "2024-09-04T08:28:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5485/e23/>,
        <http://dewey.info/class/915.485/e23/>,
        <http://dewey.info/class/954.85/e23/> ;
    skos:broader humord:c01839 ;
    skos:closeMatch <http://dewey.info/class/2--5484/e23/>,
        <http://dewey.info/class/915.484/e23/>,
        <http://dewey.info/class/954.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5484/e23/>,
        <http://dewey.info/class/2--5485/e23/>,
        <http://dewey.info/class/915.484/e23/>,
        <http://dewey.info/class/915.485/e23/>,
        <http://dewey.info/class/954.84/e23/>,
        <http://dewey.info/class/954.85/e23/> ;
    skos:prefLabel "Hyderabad (India)"@en,
        "Hyderabad (India)"@nb,
        "Hyderabad (India)"@nn .

humord:c01846 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01846" ;
    dct:modified "2025-02-19T08:33:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5485/e23/>,
        <http://dewey.info/class/915.485/e23/>,
        <http://dewey.info/class/954.85/e23/> ;
    skos:broader humord:c01839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5485/e23/>,
        <http://dewey.info/class/915.485/e23/>,
        <http://dewey.info/class/954.85/e23/> ;
    skos:prefLabel "Kurnool"@en,
        "Kurnool"@nb,
        "Kurnool"@nn .

humord:c01847 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01847" ;
    dct:modified "2024-08-28T08:27:35"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--54163/e23/>,
        <http://dewey.info/class/915.4163/e23/>,
        <http://dewey.info/class/954.163/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54163/e23/>,
        <http://dewey.info/class/915.4163/e23/>,
        <http://dewey.info/class/954.163/e23/> ;
    skos:prefLabel "Arunachal Pradesh"@en,
        "Arunachal Pradesh"@nb,
        "Arunachal Pradesh"@nn .

humord:c01848 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01848" ;
    dct:modified "2024-08-28T11:08:20"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--54162/e23/>,
        <http://dewey.info/class/915.4162/e23/>,
        <http://dewey.info/class/954.162/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54162/e23/>,
        <http://dewey.info/class/915.4162/e23/>,
        <http://dewey.info/class/954.162/e23/> ;
    skos:prefLabel "Assam"@en,
        "Assam"@nb,
        "Assam"@nn ;
    skos:related humord:c17921 .

humord:c01849 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01849" ;
    dct:modified "2025-02-19T12:29:50"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--54123/e23/>,
        <http://dewey.info/class/915.4123/e23/>,
        <http://dewey.info/class/954.123/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54123/e23/>,
        <http://dewey.info/class/915.4123/e23/>,
        <http://dewey.info/class/954.123/e23/> ;
    skos:prefLabel "Bihar"@en,
        "Bihar"@nb,
        "Bihar"@nn .

humord:c01850 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01850" ;
    dct:modified "2025-02-19T07:59:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--54123/e23/>,
        <http://dewey.info/class/915.4123/e23/>,
        <http://dewey.info/class/934.123/e23/>,
        <http://dewey.info/class/954.123/e23/> ;
    skos:broader humord:c01849 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54123/e23/>,
        <http://dewey.info/class/915.4123/e23/>,
        <http://dewey.info/class/934.123/e23/>,
        <http://dewey.info/class/954.123/e23/> ;
    skos:prefLabel "Nalanda"@en,
        "Nalanda"@nb,
        "Nalanda"@nn .

humord:c01851 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01851" ;
    dct:modified "2024-09-16T09:03:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--54552/e23/>,
        <http://dewey.info/class/915.4552/e23/>,
        <http://dewey.info/class/954.552/e23/> ;
    skos:broader humord:c01835 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54552/e23/>,
        <http://dewey.info/class/915.4552/e23/>,
        <http://dewey.info/class/954.552/e23/> ;
    skos:prefLabel "Chandigarh"@en,
        "Chandigarh"@nb,
        "Chandigarh"@nn .

humord:c01852 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01852" ;
    dct:modified "2025-02-19T12:30:13"^^xsd:dateTime ;
    skos:altLabel "National Capital Territory of Delhi"@en ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5456/e23/>,
        <http://dewey.info/class/915.456/e23/>,
        <http://dewey.info/class/954.56/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5456/e23/>,
        <http://dewey.info/class/915.456/e23/>,
        <http://dewey.info/class/954.56/e23/> ;
    skos:prefLabel "Delhi (Union territory)"@en,
        "Delhi (Union territory)"@nb,
        "Delhi (Union territory)"@nn .

humord:c01853 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-09-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01853" ;
    dct:modified "2025-02-19T15:21:56"^^xsd:dateTime ;
    skos:altLabel "Goa, Daman og Diu"@nb,
        "Goa, Daman og Diu"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5478/e23/>,
        <http://dewey.info/class/915.478/e23/>,
        <http://dewey.info/class/954.78/e23/> ;
    skos:broader humord:c01835 ;
    skos:definition "Et territorium (union territory) i India fra 1961-1987 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5478/e23/>,
        <http://dewey.info/class/915.478/e23/>,
        <http://dewey.info/class/954.78/e23/> ;
    skos:prefLabel "Goa, Daman and Diu"@en,
        "Goa, Daman and Diu"@nb,
        "Goa, Daman and Diu"@nn .

humord:c01854 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01854" ;
    dct:modified "2024-10-01T10:24:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5476/e23/>,
        <http://dewey.info/class/915.476/e23/>,
        <http://dewey.info/class/954.76/e23/> ;
    skos:broader humord:c01853 ;
    skos:definition "Daman er en by og et område i India <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5476/e23/>,
        <http://dewey.info/class/915.476/e23/>,
        <http://dewey.info/class/954.76/e23/> ;
    skos:prefLabel "Daman"@en,
        "Daman"@nb,
        "Daman"@nn .

humord:c01855 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01855" ;
    dct:modified "2025-02-18T13:28:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5476/e23/>,
        <http://dewey.info/class/915.476/e23/>,
        <http://dewey.info/class/954.76/e23/> ;
    skos:broader humord:c01853 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5476/e23/>,
        <http://dewey.info/class/915.476/e23/>,
        <http://dewey.info/class/954.76/e23/> ;
    skos:prefLabel "Diu"@en,
        "Diu"@nb,
        "Diu"@nn .

humord:c01856 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01856" ;
    dct:modified "2025-02-19T07:50:22"^^xsd:dateTime ;
    skos:broader humord:c01853 ;
    skos:exactMatch <http://dewey.info/class/2--5478/e23/>,
        <http://dewey.info/class/915.478/e23/>,
        <http://dewey.info/class/954.78/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5478/e23/>,
        <http://dewey.info/class/915.478/e23/>,
        <http://dewey.info/class/954.78/e23/> ;
    skos:prefLabel "Goa"@en,
        "Goa"@nb,
        "Goa"@nn .

humord:c01857 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01857" ;
    dct:modified "2025-02-19T15:22:13"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5475/e23/>,
        <http://dewey.info/class/915.475/e23/>,
        <http://dewey.info/class/954.75/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5475/e23/>,
        <http://dewey.info/class/915.475/e23/>,
        <http://dewey.info/class/954.75/e23/> ;
    skos:prefLabel "Gujarat"@en,
        "Gujarat"@nb,
        "Gujarat"@nn .

humord:c01858 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01858" ;
    dct:modified "2025-02-18T13:28:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5475/e23/>,
        <http://dewey.info/class/915.475/e23/>,
        <http://dewey.info/class/954.75/e23/> ;
    skos:broader humord:c01857 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5475/e23/>,
        <http://dewey.info/class/915.475/e23/>,
        <http://dewey.info/class/954.75/e23/> ;
    skos:prefLabel "Surat"@en,
        "Surat"@nb,
        "Surat"@nn .

humord:c01859 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01859" ;
    dct:modified "2026-01-20T14:50:35"^^xsd:dateTime ;
    skos:altLabel "Hariana"@nb,
        "Hariana"@nn ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--54558/e23/>,
        <http://dewey.info/class/915.4558/e23/>,
        <http://dewey.info/class/954.558/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54558/e23/>,
        <http://dewey.info/class/915.4558/e23/>,
        <http://dewey.info/class/954.558/e23/> ;
    skos:prefLabel "Haryana"@en,
        "Haryana"@nb,
        "Haryana"@nn .

humord:c01860 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01860" ;
    dct:modified "2025-02-19T15:24:17"^^xsd:dateTime ;
    skos:altLabel "Panjab Kandi"@nb,
        "Panjab Kandi"@nn ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5452/e23/>,
        <http://dewey.info/class/915.452/e23/>,
        <http://dewey.info/class/954.52/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5452/e23/>,
        <http://dewey.info/class/915.452/e23/>,
        <http://dewey.info/class/954.52/e23/> ;
    skos:prefLabel "Himachal Pradesh"@en,
        "Himachal Pradesh"@nb,
        "Himachal Pradesh"@nn .

humord:c01863 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01863" ;
    dct:modified "2025-02-18T13:25:48"^^xsd:dateTime ;
    skos:altLabel "Simla"@en,
        "Shimla"@nb,
        "Shimla"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5452/e23/>,
        <http://dewey.info/class/915.452/e23/>,
        <http://dewey.info/class/954.52/e23/> ;
    skos:broader humord:c01860 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5452/e23/>,
        <http://dewey.info/class/915.452/e23/>,
        <http://dewey.info/class/954.52/e23/> ;
    skos:prefLabel "Shimla"@en,
        "Simla"@nb,
        "Simla"@nn .

humord:c01864 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01864" ;
    dct:modified "2025-02-19T15:26:40"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--546/e23/>,
        <http://dewey.info/class/915.46/e23/>,
        <http://dewey.info/class/954.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--546/e23/>,
        <http://dewey.info/class/915.46/e23/>,
        <http://dewey.info/class/954.6/e23/> ;
    skos:prefLabel "Jammu and Kashmir"@en,
        "Jammu and Kashmir"@nb,
        "Jammu and Kashmir"@nn .

humord:c01865 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01865" ;
    dct:modified "2025-02-18T11:30:40"^^xsd:dateTime ;
    skos:broader humord:c01864 ;
    skos:closeMatch <http://dewey.info/class/2--546/e23/>,
        <http://dewey.info/class/915.46/e23/>,
        <http://dewey.info/class/954.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--546/e23/>,
        <http://dewey.info/class/915.46/e23/>,
        <http://dewey.info/class/954.6/e23/> ;
    skos:prefLabel "Jammu"@en,
        "Jammu"@nb,
        "Jammu"@nn .

humord:c01866 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01866" ;
    dct:modified "2025-02-18T12:21:40"^^xsd:dateTime ;
    skos:broader humord:c01864 ;
    skos:exactMatch <http://dewey.info/class/2--5467/e23/>,
        <http://dewey.info/class/915.467/e23/>,
        <http://dewey.info/class/954.67/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5467/e23/>,
        <http://dewey.info/class/915.467/e23/>,
        <http://dewey.info/class/954.67/e23/> ;
    skos:prefLabel "Ladakh"@en,
        "Ladakh"@nb,
        "Ladakh"@nn .

humord:c01867 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01867" ;
    dct:modified "2025-02-19T15:33:59"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5487/e23/>,
        <http://dewey.info/class/915.487/e23/>,
        <http://dewey.info/class/954.87/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5487/e23/>,
        <http://dewey.info/class/915.487/e23/>,
        <http://dewey.info/class/954.87/e23/> ;
    skos:prefLabel "Karnataka"@en,
        "Karnataka"@nb,
        "Karnataka"@nn .

humord:c01868 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01868" ;
    dct:modified "2025-02-19T15:35:15"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5483/e23/>,
        <http://dewey.info/class/915.483/e23/>,
        <http://dewey.info/class/954.83/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5483/e23/>,
        <http://dewey.info/class/915.483/e23/>,
        <http://dewey.info/class/954.83/e23/> ;
    skos:prefLabel "Kerala"@en,
        "Kerala"@nb,
        "Kerala"@nn .

humord:c01869 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-07-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01869" ;
    dct:modified "2025-02-19T15:39:13"^^xsd:dateTime ;
    skos:altLabel "Laccadives"@en,
        "Lakshadweep"@nb,
        "Lakshadweep"@nn ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5481/e23/>,
        <http://dewey.info/class/915.481/e23/>,
        <http://dewey.info/class/954.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5481/e23/>,
        <http://dewey.info/class/915.481/e23/>,
        <http://dewey.info/class/954.81/e23/> ;
    skos:prefLabel "Lakshadweep"@en,
        "Lakkadivene"@nb,
        "Lakkadivene"@nn .

humord:c01870 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01870" ;
    dct:modified "2025-02-19T15:39:27"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--543/e23/>,
        <http://dewey.info/class/915.43/e23/>,
        <http://dewey.info/class/954.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--543/e23/>,
        <http://dewey.info/class/915.43/e23/>,
        <http://dewey.info/class/954.3/e23/> ;
    skos:prefLabel "Madhya Pradesh"@en,
        "Madhya Pradesh"@nb,
        "Madhya Pradesh"@nn .

humord:c01871 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01871" ;
    dct:modified "2025-02-19T15:39:44"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5479/e23/>,
        <http://dewey.info/class/915.479/e23/>,
        <http://dewey.info/class/954.79/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5479/e23/>,
        <http://dewey.info/class/915.479/e23/>,
        <http://dewey.info/class/954.79/e23/> ;
    skos:prefLabel "Maharashtra"@en,
        "Maharashtra"@nb,
        "Maharashtra"@nn .

humord:c01872 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01872" ;
    dct:modified "2025-02-18T09:25:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5479/e23/>,
        <http://dewey.info/class/915.479/e23/>,
        <http://dewey.info/class/954.79/e23/> ;
    skos:broader humord:c01871 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5479/e23/>,
        <http://dewey.info/class/915.479/e23/>,
        <http://dewey.info/class/954.79/e23/> ;
    skos:prefLabel "Ajanta"@en,
        "Ajanta"@nb,
        "Ajanta"@nn .

humord:c01873 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01873" ;
    dct:modified "2025-02-18T10:04:03"^^xsd:dateTime ;
    skos:altLabel "Gharapuri Island"@en,
        "Pory Island"@en,
        "Gharapuri Island"@nb,
        "Pory Island"@nb,
        "Gharapuri Island"@nn,
        "Pory Island"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5479/e23/>,
        <http://dewey.info/class/915.479/e23/>,
        <http://dewey.info/class/954.79/e23/> ;
    skos:broader humord:c01871 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5479/e23/>,
        <http://dewey.info/class/915.479/e23/>,
        <http://dewey.info/class/954.79/e23/> ;
    skos:prefLabel "Elephanta Island"@en,
        "Elephanta Island"@nb,
        "Elephanta Island"@nn .

humord:c01874 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01874" ;
    dct:modified "2025-02-19T15:40:00"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5417/e23/>,
        <http://dewey.info/class/915.417/e23/>,
        <http://dewey.info/class/954.17/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5417/e23/>,
        <http://dewey.info/class/915.417/e23/>,
        <http://dewey.info/class/954.17/e23/> ;
    skos:prefLabel "Manipur"@en,
        "Manipur"@nb,
        "Manipur"@nn .

humord:c01875 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01875" ;
    dct:modified "2025-02-19T15:40:39"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--54164/e23/>,
        <http://dewey.info/class/915.4164/e23/>,
        <http://dewey.info/class/954.164/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54164/e23/>,
        <http://dewey.info/class/915.4164/e23/>,
        <http://dewey.info/class/954.164/e23/> ;
    skos:prefLabel "Meghalaya"@en,
        "Meghalaya"@nb,
        "Meghalaya"@nn .

humord:c01876 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01876" ;
    dct:modified "2025-02-19T15:41:12"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--54166/e23/>,
        <http://dewey.info/class/915.4166/e23/>,
        <http://dewey.info/class/954.166/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54166/e23/>,
        <http://dewey.info/class/915.4166/e23/>,
        <http://dewey.info/class/954.166/e23/> ;
    skos:prefLabel "Mizoram"@en,
        "Mizoram"@nb,
        "Mizoram"@nn .

humord:c01877 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01877" ;
    dct:modified "2025-02-19T15:41:27"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--54165/e23/>,
        <http://dewey.info/class/915.4165/e23/>,
        <http://dewey.info/class/954.165/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54165/e23/>,
        <http://dewey.info/class/915.4165/e23/>,
        <http://dewey.info/class/954.165/e23/> ;
    skos:prefLabel "Nagaland"@en,
        "Nagaland"@nb,
        "Nagaland"@nn .

humord:c01878 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01878" ;
    dct:modified "2025-02-19T08:39:10"^^xsd:dateTime ;
    skos:altLabel "Orissa"@en,
        "Odisha"@nb,
        "Odisha"@nn ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--54133/e23/>,
        <http://dewey.info/class/915.4133/e23/>,
        <http://dewey.info/class/954.133/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54133/e23/>,
        <http://dewey.info/class/915.4133/e23/>,
        <http://dewey.info/class/954.133/e23/> ;
    skos:prefLabel "Odisha"@en,
        "Orissa"@nb,
        "Orissa"@nn .

humord:c01879 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01879" ;
    dct:modified "2025-02-18T09:24:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--54133/e23/>,
        <http://dewey.info/class/915.4133/e23/>,
        <http://dewey.info/class/954.133/e23/> ;
    skos:broader humord:c01878 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54133/e23/>,
        <http://dewey.info/class/915.4133/e23/>,
        <http://dewey.info/class/954.133/e23/> ;
    skos:prefLabel "Puri"@en,
        "Puri"@nb,
        "Puri"@nn .

humord:c01880 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01880" ;
    dct:modified "2025-02-19T08:51:35"^^xsd:dateTime ;
    skos:altLabel "Panjab (India)"@nb,
        "Panjab (India)"@nn ;
    skos:broader humord:c01835 ;
    skos:closeMatch <http://dewey.info/class/2--545/e23/>,
        <http://dewey.info/class/915.45/e23/>,
        <http://dewey.info/class/954.5/e23/> ;
    skos:definition "Punjab er en delstat i nordlige India <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--54552/e23/>,
        <http://dewey.info/class/915.4552/e23/>,
        <http://dewey.info/class/954.552/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--545/e23/>,
        <http://dewey.info/class/2--54552/e23/>,
        <http://dewey.info/class/915.45/e23/>,
        <http://dewey.info/class/915.4552/e23/>,
        <http://dewey.info/class/954.5/e23/>,
        <http://dewey.info/class/954.552/e23/> ;
    skos:prefLabel "Punjab (India)"@en,
        "Punjab (India)"@nb,
        "Punjab (India)"@nn .

humord:c01882 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01882" ;
    dct:modified "2025-02-19T08:53:37"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--544/e23/>,
        <http://dewey.info/class/915.44/e23/>,
        <http://dewey.info/class/954.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--544/e23/>,
        <http://dewey.info/class/915.44/e23/>,
        <http://dewey.info/class/954.4/e23/> ;
    skos:prefLabel "Rajasthan"@en,
        "Rajasthan"@nb,
        "Rajasthan"@nn .

humord:c01883 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01883" ;
    dct:modified "2025-02-18T08:39:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--544/e23/>,
        <http://dewey.info/class/915.44/e23/>,
        <http://dewey.info/class/954.4/e23/> ;
    skos:broader humord:c01882 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--544/e23/>,
        <http://dewey.info/class/915.44/e23/>,
        <http://dewey.info/class/954.4/e23/> ;
    skos:prefLabel "Ajmer"@en,
        "Ajmer"@nb,
        "Ajmer"@nn .

humord:c01884 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01884" ;
    dct:modified "2025-02-18T09:07:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--544/e23/>,
        <http://dewey.info/class/915.44/e23/>,
        <http://dewey.info/class/954.4/e23/> ;
    skos:broader humord:c01882 ;
    skos:definition "Jaipur - brukes om byen, hovedstaden i Rajasthan, det tidl. fyrstedømmet og det moderne Jaipur District <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--544/e23/>,
        <http://dewey.info/class/915.44/e23/>,
        <http://dewey.info/class/954.4/e23/> ;
    skos:prefLabel "Jaipur"@en,
        "Jaipur"@nb,
        "Jaipur"@nn .

humord:c01885 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-06-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01885" ;
    dct:modified "2025-02-19T16:50:44"^^xsd:dateTime ;
    skos:altLabel "Vijayanagara"@en ;
    skos:broadMatch <http://dewey.info/class/2--5487/e23/>,
        <http://dewey.info/class/915.487/e23/>,
        <http://dewey.info/class/934.87/e23/>,
        <http://dewey.info/class/954.87/e23/> ;
    skos:broader humord:c01908 ;
    skos:definition "Indisk imperium på 1300-tallet <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5487/e23/>,
        <http://dewey.info/class/915.487/e23/>,
        <http://dewey.info/class/934.87/e23/>,
        <http://dewey.info/class/954.87/e23/> ;
    skos:prefLabel "Vijayanagara Empire"@en,
        "Vijayanagara"@nb,
        "Vijayanagara"@nn .

humord:c01886 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01886" ;
    dct:modified "2025-02-19T10:58:56"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--54167/e23/>,
        <http://dewey.info/class/915.4167/e23/>,
        <http://dewey.info/class/954.167/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54167/e23/>,
        <http://dewey.info/class/915.4167/e23/>,
        <http://dewey.info/class/954.167/e23/> ;
    skos:prefLabel "Sikkim"@en,
        "Sikkim"@nb,
        "Sikkim"@nn .

humord:c01887 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01887" ;
    dct:modified "2024-10-23T08:37:46"^^xsd:dateTime ;
    skos:altLabel "Madras State"@en,
        "Madras"@nb,
        "Madras (Område)"@nb,
        "Madras"@nn,
        "Madras (Område)"@nn ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5482/e23/>,
        <http://dewey.info/class/915.482/e23/>,
        <http://dewey.info/class/954.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5482/e23/>,
        <http://dewey.info/class/915.482/e23/>,
        <http://dewey.info/class/954.82/e23/> ;
    skos:prefLabel "Tamil Nadu"@en,
        "Tamil Nadu"@nb,
        "Tamil Nadu"@nn .

humord:c01889 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01889" ;
    dct:modified "2024-10-23T08:38:56"^^xsd:dateTime ;
    skos:altLabel "Tiruvarunai"@en,
        "Tiruvarunai"@nb,
        "Tiruvarunai"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5482/e23/>,
        <http://dewey.info/class/915.482/e23/>,
        <http://dewey.info/class/954.82/e23/> ;
    skos:broader humord:c01887 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5482/e23/>,
        <http://dewey.info/class/915.482/e23/>,
        <http://dewey.info/class/954.82/e23/> ;
    skos:prefLabel "Tiruvannamalai"@en,
        "Tiruvannamalai"@nb,
        "Tiruvannamalai"@nn .

humord:c01890 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01890" ;
    dct:modified "2025-02-19T12:28:33"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5415/e23/>,
        <http://dewey.info/class/915.415/e23/>,
        <http://dewey.info/class/954.15/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5415/e23/>,
        <http://dewey.info/class/915.415/e23/>,
        <http://dewey.info/class/954.15/e23/> ;
    skos:prefLabel "Tripura"@en,
        "Tripura"@nb,
        "Tripura"@nn .

humord:c01891 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01891" ;
    dct:modified "2025-02-19T12:28:49"^^xsd:dateTime ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--542/e23/>,
        <http://dewey.info/class/915.42/e23/>,
        <http://dewey.info/class/954.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--542/e23/>,
        <http://dewey.info/class/915.42/e23/>,
        <http://dewey.info/class/954.2/e23/> ;
    skos:prefLabel "Uttar Pradesh"@en,
        "Uttar Pradesh"@nb,
        "Uttar Pradesh"@nn .

humord:c01892 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01892" ;
    dct:modified "2024-10-10T13:36:46"^^xsd:dateTime ;
    skos:altLabel "Banaras"@en,
        "Benares"@en,
        "Kashi"@en,
        "Banaras"@nb,
        "Benares"@nb,
        "Kashi"@nb,
        "Banaras"@nn,
        "Benares"@nn,
        "Kashi"@nn ;
    skos:broadMatch <http://dewey.info/class/2--542/e23/>,
        <http://dewey.info/class/915.42/e23/>,
        <http://dewey.info/class/934.2/e23/>,
        <http://dewey.info/class/954.2/e23/> ;
    skos:broader humord:c01891 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--542/e23/>,
        <http://dewey.info/class/915.42/e23/>,
        <http://dewey.info/class/934.2/e23/>,
        <http://dewey.info/class/954.2/e23/> ;
    skos:prefLabel "Varanasi"@en,
        "Varanasi"@nb,
        "Varanasi"@nn .

humord:c01895 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01895" ;
    dct:modified "2025-02-18T08:27:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--542/e23/>,
        <http://dewey.info/class/915.42/e23/>,
        <http://dewey.info/class/954.2/e23/> ;
    skos:broader humord:c01891 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--542/e23/>,
        <http://dewey.info/class/915.42/e23/>,
        <http://dewey.info/class/954.2/e23/> ;
    skos:prefLabel "Braj"@en,
        "Braj"@nb,
        "Braj"@nn .

humord:c01896 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01896" ;
    dct:modified "2025-02-18T08:28:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--542/e23/>,
        <http://dewey.info/class/915.42/e23/>,
        <http://dewey.info/class/954.2/e23/> ;
    skos:broader humord:c01891 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--542/e23/>,
        <http://dewey.info/class/915.42/e23/>,
        <http://dewey.info/class/954.2/e23/> ;
    skos:prefLabel "Garhwal"@en,
        "Garhwal"@nb,
        "Garhwal"@nn .

humord:c01897 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01897" ;
    dct:modified "2025-02-18T08:31:03"^^xsd:dateTime ;
    skos:altLabel "Kumaun"@en,
        "Kumaon"@nb,
        "Kumaon"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5451/e23/>,
        <http://dewey.info/class/915.451/e23/>,
        <http://dewey.info/class/954.51/e23/> ;
    skos:broader humord:c01891 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5451/e23/>,
        <http://dewey.info/class/915.451/e23/>,
        <http://dewey.info/class/954.51/e23/> ;
    skos:prefLabel "Kumaon"@en,
        "Kumaun"@nb,
        "Kumaun"@nn .

humord:c01899 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01899" ;
    dct:modified "2025-02-18T08:33:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--542/e23/>,
        <http://dewey.info/class/915.42/e23/>,
        <http://dewey.info/class/954.2/e23/> ;
    skos:broader humord:c01891 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--542/e23/>,
        <http://dewey.info/class/915.42/e23/>,
        <http://dewey.info/class/954.2/e23/> ;
    skos:prefLabel "Mathura"@en,
        "Mathura"@nb,
        "Mathura"@nn .

humord:c01900 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01900" ;
    dct:modified "2025-02-18T08:33:29"^^xsd:dateTime ;
    skos:altLabel "Pahansu"@en,
        "Pahasu"@nb,
        "Pahasu"@nn ;
    skos:broadMatch <http://dewey.info/class/2--542/e23/>,
        <http://dewey.info/class/915.42/e23/>,
        <http://dewey.info/class/954.2/e23/> ;
    skos:broader humord:c01891 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--542/e23/>,
        <http://dewey.info/class/915.42/e23/>,
        <http://dewey.info/class/954.2/e23/> ;
    skos:prefLabel "Pahasu"@en,
        "Pahansu"@nb,
        "Pahansu"@nn .

humord:c01901 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01901" ;
    dct:modified "2024-08-30T14:33:07"^^xsd:dateTime ;
    skos:altLabel "Vest-Bengal"@nb,
        "Vest-Bengal"@nn ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5414/e23/>,
        <http://dewey.info/class/915.414/e23/>,
        <http://dewey.info/class/954.14/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5414/e23/>,
        <http://dewey.info/class/915.414/e23/>,
        <http://dewey.info/class/954.14/e23/> ;
    skos:prefLabel "West Bengal"@en,
        "West Bengal"@nb,
        "West Bengal"@nn .

humord:c01902 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01902" ;
    dct:modified "2025-02-18T13:22:47"^^xsd:dateTime ;
    skos:altLabel "Bhadredhwar"@en,
        "Bhadresar"@nb,
        "Bhadresar"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5475/e23/>,
        <http://dewey.info/class/915.475/e23/>,
        <http://dewey.info/class/954.75/e23/> ;
    skos:broader humord:c01857 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5475/e23/>,
        <http://dewey.info/class/915.475/e23/>,
        <http://dewey.info/class/954.75/e23/> ;
    skos:prefLabel "Bhadresar"@en,
        "Bhadresvar"@nb,
        "Bhadresvar"@nn .

humord:c01903 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01903" ;
    dct:modified "2024-09-02T15:18:45"^^xsd:dateTime ;
    skos:altLabel "Calcutta"@en,
        "Calcutta"@nb,
        "Calcutta"@nn ;
    skos:broader humord:c01901 ;
    skos:exactMatch <http://dewey.info/class/2--54147/e23/>,
        <http://dewey.info/class/915.4147/e23/>,
        <http://dewey.info/class/954.147/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54147/e23/>,
        <http://dewey.info/class/915.4147/e23/>,
        <http://dewey.info/class/954.147/e23/> ;
    skos:prefLabel "Kolkata"@en,
        "Kolkata"@nb,
        "Kolkata"@nn .

humord:c01905 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01905" ;
    dct:modified "2025-02-19T16:51:07"^^xsd:dateTime ;
    skos:altLabel "Deccan"@en ;
    skos:broader humord:c01904 ;
    skos:closeMatch <http://dewey.info/class/2--548/e23/>,
        <http://dewey.info/class/915.48/e23/>,
        <http://dewey.info/class/954.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--548/e23/>,
        <http://dewey.info/class/915.48/e23/>,
        <http://dewey.info/class/954.8/e23/> ;
    skos:prefLabel "Deccan Plateau"@en,
        "Deccan"@nb,
        "Deccan"@nn .

humord:c01906 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01906" ;
    dct:modified "2025-02-19T16:51:52"^^xsd:dateTime ;
    skos:altLabel "North India"@en,
        "Northern India"@en,
        "Hindustan"@nb,
        "Hindustan"@nn ;
    skos:broadMatch <http://dewey.info/class/2--54/e23/>,
        <http://dewey.info/class/915.4/e23/>,
        <http://dewey.info/class/954/e23/> ;
    skos:broader humord:c01904 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54/e23/>,
        <http://dewey.info/class/915.4/e23/>,
        <http://dewey.info/class/954/e23/> ;
    skos:prefLabel "Hindustan"@en,
        "Nord-India"@nb,
        "Nord-India"@nn .

humord:c01908 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01908" ;
    dct:modified "2025-02-19T16:52:08"^^xsd:dateTime ;
    skos:altLabel "Southern India"@en ;
    skos:broader humord:c01904 ;
    skos:exactMatch <http://dewey.info/class/2--548/e23/>,
        <http://dewey.info/class/915.48/e23/>,
        <http://dewey.info/class/954.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--548/e23/>,
        <http://dewey.info/class/915.48/e23/>,
        <http://dewey.info/class/954.8/e23/> ;
    skos:prefLabel "South India"@en,
        "Sør-India"@nb,
        "Sør-India"@nn .

humord:c01909 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01909" ;
    dct:modified "2025-02-19T16:50:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--548/e23/>,
        <http://dewey.info/class/915.48/e23/>,
        <http://dewey.info/class/954.8/e23/> ;
    skos:broader humord:c01908 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--548/e23/>,
        <http://dewey.info/class/915.48/e23/>,
        <http://dewey.info/class/954.8/e23/> ;
    skos:prefLabel "Nilgiri"@en,
        "Nilgiri"@nb,
        "Nilgiri"@nn .

humord:c01910 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01910" ;
    dct:modified "2025-02-19T12:29:10"^^xsd:dateTime ;
    skos:altLabel "Uttar Khand"@nb,
        "Uttaranchal"@nb,
        "Uttar Khand"@nn,
        "Uttaranchal"@nn ;
    skos:broader humord:c01835 ;
    skos:exactMatch <http://dewey.info/class/2--5451/e23/>,
        <http://dewey.info/class/915.451/e23/>,
        <http://dewey.info/class/954.51/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5451/e23/>,
        <http://dewey.info/class/915.451/e23/>,
        <http://dewey.info/class/954.51/e23/> ;
    skos:prefLabel "Uttarakhand"@en,
        "Uttarakhand"@nb,
        "Uttarakhand"@nn .

humord:c01911 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-10-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01911" ;
    dct:modified "2025-02-19T16:24:36"^^xsd:dateTime ;
    skos:altLabel "Republic of Indonesia"@en ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030264,
        <http://dewey.info/class/2--598/e23/>,
        <http://dewey.info/class/915.98/e23/>,
        <http://dewey.info/class/959.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030264,
        <http://dewey.info/class/2--598/e23/>,
        <http://dewey.info/class/915.98/e23/>,
        <http://dewey.info/class/959.8/e23/> ;
    skos:prefLabel "Indonesia"@en,
        "Indonesia"@nb,
        "Indonesia"@nn ;
    skos:related humord:c15392,
        humord:c16131 .

humord:c01912 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01912" ;
    dct:modified "2024-10-10T08:48:53"^^xsd:dateTime ;
    skos:broader humord:c01911 ;
    skos:exactMatch <http://dewey.info/class/2--59862/e23/>,
        <http://dewey.info/class/915.9862/e23/>,
        <http://dewey.info/class/959.862/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--59862/e23/>,
        <http://dewey.info/class/915.9862/e23/>,
        <http://dewey.info/class/959.862/e23/> ;
    skos:prefLabel "Bali"@en,
        "Bali"@nb,
        "Bali"@nn .

humord:c01913 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01913" ;
    dct:modified "2024-10-15T13:06:34"^^xsd:dateTime ;
    skos:altLabel "Batavia"@nb,
        "Djakarta"@nb,
        "Batavia"@nn,
        "Djakarta"@nn ;
    skos:broader humord:c01911 ;
    skos:exactMatch realfagstermer:c030664,
        <http://dewey.info/class/2--59822/e23/>,
        <http://dewey.info/class/915.9822/e23/>,
        <http://dewey.info/class/959.822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030664,
        <http://dewey.info/class/2--59822/e23/>,
        <http://dewey.info/class/915.9822/e23/>,
        <http://dewey.info/class/959.822/e23/> ;
    skos:prefLabel "Jakarta"@en,
        "Jakarta"@nb,
        "Jakarta"@nn .

humord:c01916 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-01-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01916" ;
    dct:modified "2025-02-21T08:15:51"^^xsd:dateTime ;
    skos:broader humord:c01911 ;
    skos:definition "Java er ei øy i Indonesia <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030697,
        <http://dewey.info/class/2--5982/e23/>,
        <http://dewey.info/class/915.982/e23/>,
        <http://dewey.info/class/959.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030697,
        <http://dewey.info/class/2--5982/e23/>,
        <http://dewey.info/class/915.982/e23/>,
        <http://dewey.info/class/959.82/e23/> ;
    skos:prefLabel "Java (Island)"@en,
        "Java (Øy)"@nb,
        "Java (Øy)"@nn .

humord:c01918 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01918" ;
    dct:modified "2025-02-21T08:17:51"^^xsd:dateTime ;
    skos:altLabel "Celebes"@nb,
        "Celebes"@nn ;
    skos:broader humord:c01911 ;
    skos:exactMatch <http://dewey.info/class/2--5984/e23/>,
        <http://dewey.info/class/915.984/e23/>,
        <http://dewey.info/class/959.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5984/e23/>,
        <http://dewey.info/class/915.984/e23/>,
        <http://dewey.info/class/959.84/e23/> ;
    skos:prefLabel "Sulawesi"@en,
        "Sulawesi"@nb,
        "Sulawesi"@nn .

humord:c01920 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01920" ;
    dct:modified "2025-02-21T08:25:24"^^xsd:dateTime ;
    skos:broader humord:c01911 ;
    skos:exactMatch realfagstermer:c030412,
        <http://dewey.info/class/2--5981/e23/>,
        <http://dewey.info/class/915.981/e23/>,
        <http://dewey.info/class/959.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030412,
        <http://dewey.info/class/2--5981/e23/>,
        <http://dewey.info/class/915.981/e23/>,
        <http://dewey.info/class/959.81/e23/> ;
    skos:prefLabel "Sumatra"@en,
        "Sumatra"@nb,
        "Sumatra"@nn .

humord:c01921 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01921" ;
    dct:modified "2025-02-19T16:24:57"^^xsd:dateTime ;
    skos:altLabel "Iraq"@nb,
        "Iraq"@nn ;
    skos:broader humord:c01810 ;
    skos:closeMatch <http://dewey.info/class/2--35/e23/>,
        <http://dewey.info/class/935/e23/> ;
    skos:exactMatch realfagstermer:c030612,
        <http://dewey.info/class/2--567/e23/>,
        <http://dewey.info/class/915.67/e23/>,
        <http://dewey.info/class/956.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030612,
        <http://dewey.info/class/2--35/e23/>,
        <http://dewey.info/class/2--567/e23/>,
        <http://dewey.info/class/915.67/e23/>,
        <http://dewey.info/class/935/e23/>,
        <http://dewey.info/class/956.7/e23/> ;
    skos:prefLabel "Iraq"@en,
        "Irak"@nb,
        "Irak"@nn ;
    skos:related humord:c01925,
        humord:c02110,
        humord:c02111 .

humord:c01923 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01923" ;
    dct:modified "2024-10-09T15:26:10"^^xsd:dateTime ;
    skos:broader humord:c01921 ;
    skos:closeMatch <http://dewey.info/class/2--56747/e23/>,
        <http://dewey.info/class/915.6747/e23/>,
        <http://dewey.info/class/956.747/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--56747/e23/>,
        <http://dewey.info/class/915.6747/e23/>,
        <http://dewey.info/class/956.747/e23/> ;
    skos:prefLabel "Baghdad"@en,
        "Bagdad"@nb,
        "Bagdad"@nn .

humord:c01924 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01924" ;
    dct:modified "2025-02-20T09:18:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5672/e23/>,
        <http://dewey.info/class/915.672/e23/>,
        <http://dewey.info/class/956.72/e23/> ;
    skos:broader humord:c01921 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5672/e23/>,
        <http://dewey.info/class/915.672/e23/>,
        <http://dewey.info/class/956.72/e23/> ;
    skos:prefLabel "Halabja"@en,
        "Halabja"@nb,
        "Halabja"@nn .

humord:c01925 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01925" ;
    dct:modified "2025-02-19T16:05:00"^^xsd:dateTime ;
    skos:broader humord:c02106 ;
    skos:closeMatch <http://dewey.info/class/2--35/e23/>,
        <http://dewey.info/class/935/e23/> ;
    skos:exactMatch realfagstermer:c030789,
        <http://dewey.info/class/2--567/e23/>,
        <http://dewey.info/class/915.67/e23/>,
        <http://dewey.info/class/956.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030789,
        <http://dewey.info/class/2--35/e23/>,
        <http://dewey.info/class/2--567/e23/>,
        <http://dewey.info/class/915.67/e23/>,
        <http://dewey.info/class/935/e23/>,
        <http://dewey.info/class/956.7/e23/> ;
    skos:prefLabel "Mesopotamia"@en,
        "Mesopotamia"@nb,
        "Mesopotamia"@nn ;
    skos:related humord:c01921,
        humord:c02085,
        humord:c02110,
        humord:c02111,
        humord:c17941 .

humord:c01926 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01926" ;
    dct:modified "2025-02-24T07:56:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--355/e23/>,
        <http://dewey.info/class/935.5/e23/> ;
    skos:broader humord:c27818 ;
    skos:definition "Nippur var en oldtidsby i gamle Mesopotamia <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--355/e23/>,
        <http://dewey.info/class/935.5/e23/> ;
    skos:prefLabel "Nippur"@en,
        "Nippur"@nb,
        "Nippur"@nn .

humord:c01927 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01927" ;
    dct:modified "2025-02-19T16:29:56"^^xsd:dateTime ;
    skos:altLabel "Iran, Islamic Republic Of"@en,
        "Persia"@en,
        "Persia"@nb,
        "Persia"@nn ;
    skos:broader humord:c01810 ;
    skos:closeMatch <http://dewey.info/class/2--357/e23/>,
        <http://dewey.info/class/935.7/e23/> ;
    skos:exactMatch realfagstermer:c030300,
        <http://dewey.info/class/2--55/e23/>,
        <http://dewey.info/class/915.5/e23/>,
        <http://dewey.info/class/955/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030300,
        <http://dewey.info/class/2--357/e23/>,
        <http://dewey.info/class/2--55/e23/>,
        <http://dewey.info/class/915.5/e23/>,
        <http://dewey.info/class/935.7/e23/>,
        <http://dewey.info/class/955/e23/> ;
    skos:prefLabel "Iran"@en,
        "Iran"@nb,
        "Iran"@nn ;
    skos:related humord:c03763 .

humord:c01929 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-02-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01929" ;
    dct:modified "2024-08-28T08:39:27"^^xsd:dateTime ;
    skos:altLabel "Aserbajdsjan (Area)"@en,
        "Azarbaijan"@nb,
        "Azerbaidjan (Område)"@nb,
        "Azerbaijan"@nb,
        "Azarbaijan (Område)"@nn,
        "Azerbaidjan (Område)"@nn,
        "Azerbaijan (Område)"@nn ;
    skos:broader humord:c01927 ;
    skos:closeMatch <http://dewey.info/class/2--39534/e23/>,
        <http://dewey.info/class/2--553/e23/>,
        <http://dewey.info/class/915.53/e23/>,
        <http://dewey.info/class/939.534/e23/>,
        <http://dewey.info/class/955.3/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4754/e23/>,
        <http://dewey.info/class/947.54/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39534/e23/>,
        <http://dewey.info/class/2--4754/e23/>,
        <http://dewey.info/class/2--553/e23/>,
        <http://dewey.info/class/915.53/e23/>,
        <http://dewey.info/class/939.534/e23/>,
        <http://dewey.info/class/947.54/e23/>,
        <http://dewey.info/class/955.3/e23/> ;
    skos:prefLabel "Azerbaijan (Area)"@en,
        "Aserbajdsjan (Område)"@nb,
        "Aserbajdsjan (Område)"@nn ;
    skos:related humord:c01823 .

humord:c01930 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01930" ;
    dct:modified "2025-02-21T15:15:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--35764/e23/>,
        <http://dewey.info/class/935.764/e23/> ;
    skos:broader humord:c01927 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--35764/e23/>,
        <http://dewey.info/class/935.764/e23/> ;
    skos:prefLabel "Elam"@en,
        "Elam"@nb,
        "Elam"@nn ;
    skos:related humord:c17871 .

humord:c01931 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01931" ;
    dct:modified "2025-02-21T15:16:13"^^xsd:dateTime ;
    skos:altLabel "Khurasan"@nb ;
    skos:broader humord:c01927 ;
    skos:exactMatch <http://dewey.info/class/2--5592/e23/>,
        <http://dewey.info/class/915.592/e23/>,
        <http://dewey.info/class/955.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5592/e23/>,
        <http://dewey.info/class/915.592/e23/>,
        <http://dewey.info/class/955.92/e23/> ;
    skos:prefLabel "Khorasan"@en,
        "Khorasan"@nb,
        "Khorasan"@nn .

humord:c01932 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01932" ;
    dct:modified "2025-02-21T15:18:24"^^xsd:dateTime ;
    skos:altLabel "Jakht-e Jamshid"@en,
        "Takht-i Jamshid"@nb,
        "Takht-i Jamshid"@nn ;
    skos:broader humord:c01927 ;
    skos:closeMatch <http://dewey.info/class/2--35772/e23/>,
        <http://dewey.info/class/935.772/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--35772/e23/>,
        <http://dewey.info/class/935.772/e23/> ;
    skos:prefLabel "Persepolis"@en,
        "Persepolis"@nb,
        "Persepolis"@nn .

humord:c01934 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01934" ;
    dct:modified "2025-02-21T15:20:38"^^xsd:dateTime ;
    skos:altLabel "Teheran"@en ;
    skos:broader humord:c01927 ;
    skos:closeMatch <http://dewey.info/class/2--5525/e23/>,
        <http://dewey.info/class/915.525/e23/>,
        <http://dewey.info/class/955.25/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5525/e23/>,
        <http://dewey.info/class/915.525/e23/>,
        <http://dewey.info/class/955.25/e23/> ;
    skos:prefLabel "Tehran"@en,
        "Teheran"@nb,
        "Teheran"@nn .

humord:c01935 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01935" ;
    dct:modified "2025-02-19T16:30:36"^^xsd:dateTime ;
    skos:broader humord:c01810 ;
    skos:closeMatch <http://dewey.info/class/2--334/e23/>,
        <http://dewey.info/class/2--5694/e23/>,
        <http://dewey.info/class/915.694/e23/>,
        <http://dewey.info/class/956.94/e23/> ;
    skos:exactMatch realfagstermer:c030293 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030293,
        <http://dewey.info/class/2--334/e23/>,
        <http://dewey.info/class/2--5694/e23/>,
        <http://dewey.info/class/220.9/e23/>,
        <http://dewey.info/class/231.76/e23/>,
        <http://dewey.info/class/296.31173/e23/>,
        <http://dewey.info/class/915.694/e23/>,
        <http://dewey.info/class/956.94/e23/> ;
    skos:prefLabel "Israel"@en,
        "Israel"@nb,
        "Israel"@nn ;
    skos:related humord:c02134 ;
    skos:relatedMatch <http://dewey.info/class/220.9/e23/>,
        <http://dewey.info/class/231.76/e23/>,
        <http://dewey.info/class/296.31173/e23/> .

humord:c01936 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01936" ;
    dct:modified "2024-08-28T13:15:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--56946/e23/>,
        <http://dewey.info/class/915.6946/e23/>,
        <http://dewey.info/class/956.946/e23/> ;
    skos:broader humord:c01935 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--56946/e23/>,
        <http://dewey.info/class/915.6946/e23/>,
        <http://dewey.info/class/956.946/e23/> ;
    skos:prefLabel "Atlit"@en,
        "Atlit"@nb,
        "Atlit"@nn .

humord:c01937 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01937" ;
    dct:modified "2025-02-21T15:07:14"^^xsd:dateTime ;
    skos:broader humord:c01935 ;
    skos:exactMatch <http://dewey.info/class/2--33442/e23/>,
        <http://dewey.info/class/2--569442/e23/>,
        <http://dewey.info/class/915.69442/e23/>,
        <http://dewey.info/class/933.442/e23/>,
        <http://dewey.info/class/956.9442/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--33442/e23/>,
        <http://dewey.info/class/2--569442/e23/>,
        <http://dewey.info/class/296.482/e23/>,
        <http://dewey.info/class/915.69442/e23/>,
        <http://dewey.info/class/933.442/e23/>,
        <http://dewey.info/class/956.9442/e23/> ;
    skos:prefLabel "Jerusalem"@en,
        "Jerusalem"@nb,
        "Jerusalem"@nn ;
    skos:relatedMatch <http://dewey.info/class/296.482/e23/> .

humord:c01938 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01938" ;
    dct:modified "2025-02-21T15:07:26"^^xsd:dateTime ;
    skos:altLabel "Kfar Nahum"@en ;
    skos:broadMatch <http://dewey.info/class/2--3345/e23/>,
        <http://dewey.info/class/2--56945/e23/>,
        <http://dewey.info/class/915.6945/e23/>,
        <http://dewey.info/class/933.45/e23/>,
        <http://dewey.info/class/956.945/e23/> ;
    skos:broader humord:c01935 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3345/e23/>,
        <http://dewey.info/class/2--56945/e23/>,
        <http://dewey.info/class/915.6945/e23/>,
        <http://dewey.info/class/933.45/e23/>,
        <http://dewey.info/class/956.945/e23/> ;
    skos:prefLabel "Capernaum"@en,
        "Kapernaum"@nb,
        "Kapernaum"@nn .

humord:c01939 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01939" ;
    dct:modified "2025-02-21T15:13:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--332/e23/>,
        <http://dewey.info/class/933.2/e23/> ;
    skos:broader humord:c01935 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--332/e23/>,
        <http://dewey.info/class/933.2/e23/> ;
    skos:prefLabel "Samaria"@en,
        "Samaria"@nb,
        "Samaria"@nn .

humord:c01940 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01940" ;
    dct:modified "2025-02-21T15:14:50"^^xsd:dateTime ;
    skos:broader humord:c01935 ;
    skos:closeMatch <http://dewey.info/class/2--56948/e23/>,
        <http://dewey.info/class/915.6948/e23/>,
        <http://dewey.info/class/933.48/e23/>,
        <http://dewey.info/class/956.948/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--56948/e23/>,
        <http://dewey.info/class/915.6948/e23/>,
        <http://dewey.info/class/933.48/e23/>,
        <http://dewey.info/class/956.948/e23/> ;
    skos:prefLabel "Tel Aviv"@en,
        "Tel Aviv"@nb,
        "Tel Aviv"@nn .

humord:c01941 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01941" ;
    dct:modified "2025-02-19T16:44:41"^^xsd:dateTime ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030223,
        <http://dewey.info/class/2--52/e23/>,
        <http://dewey.info/class/915.2/e23/>,
        <http://dewey.info/class/952/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030223,
        <http://dewey.info/class/2--52/e23/>,
        <http://dewey.info/class/915.2/e23/>,
        <http://dewey.info/class/952/e23/> ;
    skos:prefLabel "Japan"@en,
        "Japan"@nb,
        "Japan"@nn .

humord:c01942 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01942" ;
    dct:modified "2025-02-21T14:33:38"^^xsd:dateTime ;
    skos:altLabel "Fujiyama"@en,
        "Fujiyama"@nb,
        "Fujiyama"@nn ;
    skos:broader humord:c18546 ;
    skos:exactMatch <http://dewey.info/class/2--52166/e23/>,
        <http://dewey.info/class/915.2166/e23/>,
        <http://dewey.info/class/952.166/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--52166/e23/>,
        <http://dewey.info/class/915.2166/e23/>,
        <http://dewey.info/class/952.166/e23/> ;
    skos:prefLabel "Mount Fuji"@en,
        "Fuji"@nb,
        "Fuji"@nn ;
    skos:related humord:c20539 .

humord:c01943 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01943" ;
    dct:modified "2025-02-21T14:35:46"^^xsd:dateTime ;
    skos:broader humord:c18546 ;
    skos:exactMatch realfagstermer:c031050,
        <http://dewey.info/class/2--521954/e23/>,
        <http://dewey.info/class/915.21954/e23/>,
        <http://dewey.info/class/952.1954/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031050,
        <http://dewey.info/class/2--521954/e23/>,
        <http://dewey.info/class/915.21954/e23/>,
        <http://dewey.info/class/952.1954/e23/> ;
    skos:prefLabel "Hiroshima"@en,
        "Hiroshima"@nb,
        "Hiroshima"@nn .

humord:c01944 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-09-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01944" ;
    dct:modified "2025-02-21T14:50:38"^^xsd:dateTime ;
    skos:altLabel "Ezo"@nb,
        "Ezo"@nn ;
    skos:broader humord:c18545 ;
    skos:exactMatch <http://dewey.info/class/2--524/e23/>,
        <http://dewey.info/class/915.24/e23/>,
        <http://dewey.info/class/952.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--524/e23/>,
        <http://dewey.info/class/915.24/e23/>,
        <http://dewey.info/class/952.4/e23/> ;
    skos:prefLabel "Hokkaido"@en,
        "Hokkaidô"@nb,
        "Hokkaidô"@nn .

humord:c01945 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01945" ;
    dct:modified "2025-02-21T14:37:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5219/e23/>,
        <http://dewey.info/class/915.219/e23/>,
        <http://dewey.info/class/952.19/e23/> ;
    skos:broader humord:c18546 ;
    skos:definition "Izumo er en provins i Japan <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5219/e23/>,
        <http://dewey.info/class/915.219/e23/>,
        <http://dewey.info/class/952.19/e23/> ;
    skos:prefLabel "Izumo"@en,
        "Izumo"@nb,
        "Izumo"@nn .

humord:c01946 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01946" ;
    dct:modified "2025-02-21T14:54:33"^^xsd:dateTime ;
    skos:altLabel "Ryukyuøyene"@nn ;
    skos:broader humord:c18545 ;
    skos:closeMatch <http://dewey.info/class/2--5229/e23/>,
        <http://dewey.info/class/915.229/e23/>,
        <http://dewey.info/class/952.29/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5229/e23/>,
        <http://dewey.info/class/915.229/e23/>,
        <http://dewey.info/class/952.29/e23/> ;
    skos:prefLabel "Ryukyu Islands"@en,
        "Ryukyuøyene"@nb,
        "Ryukyuøyane"@nn .

humord:c01947 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-09-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01947" ;
    dct:modified "2025-02-21T14:44:37"^^xsd:dateTime ;
    skos:broader humord:c18546 ;
    skos:closeMatch <http://dewey.info/class/2--52135/e23/>,
        <http://dewey.info/class/915.2135/e23/>,
        <http://dewey.info/class/952.135/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--52135/e23/>,
        <http://dewey.info/class/915.2135/e23/>,
        <http://dewey.info/class/952.135/e23/> ;
    skos:prefLabel "Tokyo"@en,
        "Tôkyô"@nb,
        "Tôkyô"@nn .

humord:c01948 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01948" ;
    dct:modified "2025-02-19T16:45:13"^^xsd:dateTime ;
    skos:altLabel "Transjordania"@nb,
        "Transjordania"@nn ;
    skos:broader humord:c01810 ;
    skos:closeMatch <http://dewey.info/class/2--335/e23/> ;
    skos:exactMatch realfagstermer:c030372,
        <http://dewey.info/class/2--5695/e23/>,
        <http://dewey.info/class/915.695/e23/>,
        <http://dewey.info/class/956.95/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030372,
        <http://dewey.info/class/2--335/e23/>,
        <http://dewey.info/class/2--5695/e23/>,
        <http://dewey.info/class/915.695/e23/>,
        <http://dewey.info/class/956.95/e23/> ;
    skos:prefLabel "Jordan"@en,
        "Jordan"@nb,
        "Jordan"@nn .

humord:c01950 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01950" ;
    dct:modified "2024-10-16T14:14:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3948/e23/>,
        <http://dewey.info/class/939.48/e23/> ;
    skos:broader humord:c01948 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3948/e23/>,
        <http://dewey.info/class/939.48/e23/> ;
    skos:prefLabel "Beidha"@en,
        "Beidha"@nb,
        "Beidha"@nn .

humord:c01951 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01951" ;
    dct:modified "2025-02-21T14:08:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3948/e23/>,
        <http://dewey.info/class/939.48/e23/> ;
    skos:broader humord:c01948 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3948/e23/>,
        <http://dewey.info/class/939.48/e23/> ;
    skos:prefLabel "Petra"@en,
        "Petra"@nb,
        "Petra"@nn .

humord:c01952 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01952" ;
    dct:modified "2025-02-19T16:33:58"^^xsd:dateTime ;
    skos:altLabel "Kampuchea"@nb,
        "Kampuchea"@nn ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c031051,
        <http://dewey.info/class/2--596/e23/>,
        <http://dewey.info/class/915.96/e23/>,
        <http://dewey.info/class/959.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031051,
        <http://dewey.info/class/2--596/e23/>,
        <http://dewey.info/class/915.96/e23/>,
        <http://dewey.info/class/959.6/e23/> ;
    skos:prefLabel "Cambodia"@en,
        "Kambodsja"@nb,
        "Kambodsja"@nn ;
    skos:related humord:c15104 .

humord:c01954 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01954" ;
    dct:modified "2025-02-19T16:34:42"^^xsd:dateTime ;
    skos:altLabel "Kazakhstan"@nb,
        "Kazakhstan"@nn ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030822,
        <http://dewey.info/class/2--5845/e23/>,
        <http://dewey.info/class/915.845/e23/>,
        <http://dewey.info/class/958.45/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030822,
        <http://dewey.info/class/2--5845/e23/>,
        <http://dewey.info/class/915.845/e23/>,
        <http://dewey.info/class/958.45/e23/> ;
    skos:prefLabel "Kazakhstan"@en,
        "Kasakhstan"@nb,
        "Kasakhstan"@nn ;
    skos:related humord:c19818 .

humord:c01955 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01955" ;
    dct:modified "2024-09-16T11:30:59"^^xsd:dateTime ;
    skos:altLabel "China"@nb,
        "China"@nn ;
    skos:broader humord:c01810 ;
    skos:closeMatch <http://dewey.info/class/2--31/e23/>,
        <http://dewey.info/class/931/e23/> ;
    skos:exactMatch realfagstermer:c030910,
        <http://dewey.info/class/2--51/e23/>,
        <http://dewey.info/class/915.1/e23/>,
        <http://dewey.info/class/951/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030910,
        <http://dewey.info/class/2--31/e23/>,
        <http://dewey.info/class/2--51/e23/>,
        <http://dewey.info/class/915.1/e23/>,
        <http://dewey.info/class/931/e23/>,
        <http://dewey.info/class/951/e23/> ;
    skos:prefLabel "China"@en,
        "Kina"@nb,
        "Kina"@nn ;
    skos:related humord:c11083,
        humord:c11090 .

humord:c01958 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01958" ;
    dct:modified "2025-02-21T13:55:50"^^xsd:dateTime ;
    skos:altLabel "Manchuria"@nb,
        "Manchuria"@nn ;
    skos:broader humord:c01957 ;
    skos:exactMatch <http://dewey.info/class/2--518/e23/>,
        <http://dewey.info/class/915.18/e23/>,
        <http://dewey.info/class/951.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--518/e23/>,
        <http://dewey.info/class/915.18/e23/>,
        <http://dewey.info/class/951.8/e23/> ;
    skos:prefLabel "Manchuria"@en,
        "Mandsjuria"@nb,
        "Mandsjuria"@nn .

humord:c01959 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01959" ;
    dct:modified "2025-02-21T13:57:30"^^xsd:dateTime ;
    skos:altLabel "Northern China"@en ;
    skos:broader humord:c01957 ;
    skos:closeMatch <http://dewey.info/class/2--511/e23/>,
        <http://dewey.info/class/915.11/e23/>,
        <http://dewey.info/class/951.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--511/e23/>,
        <http://dewey.info/class/915.11/e23/>,
        <http://dewey.info/class/951.1/e23/> ;
    skos:prefLabel "North China"@en,
        "Nord-Kina"@nb,
        "Nord-Kina"@nn .

humord:c01960 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01960" ;
    dct:modified "2025-02-21T13:59:01"^^xsd:dateTime ;
    skos:altLabel "Southern China"@en,
        "Syd-Kina"@nb,
        "Syd-Kina"@nn ;
    skos:broadMatch <http://dewey.info/class/2--51/e23/>,
        <http://dewey.info/class/915.1/e23/>,
        <http://dewey.info/class/951/e23/> ;
    skos:broader humord:c01957 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51/e23/>,
        <http://dewey.info/class/915.1/e23/>,
        <http://dewey.info/class/951/e23/> ;
    skos:prefLabel "South China"@en,
        "Sør-Kina"@nb,
        "Sør-Kina"@nn .

humord:c01962 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01962" ;
    dct:modified "2025-02-21T14:00:58"^^xsd:dateTime ;
    skos:altLabel "South-West China"@en ;
    skos:broader humord:c01957 ;
    skos:exactMatch <http://dewey.info/class/2--513/e23/>,
        <http://dewey.info/class/915.13/e23/>,
        <http://dewey.info/class/951.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--513/e23/>,
        <http://dewey.info/class/915.13/e23/>,
        <http://dewey.info/class/951.3/e23/> ;
    skos:prefLabel "Southwest China"@en,
        "Sørvest-Kina"@nb,
        "Sørvest-Kina"@nn .

humord:c01963 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01963" ;
    dct:modified "2025-06-24T09:59:12"^^xsd:dateTime ;
    skos:altLabel "Tibet Autonomous Region"@en,
        "Xizang"@en,
        "Xizang Autonomous Region"@en,
        "Xizang Zizhiqu"@en,
        "Den autonome region Tibet"@nb,
        "Xizang"@nb,
        "Xizang Zizhiqu"@nb,
        "Den autonome region Tibet"@nn,
        "Xizang"@nn,
        "Xizang Zizhiqu"@nn ;
    skos:broader humord:c01957 ;
    skos:exactMatch realfagstermer:c030480,
        <http://dewey.info/class/2--515/e23/>,
        <http://dewey.info/class/915.15/e23/>,
        <http://dewey.info/class/951.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030480,
        <http://dewey.info/class/2--515/e23/>,
        <http://dewey.info/class/915.15/e23/>,
        <http://dewey.info/class/951.5/e23/> ;
    skos:prefLabel "Tibet"@en,
        "Tibet"@nb,
        "Tibet"@nn .

humord:c01964 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01964" ;
    dct:modified "2024-08-21T08:51:09"^^xsd:dateTime ;
    skos:altLabel "Eastern China"@en ;
    skos:broader humord:c01957 ;
    skos:closeMatch <http://dewey.info/class/2--512/e23/>,
        <http://dewey.info/class/915.12/e23/>,
        <http://dewey.info/class/951.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--512/e23/>,
        <http://dewey.info/class/915.12/e23/>,
        <http://dewey.info/class/951.2/e23/> ;
    skos:prefLabel "East China"@en,
        "Øst-Kina"@nb,
        "Aust-Kina"@nn .

humord:c01966 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01966" ;
    dct:modified "2025-10-16T15:06:12"^^xsd:dateTime ;
    skos:altLabel "Anhui Sheng"@en,
        "Anhwei"@en,
        "Ānhuī shěng"@en,
        "Anhui Sheng"@nb,
        "Anhwei"@nb,
        "Ānhuī shěng"@nb,
        "Anhui Sheng"@nn,
        "Anhwei"@nn,
        "Ānhuī shěng"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--51225/e23/>,
        <http://dewey.info/class/915.1225/e23/>,
        <http://dewey.info/class/951.225/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51225/e23/>,
        <http://dewey.info/class/915.1225/e23/>,
        <http://dewey.info/class/951.225/e23/> ;
    skos:prefLabel "Anhui"@en,
        "Anhui"@nb,
        "Anhui"@nn .

humord:c01967 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01967" ;
    dct:modified "2024-10-16T14:14:39"^^xsd:dateTime ;
    skos:altLabel "Peking"@en,
        "Peking"@nb,
        "Peking"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch realfagstermer:c030663,
        <http://dewey.info/class/2--51156/e23/>,
        <http://dewey.info/class/915.1156/e23/>,
        <http://dewey.info/class/951.156/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030663,
        <http://dewey.info/class/2--51156/e23/>,
        <http://dewey.info/class/915.1156/e23/>,
        <http://dewey.info/class/951.156/e23/> ;
    skos:prefLabel "Beijing"@en,
        "Beijing"@nb,
        "Beijing"@nn .

humord:c01972 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01972" ;
    dct:modified "2025-02-21T13:55:13"^^xsd:dateTime ;
    skos:altLabel "Fukien"@en,
        "Fujian-provinsen"@nb,
        "Fukien"@nb,
        "Fujian-provinsen"@nn,
        "Fukien"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--51245/e23/>,
        <http://dewey.info/class/915.1245/e23/>,
        <http://dewey.info/class/951.245/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51245/e23/>,
        <http://dewey.info/class/915.1245/e23/>,
        <http://dewey.info/class/951.245/e23/> ;
    skos:prefLabel "Fujian"@en,
        "Fujian"@nb,
        "Fujian"@nn .

humord:c01974 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01974" ;
    dct:modified "2025-02-21T09:33:17"^^xsd:dateTime ;
    skos:altLabel "Kansu"@en,
        "Gansu-provinsen"@nb,
        "Kansu"@nb,
        "Gansu-provinsen"@nn,
        "Kansu"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5145/e23/>,
        <http://dewey.info/class/915.145/e23/>,
        <http://dewey.info/class/951.45/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5145/e23/>,
        <http://dewey.info/class/915.145/e23/>,
        <http://dewey.info/class/951.45/e23/> ;
    skos:prefLabel "Gansu"@en,
        "Gansu"@nb,
        "Gansu"@nn .

humord:c01975 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01975" ;
    dct:modified "2025-02-21T08:59:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5145/e23/>,
        <http://dewey.info/class/915.145/e23/>,
        <http://dewey.info/class/951.45/e23/> ;
    skos:broader humord:c01974 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5145/e23/>,
        <http://dewey.info/class/915.145/e23/>,
        <http://dewey.info/class/951.45/e23/> ;
    skos:prefLabel "Dunhuang"@en,
        "Dunhuang"@nb,
        "Dunhuang"@nn .

humord:c01976 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01976" ;
    dct:modified "2025-02-21T09:33:34"^^xsd:dateTime ;
    skos:altLabel "Guangdong-provinsen"@nb,
        "Guangdong-provinsen"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5127/e23/>,
        <http://dewey.info/class/915.127/e23/>,
        <http://dewey.info/class/951.27/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5127/e23/>,
        <http://dewey.info/class/915.127/e23/>,
        <http://dewey.info/class/951.27/e23/> ;
    skos:prefLabel "Guangdong"@en,
        "Guangdong"@nb,
        "Guangdong"@nn .

humord:c01977 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01977" ;
    dct:modified "2025-02-21T08:58:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5127/e23/>,
        <http://dewey.info/class/915.127/e23/>,
        <http://dewey.info/class/951.27/e23/> ;
    skos:broader humord:c01976 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5127/e23/>,
        <http://dewey.info/class/915.127/e23/>,
        <http://dewey.info/class/951.27/e23/> ;
    skos:prefLabel "Shenzhen"@en,
        "Shenzhen"@nb,
        "Shenzhen"@nn .

humord:c01978 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01978" ;
    dct:modified "2025-02-21T09:33:54"^^xsd:dateTime ;
    skos:altLabel "Guangxi Zhuang Autonomous Region"@en,
        "Guangxi Zhuangzu Zizhiqu"@nb,
        "Guangxi Zhuangzu Zizhiqu"@nn ;
    skos:broader humord:c01965 ;
    skos:definition "Autonom region i Kina <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--5128/e23/>,
        <http://dewey.info/class/915.128/e23/>,
        <http://dewey.info/class/951.28/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5128/e23/>,
        <http://dewey.info/class/915.128/e23/>,
        <http://dewey.info/class/951.28/e23/> ;
    skos:prefLabel "Guangxi"@en,
        "Guangxi"@nb,
        "Guangxi"@nn .

humord:c01980 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01980" ;
    dct:modified "2025-02-21T09:34:55"^^xsd:dateTime ;
    skos:altLabel "Kweichow"@en,
        "Guizhou-provinsen"@nb,
        "Guizhou-provinsen"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5134/e23/>,
        <http://dewey.info/class/915.134/e23/>,
        <http://dewey.info/class/951.34/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5134/e23/>,
        <http://dewey.info/class/915.134/e23/>,
        <http://dewey.info/class/951.34/e23/> ;
    skos:prefLabel "Guizhou"@en,
        "Guizhou"@nb,
        "Guizhou"@nn .

humord:c01981 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01981" ;
    dct:modified "2025-02-21T09:35:37"^^xsd:dateTime ;
    skos:altLabel "Hopeh"@en,
        "Heibei-provinsen"@nb,
        "Heibei-provinsen"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--51152/e23/>,
        <http://dewey.info/class/915.1152/e23/>,
        <http://dewey.info/class/951.152/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51152/e23/>,
        <http://dewey.info/class/915.1152/e23/>,
        <http://dewey.info/class/951.152/e23/> ;
    skos:prefLabel "Hebei"@en,
        "Hebei"@nb,
        "Hebei"@nn .

humord:c01982 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01982" ;
    dct:modified "2025-02-21T09:35:17"^^xsd:dateTime ;
    skos:altLabel "Heilungkiang"@en,
        "Heilongjiang-provinsen"@nb,
        "Heilongjiang-provinsen"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5184/e23/>,
        <http://dewey.info/class/915.184/e23/>,
        <http://dewey.info/class/951.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5184/e23/>,
        <http://dewey.info/class/915.184/e23/>,
        <http://dewey.info/class/951.84/e23/> ;
    skos:prefLabel "Heilongjiang"@en,
        "Heilongjiang"@nb,
        "Heilongjiang"@nn .

humord:c01983 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01983" ;
    dct:modified "2025-02-21T08:56:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5184/e23/>,
        <http://dewey.info/class/915.184/e23/>,
        <http://dewey.info/class/951.84/e23/> ;
    skos:broader humord:c01982 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5184/e23/>,
        <http://dewey.info/class/915.184/e23/>,
        <http://dewey.info/class/951.84/e23/> ;
    skos:prefLabel "Harbin"@en,
        "Harbin"@nb,
        "Harbin"@nn .

humord:c01984 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01984" ;
    dct:modified "2025-02-21T09:35:54"^^xsd:dateTime ;
    skos:altLabel "Henan Province"@en,
        "Henan-provinsen"@nb,
        "Henan-provinsen"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5118/e23/>,
        <http://dewey.info/class/915.118/e23/>,
        <http://dewey.info/class/951.18/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5118/e23/>,
        <http://dewey.info/class/915.118/e23/>,
        <http://dewey.info/class/951.18/e23/> ;
    skos:prefLabel "Henan"@en,
        "Henan"@nb,
        "Henan"@nn .

humord:c01985 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01985" ;
    dct:modified "2025-02-21T08:54:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5118/e23/>,
        <http://dewey.info/class/915.118/e23/>,
        <http://dewey.info/class/951.18/e23/> ;
    skos:broader humord:c01984 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5118/e23/>,
        <http://dewey.info/class/915.118/e23/>,
        <http://dewey.info/class/951.18/e23/> ;
    skos:prefLabel "Kaifeng"@en,
        "Kaifeng"@nb,
        "Kaifeng"@nn .

humord:c01986 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01986" ;
    dct:modified "2024-08-20T17:10:00"^^xsd:dateTime ;
    skos:altLabel "Hong Kong"@nb,
        "Xianggang"@nb,
        "Hong Kong"@nn,
        "Xianggang"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch realfagstermer:c030519,
        <http://dewey.info/class/2--5125/e23/>,
        <http://dewey.info/class/915.125/e23/>,
        <http://dewey.info/class/951.25/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030519,
        <http://dewey.info/class/2--5125/e23/>,
        <http://dewey.info/class/915.125/e23/>,
        <http://dewey.info/class/951.25/e23/> ;
    skos:prefLabel "Hong Kong"@en,
        "Hongkong"@nb,
        "Hongkong"@nn .

humord:c01988 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01988" ;
    dct:modified "2025-02-21T09:36:14"^^xsd:dateTime ;
    skos:altLabel "Hubei Province"@en ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--51212/e23/>,
        <http://dewey.info/class/915.1212/e23/>,
        <http://dewey.info/class/951.212/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51212/e23/>,
        <http://dewey.info/class/915.1212/e23/>,
        <http://dewey.info/class/951.212/e23/> ;
    skos:prefLabel "Hubei"@en,
        "Hubei"@nb,
        "Hubei"@nn .

humord:c01989 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01989" ;
    dct:modified "2024-08-30T12:43:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--51212/e23/>,
        <http://dewey.info/class/915.1212/e23/>,
        <http://dewey.info/class/951.212/e23/> ;
    skos:broader humord:c01988 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51212/e23/>,
        <http://dewey.info/class/915.1212/e23/>,
        <http://dewey.info/class/951.212/e23/> ;
    skos:prefLabel "Wuhan"@en,
        "Wuhan"@nb,
        "Wuhan"@nn .

humord:c01990 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01990" ;
    dct:modified "2025-02-21T09:36:27"^^xsd:dateTime ;
    skos:altLabel "Hunan Province"@en ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--51215/e23/>,
        <http://dewey.info/class/915.1215/e23/>,
        <http://dewey.info/class/951.215/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51215/e23/>,
        <http://dewey.info/class/915.1215/e23/>,
        <http://dewey.info/class/951.215/e23/> ;
    skos:prefLabel "Hunan"@en,
        "Hunan"@nb,
        "Hunan"@nn .

humord:c01991 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01991" ;
    dct:modified "2025-02-21T09:37:04"^^xsd:dateTime ;
    skos:altLabel "Jiangsu Province"@en ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--51136/e23/>,
        <http://dewey.info/class/915.1136/e23/>,
        <http://dewey.info/class/951.136/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51136/e23/>,
        <http://dewey.info/class/915.1136/e23/>,
        <http://dewey.info/class/951.136/e23/> ;
    skos:prefLabel "Jiangsu"@en,
        "Jiangsu"@nb,
        "Jiangsu"@nn .

humord:c01992 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01992" ;
    dct:modified "2025-02-21T08:49:40"^^xsd:dateTime ;
    skos:altLabel "Nankin"@en,
        "Nanking"@en,
        "Nankin"@nb,
        "Nanking"@nb,
        "Nankin"@nn,
        "Nanking"@nn ;
    skos:broadMatch <http://dewey.info/class/2--51136/e23/>,
        <http://dewey.info/class/915.1136/e23/>,
        <http://dewey.info/class/951.136/e23/> ;
    skos:broader humord:c01991 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51136/e23/>,
        <http://dewey.info/class/915.1136/e23/>,
        <http://dewey.info/class/951.136/e23/> ;
    skos:prefLabel "Nanjing"@en,
        "Nanjing"@nb,
        "Nanjing"@nn .

humord:c01993 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01993" ;
    dct:modified "2025-02-21T09:44:15"^^xsd:dateTime ;
    skos:altLabel "Jiangxi Province"@en ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--51222/e23/>,
        <http://dewey.info/class/915.1222/e23/>,
        <http://dewey.info/class/951.222/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51222/e23/>,
        <http://dewey.info/class/915.1222/e23/>,
        <http://dewey.info/class/951.222/e23/> ;
    skos:prefLabel "Jiangxi"@en,
        "Jiangxi"@nb,
        "Jiangxi"@nn .

humord:c01994 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01994" ;
    dct:modified "2025-02-21T09:44:43"^^xsd:dateTime ;
    skos:altLabel "Jilin Province"@en ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5188/e23/>,
        <http://dewey.info/class/915.188/e23/>,
        <http://dewey.info/class/951.88/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5188/e23/>,
        <http://dewey.info/class/915.188/e23/>,
        <http://dewey.info/class/951.88/e23/> ;
    skos:prefLabel "Jilin"@en,
        "Jilin"@nb,
        "Jilin"@nn .

humord:c01995 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01995" ;
    dct:modified "2025-02-21T09:45:02"^^xsd:dateTime ;
    skos:altLabel "Liaoning Province"@en ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5182/e23/>,
        <http://dewey.info/class/915.182/e23/>,
        <http://dewey.info/class/951.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5182/e23/>,
        <http://dewey.info/class/915.182/e23/>,
        <http://dewey.info/class/951.82/e23/> ;
    skos:prefLabel "Liaoning"@en,
        "Liaoning"@nb,
        "Liaoning"@nn .

humord:c01996 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01996" ;
    dct:modified "2024-08-16T13:06:51"^^xsd:dateTime ;
    skos:altLabel "Macao"@en,
        "Macao Special Administrative Region of the People's Republic of China"@en,
        "Aomen"@nb,
        "Macau"@nb,
        "Aomen"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5126/e23/>,
        <http://dewey.info/class/915.126/e23/>,
        <http://dewey.info/class/951.26/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5126/e23/>,
        <http://dewey.info/class/915.126/e23/>,
        <http://dewey.info/class/951.26/e23/> ;
    skos:prefLabel "Macau"@en,
        "Macao"@nb,
        "Macao"@nn .

humord:c01999 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME01999" ;
    dct:modified "2025-02-21T09:36:52"^^xsd:dateTime ;
    skos:altLabel "Inner Mongolia Autonomous Region"@en,
        "Nei Menggu"@en,
        "Nei Mongol"@en,
        "Nei Mongol Autonomous Region"@en,
        "Nei Menggu"@nb,
        "Nei Menggu Zizhiqu"@nb,
        "Nei Menggu"@nn,
        "Nei Menggu Zizhiqu"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5177/e23/>,
        <http://dewey.info/class/915.177/e23/>,
        <http://dewey.info/class/951.77/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5177/e23/>,
        <http://dewey.info/class/915.177/e23/>,
        <http://dewey.info/class/951.77/e23/> ;
    skos:prefLabel "Inner Mongolia"@en,
        "Indre Mongolia"@nb,
        "Indre Mongolia"@nn ;
    skos:related humord:c02035 .

humord:c02002 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02002" ;
    dct:modified "2025-02-21T10:36:08"^^xsd:dateTime ;
    skos:altLabel "Ningsia"@en,
        "Ningxia Hui Autonomous Region"@en,
        "Ningxia Huizu Zizhiqu"@nb,
        "Ningxia Huizu Zizhiqu"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5175/e23/>,
        <http://dewey.info/class/915.175/e23/>,
        <http://dewey.info/class/951.75/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5175/e23/>,
        <http://dewey.info/class/915.175/e23/>,
        <http://dewey.info/class/951.75/e23/> ;
    skos:prefLabel "Ningxia"@en,
        "Ningxia"@nb,
        "Ningxia"@nn .

humord:c02004 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02004" ;
    dct:modified "2025-02-21T10:37:34"^^xsd:dateTime ;
    skos:altLabel "Qinghai Province"@en ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5147/e23/>,
        <http://dewey.info/class/915.147/e23/>,
        <http://dewey.info/class/951.47/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5147/e23/>,
        <http://dewey.info/class/915.147/e23/>,
        <http://dewey.info/class/951.47/e23/> ;
    skos:prefLabel "Qinghai"@en,
        "Qinghai"@nb,
        "Qinghai"@nn .

humord:c02005 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02005" ;
    dct:modified "2025-02-21T10:37:47"^^xsd:dateTime ;
    skos:altLabel "Shaanxi Province"@en ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5143/e23/>,
        <http://dewey.info/class/915.143/e23/>,
        <http://dewey.info/class/951.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5143/e23/>,
        <http://dewey.info/class/915.143/e23/>,
        <http://dewey.info/class/951.43/e23/> ;
    skos:prefLabel "Shaanxi"@en,
        "Shaanxi"@nb,
        "Shaanxi"@nn .

humord:c02006 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02006" ;
    dct:modified "2025-02-21T08:44:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5143/e23/>,
        <http://dewey.info/class/915.143/e23/>,
        <http://dewey.info/class/951.43/e23/> ;
    skos:broader humord:c02005 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5143/e23/>,
        <http://dewey.info/class/915.143/e23/>,
        <http://dewey.info/class/951.43/e23/> ;
    skos:prefLabel "Yan'an"@en,
        "Yan'an"@nb,
        "Yan'an"@nn .

humord:c02007 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02007" ;
    dct:modified "2025-02-21T10:38:01"^^xsd:dateTime ;
    skos:altLabel "Shandong Province"@en ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5114/e23/>,
        <http://dewey.info/class/915.114/e23/>,
        <http://dewey.info/class/951.14/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5114/e23/>,
        <http://dewey.info/class/915.114/e23/>,
        <http://dewey.info/class/951.14/e23/> ;
    skos:prefLabel "Shandong"@en,
        "Shandong"@nb,
        "Shandong"@nn .

humord:c02008 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02008" ;
    dct:modified "2025-02-21T08:49:17"^^xsd:dateTime ;
    skos:altLabel "Tsingtao"@en ;
    skos:broadMatch <http://dewey.info/class/2--5114/e23/>,
        <http://dewey.info/class/915.114/e23/>,
        <http://dewey.info/class/951.14/e23/> ;
    skos:broader humord:c02007 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5114/e23/>,
        <http://dewey.info/class/915.114/e23/>,
        <http://dewey.info/class/951.14/e23/> ;
    skos:prefLabel "Qingdao"@en,
        "Qingdao"@nb,
        "Qingdao"@nn .

humord:c02009 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02009" ;
    dct:modified "2025-02-21T09:07:19"^^xsd:dateTime ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--51132/e23/>,
        <http://dewey.info/class/915.1132/e23/>,
        <http://dewey.info/class/951.132/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51132/e23/>,
        <http://dewey.info/class/915.1132/e23/>,
        <http://dewey.info/class/951.132/e23/> ;
    skos:prefLabel "Shanghai"@en,
        "Shanghai"@nb,
        "Shanghai"@nn .

humord:c02010 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02010" ;
    dct:modified "2025-02-21T09:08:29"^^xsd:dateTime ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5117/e23/>,
        <http://dewey.info/class/915.117/e23/>,
        <http://dewey.info/class/951.17/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5117/e23/>,
        <http://dewey.info/class/915.117/e23/>,
        <http://dewey.info/class/951.17/e23/> ;
    skos:prefLabel "Shanxi"@en,
        "Shanxi"@nb,
        "Shanxi"@nn .

humord:c02011 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02011" ;
    dct:modified "2025-02-21T09:08:42"^^xsd:dateTime ;
    skos:altLabel "Szechuan"@en,
        "Szechwan"@en ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5138/e23/>,
        <http://dewey.info/class/915.138/e23/>,
        <http://dewey.info/class/951.38/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5138/e23/>,
        <http://dewey.info/class/915.138/e23/>,
        <http://dewey.info/class/951.38/e23/> ;
    skos:prefLabel "Sichuan"@en,
        "Sichuan"@nb,
        "Sichuan"@nn .

humord:c02012 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02012" ;
    dct:modified "2024-10-09T12:48:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5139/e23/>,
        <http://dewey.info/class/915.139/e23/>,
        <http://dewey.info/class/951.39/e23/> ;
    skos:broader humord:c02011 ;
    skos:definition "Dazu er et fylke i byprovinsen Chongqing, Kina, som grenser til Sichuan-provinsen i nordvest. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5139/e23/>,
        <http://dewey.info/class/915.139/e23/>,
        <http://dewey.info/class/951.39/e23/> ;
    skos:prefLabel "Dazu"@en,
        "Dazu"@nb,
        "Dazu"@nn .

humord:c02013 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02013" ;
    dct:modified "2025-02-21T09:09:50"^^xsd:dateTime ;
    skos:altLabel "Tientsin"@en ;
    skos:broadMatch <http://dewey.info/class/2--51154/e23/>,
        <http://dewey.info/class/915.1154/e23/>,
        <http://dewey.info/class/951.154/e23/> ;
    skos:broader humord:c01965 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51154/e23/>,
        <http://dewey.info/class/915.1154/e23/>,
        <http://dewey.info/class/951.154/e23/> ;
    skos:prefLabel "Tianjin"@en,
        "Tianjin"@nb,
        "Tianjin"@nn .

humord:c02014 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-04-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02014" ;
    dct:modified "2024-08-21T07:16:44"^^xsd:dateTime ;
    skos:altLabel "Kinesisk Turkestan"@nb,
        "Sinkiang"@nb,
        "Uigur (Region)"@nb,
        "Xinjiang Weiwuerzu Zizhiqu"@nb,
        "Xinjiang-Uigur"@nb,
        "Øst-Turkestan"@nb,
        "Kinesisk Turkestan"@nn,
        "Sinkiang"@nn,
        "Uigur (Region)"@nn,
        "Xinjiang Weiwuerzu Zizhiqu"@nn,
        "Xinjiang-Uigur"@nn,
        "Øst-Turkestan"@nn ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--516/e23/>,
        <http://dewey.info/class/915.16/e23/>,
        <http://dewey.info/class/951.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--516/e23/>,
        <http://dewey.info/class/915.16/e23/>,
        <http://dewey.info/class/951.6/e23/> ;
    skos:prefLabel "Xinjiang"@en,
        "Xinjiang"@nb,
        "Xinjiang"@nn .

humord:c02018 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02018" ;
    dct:modified "2025-02-21T08:38:18"^^xsd:dateTime ;
    skos:altLabel "Kuqa"@en,
        "Koutcha"@nb,
        "Koutcha"@nn ;
    skos:broadMatch <http://dewey.info/class/2--516/e23/>,
        <http://dewey.info/class/915.16/e23/>,
        <http://dewey.info/class/951.6/e23/> ;
    skos:broader humord:c02014 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--516/e23/>,
        <http://dewey.info/class/915.16/e23/>,
        <http://dewey.info/class/951.6/e23/> ;
    skos:prefLabel "Kucha"@en,
        "Kuqa"@nb,
        "Kuqa"@nn .

humord:c02020 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02020" ;
    dct:modified "2025-02-21T08:41:56"^^xsd:dateTime ;
    skos:altLabel "Turfan"@en,
        "Turpan"@nb,
        "Turpan"@nn ;
    skos:broadMatch <http://dewey.info/class/2--516/e23/>,
        <http://dewey.info/class/915.16/e23/>,
        <http://dewey.info/class/951.6/e23/> ;
    skos:broader humord:c02014 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--516/e23/>,
        <http://dewey.info/class/915.16/e23/>,
        <http://dewey.info/class/951.6/e23/> ;
    skos:prefLabel "Turpan"@en,
        "Turfan"@nb,
        "Turfan"@nn .

humord:c02023 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02023" ;
    dct:modified "2025-06-23T13:12:45"^^xsd:dateTime ;
    skos:altLabel "Gyangtse"@en,
        "Gyangze Town"@en ;
    skos:broadMatch <http://dewey.info/class/2--515/e23/>,
        <http://dewey.info/class/915.15/e23/>,
        <http://dewey.info/class/951.5/e23/> ;
    skos:broader humord:c01963 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--515/e23/>,
        <http://dewey.info/class/915.15/e23/>,
        <http://dewey.info/class/951.5/e23/> ;
    skos:prefLabel "Gyantse"@en,
        "Gyantse"@nb,
        "Gyantse"@nn .

humord:c02024 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02024" ;
    dct:modified "2025-06-23T13:14:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--515/e23/>,
        <http://dewey.info/class/915.15/e23/>,
        <http://dewey.info/class/951.5/e23/> ;
    skos:broader humord:c01963 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--515/e23/>,
        <http://dewey.info/class/915.15/e23/>,
        <http://dewey.info/class/951.5/e23/> ;
    skos:prefLabel "Tsaparang"@en,
        "Tsaparang"@nb,
        "Tsaparang"@nn .

humord:c02025 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02025" ;
    dct:modified "2025-02-21T09:28:37"^^xsd:dateTime ;
    skos:altLabel "Yunnan Province"@en ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--5135/e23/>,
        <http://dewey.info/class/915.135/e23/>,
        <http://dewey.info/class/951.35/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5135/e23/>,
        <http://dewey.info/class/915.135/e23/>,
        <http://dewey.info/class/951.35/e23/> ;
    skos:prefLabel "Yunnan"@en,
        "Yunnan"@nb,
        "Yunnan"@nn .

humord:c02026 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02026" ;
    dct:modified "2025-02-21T09:32:12"^^xsd:dateTime ;
    skos:altLabel "Chekiang"@en,
        "Zhejiang Province"@en ;
    skos:broader humord:c01965 ;
    skos:exactMatch <http://dewey.info/class/2--51242/e23/>,
        <http://dewey.info/class/915.1242/e23/>,
        <http://dewey.info/class/951.242/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51242/e23/>,
        <http://dewey.info/class/915.1242/e23/>,
        <http://dewey.info/class/951.242/e23/> ;
    skos:prefLabel "Zhejiang"@en,
        "Zhejiang"@nb,
        "Zhejiang"@nn .

humord:c02027 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02027" ;
    dct:modified "2024-09-04T08:25:00"^^xsd:dateTime ;
    skos:altLabel "Kirgisia"@nb,
        "Kirgizistan"@nb,
        "Kirgisia"@nn,
        "Kirgizistan"@nn ;
    skos:broader humord:c01810 ;
    skos:exactMatch <http://dewey.info/class/2--5843/e23/>,
        <http://dewey.info/class/915.843/e23/>,
        <http://dewey.info/class/958.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5843/e23/>,
        <http://dewey.info/class/915.843/e23/>,
        <http://dewey.info/class/958.43/e23/> ;
    skos:prefLabel "Kyrgyzstan"@en,
        "Kirgisistan"@nb,
        "Kirgisistan"@nn ;
    skos:related humord:c19818 .

humord:c02028 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02028" ;
    dct:modified "2025-02-19T16:45:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3949/e23/>,
        <http://dewey.info/class/939.49/e23/> ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030512,
        <http://dewey.info/class/2--5367/e23/>,
        <http://dewey.info/class/915.367/e23/>,
        <http://dewey.info/class/953.67/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030512,
        <http://dewey.info/class/2--3949/e23/>,
        <http://dewey.info/class/2--5367/e23/>,
        <http://dewey.info/class/915.367/e23/>,
        <http://dewey.info/class/939.49/e23/>,
        <http://dewey.info/class/953.67/e23/> ;
    skos:prefLabel "Kuwait"@en,
        "Kuwait"@nb,
        "Kuwait"@nn .

humord:c02029 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02029" ;
    dct:modified "2025-02-21T15:21:14"^^xsd:dateTime ;
    skos:altLabel "Failaka"@en ;
    skos:broadMatch <http://dewey.info/class/2--3949/e23/>,
        <http://dewey.info/class/2--5367/e23/>,
        <http://dewey.info/class/915.367/e23/>,
        <http://dewey.info/class/939.49/e23/>,
        <http://dewey.info/class/953.67/e23/> ;
    skos:broader humord:c02028 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3949/e23/>,
        <http://dewey.info/class/2--5367/e23/>,
        <http://dewey.info/class/915.367/e23/>,
        <http://dewey.info/class/939.49/e23/>,
        <http://dewey.info/class/953.67/e23/> ;
    skos:prefLabel "Failaka Island"@en,
        "Failaka"@nb,
        "Failaka"@nn .

humord:c02030 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02030" ;
    dct:modified "2025-02-19T16:46:00"^^xsd:dateTime ;
    skos:altLabel "Lebanese Republic"@en ;
    skos:broader humord:c01810 ;
    skos:closeMatch <http://dewey.info/class/2--3944/e23/>,
        <http://dewey.info/class/939.44/e23/> ;
    skos:exactMatch realfagstermer:c030371,
        <http://dewey.info/class/2--5692/e23/>,
        <http://dewey.info/class/915.692/e23/>,
        <http://dewey.info/class/956.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030371,
        <http://dewey.info/class/2--3944/e23/>,
        <http://dewey.info/class/2--5692/e23/>,
        <http://dewey.info/class/915.692/e23/>,
        <http://dewey.info/class/939.44/e23/>,
        <http://dewey.info/class/956.92/e23/> ;
    skos:prefLabel "Lebanon"@en,
        "Libanon"@nb,
        "Libanon"@nn .

humord:c02031 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02031" ;
    dct:modified "2025-02-19T16:36:08"^^xsd:dateTime ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030445,
        <http://dewey.info/class/2--595/e23/>,
        <http://dewey.info/class/915.95/e23/>,
        <http://dewey.info/class/959.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030445,
        <http://dewey.info/class/2--595/e23/>,
        <http://dewey.info/class/915.95/e23/>,
        <http://dewey.info/class/959.5/e23/> ;
    skos:prefLabel "Malaysia"@en,
        "Malaysia"@nb,
        "Malaysia"@nn ;
    skos:related humord:c15392 .

humord:c02032 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02032" ;
    dct:modified "2025-02-25T10:54:27"^^xsd:dateTime ;
    skos:altLabel "Melaka"@en,
        "Malakka"@nb,
        "Malakka"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5951/e23/>,
        <http://dewey.info/class/915.951/e23/>,
        <http://dewey.info/class/959.51/e23/> ;
    skos:broader humord:c02031 ;
    skos:definition "Malaysias nest minste delstat, på vestkysten av Malayahalvøya, ved Melaka-(Malakka)stredet <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5951/e23/>,
        <http://dewey.info/class/915.951/e23/>,
        <http://dewey.info/class/959.51/e23/> ;
    skos:prefLabel "Malacca"@en,
        "Melaka"@nb,
        "Melaka"@nn .

humord:c02034 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02034" ;
    dct:modified "2025-02-19T16:45:45"^^xsd:dateTime ;
    skos:altLabel "Republic of Maldives"@en ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030596,
        <http://dewey.info/class/2--5495/e23/>,
        <http://dewey.info/class/915.495/e23/>,
        <http://dewey.info/class/954.95/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030596,
        <http://dewey.info/class/2--5495/e23/>,
        <http://dewey.info/class/915.495/e23/>,
        <http://dewey.info/class/954.95/e23/> ;
    skos:prefLabel "Maldives"@en,
        "Maldivene"@nb,
        "Maldivene"@nn .

humord:c02035 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02035" ;
    dct:modified "2025-02-19T16:26:20"^^xsd:dateTime ;
    skos:altLabel "Mongolske folkerepublikk"@nb ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030370,
        <http://dewey.info/class/2--5173/e23/>,
        <http://dewey.info/class/915.173/e23/>,
        <http://dewey.info/class/951.73/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030370,
        <http://dewey.info/class/2--5173/e23/>,
        <http://dewey.info/class/915.173/e23/>,
        <http://dewey.info/class/951.73/e23/> ;
    skos:prefLabel "Mongolia"@en,
        "Mongolia"@nb,
        "Mongolia"@nn ;
    skos:related humord:c01999 .

humord:c02037 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02037" ;
    dct:modified "2025-02-19T16:46:21"^^xsd:dateTime ;
    skos:altLabel "Burma"@en,
        "Republic of the Union of Myanmar"@en,
        "Burma"@nb,
        "Burma"@nn ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030341,
        <http://dewey.info/class/2--591/e23/>,
        <http://dewey.info/class/915.91/e23/>,
        <http://dewey.info/class/959.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030341,
        <http://dewey.info/class/2--591/e23/>,
        <http://dewey.info/class/915.91/e23/>,
        <http://dewey.info/class/959.1/e23/> ;
    skos:prefLabel "Myanmar"@en,
        "Myanmar"@nb,
        "Myanmar"@nn .

humord:c02039 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02039" ;
    dct:modified "2024-10-09T15:26:23"^^xsd:dateTime ;
    skos:altLabel "Pagan"@en,
        "Pagan"@nb,
        "Pagan"@nn ;
    skos:broadMatch <http://dewey.info/class/2--591/e23/>,
        <http://dewey.info/class/915.91/e23/>,
        <http://dewey.info/class/959.1/e23/>,
        <http://dewey.info/class/959.102/e23/> ;
    skos:broader humord:c02037 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--591/e23/>,
        <http://dewey.info/class/915.91/e23/>,
        <http://dewey.info/class/959.1/e23/>,
        <http://dewey.info/class/959.102/e23/> ;
    skos:prefLabel "Bagan"@en,
        "Bagan"@nb,
        "Bagan"@nn .

humord:c02040 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02040" ;
    dct:modified "2025-02-25T10:50:14"^^xsd:dateTime ;
    skos:altLabel "Vesali"@en ;
    skos:broadMatch <http://dewey.info/class/2--591/e23/>,
        <http://dewey.info/class/915.91/e23/>,
        <http://dewey.info/class/959.1/e23/> ;
    skos:broader humord:c02037 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--591/e23/>,
        <http://dewey.info/class/915.91/e23/>,
        <http://dewey.info/class/959.1/e23/> ;
    skos:prefLabel "Vaishali"@en,
        "Vaishali"@nb,
        "Vaishali"@nn .

humord:c02041 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02041" ;
    dct:modified "2025-02-19T16:46:35"^^xsd:dateTime ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030333,
        <http://dewey.info/class/2--5496/e23/>,
        <http://dewey.info/class/915.496/e23/>,
        <http://dewey.info/class/954.96/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030333,
        <http://dewey.info/class/2--5496/e23/>,
        <http://dewey.info/class/915.496/e23/>,
        <http://dewey.info/class/954.96/e23/> ;
    skos:prefLabel "Nepal"@en,
        "Nepal"@nb,
        "Nepal"@nn .

humord:c02042 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02042" ;
    dct:modified "2025-02-25T09:56:53"^^xsd:dateTime ;
    skos:altLabel "Khwopa"@en,
        "Bhadgaon"@nb,
        "Bhadgaon"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5496/e23/>,
        <http://dewey.info/class/915.496/e23/>,
        <http://dewey.info/class/954.96/e23/> ;
    skos:broader humord:c02041 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5496/e23/>,
        <http://dewey.info/class/915.496/e23/>,
        <http://dewey.info/class/954.96/e23/> ;
    skos:prefLabel "Bhaktapur"@en,
        "Bhaktapur"@nb,
        "Bhaktapur"@nn .

humord:c02043 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02043" ;
    dct:modified "2024-10-02T10:40:57"^^xsd:dateTime ;
    skos:altLabel "Dang"@en ;
    skos:broadMatch <http://dewey.info/class/2--5496/e23/>,
        <http://dewey.info/class/915.496/e23/>,
        <http://dewey.info/class/954.96/e23/> ;
    skos:broader humord:c02041 ;
    skos:definition "Dang er et av de 75 administrative distriktene i Nepal. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5496/e23/>,
        <http://dewey.info/class/915.496/e23/>,
        <http://dewey.info/class/954.96/e23/> ;
    skos:prefLabel "Dang Deukhuri District"@en,
        "Dang"@nb,
        "Dang"@nn .

humord:c02044 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02044" ;
    dct:modified "2025-02-25T09:58:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5496/e23/>,
        <http://dewey.info/class/915.496/e23/>,
        <http://dewey.info/class/954.96/e23/> ;
    skos:broader humord:c02041 ;
    skos:definition "Brukes både om byen Kathmandu og Kathmandu-dalen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5496/e23/>,
        <http://dewey.info/class/915.496/e23/>,
        <http://dewey.info/class/954.96/e23/> ;
    skos:prefLabel "Kathmandu"@en,
        "Kathmandu"@nb,
        "Kathmandu"@nn .

humord:c02045 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02045" ;
    dct:modified "2025-02-25T09:58:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5496/e23/>,
        <http://dewey.info/class/915.496/e23/>,
        <http://dewey.info/class/954.96/e23/> ;
    skos:broader humord:c02041 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5496/e23/>,
        <http://dewey.info/class/915.496/e23/>,
        <http://dewey.info/class/954.96/e23/> ;
    skos:prefLabel "Kirtipur"@en,
        "Kirtipur"@nb,
        "Kirtipur"@nn .

humord:c02046 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02046" ;
    dct:modified "2025-02-19T16:36:50"^^xsd:dateTime ;
    skos:altLabel "Korea, Democratic People's Republic Of"@en,
        "Korea, People's Republic of"@en ;
    skos:broader humord:c01810 ;
    skos:exactMatch <http://dewey.info/class/2--5193/e23/>,
        <http://dewey.info/class/915.193/e23/>,
        <http://dewey.info/class/951.93/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5193/e23/>,
        <http://dewey.info/class/915.193/e23/>,
        <http://dewey.info/class/951.93/e23/> ;
    skos:prefLabel "North Korea"@en,
        "Nord-Korea"@nb,
        "Nord-Korea"@nn ;
    skos:related humord:c02127 .

humord:c02047 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02047" ;
    dct:modified "2025-02-19T16:46:56"^^xsd:dateTime ;
    skos:broader humord:c01810 ;
    skos:closeMatch <http://dewey.info/class/934.91/e23/> ;
    skos:exactMatch realfagstermer:c030578,
        <http://dewey.info/class/2--5491/e23/>,
        <http://dewey.info/class/915.491/e23/>,
        <http://dewey.info/class/954.91/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030578,
        <http://dewey.info/class/2--349/e23/>,
        <http://dewey.info/class/2--549/e23/>,
        <http://dewey.info/class/2--5491/e23/>,
        <http://dewey.info/class/915.491/e23/>,
        <http://dewey.info/class/934.9/e23/>,
        <http://dewey.info/class/934.91/e23/>,
        <http://dewey.info/class/954.9/e23/>,
        <http://dewey.info/class/954.91/e23/> ;
    skos:prefLabel "Pakistan"@en,
        "Pakistan"@nb,
        "Pakistan"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--349/e23/>,
        <http://dewey.info/class/2--549/e23/>,
        <http://dewey.info/class/934.9/e23/>,
        <http://dewey.info/class/954.9/e23/> .

humord:c02048 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02048" ;
    dct:modified "2024-10-10T13:44:53"^^xsd:dateTime ;
    skos:altLabel "Baltiyul"@en,
        "Little Tibet"@en ;
    skos:broadMatch <http://dewey.info/class/2--549132/e23/>,
        <http://dewey.info/class/915.49132/e23/>,
        <http://dewey.info/class/954.9132/e23/> ;
    skos:broader humord:c28948 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--549132/e23/>,
        <http://dewey.info/class/915.49132/e23/>,
        <http://dewey.info/class/954.9132/e23/> ;
    skos:prefLabel "Baltistan"@en,
        "Baltistan"@nb,
        "Baltistan"@nn .

humord:c02049 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02049" ;
    dct:modified "2024-09-16T15:37:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--549122/e23/>,
        <http://dewey.info/class/915.49122/e23/>,
        <http://dewey.info/class/954.9122/e23/> ;
    skos:broader humord:c28949 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--549122/e23/>,
        <http://dewey.info/class/915.49122/e23/>,
        <http://dewey.info/class/954.9122/e23/> ;
    skos:prefLabel "Chitral"@en,
        "Chitral"@nb,
        "Chitral"@nn .

humord:c02050 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02050" ;
    dct:modified "2026-01-14T12:45:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--549149/e23/>,
        <http://dewey.info/class/915.49149/e23/>,
        <http://dewey.info/class/954.9149/e23/> ;
    skos:broader humord:c28963 ;
    skos:definition "By i Islamabad hovedstadsterritorium <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--549149/e23/>,
        <http://dewey.info/class/915.49149/e23/>,
        <http://dewey.info/class/954.9149/e23/> ;
    skos:prefLabel "Golra Sharif"@en,
        "Golra Sharif"@nb,
        "Golra Sharif"@nn .

humord:c02051 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02051" ;
    dct:modified "2025-02-25T09:46:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3491/e23/>,
        <http://dewey.info/class/934.91/e23/> ;
    skos:broader humord:c02059 ;
    skos:definition "Arkeologisk sted i Punjab i nordøstlige Pakistan <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3491/e23/>,
        <http://dewey.info/class/934.91/e23/> ;
    skos:prefLabel "Harappa"@en,
        "Harappa"@nb,
        "Harappa"@nn .

humord:c02052 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02052" ;
    dct:modified "2026-01-14T12:46:16"^^xsd:dateTime ;
    skos:altLabel "Hunza Valley"@en,
        "Hunzadalen"@nb,
        "Hunzadalen"@nn ;
    skos:broadMatch <http://dewey.info/class/2--549132/e23/>,
        <http://dewey.info/class/915.49132/e23/>,
        <http://dewey.info/class/954.9132/e23/> ;
    skos:broader humord:c28948 ;
    skos:definition "Hunza var en liten vasallstat i kolonitidens India, nordvest for Kashmir ... ble en del av Pakistan da denne staten ble opprettet i 1947 <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--549132/e23/>,
        <http://dewey.info/class/915.49132/e23/>,
        <http://dewey.info/class/954.9132/e23/> ;
    skos:prefLabel "Hunza"@en,
        "Hunza"@nb,
        "Hunza"@nn .

humord:c02053 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02053" ;
    dct:modified "2025-02-25T09:47:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5491/e23/>,
        <http://dewey.info/class/915.491/e23/>,
        <http://dewey.info/class/954.91/e23/> ;
    skos:broader humord:c02047 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5491/e23/>,
        <http://dewey.info/class/915.491/e23/>,
        <http://dewey.info/class/954.91/e23/> ;
    skos:prefLabel "Indus Valley"@en,
        "Indusdalen"@nb,
        "Indusdalen"@nn ;
    skos:related humord:c00081 .

humord:c02054 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02054" ;
    dct:modified "2025-02-24T14:48:53"^^xsd:dateTime ;
    skos:altLabel "Karakorum (Fjellkjede)"@nb,
        "Karakorum (Fjellkjede)"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5467/e23/>,
        <http://dewey.info/class/915.467/e23/>,
        <http://dewey.info/class/954.67/e23/> ;
    skos:broader humord:c02106 ;
    skos:definition "Karakorum er verdens nest høyeste fjellkjede. Karakorumfjellene ligger i Kashmir og danner en fortsettelse av Himalaya mot nordvest.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5467/e23/>,
        <http://dewey.info/class/915.467/e23/>,
        <http://dewey.info/class/954.67/e23/> ;
    skos:prefLabel "Karakoram"@en,
        "Karakoram"@nb,
        "Karakoram"@nn .

humord:c02055 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02055" ;
    dct:modified "2025-02-25T09:47:56"^^xsd:dateTime ;
    skos:broader humord:c02059 ;
    skos:closeMatch <http://dewey.info/class/2--549143/e23/>,
        <http://dewey.info/class/915.49143/e23/>,
        <http://dewey.info/class/954.9143/e23/> ;
    skos:definition "Administrasjonssenteret til Punjab-provinsen <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--549143/e23/>,
        <http://dewey.info/class/915.49143/e23/>,
        <http://dewey.info/class/954.9143/e23/> ;
    skos:prefLabel "Lahore"@en,
        "Lahore"@nb,
        "Lahore"@nn .

humord:c02057 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02057" ;
    dct:modified "2025-02-25T09:48:13"^^xsd:dateTime ;
    skos:altLabel "Northern Pakistan"@en ;
    skos:broadMatch <http://dewey.info/class/2--5491/e23/>,
        <http://dewey.info/class/915.491/e23/>,
        <http://dewey.info/class/954.91/e23/> ;
    skos:broader humord:c02047 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5491/e23/>,
        <http://dewey.info/class/915.491/e23/>,
        <http://dewey.info/class/954.91/e23/> ;
    skos:prefLabel "North Pakistan"@en,
        "Nord-Pakistan"@nb,
        "Nord-Pakistan"@nn .

humord:c02059 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02059" ;
    dct:modified "2025-02-25T09:49:48"^^xsd:dateTime ;
    skos:altLabel "Pubjab (Pakistan)"@en,
        "Panjab (Pakistan)"@nb,
        "Panjab (Pakistan)"@nn ;
    skos:broader humord:c28961 ;
    skos:closeMatch <http://dewey.info/class/2--54914/e23/>,
        <http://dewey.info/class/915.4914/e23/>,
        <http://dewey.info/class/954.914/e23/> ;
    skos:definition "Punjab er en provins i Pakistan <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54914/e23/>,
        <http://dewey.info/class/915.4914/e23/>,
        <http://dewey.info/class/954.914/e23/> ;
    skos:prefLabel "Punjab (Pakistan)"@en,
        "Punjab (Pakistan)"@nb,
        "Punjab (Pakistan)"@nn .

humord:c02060 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02060" ;
    dct:modified "2025-02-24T14:55:09"^^xsd:dateTime ;
    skos:altLabel "Pakhtunistan"@nb,
        "Pakhtunistan"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5/e23/>,
        <http://dewey.info/class/915/e23/>,
        <http://dewey.info/class/950/e23/> ;
    skos:broader humord:c02106 ;
    skos:definition "Pashtunistan er det pashto-dominerte området i Afghanistan og Pakistan <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5/e23/>,
        <http://dewey.info/class/915/e23/>,
        <http://dewey.info/class/950/e23/> ;
    skos:prefLabel "Pashtunistan"@en,
        "Pashtunistan"@nb,
        "Pashtunistan"@nn .

humord:c02062 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02062" ;
    dct:modified "2026-01-14T12:47:25"^^xsd:dateTime ;
    skos:altLabel "Pir Baba helligdommen"@nb,
        "Pir Baba heilagdomen"@nn ;
    skos:broadMatch <http://dewey.info/class/2--54912/e23/>,
        <http://dewey.info/class/915.4912/e23/>,
        <http://dewey.info/class/954.912/e23/> ;
    skos:broader humord:c28949 ;
    skos:definition "Dal og landsby som huser valfartssted for sufihelgenen Pir Baba <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54912/e23/>,
        <http://dewey.info/class/915.4912/e23/>,
        <http://dewey.info/class/954.912/e23/> ;
    skos:prefLabel "Pir Baba"@en,
        "Pir Baba"@nb,
        "Pir Baba"@nn .

humord:c02063 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02063" ;
    dct:modified "2025-02-25T09:53:52"^^xsd:dateTime ;
    skos:altLabel "Sind"@en,
        "Sindh"@nb,
        "Sindh"@nn ;
    skos:broader humord:c28961 ;
    skos:exactMatch <http://dewey.info/class/2--54918/e23/>,
        <http://dewey.info/class/915.4918/e23/>,
        <http://dewey.info/class/954.918/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54918/e23/>,
        <http://dewey.info/class/915.4918/e23/>,
        <http://dewey.info/class/954.918/e23/> ;
    skos:prefLabel "Sindh"@en,
        "Sind"@nb,
        "Sind"@nn .

humord:c02064 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02064" ;
    dct:modified "2026-01-14T12:51:56"^^xsd:dateTime ;
    skos:altLabel "Swat Valley"@en,
        "Swatdalen"@nb,
        "Swatdalen"@nn ;
    skos:broadMatch <http://dewey.info/class/2--549122/e23/>,
        <http://dewey.info/class/915.49122/e23/>,
        <http://dewey.info/class/954.9122/e23/> ;
    skos:broader humord:c28949 ;
    skos:definition "Dal og et administrativt distrikt i Khyber Pakhtunkhwa <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--549122/e23/>,
        <http://dewey.info/class/915.49122/e23/>,
        <http://dewey.info/class/954.9122/e23/> ;
    skos:prefLabel "Swat District"@en,
        "Swat"@nb,
        "Swat"@nn .

humord:c02065 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02065" ;
    dct:modified "2025-02-25T09:54:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3491/e23/>,
        <http://dewey.info/class/934.91/e23/> ;
    skos:broader humord:c02059 ;
    skos:definition "Taxila er en by og viktig arkeologisk sted i Rawalpindi-distriktet i Punjab <Wikepedia, engelsk>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3491/e23/>,
        <http://dewey.info/class/2--549142/e23/>,
        <http://dewey.info/class/915.49142/e23/>,
        <http://dewey.info/class/934.91/e23/>,
        <http://dewey.info/class/954.9142/e23/> ;
    skos:prefLabel "Taxila"@en,
        "Taxila"@nb,
        "Taxila"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--549142/e23/>,
        <http://dewey.info/class/915.49142/e23/>,
        <http://dewey.info/class/954.9142/e23/> .

humord:c02066 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02066" ;
    dct:modified "2024-08-29T17:35:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--54912/e23/>,
        <http://dewey.info/class/915.4912/e23/>,
        <http://dewey.info/class/954.912/e23/> ;
    skos:broader humord:c28965 ;
    skos:definition "Waziristan er en fjellregion i det nordvestlige Pakistan. Det er en del av Pakistans føderalt administrerte stammeområder, og betraktes dermed som utenfor landets fire   provinser <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54912/e23/>,
        <http://dewey.info/class/915.4912/e23/>,
        <http://dewey.info/class/954.912/e23/> ;
    skos:prefLabel "Waziristan"@en,
        "Waziristan"@nb,
        "Waziristan"@nn .

humord:c02067 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02067" ;
    dct:modified "2025-02-24T11:18:59"^^xsd:dateTime ;
    skos:altLabel "Yasin"@nb,
        "Yasin-dalen"@nb,
        "Yasin"@nn,
        "Yasin-dalen"@nn ;
    skos:broadMatch <http://dewey.info/class/2--549132/e23/>,
        <http://dewey.info/class/915.49132/e23/>,
        <http://dewey.info/class/954.9132/e23/> ;
    skos:broader humord:c02120,
        humord:c28948 ;
    skos:definition "Yasindalen er en dal i Hindu Kush-fjellene, Pakistan <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--549132/e23/>,
        <http://dewey.info/class/915.49132/e23/>,
        <http://dewey.info/class/954.9132/e23/> ;
    skos:prefLabel "Yasin Valley"@en,
        "Yasindalen"@nb,
        "Yasindalen"@nn .

humord:c02068 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02068" ;
    dct:modified "2025-02-19T16:37:47"^^xsd:dateTime ;
    skos:altLabel "Kingdom of Saudi Arabia"@en ;
    skos:broader humord:c01810 ;
    skos:exactMatch <http://dewey.info/class/2--538/e23/>,
        <http://dewey.info/class/915.38/e23/>,
        <http://dewey.info/class/953.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--538/e23/>,
        <http://dewey.info/class/915.38/e23/>,
        <http://dewey.info/class/953.8/e23/> ;
    skos:prefLabel "Saudi Arabia"@en,
        "Saudi-Arabia"@nb,
        "Saudi-Arabia"@nn ;
    skos:related humord:c02107 .

humord:c02069 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02069" ;
    dct:modified "2025-02-25T09:44:36"^^xsd:dateTime ;
    skos:altLabel "Hijaz"@en,
        "Hejaz"@nb,
        "Hejaz"@nn ;
    skos:broader humord:c02068 ;
    skos:definition "Hijaz er en fjellkjede og region i det vestlige Saudi Arabia <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--5384/e23/>,
        <http://dewey.info/class/915.384/e23/>,
        <http://dewey.info/class/953.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5384/e23/>,
        <http://dewey.info/class/915.384/e23/>,
        <http://dewey.info/class/953.84/e23/> ;
    skos:prefLabel "Hejaz"@en,
        "Hijaz"@nb,
        "Hijaz"@nn .

humord:c02070 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02070" ;
    dct:modified "2025-02-25T09:45:00"^^xsd:dateTime ;
    skos:altLabel "Jiddah"@en,
        "Jeddah"@nb,
        "Jeddah"@nn ;
    skos:broadMatch <http://dewey.info/class/2--538/e23/>,
        <http://dewey.info/class/915.38/e23/>,
        <http://dewey.info/class/953.8/e23/> ;
    skos:broader humord:c02068 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--538/e23/>,
        <http://dewey.info/class/915.38/e23/>,
        <http://dewey.info/class/953.8/e23/> ;
    skos:prefLabel "Jeddah"@en,
        "Jiddah"@nb,
        "Jiddah"@nn .

humord:c02071 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02071" ;
    dct:modified "2025-02-25T09:45:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/297.352/e23/> ;
    skos:broader humord:c02068 ;
    skos:closeMatch <http://dewey.info/class/2--53846/e23/>,
        <http://dewey.info/class/953.846/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--53846/e23/>,
        <http://dewey.info/class/297.352/e23/>,
        <http://dewey.info/class/953.846/e23/> ;
    skos:prefLabel "Mecca"@en,
        "Mekka"@nb,
        "Mekka"@nn .

humord:c02072 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02072" ;
    dct:modified "2025-02-19T16:47:13"^^xsd:dateTime ;
    skos:altLabel "Republic of Singapore"@en ;
    skos:broader humord:c01810 ;
    skos:definition "Republikken Singapore <UBO>"@nb ;
    skos:exactMatch realfagstermer:c031302,
        <http://dewey.info/class/2--5957/e23/>,
        <http://dewey.info/class/915.957/e23/>,
        <http://dewey.info/class/959.57/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031302,
        <http://dewey.info/class/2--5957/e23/>,
        <http://dewey.info/class/915.957/e23/>,
        <http://dewey.info/class/959.57/e23/> ;
    skos:prefLabel "Singapore"@en,
        "Singapore"@nb,
        "Singapore"@nn .

humord:c02073 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02073" ;
    dct:modified "2024-09-12T13:49:42"^^xsd:dateTime ;
    skos:altLabel "Ceylon"@en,
        "Ceylon"@nb,
        "Ceylon"@nn ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030526,
        <http://dewey.info/class/2--5493/e23/>,
        <http://dewey.info/class/915.493/e23/>,
        <http://dewey.info/class/954.93/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030526,
        <http://dewey.info/class/2--5493/e23/>,
        <http://dewey.info/class/915.493/e23/>,
        <http://dewey.info/class/954.93/e23/> ;
    skos:prefLabel "Sri Lanka"@en,
        "Sri Lanka"@nb,
        "Sri Lanka"@nn .

humord:c02075 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02075" ;
    dct:modified "2025-02-25T09:42:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5493/e23/>,
        <http://dewey.info/class/915.493/e23/>,
        <http://dewey.info/class/954.93/e23/> ;
    skos:broader humord:c02073 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5493/e23/>,
        <http://dewey.info/class/915.493/e23/>,
        <http://dewey.info/class/954.93/e23/> ;
    skos:prefLabel "Adam's Peak"@en,
        "Adam's Peak"@nb,
        "Adam's Peak"@nn .

humord:c02077 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02077" ;
    dct:modified "2025-02-25T09:43:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5493/e23/>,
        <http://dewey.info/class/915.493/e23/>,
        <http://dewey.info/class/954.93/e23/> ;
    skos:broader humord:c02073 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5493/e23/>,
        <http://dewey.info/class/915.493/e23/>,
        <http://dewey.info/class/954.93/e23/> ;
    skos:prefLabel "Kandy"@en,
        "Kandy"@nb,
        "Kandy"@nn .

humord:c02078 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02078" ;
    dct:modified "2025-02-25T09:43:33"^^xsd:dateTime ;
    skos:altLabel "Polonnaruva"@en ;
    skos:broadMatch <http://dewey.info/class/2--5493/e23/>,
        <http://dewey.info/class/915.493/e23/>,
        <http://dewey.info/class/954.93/e23/> ;
    skos:broader humord:c02073 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5493/e23/>,
        <http://dewey.info/class/915.493/e23/>,
        <http://dewey.info/class/954.93/e23/> ;
    skos:prefLabel "Polonnaruwa"@en,
        "Polonnaruva"@nb,
        "Polonnaruva"@nn .

humord:c02079 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02079" ;
    dct:modified "2025-02-25T09:43:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5493/e23/>,
        <http://dewey.info/class/915.493/e23/>,
        <http://dewey.info/class/934.93/e23/>,
        <http://dewey.info/class/954.93/e23/> ;
    skos:broader humord:c02073 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5493/e23/>,
        <http://dewey.info/class/915.493/e23/>,
        <http://dewey.info/class/934.93/e23/>,
        <http://dewey.info/class/954.93/e23/> ;
    skos:prefLabel "Sigiriya"@en,
        "Sigiriya"@nb,
        "Sigiriya"@nn .

humord:c02080 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02080" ;
    dct:modified "2025-02-19T16:47:56"^^xsd:dateTime ;
    skos:altLabel "Syrian Arab Republic"@en ;
    skos:broader humord:c01810 ;
    skos:closeMatch <http://dewey.info/class/2--3943/e23/>,
        <http://dewey.info/class/939.43/e23/> ;
    skos:exactMatch realfagstermer:c030348,
        <http://dewey.info/class/2--5691/e23/>,
        <http://dewey.info/class/915.691/e23/>,
        <http://dewey.info/class/956.91/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030348,
        <http://dewey.info/class/2--3943/e23/>,
        <http://dewey.info/class/2--5691/e23/>,
        <http://dewey.info/class/915.691/e23/>,
        <http://dewey.info/class/939.43/e23/>,
        <http://dewey.info/class/956.91/e23/> ;
    skos:prefLabel "Syria"@en,
        "Syria"@nb,
        "Syria"@nn .

humord:c02081 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02081" ;
    dct:modified "2026-01-14T12:54:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--56913/e23/>,
        <http://dewey.info/class/915.6913/e23/>,
        <http://dewey.info/class/956.913/e23/> ;
    skos:broader humord:c28982 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--56913/e23/>,
        <http://dewey.info/class/915.6913/e23/>,
        <http://dewey.info/class/956.913/e23/> ;
    skos:prefLabel "Aleppo (City)"@en,
        "Aleppo (By)"@nb,
        "Aleppo (By)"@nn .

humord:c02082 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02082" ;
    dct:modified "2024-10-16T14:12:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3944/e23/>,
        <http://dewey.info/class/939.44/e23/> ;
    skos:broader humord:c02030 ;
    skos:exactMatch <http://dewey.info/class/2--56925/e23/>,
        <http://dewey.info/class/915.6925/e23/>,
        <http://dewey.info/class/956.925/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3944/e23/>,
        <http://dewey.info/class/2--56925/e23/>,
        <http://dewey.info/class/915.6925/e23/>,
        <http://dewey.info/class/939.44/e23/>,
        <http://dewey.info/class/956.925/e23/> ;
    skos:prefLabel "Beirut"@en,
        "Beirut"@nb,
        "Beirut"@nn .

humord:c02083 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02083" ;
    dct:modified "2024-10-01T10:27:47"^^xsd:dateTime ;
    skos:broader humord:c28983 ;
    skos:definition "Damaskus er hovedstaden i Syria <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--394344/e23/>,
        <http://dewey.info/class/2--569144/e23/>,
        <http://dewey.info/class/915.69144/e23/>,
        <http://dewey.info/class/939.4344/e23/>,
        <http://dewey.info/class/956.9144/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--394344/e23/>,
        <http://dewey.info/class/2--569144/e23/>,
        <http://dewey.info/class/915.69144/e23/>,
        <http://dewey.info/class/939.4344/e23/>,
        <http://dewey.info/class/956.9144/e23/> ;
    skos:prefLabel "Damascus (City)"@en,
        "Damaskus (By)"@nb,
        "Damaskus (By)"@nn .

humord:c02084 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02084" ;
    dct:modified "2026-01-14T12:52:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--39433/e23/>,
        <http://dewey.info/class/939.433/e23/> ;
    skos:broader humord:c28981 ;
    skos:definition "Nåværende Tall Mardikh, oldtidsby sørvest for Aleppo i det nordlige Syria. Sentrum i et semittisk storrike som strakte seg fra dagens Libanon til det til det nordlige Mesopotamia <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39433/e23/>,
        <http://dewey.info/class/939.433/e23/> ;
    skos:prefLabel "Ebla"@en,
        "Ebla"@nb,
        "Ebla"@nn .

humord:c02085 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02085" ;
    dct:modified "2025-02-24T07:57:07"^^xsd:dateTime ;
    skos:altLabel "Tell Hariri (By)"@nb,
        "Tell Hariri (By)"@nn ;
    skos:broadMatch <http://dewey.info/class/2--39432/e23/>,
        <http://dewey.info/class/939.432/e23/> ;
    skos:broader humord:c28980 ;
    skos:definition "Mari var en oldtidsby på vestbredden av Eufrat, i Syria nær grensen til Irak <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39432/e23/>,
        <http://dewey.info/class/939.432/e23/> ;
    skos:prefLabel "Mari (Ancient city)"@en,
        "Mari (Oldtidsby)"@nb,
        "Mari (Oldtidsby)"@nn ;
    skos:related humord:c01925 .

humord:c02086 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02086" ;
    dct:modified "2026-01-14T12:53:17"^^xsd:dateTime ;
    skos:altLabel "Tadmor"@nb,
        "Tadmor"@nn ;
    skos:broader humord:c28987 ;
    skos:closeMatch <http://dewey.info/class/2--39432/e23/>,
        <http://dewey.info/class/939.432/e23/> ;
    skos:definition "Ruinby fra antikken og et viktig arkeologisk funnsted i Syria cirka 215 km nordøst for hovedstaden Damaskus <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39432/e23/>,
        <http://dewey.info/class/939.432/e23/> ;
    skos:prefLabel "Palmyra"@en,
        "Palmyra"@nb,
        "Palmyra"@nn .

humord:c02087 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02087" ;
    dct:modified "2026-01-14T12:54:17"^^xsd:dateTime ;
    skos:altLabel "Tell Mozan"@en,
        "Mozan"@nb,
        "Urkes"@nb,
        "Urkesh"@nb,
        "Urkis"@nb,
        "Mozan"@nn,
        "Urkes"@nn,
        "Urkesh"@nn,
        "Urkis"@nn ;
    skos:broadMatch <http://dewey.info/class/2--39432/e23/>,
        <http://dewey.info/class/939.432/e23/> ;
    skos:broader humord:c28985 ;
    skos:definition "Oldtidsby i Al-Hasakah guvernementet <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39432/e23/>,
        <http://dewey.info/class/939.432/e23/> ;
    skos:prefLabel "Urkesh"@en,
        "Tell Mozan"@nb,
        "Tell Mozan"@nn .

humord:c02089 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02089" ;
    dct:modified "2026-01-14T12:54:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--39433/e23/>,
        <http://dewey.info/class/939.433/e23/> ;
    skos:broader humord:c28994 ;
    skos:definition "Oldtidsby som befant seg på det nåværende stedet Ras Shamra i Syria <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39433/e23/>,
        <http://dewey.info/class/939.433/e23/> ;
    skos:prefLabel "Ugarit"@en,
        "Ugarit"@nb,
        "Ugarit"@nn .

humord:c02090 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02090" ;
    dct:modified "2025-02-19T16:38:39"^^xsd:dateTime ;
    skos:altLabel "Korea, Republic of"@en,
        "Republic of Korea"@en,
        "Daehan Minguk"@nb,
        "Daehanminguk"@nb,
        "Syd-Korea"@nb,
        "Taehan Minguk"@nb,
        "Taehanminguk"@nb,
        "Daehan Minguk"@nn,
        "Daehanminguk"@nn,
        "Taehan Minguk"@nn,
        "Taehanminguk"@nn ;
    skos:broader humord:c01810 ;
    skos:exactMatch <http://dewey.info/class/2--5195/e23/>,
        <http://dewey.info/class/915.195/e23/>,
        <http://dewey.info/class/951.95/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5195/e23/>,
        <http://dewey.info/class/915.195/e23/>,
        <http://dewey.info/class/951.95/e23/> ;
    skos:prefLabel "South Korea"@en,
        "Sør-Korea"@nb,
        "Sør-Korea"@nn ;
    skos:related humord:c02127 .

humord:c02091 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02091" ;
    dct:modified "2025-02-25T09:28:46"^^xsd:dateTime ;
    skos:altLabel "Pusan"@en,
        "Pusan"@nb,
        "Pusan"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5195/e23/>,
        <http://dewey.info/class/915.195/e23/>,
        <http://dewey.info/class/951.95/e23/> ;
    skos:broader humord:c02090 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5195/e23/>,
        <http://dewey.info/class/915.195/e23/>,
        <http://dewey.info/class/951.95/e23/> ;
    skos:prefLabel "Busan"@en,
        "Busan"@nb,
        "Busan"@nn .

humord:c02092 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02092" ;
    dct:modified "2025-02-19T16:26:42"^^xsd:dateTime ;
    skos:altLabel "Republic of Tajikistan"@en,
        "Tajikistan"@nb,
        "Tajikistan"@nn ;
    skos:broadMatch <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/939.6/e23/> ;
    skos:broader humord:c01810 ;
    skos:exactMatch <http://dewey.info/class/2--586/e23/>,
        <http://dewey.info/class/915.86/e23/>,
        <http://dewey.info/class/958.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--586/e23/>,
        <http://dewey.info/class/915.86/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.6/e23/> ;
    skos:prefLabel "Tajikistan"@en,
        "Tadsjikistan"@nb,
        "Tadsjikistan"@nn ;
    skos:related humord:c19818 .

humord:c02093 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02093" ;
    dct:modified "2025-02-19T16:48:20"^^xsd:dateTime ;
    skos:altLabel "Formosa"@en,
        "Taiwan, Province Of China"@en,
        "Formosa"@nb,
        "Formosa"@nn ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030523,
        <http://dewey.info/class/2--51249/e23/>,
        <http://dewey.info/class/915.1249/e23/>,
        <http://dewey.info/class/951.249/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030523,
        <http://dewey.info/class/2--51249/e23/>,
        <http://dewey.info/class/915.1249/e23/>,
        <http://dewey.info/class/951.249/e23/> ;
    skos:prefLabel "Taiwan"@en,
        "Taiwan"@nb,
        "Taiwan"@nn .

humord:c02095 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02095" ;
    dct:modified "2025-02-25T09:25:42"^^xsd:dateTime ;
    skos:altLabel "Taipei"@nb,
        "Taipei"@nn ;
    skos:broadMatch <http://dewey.info/class/2--51249/e23/>,
        <http://dewey.info/class/915.1249/e23/>,
        <http://dewey.info/class/951.249/e23/> ;
    skos:broader humord:c02093 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--51249/e23/>,
        <http://dewey.info/class/915.1249/e23/>,
        <http://dewey.info/class/951.249/e23/> ;
    skos:prefLabel "Taipei"@en,
        "Taibei"@nb,
        "Taibei"@nn .

humord:c02096 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02096" ;
    dct:modified "2025-02-19T16:48:43"^^xsd:dateTime ;
    skos:altLabel "Siam"@en,
        "Siam"@nb,
        "Siam"@nn ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030345,
        <http://dewey.info/class/2--593/e23/>,
        <http://dewey.info/class/915.93/e23/>,
        <http://dewey.info/class/959.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030345,
        <http://dewey.info/class/2--593/e23/>,
        <http://dewey.info/class/915.93/e23/>,
        <http://dewey.info/class/959.3/e23/> ;
    skos:prefLabel "Thailand"@en,
        "Thailand"@nb,
        "Thailand"@nn .

humord:c02098 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02098" ;
    dct:modified "2025-02-19T16:27:00"^^xsd:dateTime ;
    skos:broader humord:c01810 ;
    skos:exactMatch <http://dewey.info/class/2--585/e23/>,
        <http://dewey.info/class/915.85/e23/>,
        <http://dewey.info/class/958.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--585/e23/>,
        <http://dewey.info/class/915.85/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.5/e23/> ;
    skos:prefLabel "Turkmenistan"@en,
        "Turkmenistan"@nb,
        "Turkmenistan"@nn ;
    skos:related humord:c19818 ;
    skos:relatedMatch <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/939.6/e23/> .

humord:c02099 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02099" ;
    dct:modified "2025-02-19T16:27:26"^^xsd:dateTime ;
    skos:altLabel "Republic of Uzbekistan"@en,
        "Uzbegistan"@nb,
        "Uzbekistan"@nb,
        "Uzbegistan"@nn,
        "Uzbekistan"@nn ;
    skos:broadMatch <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/939.6/e23/> ;
    skos:broader humord:c01810 ;
    skos:exactMatch <http://dewey.info/class/2--587/e23/>,
        <http://dewey.info/class/915.87/e23/>,
        <http://dewey.info/class/958.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--587/e23/>,
        <http://dewey.info/class/915.87/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958.7/e23/> ;
    skos:prefLabel "Uzbekistan"@en,
        "Usbekistan"@nb,
        "Usbekistan"@nn ;
    skos:related humord:c19818 .

humord:c02101 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02101" ;
    dct:modified "2025-02-24T15:01:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--58734/e23/>,
        <http://dewey.info/class/915.8734/e23/>,
        <http://dewey.info/class/958.734/e23/> ;
    skos:broader humord:c02099 ;
    skos:definition "Bukhara er en by og område (tidl.stat) i Sentral-Asia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--58734/e23/>,
        <http://dewey.info/class/915.8734/e23/>,
        <http://dewey.info/class/958.734/e23/> ;
    skos:prefLabel "Bukhara"@en,
        "Bukhara"@nb,
        "Bukhara"@nn .

humord:c02102 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02102" ;
    dct:modified "2025-02-19T16:39:19"^^xsd:dateTime ;
    skos:altLabel "Viet Nam"@en,
        "Viet Nam"@nb,
        "Viet Nam"@nn ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030360,
        <http://dewey.info/class/2--597/e23/>,
        <http://dewey.info/class/915.97/e23/>,
        <http://dewey.info/class/959.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030360,
        <http://dewey.info/class/2--597/e23/>,
        <http://dewey.info/class/915.97/e23/>,
        <http://dewey.info/class/959.7/e23/> ;
    skos:prefLabel "Vietnam"@en,
        "Vietnam"@nb,
        "Vietnam"@nn ;
    skos:related humord:c15104 .

humord:c02103 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02103" ;
    dct:modified "2025-02-21T14:09:41"^^xsd:dateTime ;
    skos:altLabel "Nord-Jemen"@nb,
        "Nord-Yemen"@nb,
        "Nord-Jemen"@nn,
        "Nord-Yemen"@nn,
        "Yemen"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3949/e23/>,
        <http://dewey.info/class/939.49/e23/> ;
    skos:broader humord:c01810 ;
    skos:exactMatch <http://dewey.info/class/2--533/e23/>,
        <http://dewey.info/class/915.33/e23/>,
        <http://dewey.info/class/953.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3949/e23/>,
        <http://dewey.info/class/2--533/e23/>,
        <http://dewey.info/class/915.33/e23/>,
        <http://dewey.info/class/939.49/e23/>,
        <http://dewey.info/class/953.3/e23/> ;
    skos:prefLabel "Yemen"@en,
        "Jemen"@nb,
        "Jemen"@nn .

humord:c02107 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02107" ;
    dct:modified "2024-08-16T14:31:32"^^xsd:dateTime ;
    skos:altLabel "Arab Gulf States"@en,
        "Arabia"@en,
        "Gulf states"@en,
        "Arabiske Golfstater"@nb,
        "Arabiske Gulfstater"@nb,
        "Arabiske halvøy"@nb,
        "De Arabiske Gulfstater"@nb,
        "De arabiske Golfstater"@nb,
        "Golfstatene"@nb,
        "Arabiske Golfstatar"@nn,
        "Arabiske halvøy"@nn,
        "Dei arabiske Golfstatar"@nn,
        "Golfstatane"@nn ;
    skos:broader humord:c02106 ;
    skos:closeMatch <http://dewey.info/class/2--3949/e23/>,
        <http://dewey.info/class/939.49/e23/> ;
    skos:exactMatch realfagstermer:c030317,
        realfagstermer:c030986,
        <http://dewey.info/class/2--53/e23/>,
        <http://dewey.info/class/915.3/e23/>,
        <http://dewey.info/class/953/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030317,
        realfagstermer:c030986,
        <http://dewey.info/class/2--3949/e23/>,
        <http://dewey.info/class/2--53/e23/>,
        <http://dewey.info/class/915.3/e23/>,
        <http://dewey.info/class/939.49/e23/>,
        <http://dewey.info/class/953/e23/> ;
    skos:prefLabel "Arabian Peninsula"@en,
        "Arabia"@nb,
        "Arabia"@nn ;
    skos:related humord:c02068 .

humord:c02109 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02109" ;
    dct:modified "2024-08-28T08:00:12"^^xsd:dateTime ;
    skos:altLabel "Armenia (Area)"@en ;
    skos:broader humord:c02106 ;
    skos:closeMatch <http://dewey.info/class/2--3955/e23/>,
        <http://dewey.info/class/2--5662/e23/>,
        <http://dewey.info/class/915.662/e23/>,
        <http://dewey.info/class/939.55/e23/>,
        <http://dewey.info/class/956.62/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3955/e23/>,
        <http://dewey.info/class/2--4756/e23/>,
        <http://dewey.info/class/2--5662/e23/>,
        <http://dewey.info/class/915.662/e23/>,
        <http://dewey.info/class/939.55/e23/>,
        <http://dewey.info/class/947.56/e23/>,
        <http://dewey.info/class/956.62/e23/> ;
    skos:prefLabel "Armenia (Region)"@en,
        "Armenia (Område)"@nb,
        "Armenia (Område)"@nn ;
    skos:related humord:c01822 ;
    skos:relatedMatch <http://dewey.info/class/2--4756/e23/>,
        <http://dewey.info/class/947.56/e23/> .

humord:c02110 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-06-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02110" ;
    dct:modified "2024-08-28T11:20:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/933.03/e23/>,
        <http://dewey.info/class/939.402/e23/> ;
    skos:broader humord:c01810 ;
    skos:exactMatch realfagstermer:c030956,
        <http://dewey.info/class/2--35/e23/>,
        <http://dewey.info/class/935.03/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030956,
        <http://dewey.info/class/2--35/e23/>,
        <http://dewey.info/class/933.03/e23/>,
        <http://dewey.info/class/935.03/e23/>,
        <http://dewey.info/class/939.402/e23/> ;
    skos:prefLabel "Assyria"@en,
        "Assyria"@nb,
        "Assyria"@nn ;
    skos:related humord:c01921,
        humord:c01925,
        humord:c02111,
        humord:c17941 .

humord:c02111 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-12-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02111" ;
    dct:modified "2024-10-09T08:20:19"^^xsd:dateTime ;
    skos:broader humord:c01810 ;
    skos:closeMatch <http://dewey.info/class/2--355/e23/>,
        <http://dewey.info/class/935.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--355/e23/>,
        <http://dewey.info/class/935.5/e23/> ;
    skos:prefLabel "Babylonia"@en,
        "Babylonia"@nb,
        "Babylonia"@nn ;
    skos:related humord:c01921,
        humord:c01925,
        humord:c02110,
        humord:c17941 .

humord:c02112 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02112" ;
    dct:modified "2024-10-09T08:20:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--355/e23/>,
        <http://dewey.info/class/935.5/e23/> ;
    skos:broader humord:c02111 ;
    skos:exactMatch realfagstermer:c030472 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030472,
        <http://dewey.info/class/2--355/e23/>,
        <http://dewey.info/class/935.5/e23/> ;
    skos:prefLabel "Babylon"@en,
        "Babylon"@nb,
        "Babylon"@nn .

humord:c02113 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02113" ;
    dct:modified "2024-09-16T09:46:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--355/e23/>,
        <http://dewey.info/class/935.5/e23/> ;
    skos:broader humord:c02111 ;
    skos:definition "Characene var et oldtidsrike i det sørlige Babylon <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--355/e23/>,
        <http://dewey.info/class/935.5/e23/> ;
    skos:prefLabel "Characene"@en,
        "Characene"@nb,
        "Characene"@nn .

humord:c02114 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02114" ;
    dct:modified "2024-10-10T13:49:20"^^xsd:dateTime ;
    skos:altLabel "Baluchistan"@en,
        "Balochistan"@nb,
        "Balutsjistan"@nb,
        "Balochistan"@nn,
        "Balutsjistan"@nn ;
    skos:broader humord:c02106 ;
    skos:closeMatch <http://dewey.info/class/2--54915/e23/>,
        <http://dewey.info/class/954.915/e23/> ;
    skos:definition "Baluchistan er et landskap i sørøstlige Iran, vestlige Pakistan og sørlige Afghanistan <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54915/e23/>,
        <http://dewey.info/class/954.915/e23/> ;
    skos:prefLabel "Balochistan"@en,
        "Baluchistan"@nb,
        "Baluchistan"@nn .

humord:c02116 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-10-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02116" ;
    dct:modified "2024-10-17T14:49:12"^^xsd:dateTime ;
    skos:broader humord:c02106 ;
    skos:closeMatch <http://dewey.info/class/2--5414/e23/>,
        <http://dewey.info/class/915.414/e23/>,
        <http://dewey.info/class/954.14/e23/> ;
    skos:definition "Bengal er et landområde i den nordøstlige delen av det indiske subkontinent, tidligere en provins i Britisk India, i dag delt mellom den indiske delstaten West Bengal og Bangladesh. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5414/e23/>,
        <http://dewey.info/class/915.414/e23/>,
        <http://dewey.info/class/954.14/e23/> ;
    skos:prefLabel "Bengal"@en,
        "Bengal"@nb,
        "Bengal"@nn .

humord:c02117 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02117" ;
    dct:modified "2024-10-07T13:02:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5/e23/>,
        <http://dewey.info/class/915/e23/>,
        <http://dewey.info/class/950/e23/> ;
    skos:broader humord:c02106 ;
    skos:definition "Dardistan er et område som dekker nordlige deler av Pakistan, Kashmir og nordøstlige deler av Afghanistan <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5/e23/>,
        <http://dewey.info/class/915/e23/>,
        <http://dewey.info/class/950/e23/> ;
    skos:prefLabel "Dardistan"@en,
        "Dardistan"@nb,
        "Dardistan"@nn .

humord:c02118 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02118" ;
    dct:modified "2025-02-24T12:20:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--541/e23/>,
        <http://dewey.info/class/915.41/e23/>,
        <http://dewey.info/class/954.1/e23/> ;
    skos:broader humord:c02106 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--541/e23/>,
        <http://dewey.info/class/915.41/e23/>,
        <http://dewey.info/class/954.1/e23/> ;
    skos:prefLabel "Ganges Valley"@en,
        "Gangesdalen"@nb,
        "Gangesdalen"@nn .

humord:c02119 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02119" ;
    dct:modified "2025-02-24T12:24:25"^^xsd:dateTime ;
    skos:altLabel "Himalaya"@en ;
    skos:broader humord:c02106 ;
    skos:closeMatch <http://dewey.info/class/2--5496/e23/>,
        <http://dewey.info/class/915.496/e23/>,
        <http://dewey.info/class/954.96/e23/> ;
    skos:exactMatch realfagstermer:c030698 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030698,
        <http://dewey.info/class/2--5496/e23/>,
        <http://dewey.info/class/915.496/e23/>,
        <http://dewey.info/class/954.96/e23/> ;
    skos:prefLabel "Himalayas"@en,
        "Himalaya"@nb,
        "Himalaya"@nn .

humord:c02120 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02120" ;
    dct:modified "2025-02-24T12:24:55"^^xsd:dateTime ;
    skos:altLabel "Hindukush"@nb,
        "Hindukush"@nn ;
    skos:broader humord:c02106 ;
    skos:closeMatch <http://dewey.info/class/2--581/e23/>,
        <http://dewey.info/class/915.81/e23/>,
        <http://dewey.info/class/958.1/e23/> ;
    skos:definition "Hindu Kush er en fjellkjede i Sentral-Asia, verdens nest høyeste og ligger hovedsakelig i det nordøstlige og midtre Afghanistan <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--581/e23/>,
        <http://dewey.info/class/915.81/e23/>,
        <http://dewey.info/class/958.1/e23/> ;
    skos:prefLabel "Hindu Kush"@en,
        "Hindu Kush"@nb,
        "Hindu Kush"@nn .

humord:c02122 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02122" ;
    dct:modified "2025-02-21T14:08:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--569/e23/>,
        <http://dewey.info/class/915.69/e23/>,
        <http://dewey.info/class/956.9/e23/> ;
    skos:broader humord:c02106 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--569/e23/>,
        <http://dewey.info/class/915.69/e23/>,
        <http://dewey.info/class/956.9/e23/> ;
    skos:prefLabel "Jordan Valley"@en,
        "Jordandalen"@nb,
        "Jordandalen"@nn .

humord:c02123 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02123" ;
    dct:modified "2025-02-24T14:49:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--54913/e23/>,
        <http://dewey.info/class/915.4913/e23/>,
        <http://dewey.info/class/954.913/e23/> ;
    skos:broader humord:c02106 ;
    skos:closeMatch <http://dewey.info/class/2--546/e23/>,
        <http://dewey.info/class/915.46/e23/>,
        <http://dewey.info/class/954.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--546/e23/>,
        <http://dewey.info/class/2--54913/e23/>,
        <http://dewey.info/class/915.46/e23/>,
        <http://dewey.info/class/915.4913/e23/>,
        <http://dewey.info/class/954.6/e23/>,
        <http://dewey.info/class/954.913/e23/> ;
    skos:prefLabel "Kashmir"@en,
        "Kashmir"@nb,
        "Kashmir"@nn .

humord:c02124 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02124" ;
    dct:modified "2025-10-14T15:26:47"^^xsd:dateTime ;
    skos:altLabel "Caucasus (Area)"@en ;
    skos:broadMatch <http://dewey.info/class/2--475/e23/>,
        <http://dewey.info/class/2--57/e23/>,
        <http://dewey.info/class/914.75/e23/>,
        <http://dewey.info/class/915.7/e23/>,
        <http://dewey.info/class/947.5/e23/>,
        <http://dewey.info/class/957/e23/> ;
    skos:broader humord:c02106 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--475/e23/>,
        <http://dewey.info/class/2--57/e23/>,
        <http://dewey.info/class/914.75/e23/>,
        <http://dewey.info/class/915.7/e23/>,
        <http://dewey.info/class/947.5/e23/>,
        <http://dewey.info/class/957/e23/> ;
    skos:prefLabel "Caucasia"@en,
        "Kaukasia"@nb,
        "Kaukasia"@nn .

humord:c02125 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02125" ;
    dct:modified "2025-02-24T11:20:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4752/e23/>,
        <http://dewey.info/class/914.752/e23/>,
        <http://dewey.info/class/947.52/e23/> ;
    skos:broader humord:c02124 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4752/e23/>,
        <http://dewey.info/class/914.752/e23/>,
        <http://dewey.info/class/947.52/e23/> ;
    skos:prefLabel "North Caucasus"@en,
        "Nord-Kaukasia"@nb,
        "Nord-Kaukasia"@nn .

humord:c02126 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02126" ;
    dct:modified "2025-02-24T11:19:26"^^xsd:dateTime ;
    skos:altLabel "Transkaukasus"@nb,
        "Transkaukasus"@nn ;
    skos:broadMatch <http://dewey.info/class/2--475/e23/>,
        <http://dewey.info/class/914.75/e23/>,
        <http://dewey.info/class/947.5/e23/> ;
    skos:broader humord:c02124 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--475/e23/>,
        <http://dewey.info/class/914.75/e23/>,
        <http://dewey.info/class/947.5/e23/> ;
    skos:prefLabel "Transcaucasia"@en,
        "Transkaukasia"@nb,
        "Transkaukasia"@nn .

humord:c02127 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02127" ;
    dct:modified "2025-02-25T09:55:01"^^xsd:dateTime ;
    skos:altLabel "Den koreanske halvøy"@nb,
        "Koreahalvøya"@nb,
        "Den koreanske halvøy"@nn,
        "Koreahalvøya"@nn ;
    skos:broader humord:c02106 ;
    skos:exactMatch realfagstermer:c030816,
        <http://dewey.info/class/2--519/e23/>,
        <http://dewey.info/class/915.19/e23/>,
        <http://dewey.info/class/951.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030816,
        <http://dewey.info/class/2--519/e23/>,
        <http://dewey.info/class/915.19/e23/>,
        <http://dewey.info/class/951.9/e23/> ;
    skos:prefLabel "Korea"@en,
        "Korea"@nb,
        "Korea"@nn ;
    skos:related humord:c02046,
        humord:c02090 .

humord:c02129 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02129" ;
    dct:modified "2025-02-24T14:52:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3942/e23/>,
        <http://dewey.info/class/2--5554/e23/>,
        <http://dewey.info/class/2--5672/e23/>,
        <http://dewey.info/class/915.554/e23/>,
        <http://dewey.info/class/939.42/e23/>,
        <http://dewey.info/class/955.54/e23/> ;
    skos:broader humord:c02106 ;
    skos:exactMatch <http://dewey.info/class/2--5667/e23/>,
        <http://dewey.info/class/915.667/e23/>,
        <http://dewey.info/class/956.67/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3942/e23/>,
        <http://dewey.info/class/2--5554/e23/>,
        <http://dewey.info/class/2--5667/e23/>,
        <http://dewey.info/class/2--5672/e23/>,
        <http://dewey.info/class/915.554/e23/>,
        <http://dewey.info/class/915.667/e23/>,
        <http://dewey.info/class/939.42/e23/>,
        <http://dewey.info/class/955.54/e23/>,
        <http://dewey.info/class/956.67/e23/> ;
    skos:prefLabel "Kurdistan"@en,
        "Kurdistan"@nb,
        "Kurdistan"@nn .

humord:c02130 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02130" ;
    dct:modified "2025-02-24T14:54:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--56/e23/>,
        <http://dewey.info/class/915.6/e23/>,
        <http://dewey.info/class/956/e23/> ;
    skos:broader humord:c02106 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--56/e23/>,
        <http://dewey.info/class/915.6/e23/>,
        <http://dewey.info/class/956/e23/> ;
    skos:prefLabel "The Levant"@en,
        "Levanten"@nb,
        "Levanten"@nn .

humord:c02131 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02131" ;
    dct:modified "2025-02-24T14:53:20"^^xsd:dateTime ;
    skos:altLabel "Moghulske rike"@nb,
        "Mogulske rike"@nb,
        "Mughal-dynastiet"@nb,
        "Mughalriket"@nb,
        "Moghulske rike"@nn,
        "Mogulske rike"@nn,
        "Mughal-dynastiet"@nn,
        "Mughalriket"@nn ;
    skos:broadMatch <http://dewey.info/class/2--54/e23/>,
        <http://dewey.info/class/915.4/e23/> ;
    skos:broader humord:c02106 ;
    skos:definition "Mogulriket var et islamsk og tyrkisk rike som strakte seg over store deler av Det indiske subkontinent fra 1526 til 1857 <Wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/954.025/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--54/e23/>,
        <http://dewey.info/class/915.4/e23/>,
        <http://dewey.info/class/954.025/e23/> ;
    skos:prefLabel "Mughal Empire"@en,
        "Mogulriket"@nb,
        "Mogulriket"@nn .

humord:c02134 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02134" ;
    dct:modified "2024-10-11T10:22:33"^^xsd:dateTime ;
    skos:altLabel "Occupied Palestinian Territory"@en,
        "Palestinian territories"@en,
        "De okkuperte palestinske territoriene"@nb,
        "De palestinske selvstyremyndighetene"@nb,
        "De palestinske territoriene"@nb,
        "Dei okkuperte palestinske territoria"@nn,
        "Dei palestinske sjølvstyremaktene"@nn,
        "Dei palestinske sjølvstyresmaktene"@nn,
        "Dei palestinske territoria"@nn ;
    skos:broader humord:c02106 ;
    skos:closeMatch <http://dewey.info/class/2--33/e23/>,
        <http://dewey.info/class/2--5694/e23/>,
        <http://dewey.info/class/915.694/e23/>,
        <http://dewey.info/class/933/e23/>,
        <http://dewey.info/class/956.94/e23/> ;
    skos:definition "Palestina brukes som en geografisk betegnelse på det området i Midtøsten som inneholder Israel og de okkuperte palestinske områdene Gaza og Vestbredden. Politisk brukes Palestina til å omtale det palestinske selvstyrte området som etter 1994 består av Gaza og Vestbredden. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030327 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030327,
        <http://dewey.info/class/2--33/e23/>,
        <http://dewey.info/class/2--5694/e23/>,
        <http://dewey.info/class/220.9/e23/>,
        <http://dewey.info/class/915.694/e23/>,
        <http://dewey.info/class/933/e23/>,
        <http://dewey.info/class/956.94/e23/> ;
    skos:prefLabel "Palestine"@en,
        "Palestina"@nb,
        "Palestina"@nn ;
    skos:related humord:c01935 ;
    skos:relatedMatch <http://dewey.info/class/220.9/e23/> .

humord:c02135 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-04-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02135" ;
    dct:modified "2025-02-24T14:54:23"^^xsd:dateTime ;
    skos:altLabel "Parterriket"@nb,
        "Parthia"@nb,
        "Parterriket"@nn,
        "Parthia"@nn ;
    skos:broadMatch <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/939.6/e23/> ;
    skos:broader humord:c02106 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/939.6/e23/> ;
    skos:prefLabel "Parthia"@en,
        "Partia"@nb,
        "Partia"@nn .

humord:c02137 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02137" ;
    dct:modified "2024-09-12T13:58:03"^^xsd:dateTime ;
    skos:altLabel "Central-Asia"@nb,
        "Sentralasia"@nb,
        "Central-Asia"@nn,
        "Sentralasia"@nn ;
    skos:broader humord:c02106 ;
    skos:closeMatch <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/939.6/e23/> ;
    skos:exactMatch realfagstermer:c031058,
        <http://dewey.info/class/2--58/e23/>,
        <http://dewey.info/class/915.8/e23/>,
        <http://dewey.info/class/958/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031058,
        <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--58/e23/>,
        <http://dewey.info/class/915.8/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958/e23/> ;
    skos:prefLabel "Central Asia"@en,
        "Sentral-Asia"@nb,
        "Sentral-Asia"@nn .

humord:c02140 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02140" ;
    dct:modified "2025-02-24T07:49:28"^^xsd:dateTime ;
    skos:altLabel "Khorezm"@en,
        "Khorezm"@nb,
        "Khwarezm"@nb,
        "Khorezm"@nn,
        "Khwarezm"@nn ;
    skos:broadMatch <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/939.6/e23/> ;
    skos:broader humord:c02137 ;
    skos:definition "Khoresm var et sentralasiatisk khanat (fyrstedømme) i middelalderen. Khoresm ble grunnlagt  omkring 500 f.Kr. I dag delt mellom Usbekistan, Kasakhstan, og Turkmenistan <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--58/e23/>,
        <http://dewey.info/class/915.8/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958/e23/> ;
    skos:prefLabel "Khwarazm"@en,
        "Khoresm"@nb,
        "Khoresm"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--58/e23/>,
        <http://dewey.info/class/915.8/e23/>,
        <http://dewey.info/class/958/e23/> .

humord:c02142 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02142" ;
    dct:modified "2025-02-24T07:51:43"^^xsd:dateTime ;
    skos:broader humord:c02137 ;
    skos:closeMatch <http://dewey.info/class/2--5862/e23/>,
        <http://dewey.info/class/915.862/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5862/e23/>,
        <http://dewey.info/class/915.862/e23/> ;
    skos:prefLabel "Pamir"@en,
        "Pamir"@nb,
        "Pamir"@nn .

humord:c02143 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-04-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02143" ;
    dct:modified "2025-02-24T07:52:12"^^xsd:dateTime ;
    skos:altLabel "Turkistan"@nb,
        "Tyrkistan"@nb,
        "Turkistan"@nn,
        "Tyrkistan"@nn ;
    skos:broader humord:c02137 ;
    skos:exactMatch <http://dewey.info/class/2--584/e23/>,
        <http://dewey.info/class/915.84/e23/>,
        <http://dewey.info/class/958.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--584/e23/>,
        <http://dewey.info/class/915.84/e23/>,
        <http://dewey.info/class/958.4/e23/> ;
    skos:prefLabel "Turkestan"@en,
        "Turkestan"@nb,
        "Turkestan"@nn .

humord:c02146 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02146" ;
    dct:modified "2025-02-24T14:59:59"^^xsd:dateTime ;
    skos:altLabel "Southern Asia"@en,
        "Syd-Asia"@nb,
        "Syd-Asia"@nn ;
    skos:broader humord:c02106 ;
    skos:closeMatch <http://dewey.info/class/2--34/e23/>,
        <http://dewey.info/class/2--54/e23/>,
        <http://dewey.info/class/915.4/e23/>,
        <http://dewey.info/class/934/e23/>,
        <http://dewey.info/class/954/e23/> ;
    skos:exactMatch realfagstermer:c030719 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030719,
        <http://dewey.info/class/2--34/e23/>,
        <http://dewey.info/class/2--54/e23/>,
        <http://dewey.info/class/915.4/e23/>,
        <http://dewey.info/class/934/e23/>,
        <http://dewey.info/class/954/e23/> ;
    skos:prefLabel "South Asia"@en,
        "Sør-Asia"@nb,
        "Sør-Asia"@nn .

humord:c02148 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02148" ;
    dct:modified "2025-02-24T10:50:00"^^xsd:dateTime ;
    skos:altLabel "South-East Asia"@en,
        "Sydøst-Asia"@nb,
        "Sydøst-Asia"@nn ;
    skos:broader humord:c02106 ;
    skos:exactMatch realfagstermer:c030481,
        <http://dewey.info/class/2--59/e23/>,
        <http://dewey.info/class/915.9/e23/>,
        <http://dewey.info/class/959/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030481,
        <http://dewey.info/class/2--59/e23/>,
        <http://dewey.info/class/915.9/e23/>,
        <http://dewey.info/class/959/e23/> ;
    skos:prefLabel "Southeast Asia"@en,
        "Sørøst-Asia"@nb,
        "Sørøst-Asia"@nn .

humord:c02149 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02149" ;
    dct:modified "2024-08-21T08:46:15"^^xsd:dateTime ;
    skos:altLabel "Eastern Asia"@en,
        "Far East"@en,
        "Fjerne Østen"@nb,
        "Fjerne Austen"@nn ;
    skos:broader humord:c02106 ;
    skos:exactMatch realfagstermer:c030690,
        <http://dewey.info/class/2--5/e23/>,
        <http://dewey.info/class/915/e23/>,
        <http://dewey.info/class/950/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030690,
        <http://dewey.info/class/2--5/e23/>,
        <http://dewey.info/class/915/e23/>,
        <http://dewey.info/class/950/e23/> ;
    skos:prefLabel "East Asia"@en,
        "Øst-Asia"@nb,
        "Aust-Asia"@nn .

humord:c02151 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02151" ;
    dct:modified "2024-08-14T09:20:18"^^xsd:dateTime ;
    skos:altLabel "Oxus"@en,
        "Amu-Darja"@nb,
        "Oxos"@nb,
        "Amu-Darja"@nn,
        "Oxos"@nn ;
    skos:broadMatch <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--58/e23/>,
        <http://dewey.info/class/915.8/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958/e23/> ;
    skos:broader humord:c02150 ;
    skos:definition "Oxus er oldtidens navn på elven Amu-Darja <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--396/e23/>,
        <http://dewey.info/class/2--58/e23/>,
        <http://dewey.info/class/915.8/e23/>,
        <http://dewey.info/class/939.6/e23/>,
        <http://dewey.info/class/958/e23/> ;
    skos:prefLabel "Amu Darya"@en,
        "Oxus"@nb,
        "Oxus"@nn .

humord:c02153 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02153" ;
    dct:modified "2025-02-04T07:40:15"^^xsd:dateTime ;
    skos:broader humord:c06256 ;
    skos:closeMatch <http://dewey.info/class/2--36/e23/>,
        <http://dewey.info/class/936/e23/> ;
    skos:exactMatch realfagstermer:c030200,
        <http://dewey.info/class/2--4/e23/>,
        <http://dewey.info/class/914/e23/>,
        <http://dewey.info/class/940/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030200,
        <http://dewey.info/class/2--36/e23/>,
        <http://dewey.info/class/2--4/e23/>,
        <http://dewey.info/class/914/e23/>,
        <http://dewey.info/class/936/e23/>,
        <http://dewey.info/class/940/e23/> ;
    skos:prefLabel "Europe"@en,
        "Europa"@nb,
        "Europa"@nn ;
    skos:related humord:c03772 .

humord:c02155 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02155" ;
    dct:modified "2025-02-28T12:30:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--433/e23/>,
        <http://dewey.info/class/2--43612/e23/>,
        <http://dewey.info/class/2--4373/e23/>,
        <http://dewey.info/class/2--439/e23/>,
        <http://dewey.info/class/2--477/e23/>,
        <http://dewey.info/class/914.33/e23/>,
        <http://dewey.info/class/914.3612/e23/>,
        <http://dewey.info/class/914.373/e23/>,
        <http://dewey.info/class/914.39/e23/>,
        <http://dewey.info/class/914.77/e23/>,
        <http://dewey.info/class/943.3/e23/>,
        <http://dewey.info/class/943.612/e23/>,
        <http://dewey.info/class/943.73/e23/>,
        <http://dewey.info/class/943.9/e23/>,
        <http://dewey.info/class/947.7/e23/> ;
    skos:broader humord:c02154 ;
    skos:exactMatch realfagstermer:c030525,
        <http://dewey.info/class/2--496/e23/>,
        <http://dewey.info/class/914.96/e23/>,
        <http://dewey.info/class/949.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030525,
        <http://dewey.info/class/2--433/e23/>,
        <http://dewey.info/class/2--43612/e23/>,
        <http://dewey.info/class/2--4373/e23/>,
        <http://dewey.info/class/2--439/e23/>,
        <http://dewey.info/class/2--477/e23/>,
        <http://dewey.info/class/2--496/e23/>,
        <http://dewey.info/class/914.33/e23/>,
        <http://dewey.info/class/914.3612/e23/>,
        <http://dewey.info/class/914.373/e23/>,
        <http://dewey.info/class/914.39/e23/>,
        <http://dewey.info/class/914.77/e23/>,
        <http://dewey.info/class/914.96/e23/>,
        <http://dewey.info/class/943.3/e23/>,
        <http://dewey.info/class/943.612/e23/>,
        <http://dewey.info/class/943.73/e23/>,
        <http://dewey.info/class/943.9/e23/>,
        <http://dewey.info/class/947.7/e23/>,
        <http://dewey.info/class/949.6/e23/> ;
    skos:prefLabel "Danube (River)"@en,
        "Donau"@nb,
        "Donau"@nn .

humord:c02156 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02156" ;
    dct:modified "2025-02-28T12:31:18"^^xsd:dateTime ;
    skos:altLabel "Elbe"@nb,
        "Elbe"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4371/e23/>,
        <http://dewey.info/class/914.371/e23/>,
        <http://dewey.info/class/943.71/e23/> ;
    skos:broader humord:c02154 ;
    skos:definition "Mellomeuropeisk elv i Tyskland og Tsjekkia <Wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--431/e23/>,
        <http://dewey.info/class/914.31/e23/>,
        <http://dewey.info/class/943.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--431/e23/>,
        <http://dewey.info/class/2--4371/e23/>,
        <http://dewey.info/class/914.31/e23/>,
        <http://dewey.info/class/914.371/e23/>,
        <http://dewey.info/class/943.1/e23/>,
        <http://dewey.info/class/943.71/e23/> ;
    skos:prefLabel "Elbe (River)"@en,
        "Elben"@nb,
        "Elben"@nn .

humord:c02158 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02158" ;
    dct:modified "2025-03-04T15:39:53"^^xsd:dateTime ;
    skos:altLabel "Shqip"@nb,
        "Shqip"@nn ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--39534/e23/>,
        <http://dewey.info/class/939.534/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4965/e23/>,
        <http://dewey.info/class/914.965/e23/>,
        <http://dewey.info/class/949.65/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39534/e23/>,
        <http://dewey.info/class/2--4965/e23/>,
        <http://dewey.info/class/914.965/e23/>,
        <http://dewey.info/class/939.534/e23/>,
        <http://dewey.info/class/949.65/e23/> ;
    skos:prefLabel "Albania"@en,
        "Albania"@nb,
        "Albania"@nn .

humord:c02160 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02160" ;
    dct:modified "2024-08-14T14:23:51"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030674,
        <http://dewey.info/class/2--4679/e23/>,
        <http://dewey.info/class/914.679/e23/>,
        <http://dewey.info/class/946.79/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030674,
        <http://dewey.info/class/2--4679/e23/>,
        <http://dewey.info/class/914.679/e23/>,
        <http://dewey.info/class/946.79/e23/> ;
    skos:prefLabel "Andorra"@en,
        "Andorra"@nb,
        "Andorra"@nn .

humord:c02161 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02161" ;
    dct:modified "2024-10-16T13:51:31"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/936.93/e23/> ;
    skos:exactMatch realfagstermer:c030252,
        <http://dewey.info/class/2--493/e23/>,
        <http://dewey.info/class/914.93/e23/>,
        <http://dewey.info/class/949.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030252,
        <http://dewey.info/class/2--493/e23/>,
        <http://dewey.info/class/914.93/e23/>,
        <http://dewey.info/class/936.93/e23/>,
        <http://dewey.info/class/949.3/e23/> ;
    skos:prefLabel "Belgium"@en,
        "Belgia"@nb,
        "Belgia"@nn ;
    skos:related humord:c03663 .

humord:c02162 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02162" ;
    dct:modified "2024-08-16T12:52:49"^^xsd:dateTime ;
    skos:altLabel "Antwerpen"@en,
        "Anvers"@en,
        "Anvers"@nb,
        "Anvers"@nn ;
    skos:broader humord:c02161 ;
    skos:exactMatch realfagstermer:c030672,
        <http://dewey.info/class/2--493222/e23/>,
        <http://dewey.info/class/914.93222/e23/>,
        <http://dewey.info/class/949.3222/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030672,
        <http://dewey.info/class/2--493222/e23/>,
        <http://dewey.info/class/914.93222/e23/>,
        <http://dewey.info/class/949.3222/e23/> ;
    skos:prefLabel "Antwerp"@en,
        "Antwerpen"@nb,
        "Antwerpen"@nn .

humord:c02163 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02163" ;
    dct:modified "2025-03-04T11:05:24"^^xsd:dateTime ;
    skos:broader humord:c02161 ;
    skos:exactMatch <http://dewey.info/class/2--4933/e23/>,
        <http://dewey.info/class/914.933/e23/>,
        <http://dewey.info/class/949.33/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4933/e23/>,
        <http://dewey.info/class/914.933/e23/>,
        <http://dewey.info/class/949.33/e23/> ;
    skos:prefLabel "Brabant"@en,
        "Brabant"@nb,
        "Brabant"@nn .

humord:c02164 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02164" ;
    dct:modified "2025-03-04T11:08:53"^^xsd:dateTime ;
    skos:altLabel "Brugge"@en ;
    skos:broader humord:c02161 ;
    skos:exactMatch <http://dewey.info/class/2--493122/e23/>,
        <http://dewey.info/class/914.93122/e23/>,
        <http://dewey.info/class/949.3122/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--493122/e23/>,
        <http://dewey.info/class/914.93122/e23/>,
        <http://dewey.info/class/949.3122/e23/> ;
    skos:prefLabel "Bruges"@en,
        "Brugge"@nb,
        "Brugge"@nn .

humord:c02165 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02165" ;
    dct:modified "2025-03-04T12:05:12"^^xsd:dateTime ;
    skos:broader humord:c02161 ;
    skos:closeMatch <http://dewey.info/class/2--4931/e23/>,
        <http://dewey.info/class/914.931/e23/>,
        <http://dewey.info/class/949.31/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4931/e23/>,
        <http://dewey.info/class/914.931/e23/>,
        <http://dewey.info/class/949.31/e23/> ;
    skos:prefLabel "Flanders"@en,
        "Flandern"@nb,
        "Flandern"@nn .

humord:c02166 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02166" ;
    dct:modified "2025-03-04T12:05:41"^^xsd:dateTime ;
    skos:altLabel "Gent"@en ;
    skos:broader humord:c02161 ;
    skos:exactMatch <http://dewey.info/class/2--493142/e23/>,
        <http://dewey.info/class/914.93142/e23/>,
        <http://dewey.info/class/949.3142/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--493142/e23/>,
        <http://dewey.info/class/914.93142/e23/>,
        <http://dewey.info/class/949.3142/e23/> ;
    skos:prefLabel "Ghent"@en,
        "Gent"@nb,
        "Gent"@nn .

humord:c02167 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02167" ;
    dct:modified "2025-03-04T12:11:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--49346/e23/>,
        <http://dewey.info/class/914.9346/e23/>,
        <http://dewey.info/class/949.346/e23/> ;
    skos:broader humord:c02161 ;
    skos:exactMatch realfagstermer:c030803 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030803,
        <http://dewey.info/class/2--49346/e23/>,
        <http://dewey.info/class/914.9346/e23/>,
        <http://dewey.info/class/949.346/e23/> ;
    skos:prefLabel "Liège"@en,
        "Liège"@nb,
        "Liège"@nn .

humord:c02168 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02168" ;
    dct:modified "2025-03-04T08:37:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--493222/e23/>,
        <http://dewey.info/class/914.93222/e23/>,
        <http://dewey.info/class/949.3222/e23/> ;
    skos:broader humord:c02162 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--493222/e23/>,
        <http://dewey.info/class/914.93222/e23/>,
        <http://dewey.info/class/949.3222/e23/> ;
    skos:prefLabel "Zurenborg"@en,
        "Zurenborg"@nb,
        "Zurenborg"@nn .

humord:c02169 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-09-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02169" ;
    dct:modified "2025-03-04T15:40:19"^^xsd:dateTime ;
    skos:altLabel "Bosnia"@nb,
        "Bosnia"@nn ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030842,
        <http://dewey.info/class/2--49742/e23/>,
        <http://dewey.info/class/914.9742/e23/>,
        <http://dewey.info/class/949.742/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030842,
        <http://dewey.info/class/2--49742/e23/>,
        <http://dewey.info/class/914.9742/e23/>,
        <http://dewey.info/class/949.742/e23/> ;
    skos:prefLabel "Bosnia and Herzegovina"@en,
        "Bosnia-Hercegovina"@nb,
        "Bosnia-Hercegovina"@nn ;
    skos:related humord:c02546 .

humord:c02171 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02171" ;
    dct:modified "2025-03-03T15:31:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--49742/e23/>,
        <http://dewey.info/class/914.9742/e23/>,
        <http://dewey.info/class/949.742/e23/> ;
    skos:broader humord:c02169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49742/e23/>,
        <http://dewey.info/class/914.9742/e23/>,
        <http://dewey.info/class/949.742/e23/> ;
    skos:prefLabel "Sarajevo"@en,
        "Sarajevo"@nb,
        "Sarajevo"@nn .

humord:c02172 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02172" ;
    dct:modified "2025-02-27T15:04:55"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030356,
        <http://dewey.info/class/2--499/e23/>,
        <http://dewey.info/class/914.99/e23/>,
        <http://dewey.info/class/949.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030356,
        <http://dewey.info/class/2--499/e23/>,
        <http://dewey.info/class/914.99/e23/>,
        <http://dewey.info/class/949.9/e23/> ;
    skos:prefLabel "Bulgaria"@en,
        "Bulgaria"@nb,
        "Bulgaria"@nn ;
    skos:related humord:c03479 .

humord:c02173 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02173" ;
    dct:modified "2025-03-03T07:54:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4994/e23/>,
        <http://dewey.info/class/914.994/e23/>,
        <http://dewey.info/class/949.94/e23/> ;
    skos:broader humord:c02172 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4994/e23/>,
        <http://dewey.info/class/914.994/e23/>,
        <http://dewey.info/class/949.94/e23/> ;
    skos:prefLabel "Varna"@en,
        "Varna"@nb,
        "Varna"@nn .

humord:c02174 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02174" ;
    dct:modified "2026-05-11T09:10:59"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/936.89/e23/> ;
    skos:definition "Danmark er et monarki i Norden, og det sørligste av de nordiske landene. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030205,
        <http://dewey.info/class/2--489/e23/>,
        <http://dewey.info/class/914.89/e23/>,
        <http://dewey.info/class/948.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030205,
        <http://dewey.info/class/2--489/e23/>,
        <http://dewey.info/class/914.89/e23/>,
        <http://dewey.info/class/936.89/e23/>,
        <http://dewey.info/class/948.9/e23/> ;
    skos:prefLabel "Denmark"@en,
        "Danmark"@nb,
        "Danmark"@nn ;
    skos:related humord:c70418 .

humord:c02176 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02176" ;
    dct:modified "2025-03-03T07:49:51"^^xsd:dateTime ;
    skos:broader humord:c69566 ;
    skos:definition "Bornholm er en øy og kommune i Danmark. Den ligger i Østersjøen, 170 kilometer fra København, 40 kilometer sørøst for Skåne. Bornholm har tilhørt Danmark siden 1658. Til Bornholm hører også øygruppen Ertholmene med Christiansø, Fredriksø og flere mindre ubebodde øyer. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030404,
        <http://dewey.info/class/2--4892/e23/>,
        <http://dewey.info/class/914.892/e23/>,
        <http://dewey.info/class/948.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030404,
        <http://dewey.info/class/2--4892/e23/>,
        <http://dewey.info/class/914.892/e23/>,
        <http://dewey.info/class/948.92/e23/> ;
    skos:prefLabel "Bornholm"@en,
        "Bornholm"@nb,
        "Bornholm"@nn .

humord:c02177 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02177" ;
    dct:modified "2025-03-03T08:14:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:broader humord:c69565 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:prefLabel "Enner"@en,
        "Enner"@nb,
        "Enner"@nn .

humord:c02178 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02178" ;
    dct:modified "2025-02-28T14:53:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:broader humord:c69565 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:prefLabel "Esbjerg"@en,
        "Esbjerg"@nb,
        "Esbjerg"@nn .

humord:c02179 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02179" ;
    dct:modified "2025-03-03T07:46:32"^^xsd:dateTime ;
    skos:broader humord:c02200 ;
    skos:closeMatch <http://dewey.info/class/2--4893/e23/>,
        <http://dewey.info/class/914.893/e23/>,
        <http://dewey.info/class/948.93/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4893/e23/>,
        <http://dewey.info/class/914.893/e23/>,
        <http://dewey.info/class/948.93/e23/> ;
    skos:prefLabel "Falster"@en,
        "Falster"@nb,
        "Falster"@nn .

humord:c02180 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02180" ;
    dct:modified "2025-03-03T07:49:09"^^xsd:dateTime ;
    skos:broader humord:c69565 ;
    skos:closeMatch <http://dewey.info/class/2--4894/e23/>,
        <http://dewey.info/class/914.894/e23/>,
        <http://dewey.info/class/948.94/e23/> ;
    skos:definition "Fyn er Danmarks tredje største øy (etter Sjælland og Nørrejyske Ø), atskilt fra Jylland ved Lillebælt og fra Sjælland ved Storebælt. Den største byen er Odense med 183 763 innbyggere i 2024. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030866 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030866,
        <http://dewey.info/class/2--4894/e23/>,
        <http://dewey.info/class/914.894/e23/>,
        <http://dewey.info/class/948.94/e23/> ;
    skos:prefLabel "Funen"@en,
        "Fyn"@nb,
        "Fyn"@nn .

humord:c02181 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02181" ;
    dct:modified "2025-03-03T08:08:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4894/e23/>,
        <http://dewey.info/class/914.894/e23/>,
        <http://dewey.info/class/936.894/e23/>,
        <http://dewey.info/class/948.94/e23/> ;
    skos:broader humord:c02180 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4894/e23/>,
        <http://dewey.info/class/914.894/e23/>,
        <http://dewey.info/class/936.894/e23/>,
        <http://dewey.info/class/948.94/e23/> ;
    skos:prefLabel "Gudme"@en,
        "Gudme"@nb,
        "Gudme"@nn .

humord:c02182 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02182" ;
    dct:modified "2025-02-28T14:36:00"^^xsd:dateTime ;
    skos:altLabel "Illerup Ådal"@nb,
        "Illerup Ådal"@nn ;
    skos:broadMatch <http://dewey.info/class/2--48955/e23/>,
        <http://dewey.info/class/914.8955/e23/>,
        <http://dewey.info/class/936.8955/e23/>,
        <http://dewey.info/class/948.955/e23/> ;
    skos:broader humord:c69564 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48955/e23/>,
        <http://dewey.info/class/914.8955/e23/>,
        <http://dewey.info/class/936.8955/e23/>,
        <http://dewey.info/class/948.955/e23/> ;
    skos:prefLabel "Illerup"@en,
        "Illerup"@nb,
        "Illerup"@nn .

humord:c02184 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02184" ;
    dct:modified "2025-02-28T14:44:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:broader humord:c13592 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:prefLabel "Jelling"@en,
        "Jelling"@nb,
        "Jelling"@nn .

humord:c02185 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02185" ;
    dct:modified "2025-02-28T15:28:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:broader humord:c69565 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:prefLabel "Jels"@en,
        "Jels"@nb,
        "Jels"@nn .

humord:c02186 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02186" ;
    dct:modified "2025-02-28T15:12:03"^^xsd:dateTime ;
    skos:broader humord:c13580 ;
    skos:definition "Jylland er en halvøy i Nord-Europa, hovedsakelig i Danmark. De sydligste delene ligger i Tyskland. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030419,
        <http://dewey.info/class/2--4895/e23/>,
        <http://dewey.info/class/914.895/e23/>,
        <http://dewey.info/class/948.95/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030419,
        <http://dewey.info/class/2--4895/e23/>,
        <http://dewey.info/class/914.895/e23/>,
        <http://dewey.info/class/948.95/e23/> ;
    skos:prefLabel "Jutland"@en,
        "Jylland"@nb,
        "Jylland"@nn .

humord:c02187 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02187" ;
    dct:modified "2025-02-28T14:51:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48912/e23/>,
        <http://dewey.info/class/914.8912/e23/>,
        <http://dewey.info/class/948.912/e23/> ;
    skos:broader humord:c02200 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48912/e23/>,
        <http://dewey.info/class/914.8912/e23/>,
        <http://dewey.info/class/948.912/e23/> ;
    skos:prefLabel "Karise"@en,
        "Karise"@nb,
        "Karise"@nn .

humord:c02188 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02188" ;
    dct:modified "2025-02-28T15:09:36"^^xsd:dateTime ;
    skos:broader humord:c69566 ;
    skos:exactMatch realfagstermer:c030416,
        <http://dewey.info/class/2--48913/e23/>,
        <http://dewey.info/class/914.8913/e23/>,
        <http://dewey.info/class/948.913/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030416,
        <http://dewey.info/class/2--48913/e23/>,
        <http://dewey.info/class/914.8913/e23/>,
        <http://dewey.info/class/948.913/e23/> ;
    skos:prefLabel "Copenhagen"@en,
        "København"@nb,
        "København"@nn .

humord:c02189 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02189" ;
    dct:modified "2025-02-28T14:57:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48913/e23/>,
        <http://dewey.info/class/914.8913/e23/>,
        <http://dewey.info/class/948.913/e23/> ;
    skos:broader humord:c02188 ;
    skos:definition "Nyboder er et gammelt boligkvarter nær Østerport i København, mellom Store Kongensgade og Øster Voldgade. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48913/e23/>,
        <http://dewey.info/class/914.8913/e23/>,
        <http://dewey.info/class/948.913/e23/> ;
    skos:prefLabel "Nyboder"@en,
        "Nyboder"@nb,
        "Nyboder"@nn .

humord:c02190 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02190" ;
    dct:modified "2025-02-28T14:52:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48912/e23/>,
        <http://dewey.info/class/914.8912/e23/>,
        <http://dewey.info/class/948.912/e23/> ;
    skos:broader humord:c02200 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48912/e23/>,
        <http://dewey.info/class/914.8912/e23/>,
        <http://dewey.info/class/948.912/e23/> ;
    skos:prefLabel "Lejre"@en,
        "Lejre"@nb,
        "Lejre"@nn .

humord:c02191 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02191" ;
    dct:modified "2025-02-28T14:22:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48958/e23/>,
        <http://dewey.info/class/914.8958/e23/>,
        <http://dewey.info/class/948.958/e23/> ;
    skos:broader humord:c13584 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48958/e23/>,
        <http://dewey.info/class/914.8958/e23/>,
        <http://dewey.info/class/948.958/e23/> ;
    skos:prefLabel "Limfjord"@en,
        "Limfjorden"@nb,
        "Limfjorden"@nn .

humord:c02192 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02192" ;
    dct:modified "2025-03-03T07:48:13"^^xsd:dateTime ;
    skos:broader humord:c02200 ;
    skos:closeMatch <http://dewey.info/class/2--4893/e23/>,
        <http://dewey.info/class/914.893/e23/>,
        <http://dewey.info/class/948.93/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4893/e23/>,
        <http://dewey.info/class/914.893/e23/>,
        <http://dewey.info/class/948.93/e23/> ;
    skos:prefLabel "Lolland"@en,
        "Lolland"@nb,
        "Lolland"@nn .

humord:c02193 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02193" ;
    dct:modified "2025-03-03T08:06:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4894/e23/>,
        <http://dewey.info/class/914.894/e23/>,
        <http://dewey.info/class/936.894/e23/>,
        <http://dewey.info/class/948.94/e23/> ;
    skos:broader humord:c02180 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4894/e23/>,
        <http://dewey.info/class/914.894/e23/>,
        <http://dewey.info/class/936.894/e23/>,
        <http://dewey.info/class/948.94/e23/> ;
    skos:prefLabel "Lundeborg"@en,
        "Lundeborg"@nb,
        "Lundeborg"@nn .

humord:c02194 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02194" ;
    dct:modified "2025-03-03T07:49:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48958/e23/>,
        <http://dewey.info/class/914.8958/e23/>,
        <http://dewey.info/class/948.958/e23/> ;
    skos:broader humord:c13584 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48958/e23/>,
        <http://dewey.info/class/914.8958/e23/>,
        <http://dewey.info/class/948.958/e23/> ;
    skos:prefLabel "Læsø"@en,
        "Læsø"@nb,
        "Læsø"@nn .

humord:c02195 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02195" ;
    dct:modified "2025-02-28T14:39:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48955/e23/>,
        <http://dewey.info/class/914.8955/e23/>,
        <http://dewey.info/class/948.955/e23/> ;
    skos:broader humord:c12247 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48955/e23/>,
        <http://dewey.info/class/914.8955/e23/>,
        <http://dewey.info/class/948.955/e23/> ;
    skos:prefLabel "Mammen"@en,
        "Mammen"@nb,
        "Mammen"@nn .

humord:c02196 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02196" ;
    dct:modified "2025-03-03T08:13:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:broader humord:c02180 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:prefLabel "Næsbyhoved"@en,
        "Næsbyhoved"@nb,
        "Næsbyhoved"@nn .

humord:c02197 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02197" ;
    dct:modified "2025-04-22T15:16:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:broader humord:c69565 ;
    skos:definition "Ribe er en by som ligger 25 kilometer sørøst for Esbjerg ved Ribe Å i Sønderjylland i Danmark. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:prefLabel "Ribe (City)"@en,
        "Ribe (By)"@nb,
        "Ribe (By)"@nn .

humord:c02198 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02198" ;
    dct:modified "2025-02-28T14:42:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48955/e23/>,
        <http://dewey.info/class/914.8955/e23/>,
        <http://dewey.info/class/948.955/e23/> ;
    skos:broader humord:c12247 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48955/e23/>,
        <http://dewey.info/class/914.8955/e23/>,
        <http://dewey.info/class/948.955/e23/> ;
    skos:prefLabel "Sahl"@en,
        "Sahl"@nb,
        "Sahl"@nn .

humord:c02199 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02199" ;
    dct:modified "2025-03-03T07:46:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48955/e23/>,
        <http://dewey.info/class/914.8955/e23/>,
        <http://dewey.info/class/948.955/e23/> ;
    skos:broader humord:c69564 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48955/e23/>,
        <http://dewey.info/class/914.8955/e23/>,
        <http://dewey.info/class/948.955/e23/> ;
    skos:prefLabel "Samsø"@en,
        "Samsø"@nb,
        "Samsø"@nn .

humord:c02200 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02200" ;
    dct:modified "2025-03-03T07:46:40"^^xsd:dateTime ;
    skos:altLabel "Region Zealand"@en,
        "Region Sjælland"@nb,
        "Region Sjælland"@nn ;
    skos:broader humord:c13580 ;
    skos:exactMatch <http://dewey.info/class/2--4891/e23/>,
        <http://dewey.info/class/914.891/e23/>,
        <http://dewey.info/class/948.91/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4891/e23/>,
        <http://dewey.info/class/914.891/e23/>,
        <http://dewey.info/class/948.91/e23/> ;
    skos:prefLabel "Zealand"@en,
        "Sjælland"@nb,
        "Sjælland"@nn .

humord:c02201 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02201" ;
    dct:modified "2025-03-03T07:41:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4892/e23/>,
        <http://dewey.info/class/914.892/e23/>,
        <http://dewey.info/class/936.892/e23/>,
        <http://dewey.info/class/948.92/e23/> ;
    skos:broader humord:c02176 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4892/e23/>,
        <http://dewey.info/class/914.892/e23/>,
        <http://dewey.info/class/936.892/e23/>,
        <http://dewey.info/class/948.92/e23/> ;
    skos:prefLabel "Slusegård"@en,
        "Slusegård"@nb,
        "Slusegård"@nn .

humord:c02203 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02203" ;
    dct:modified "2025-03-03T07:36:38"^^xsd:dateTime ;
    skos:altLabel "Slesvig"@nb,
        "Sønderjyllands amt"@nb,
        "Slesvig"@nn,
        "Sønderjyllands amt"@nn ;
    skos:broadMatch <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:broader humord:c13579 ;
    skos:definition "Sønderjyllands amt var et amt lengst syd i Jylland. Det grenset til Tyskland og hadde en viss tysk minoritet. 1. januar 2007 ble danske amt slått sammen til regioner.  <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48952/e23/>,
        <http://dewey.info/class/914.8952/e23/>,
        <http://dewey.info/class/948.952/e23/> ;
    skos:prefLabel "South Jutland county"@en,
        "Sønderjylland"@nb,
        "Sønderjylland"@nn .

humord:c02207 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02207" ;
    dct:modified "2025-02-28T14:54:48"^^xsd:dateTime ;
    skos:altLabel "Aalborg"@en,
        "Aalborg"@nb,
        "Aalborg"@nn ;
    skos:broadMatch <http://dewey.info/class/2--48958/e23/>,
        <http://dewey.info/class/914.8958/e23/>,
        <http://dewey.info/class/948.958/e23/> ;
    skos:broader humord:c13584 ;
    skos:exactMatch realfagstermer:c030691 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030691,
        <http://dewey.info/class/2--48958/e23/>,
        <http://dewey.info/class/914.8958/e23/>,
        <http://dewey.info/class/948.958/e23/> ;
    skos:prefLabel "Ålborg"@en,
        "Ålborg"@nb,
        "Ålborg"@nn .

humord:c02208 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-09-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02208" ;
    dct:modified "2025-02-28T15:07:21"^^xsd:dateTime ;
    skos:altLabel "Århus"@en,
        "Århus"@nb,
        "Århus"@nn ;
    skos:broadMatch <http://dewey.info/class/2--48955/e23/>,
        <http://dewey.info/class/914.8955/e23/>,
        <http://dewey.info/class/948.955/e23/> ;
    skos:broader humord:c69564 ;
    skos:definition "Århus er Jyllands største og Danmarks nest største by. Den ligger ved Århus bukt sør for Djursland. Byen tilhører Århus kommune i Region Midtjylland og er administrasjonssenter i kommunen. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030547 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030547,
        <http://dewey.info/class/2--48955/e23/>,
        <http://dewey.info/class/914.8955/e23/>,
        <http://dewey.info/class/948.955/e23/> ;
    skos:prefLabel "Aarhus"@en,
        "Aarhus"@nb,
        "Aarhus"@nn .

humord:c02209 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02209" ;
    dct:modified "2025-03-04T15:40:34"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030259,
        <http://dewey.info/class/2--4798/e23/>,
        <http://dewey.info/class/914.798/e23/>,
        <http://dewey.info/class/947.98/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030259,
        <http://dewey.info/class/2--4798/e23/>,
        <http://dewey.info/class/914.798/e23/>,
        <http://dewey.info/class/947.98/e23/> ;
    skos:prefLabel "Estonia"@en,
        "Estland"@nb,
        "Estland"@nn ;
    skos:related humord:c03704 .

humord:c02210 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02210" ;
    dct:modified "2025-03-05T19:42:55"^^xsd:dateTime ;
    skos:altLabel "Reval"@nb,
        "Reval"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4798/e23/>,
        <http://dewey.info/class/914.798/e23/>,
        <http://dewey.info/class/947.98/e23/> ;
    skos:broader humord:c02209 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4798/e23/>,
        <http://dewey.info/class/914.798/e23/>,
        <http://dewey.info/class/947.98/e23/> ;
    skos:prefLabel "Tallinn"@en,
        "Tallinn"@nb,
        "Tallinn"@nn .

humord:c02212 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02212" ;
    dct:modified "2025-03-04T15:40:59"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030636,
        <http://dewey.info/class/2--4897/e23/>,
        <http://dewey.info/class/914.897/e23/>,
        <http://dewey.info/class/948.97/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030636,
        <http://dewey.info/class/2--4897/e23/>,
        <http://dewey.info/class/914.897/e23/>,
        <http://dewey.info/class/948.97/e23/> ;
    skos:prefLabel "Finland"@en,
        "Finland"@nb,
        "Finland"@nn .

humord:c02213 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02213" ;
    dct:modified "2024-08-15T08:44:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--489713/e23/>,
        <http://dewey.info/class/914.89713/e23/>,
        <http://dewey.info/class/948.9713/e23/> ;
    skos:broader humord:c29074 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--489713/e23/>,
        <http://dewey.info/class/914.89713/e23/>,
        <http://dewey.info/class/948.9713/e23/> ;
    skos:prefLabel "Anjalankoski"@en,
        "Anjalankoski"@nb,
        "Anjalankoski"@nn .

humord:c02214 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02214" ;
    dct:modified "2025-03-05T19:17:11"^^xsd:dateTime ;
    skos:altLabel "Enare"@nb,
        "Enare"@nn ;
    skos:broadMatch <http://dewey.info/class/2--48977/e23/>,
        <http://dewey.info/class/914.8977/e23/>,
        <http://dewey.info/class/948.977/e23/> ;
    skos:broader humord:c13772 ;
    skos:exactMatch realfagstermer:c030885 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030885,
        <http://dewey.info/class/2--48977/e23/>,
        <http://dewey.info/class/914.8977/e23/>,
        <http://dewey.info/class/948.977/e23/> ;
    skos:prefLabel "Inari"@en,
        "Inari"@nb,
        "Inari"@nn .

humord:c02215 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02215" ;
    dct:modified "2025-03-05T19:29:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48972/e23/>,
        <http://dewey.info/class/914.8972/e23/>,
        <http://dewey.info/class/948.972/e23/> ;
    skos:broader humord:c29075 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48972/e23/>,
        <http://dewey.info/class/914.8972/e23/>,
        <http://dewey.info/class/948.972/e23/> ;
    skos:prefLabel "Finström"@en,
        "Finström"@nb,
        "Finström"@nn .

humord:c02216 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02216" ;
    dct:modified "2025-03-05T19:08:17"^^xsd:dateTime ;
    skos:altLabel "Helsingfors"@nb,
        "Helsingfors"@nn ;
    skos:broadMatch <http://dewey.info/class/2--489718/e23/>,
        <http://dewey.info/class/914.89718/e23/>,
        <http://dewey.info/class/948.9718/e23/> ;
    skos:broader humord:c13782 ;
    skos:exactMatch realfagstermer:c030315 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030315,
        <http://dewey.info/class/2--489718/e23/>,
        <http://dewey.info/class/914.89718/e23/>,
        <http://dewey.info/class/948.9718/e23/> ;
    skos:prefLabel "Helsinki"@en,
        "Helsinki"@nb,
        "Helsinki"@nn .

humord:c02218 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02218" ;
    dct:modified "2025-03-05T07:52:49"^^xsd:dateTime ;
    skos:altLabel "Houtskär"@nb,
        "Houtskär"@nn ;
    skos:broadMatch <http://dewey.info/class/2--489731/e23/>,
        <http://dewey.info/class/914.89731/e23/>,
        <http://dewey.info/class/948.9731/e23/> ;
    skos:broader humord:c29092 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--489731/e23/>,
        <http://dewey.info/class/914.89731/e23/>,
        <http://dewey.info/class/948.9731/e23/> ;
    skos:prefLabel "Houtskär"@en,
        "Houtskari"@nb,
        "Houtskari"@nn .

humord:c02219 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02219" ;
    dct:modified "2025-03-05T19:48:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--489711/e23/>,
        <http://dewey.info/class/2--489758/e23/>,
        <http://dewey.info/class/914.89711/e23/>,
        <http://dewey.info/class/914.89758/e23/>,
        <http://dewey.info/class/948.9711/e23/>,
        <http://dewey.info/class/948.9758/e23/> ;
    skos:broader humord:c02212 ;
    skos:closeMatch realfagstermer:c030517 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030517,
        <http://dewey.info/class/2--489711/e23/>,
        <http://dewey.info/class/2--489758/e23/>,
        <http://dewey.info/class/914.89711/e23/>,
        <http://dewey.info/class/914.89758/e23/>,
        <http://dewey.info/class/948.9711/e23/>,
        <http://dewey.info/class/948.9758/e23/> ;
    skos:prefLabel "Karelia (Finland)"@en,
        "Karelen (Finland)"@nb,
        "Karelen (Finland)"@nn .

humord:c02221 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02221" ;
    dct:modified "2025-03-05T19:21:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--489752/e23/>,
        <http://dewey.info/class/914.89752/e23/>,
        <http://dewey.info/class/948.9752/e23/> ;
    skos:broader humord:c29086 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--489752/e23/>,
        <http://dewey.info/class/914.89752/e23/>,
        <http://dewey.info/class/948.9752/e23/> ;
    skos:prefLabel "Kuopio"@en,
        "Kuopio"@nb,
        "Kuopio"@nn .

humord:c02224 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02224" ;
    dct:modified "2025-03-05T19:09:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--489718/e23/>,
        <http://dewey.info/class/914.89718/e23/>,
        <http://dewey.info/class/948.9718/e23/> ;
    skos:broader humord:c13782 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--489718/e23/>,
        <http://dewey.info/class/914.89718/e23/>,
        <http://dewey.info/class/948.9718/e23/> ;
    skos:prefLabel "Nurmijärvi"@en,
        "Nurmijärvi"@nb,
        "Nurmijärvi"@nn .

humord:c02228 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02228" ;
    dct:modified "2025-03-05T19:51:59"^^xsd:dateTime ;
    skos:altLabel "South Finland"@en,
        "Syd-Finland"@nb,
        "Syd-Finland"@nn ;
    skos:broader humord:c02212 ;
    skos:exactMatch <http://dewey.info/class/2--48971/e23/>,
        <http://dewey.info/class/914.8971/e23/>,
        <http://dewey.info/class/948.971/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48971/e23/>,
        <http://dewey.info/class/914.8971/e23/>,
        <http://dewey.info/class/948.971/e23/> ;
    skos:prefLabel "Southern Finland"@en,
        "Sør-Finland"@nb,
        "Sør-Finland"@nn .

humord:c02230 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02230" ;
    dct:modified "2025-03-05T19:13:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--489716/e23/>,
        <http://dewey.info/class/914.89716/e23/>,
        <http://dewey.info/class/948.9716/e23/> ;
    skos:broader humord:c29065 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--489716/e23/>,
        <http://dewey.info/class/914.89716/e23/>,
        <http://dewey.info/class/948.9716/e23/> ;
    skos:prefLabel "Tammela"@en,
        "Tammela"@nb,
        "Tammela"@nn .

humord:c02231 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02231" ;
    dct:modified "2025-03-05T12:57:40"^^xsd:dateTime ;
    skos:altLabel "Åbo"@nb,
        "Åbo"@nn ;
    skos:broadMatch <http://dewey.info/class/2--489731/e23/>,
        <http://dewey.info/class/914.89731/e23/>,
        <http://dewey.info/class/948.9731/e23/> ;
    skos:broader humord:c29077 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--489731/e23/>,
        <http://dewey.info/class/914.89731/e23/>,
        <http://dewey.info/class/948.9731/e23/> ;
    skos:prefLabel "Turku"@en,
        "Turku"@nb,
        "Turku"@nn .

humord:c02234 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02234" ;
    dct:modified "2025-03-05T14:54:40"^^xsd:dateTime ;
    skos:altLabel "Vörå"@nb,
        "Vörå"@nn ;
    skos:broadMatch <http://dewey.info/class/2--489734/e23/>,
        <http://dewey.info/class/914.89734/e23/>,
        <http://dewey.info/class/948.9734/e23/> ;
    skos:broader humord:c13794 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--489734/e23/>,
        <http://dewey.info/class/914.89734/e23/>,
        <http://dewey.info/class/948.9734/e23/> ;
    skos:prefLabel "Vörå"@en,
        "Vöyri"@nb,
        "Vöyri"@nn .

humord:c02237 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02237" ;
    dct:modified "2025-03-06T09:01:20"^^xsd:dateTime ;
    skos:altLabel "Ahvenanmaa"@nb,
        "Ahvenanmaa"@nn ;
    skos:broader humord:c29075 ;
    skos:closeMatch <http://dewey.info/class/2--48972/e23/>,
        <http://dewey.info/class/914.8972/e23/>,
        <http://dewey.info/class/948.972/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48972/e23/>,
        <http://dewey.info/class/914.8972/e23/>,
        <http://dewey.info/class/948.972/e23/> ;
    skos:prefLabel "Åland Islands"@en,
        "Åland"@nb,
        "Åland"@nn .

humord:c02239 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-07-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02239" ;
    dct:modified "2025-04-16T14:41:36"^^xsd:dateTime ;
    skos:altLabel "West Germany"@en ;
    skos:broadMatch <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/914.3/e23/> ;
    skos:broader humord:c03608 ;
    skos:closeMatch <http://dewey.info/class/943.087/e23/> ;
    skos:exactMatch realfagstermer:c030981 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030981,
        <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/914.3/e23/>,
        <http://dewey.info/class/943.087/e23/> ;
    skos:prefLabel "Western Germany"@en,
        "Vest-Tyskland"@nb,
        "Vest-Tyskland"@nn .

humord:c02240 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02240" ;
    dct:modified "2025-03-04T15:41:08"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--364/e23/>,
        <http://dewey.info/class/936.4/e23/> ;
    skos:exactMatch realfagstermer:c030214,
        <http://dewey.info/class/2--44/e23/>,
        <http://dewey.info/class/914.4/e23/>,
        <http://dewey.info/class/944/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030214,
        <http://dewey.info/class/2--364/e23/>,
        <http://dewey.info/class/2--44/e23/>,
        <http://dewey.info/class/914.4/e23/>,
        <http://dewey.info/class/936.4/e23/>,
        <http://dewey.info/class/944/e23/> ;
    skos:prefLabel "France"@en,
        "Frankrike"@nb,
        "Frankrike"@nn ;
    skos:related humord:c11760,
        humord:c11762 .

humord:c02242 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02242" ;
    dct:modified "2024-07-05T07:45:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--447/e23/>,
        <http://dewey.info/class/914.47/e23/>,
        <http://dewey.info/class/944.7/e23/> ;
    skos:broader humord:c02241 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--447/e23/>,
        <http://dewey.info/class/914.47/e23/>,
        <http://dewey.info/class/944.7/e23/> ;
    skos:prefLabel "Adour"@en,
        "Adour"@nb,
        "Adour"@nn .

humord:c02243 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02243" ;
    dct:modified "2025-03-12T15:32:50"^^xsd:dateTime ;
    skos:broader humord:c02241 ;
    skos:closeMatch <http://dewey.info/class/2--445/e23/>,
        <http://dewey.info/class/914.45/e23/>,
        <http://dewey.info/class/944.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--445/e23/>,
        <http://dewey.info/class/914.45/e23/>,
        <http://dewey.info/class/944.5/e23/> ;
    skos:prefLabel "Loire (River)"@en,
        "Loire (Elv)"@nb,
        "Loire (Elv)"@nn .

humord:c02244 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02244" ;
    dct:modified "2025-03-13T07:54:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4494/e23/>,
        <http://dewey.info/class/914.494/e23/>,
        <http://dewey.info/class/944.94/e23/> ;
    skos:broader humord:c02241 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4494/e23/>,
        <http://dewey.info/class/914.494/e23/>,
        <http://dewey.info/class/944.94/e23/> ;
    skos:prefLabel "Var (River)"@en,
        "Var (Elv)"@nb,
        "Var (Elv)"@nn .

humord:c02247 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02247" ;
    dct:modified "2024-09-12T13:50:42"^^xsd:dateTime ;
    skos:altLabel "Les Cevennes"@nb,
        "Les Cevennes"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4481/e23/>,
        <http://dewey.info/class/914.481/e23/>,
        <http://dewey.info/class/944.81/e23/> ;
    skos:broader humord:c02245 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4481/e23/>,
        <http://dewey.info/class/914.481/e23/>,
        <http://dewey.info/class/944.81/e23/> ;
    skos:prefLabel "Cévennes"@en,
        "Cevennene"@nb,
        "Cevennane"@nn .

humord:c02249 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02249" ;
    dct:modified "2025-03-12T15:27:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4495/e23/>,
        <http://dewey.info/class/914.495/e23/>,
        <http://dewey.info/class/944.95/e23/> ;
    skos:broader humord:c02245 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4495/e23/>,
        <http://dewey.info/class/914.495/e23/>,
        <http://dewey.info/class/944.95/e23/> ;
    skos:prefLabel "Forcalquier"@en,
        "Forcalquier"@nb,
        "Forcalquier"@nn .

humord:c02250 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02250" ;
    dct:modified "2025-03-12T10:38:08"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:closeMatch <http://dewey.info/class/2--4473/e23/>,
        <http://dewey.info/class/914.473/e23/>,
        <http://dewey.info/class/944.73/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4473/e23/>,
        <http://dewey.info/class/914.473/e23/>,
        <http://dewey.info/class/944.73/e23/> ;
    skos:prefLabel "Gascony"@en,
        "Gascogne"@nb,
        "Gascogne"@nn .

humord:c02251 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02251" ;
    dct:modified "2025-03-12T07:38:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4441/e23/>,
        <http://dewey.info/class/914.441/e23/>,
        <http://dewey.info/class/944.41/e23/> ;
    skos:broader humord:c58373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4441/e23/>,
        <http://dewey.info/class/914.441/e23/>,
        <http://dewey.info/class/944.41/e23/> ;
    skos:prefLabel "Mâconnais"@en,
        "Le Maconnais"@nb,
        "Le Maconnais"@nn .

humord:c02252 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02252" ;
    dct:modified "2025-03-12T10:35:44"^^xsd:dateTime ;
    skos:altLabel "Le Lyonnais"@nb,
        "Le Lyonnais"@nn ;
    skos:broader humord:c02245 ;
    skos:closeMatch <http://dewey.info/class/2--44582/e23/>,
        <http://dewey.info/class/914.4582/e23/>,
        <http://dewey.info/class/944.582/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44582/e23/>,
        <http://dewey.info/class/914.4582/e23/>,
        <http://dewey.info/class/944.582/e23/> ;
    skos:prefLabel "Lyonnais"@en,
        "Lyonnais"@nb,
        "Lyonnais"@nn .

humord:c02254 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02254" ;
    dct:modified "2025-03-12T10:38:23"^^xsd:dateTime ;
    skos:broader humord:c02258 ;
    skos:exactMatch realfagstermer:c030752,
        <http://dewey.info/class/2--4421/e23/>,
        <http://dewey.info/class/914.421/e23/>,
        <http://dewey.info/class/944.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030752,
        <http://dewey.info/class/2--4421/e23/>,
        <http://dewey.info/class/914.421/e23/>,
        <http://dewey.info/class/944.21/e23/> ;
    skos:prefLabel "Normandy"@en,
        "Normandie"@nb,
        "Normandie"@nn ;
    skos:related humord:c02269,
        humord:c02290 .

humord:c02255 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02255" ;
    dct:modified "2025-03-13T08:00:30"^^xsd:dateTime ;
    skos:altLabel "South France"@en,
        "Southern France"@en,
        "Oksitania"@nb,
        "Syd-Frankrike"@nb,
        "Oksitania"@nn,
        "Syd-Frankrike"@nn ;
    skos:broader humord:c02245 ;
    skos:closeMatch <http://dewey.info/class/2--448/e23/>,
        <http://dewey.info/class/914.48/e23/>,
        <http://dewey.info/class/944.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--448/e23/>,
        <http://dewey.info/class/914.48/e23/>,
        <http://dewey.info/class/944.8/e23/> ;
    skos:prefLabel "Occitania"@en,
        "Sør-Frankrike"@nb,
        "Sør-Frankrike"@nn .

humord:c02259 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02259" ;
    dct:modified "2024-08-12T13:22:33"^^xsd:dateTime ;
    skos:altLabel "Elsass"@nb,
        "Elsass"@nn ;
    skos:broader humord:c02245 ;
    skos:closeMatch <http://dewey.info/class/2--36439/e23/>,
        <http://dewey.info/class/936.439/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4439/e23/>,
        <http://dewey.info/class/914.439/e23/>,
        <http://dewey.info/class/944.39/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--36439/e23/>,
        <http://dewey.info/class/2--4439/e23/>,
        <http://dewey.info/class/914.439/e23/>,
        <http://dewey.info/class/936.439/e23/>,
        <http://dewey.info/class/944.39/e23/> ;
    skos:prefLabel "Alsace"@en,
        "Alsace"@nb,
        "Alsace"@nn ;
    skos:related humord:c58378 .

humord:c02263 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02263" ;
    dct:modified "2025-03-11T12:10:01"^^xsd:dateTime ;
    skos:broader humord:c58378 ;
    skos:exactMatch <http://dewey.info/class/2--443954/e23/>,
        <http://dewey.info/class/914.43954/e23/>,
        <http://dewey.info/class/944.3954/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--443954/e23/>,
        <http://dewey.info/class/914.43954/e23/>,
        <http://dewey.info/class/944.3954/e23/> ;
    skos:prefLabel "Strasbourg"@en,
        "Strasbourg"@nb,
        "Strasbourg"@nn .

humord:c02264 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02264" ;
    dct:modified "2025-03-11T12:17:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4439/e23/>,
        <http://dewey.info/class/914.439/e23/>,
        <http://dewey.info/class/944.39/e23/> ;
    skos:broader humord:c58378 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4439/e23/>,
        <http://dewey.info/class/914.439/e23/>,
        <http://dewey.info/class/944.39/e23/> ;
    skos:prefLabel "Sundgau"@en,
        "Sundgau"@nb,
        "Sundgau"@nn .

humord:c02265 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02265" ;
    dct:modified "2024-08-16T14:25:48"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--4471/e23/>,
        <http://dewey.info/class/914.471/e23/>,
        <http://dewey.info/class/944.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4471/e23/>,
        <http://dewey.info/class/914.471/e23/>,
        <http://dewey.info/class/944.71/e23/> ;
    skos:prefLabel "Aquitaine"@en,
        "Aquitaine"@nb,
        "Aquitaine"@nn ;
    skos:related humord:c58379 .

humord:c02266 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02266" ;
    dct:modified "2025-03-06T15:31:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--44735/e23/>,
        <http://dewey.info/class/914.4735/e23/>,
        <http://dewey.info/class/944.735/e23/> ;
    skos:broader humord:c58377 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44735/e23/>,
        <http://dewey.info/class/914.4735/e23/>,
        <http://dewey.info/class/944.735/e23/> ;
    skos:prefLabel "Montaillou"@en,
        "Montaillou"@nb,
        "Montaillou"@nn .

humord:c02267 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02267" ;
    dct:modified "2024-08-28T20:24:45"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--4459/e23/>,
        <http://dewey.info/class/914.459/e23/>,
        <http://dewey.info/class/944.59/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4459/e23/>,
        <http://dewey.info/class/914.459/e23/>,
        <http://dewey.info/class/944.59/e23/> ;
    skos:prefLabel "Auvergne"@en,
        "Auvergne"@nb,
        "Auvergne"@nn ;
    skos:related humord:c58376 .

humord:c02268 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02268" ;
    dct:modified "2025-03-12T09:20:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--44597/e23/>,
        <http://dewey.info/class/914.4597/e23/>,
        <http://dewey.info/class/944.597/e23/> ;
    skos:broader humord:c58376 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44597/e23/>,
        <http://dewey.info/class/914.4597/e23/>,
        <http://dewey.info/class/944.597/e23/> ;
    skos:prefLabel "Vichy"@en,
        "Vichy"@nb,
        "Vichy"@nn .

humord:c02269 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02269" ;
    dct:modified "2024-10-15T13:15:48"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--4421/e23/>,
        <http://dewey.info/class/914.421/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4421/e23/>,
        <http://dewey.info/class/914.421/e23/> ;
    skos:prefLabel "Lower Normandy"@en,
        "Basse-Normandie"@nb,
        "Basse-Normandie"@nn ;
    skos:related humord:c02254 .

humord:c02271 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02271" ;
    dct:modified "2025-03-06T15:39:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--44212/e23/>,
        <http://dewey.info/class/914.4212/e23/>,
        <http://dewey.info/class/944.212/e23/> ;
    skos:broader humord:c02254 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44212/e23/>,
        <http://dewey.info/class/914.4212/e23/>,
        <http://dewey.info/class/944.212/e23/> ;
    skos:prefLabel "La Hague"@en,
        "La Hague"@nb,
        "La Hague"@nn .

humord:c02272 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02272" ;
    dct:modified "2025-03-12T10:34:57"^^xsd:dateTime ;
    skos:altLabel "Bourgogne"@en,
        "Bourgogne"@nb,
        "Bourgogne"@nn ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--4441/e23/>,
        <http://dewey.info/class/914.441/e23/>,
        <http://dewey.info/class/944.41/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4441/e23/>,
        <http://dewey.info/class/914.441/e23/>,
        <http://dewey.info/class/944.41/e23/> ;
    skos:prefLabel "Burgundy"@en,
        "Burgund"@nb,
        "Burgund"@nn ;
    skos:related humord:c58373 .

humord:c02273 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02273" ;
    dct:modified "2025-03-12T07:42:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4442/e23/>,
        <http://dewey.info/class/914.442/e23/>,
        <http://dewey.info/class/944.42/e23/> ;
    skos:broader humord:c58373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4442/e23/>,
        <http://dewey.info/class/914.442/e23/>,
        <http://dewey.info/class/944.42/e23/> ;
    skos:prefLabel "Minot"@en,
        "Minot"@nb,
        "Minot"@nn .

humord:c02274 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02274" ;
    dct:modified "2025-03-12T09:16:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--44412/e23/>,
        <http://dewey.info/class/914.4412/e23/>,
        <http://dewey.info/class/944.412/e23/> ;
    skos:broader humord:c58373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44412/e23/>,
        <http://dewey.info/class/914.4412/e23/>,
        <http://dewey.info/class/944.412/e23/> ;
    skos:prefLabel "Vézelay"@en,
        "Vezelay"@nb,
        "Vezelay"@nn .

humord:c02275 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02275" ;
    dct:modified "2025-03-12T10:38:58"^^xsd:dateTime ;
    skos:broader humord:c02258 ;
    skos:closeMatch <http://dewey.info/class/2--441/e23/>,
        <http://dewey.info/class/914.41/e23/>,
        <http://dewey.info/class/944.1/e23/> ;
    skos:exactMatch realfagstermer:c030921 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030921,
        <http://dewey.info/class/2--441/e23/>,
        <http://dewey.info/class/914.41/e23/>,
        <http://dewey.info/class/944.1/e23/> ;
    skos:prefLabel "Brittany"@en,
        "Bretagne"@nb,
        "Bretagne"@nn .

humord:c02276 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02276" ;
    dct:modified "2025-03-11T15:47:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4411/e23/>,
        <http://dewey.info/class/914.411/e23/>,
        <http://dewey.info/class/944.11/e23/> ;
    skos:broader humord:c02275 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4411/e23/>,
        <http://dewey.info/class/914.411/e23/>,
        <http://dewey.info/class/944.11/e23/> ;
    skos:prefLabel "Bigouden"@en,
        "Bigouden"@nb,
        "Bigouden"@nn .

humord:c02277 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02277" ;
    dct:modified "2024-09-12T13:56:48"^^xsd:dateTime ;
    skos:broader humord:c02258 ;
    skos:exactMatch <http://dewey.info/class/2--4451/e23/>,
        <http://dewey.info/class/914.451/e23/>,
        <http://dewey.info/class/944.51/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4451/e23/>,
        <http://dewey.info/class/914.451/e23/>,
        <http://dewey.info/class/944.51/e23/> ;
    skos:prefLabel "Centre"@en,
        "Centre"@nb,
        "Centre"@nn .

humord:c02278 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02278" ;
    dct:modified "2025-03-11T15:45:16"^^xsd:dateTime ;
    skos:broader humord:c02277 ;
    skos:exactMatch <http://dewey.info/class/2--445525/e23/>,
        <http://dewey.info/class/914.45525/e23/>,
        <http://dewey.info/class/944.5525/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--445525/e23/>,
        <http://dewey.info/class/914.45525/e23/>,
        <http://dewey.info/class/944.5525/e23/> ;
    skos:prefLabel "Bourges"@en,
        "Bourges"@nb,
        "Bourges"@nn .

humord:c02279 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02279" ;
    dct:modified "2024-09-16T09:44:15"^^xsd:dateTime ;
    skos:broader humord:c02277 ;
    skos:exactMatch <http://dewey.info/class/2--445124/e23/>,
        <http://dewey.info/class/914.45124/e23/>,
        <http://dewey.info/class/944.5124/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--445124/e23/>,
        <http://dewey.info/class/914.45124/e23/>,
        <http://dewey.info/class/944.5124/e23/> ;
    skos:prefLabel "Chartres"@en,
        "Chartres"@nb,
        "Chartres"@nn .

humord:c02280 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02280" ;
    dct:modified "2024-09-16T08:12:54"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--4431/e23/>,
        <http://dewey.info/class/914.431/e23/>,
        <http://dewey.info/class/944.31/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4431/e23/>,
        <http://dewey.info/class/914.431/e23/>,
        <http://dewey.info/class/944.31/e23/> ;
    skos:prefLabel "Champagne-Ardenne"@en,
        "Champagne-Ardenne"@nb,
        "Champagne-Ardenne"@nn ;
    skos:related humord:c58378 .

humord:c02281 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02281" ;
    dct:modified "2025-03-11T07:06:45"^^xsd:dateTime ;
    skos:broader humord:c58378 ;
    skos:closeMatch <http://dewey.info/class/2--49348/e23/>,
        <http://dewey.info/class/914.9348/e23/>,
        <http://dewey.info/class/949.348/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49348/e23/>,
        <http://dewey.info/class/914.9348/e23/>,
        <http://dewey.info/class/949.348/e23/> ;
    skos:prefLabel "Ardennes"@en,
        "Ardennene"@nb,
        "Ardennane"@nn .

humord:c02282 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02282" ;
    dct:modified "2025-03-11T07:41:49"^^xsd:dateTime ;
    skos:broader humord:c58378 ;
    skos:exactMatch <http://dewey.info/class/2--44322/e23/>,
        <http://dewey.info/class/914.4322/e23/>,
        <http://dewey.info/class/944.322/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44322/e23/>,
        <http://dewey.info/class/914.4322/e23/>,
        <http://dewey.info/class/944.322/e23/> ;
    skos:prefLabel "Reims"@en,
        "Reims"@nb,
        "Reims"@nn .

humord:c02283 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02283" ;
    dct:modified "2025-03-12T10:40:01"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--4445/e23/>,
        <http://dewey.info/class/914.445/e23/>,
        <http://dewey.info/class/944.45/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4445/e23/>,
        <http://dewey.info/class/914.445/e23/>,
        <http://dewey.info/class/944.45/e23/> ;
    skos:prefLabel "Franche-Comté"@en,
        "Franche-Comte"@nb,
        "Franche-Comte"@nn ;
    skos:related humord:c58373 .

humord:c02284 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02284" ;
    dct:modified "2024-10-15T13:01:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4446/e23/>,
        <http://dewey.info/class/914.446/e23/>,
        <http://dewey.info/class/944.46/e23/> ;
    skos:broader humord:c58373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4446/e23/>,
        <http://dewey.info/class/914.446/e23/>,
        <http://dewey.info/class/944.46/e23/> ;
    skos:prefLabel "Baume-les-Dames"@en,
        "Baume-les-Dames"@nb,
        "Baume-les-Dames"@nn .

humord:c02285 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02285" ;
    dct:modified "2025-03-11T15:53:17"^^xsd:dateTime ;
    skos:altLabel "Besançon"@en,
        "Besançon"@nb,
        "Besançon"@nn ;
    skos:broader humord:c58373 ;
    skos:exactMatch <http://dewey.info/class/2--44466/e23/>,
        <http://dewey.info/class/914.4466/e23/>,
        <http://dewey.info/class/944.466/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44466/e23/>,
        <http://dewey.info/class/914.4466/e23/>,
        <http://dewey.info/class/944.466/e23/> ;
    skos:prefLabel "Besancon"@en,
        "Besancon"@nb,
        "Besançon"@nn .

humord:c02286 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02286" ;
    dct:modified "2025-03-12T07:37:30"^^xsd:dateTime ;
    skos:broader humord:c58373 ;
    skos:exactMatch <http://dewey.info/class/2--4446/e23/>,
        <http://dewey.info/class/914.446/e23/>,
        <http://dewey.info/class/944.46/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4446/e23/>,
        <http://dewey.info/class/914.446/e23/>,
        <http://dewey.info/class/944.46/e23/> ;
    skos:prefLabel "Doubs"@en,
        "Doubs"@nb,
        "Doubs"@nn .

humord:c02287 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02287" ;
    dct:modified "2025-03-12T09:11:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4446/e23/>,
        <http://dewey.info/class/914.446/e23/>,
        <http://dewey.info/class/944.46/e23/> ;
    skos:broader humord:c58373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4446/e23/>,
        <http://dewey.info/class/914.446/e23/>,
        <http://dewey.info/class/944.46/e23/> ;
    skos:prefLabel "Montbéliard"@en,
        "Montbeliard"@nb,
        "Montbeliard"@nn .

humord:c02288 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02288" ;
    dct:modified "2025-03-12T09:11:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4446/e23/>,
        <http://dewey.info/class/914.446/e23/>,
        <http://dewey.info/class/944.46/e23/> ;
    skos:broader humord:c58373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4446/e23/>,
        <http://dewey.info/class/914.446/e23/>,
        <http://dewey.info/class/944.46/e23/> ;
    skos:prefLabel "Quingey"@en,
        "Quingey"@nb,
        "Quingey"@nn .

humord:c02289 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02289" ;
    dct:modified "2025-03-12T09:12:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4446/e23/>,
        <http://dewey.info/class/914.446/e23/>,
        <http://dewey.info/class/944.46/e23/> ;
    skos:broader humord:c58373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4446/e23/>,
        <http://dewey.info/class/914.446/e23/>,
        <http://dewey.info/class/944.46/e23/> ;
    skos:prefLabel "Rougemont"@en,
        "Rougemont"@nb,
        "Rougemont"@nn .

humord:c02290 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02290" ;
    dct:modified "2025-03-12T15:29:26"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--4424/e23/>,
        <http://dewey.info/class/914.424/e23/>,
        <http://dewey.info/class/944.24/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4424/e23/>,
        <http://dewey.info/class/914.424/e23/>,
        <http://dewey.info/class/944.24/e23/> ;
    skos:prefLabel "Upper Normandy"@en,
        "Haute-Normandie"@nb,
        "Haute-Normandie"@nn ;
    skos:related humord:c02254 .

humord:c02291 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02291" ;
    dct:modified "2025-03-07T07:47:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--44242/e23/>,
        <http://dewey.info/class/914.4242/e23/>,
        <http://dewey.info/class/944.242/e23/> ;
    skos:broader humord:c02254 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44242/e23/>,
        <http://dewey.info/class/914.4242/e23/>,
        <http://dewey.info/class/944.242/e23/> ;
    skos:prefLabel "Évreux"@en,
        "Evreux"@nb,
        "Evreux"@nn .

humord:c02292 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02292" ;
    dct:modified "2026-04-07T11:07:03"^^xsd:dateTime ;
    skos:altLabel "Ile-de-France"@nb,
        "Ile-de-France"@nn ;
    skos:broader humord:c02258 ;
    skos:exactMatch <http://dewey.info/class/2--4436/e23/>,
        <http://dewey.info/class/914.436/e23/>,
        <http://dewey.info/class/944.36/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4436/e23/>,
        <http://dewey.info/class/914.436/e23/>,
        <http://dewey.info/class/944.36/e23/> ;
    skos:prefLabel "Île-de-France"@en,
        "Île-de-France"@nb,
        "Île-de-France"@nn .

humord:c02293 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02293" ;
    dct:modified "2025-03-11T07:03:02"^^xsd:dateTime ;
    skos:broader humord:c02292 ;
    skos:exactMatch realfagstermer:c030577,
        <http://dewey.info/class/2--44361/e23/>,
        <http://dewey.info/class/914.4361/e23/>,
        <http://dewey.info/class/944.361/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030577,
        <http://dewey.info/class/2--44361/e23/>,
        <http://dewey.info/class/914.4361/e23/>,
        <http://dewey.info/class/944.361/e23/> ;
    skos:prefLabel "Paris (City)"@en,
        "Paris (By)"@nb,
        "Paris (By)"@nn .

humord:c02294 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02294" ;
    dct:modified "2025-03-06T15:39:38"^^xsd:dateTime ;
    skos:altLabel "Latinerkvarteret"@nb,
        "Latinerkvarteret"@nn ;
    skos:broadMatch <http://dewey.info/class/2--44361/e23/>,
        <http://dewey.info/class/914.4361/e23/>,
        <http://dewey.info/class/944.361/e23/> ;
    skos:broader humord:c02293 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44361/e23/>,
        <http://dewey.info/class/914.4361/e23/>,
        <http://dewey.info/class/944.361/e23/> ;
    skos:prefLabel "Latin Quarter"@en,
        "Quartier Latin"@nb,
        "Quartier Latin"@nn .

humord:c02296 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02296" ;
    dct:modified "2025-03-11T07:03:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/936.437/e23/> ;
    skos:broader humord:c02292 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/936.437/e23/> ;
    skos:prefLabel "Pincevent"@en,
        "Pincevent"@nb,
        "Pincevent"@nn .

humord:c02297 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02297" ;
    dct:modified "2025-03-11T07:04:07"^^xsd:dateTime ;
    skos:broader humord:c02292 ;
    skos:exactMatch <http://dewey.info/class/2--44362/e23/>,
        <http://dewey.info/class/914.4362/e23/>,
        <http://dewey.info/class/944.362/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44362/e23/>,
        <http://dewey.info/class/914.4362/e23/>,
        <http://dewey.info/class/944.362/e23/> ;
    skos:prefLabel "Saint Denis"@en,
        "Saint Denis"@nb,
        "Saint Denis"@nn .

humord:c02299 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02299" ;
    dct:modified "2024-09-19T11:20:23"^^xsd:dateTime ;
    skos:altLabel "Corse"@nb,
        "Corse"@nn ;
    skos:broader humord:c02258 ;
    skos:closeMatch <http://dewey.info/class/2--3799/e23/>,
        <http://dewey.info/class/937.99/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4499/e23/>,
        <http://dewey.info/class/914.499/e23/>,
        <http://dewey.info/class/944.99/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3799/e23/>,
        <http://dewey.info/class/2--4499/e23/>,
        <http://dewey.info/class/914.499/e23/>,
        <http://dewey.info/class/937.99/e23/>,
        <http://dewey.info/class/944.99/e23/> ;
    skos:prefLabel "Corsica"@en,
        "Korsika"@nb,
        "Korsika"@nn .

humord:c02301 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02301" ;
    dct:modified "2025-03-12T15:32:13"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--448/e23/>,
        <http://dewey.info/class/914.48/e23/>,
        <http://dewey.info/class/944.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--448/e23/>,
        <http://dewey.info/class/914.48/e23/>,
        <http://dewey.info/class/944.8/e23/> ;
    skos:prefLabel "Languedoc-Roussillon"@en,
        "Languedoc-Roussillon"@nb,
        "Languedoc-Roussillon"@nn ;
    skos:related humord:c58377 .

humord:c02302 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02302" ;
    dct:modified "2025-03-06T15:30:07"^^xsd:dateTime ;
    skos:broader humord:c58377 ;
    skos:closeMatch <http://dewey.info/class/2--448/e23/>,
        <http://dewey.info/class/914.48/e23/>,
        <http://dewey.info/class/944.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--448/e23/>,
        <http://dewey.info/class/914.48/e23/>,
        <http://dewey.info/class/944.8/e23/> ;
    skos:prefLabel "Languedoc"@en,
        "Languedoc"@nb,
        "Languedoc"@nn .

humord:c02303 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02303" ;
    dct:modified "2025-03-06T15:33:00"^^xsd:dateTime ;
    skos:altLabel "Nizza"@nb,
        "Nizza"@nn ;
    skos:broader humord:c58377 ;
    skos:exactMatch realfagstermer:c030767,
        <http://dewey.info/class/2--44941/e23/>,
        <http://dewey.info/class/914.4941/e23/>,
        <http://dewey.info/class/944.941/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030767,
        <http://dewey.info/class/2--44941/e23/>,
        <http://dewey.info/class/914.4941/e23/>,
        <http://dewey.info/class/944.941/e23/> ;
    skos:prefLabel "Nice"@en,
        "Nice"@nb,
        "Nice"@nn .

humord:c02305 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02305" ;
    dct:modified "2025-03-06T15:33:18"^^xsd:dateTime ;
    skos:broader humord:c58377 ;
    skos:closeMatch <http://dewey.info/class/2--4489/e23/>,
        <http://dewey.info/class/914.489/e23/>,
        <http://dewey.info/class/944.89/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4489/e23/>,
        <http://dewey.info/class/914.489/e23/>,
        <http://dewey.info/class/944.89/e23/> ;
    skos:prefLabel "Roussillon"@en,
        "Roussillon"@nb,
        "Roussillon"@nn .

humord:c02306 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02306" ;
    dct:modified "2025-03-12T09:19:47"^^xsd:dateTime ;
    skos:broader humord:c58376 ;
    skos:exactMatch <http://dewey.info/class/2--44581/e23/>,
        <http://dewey.info/class/914.4581/e23/>,
        <http://dewey.info/class/944.581/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44581/e23/>,
        <http://dewey.info/class/914.4581/e23/>,
        <http://dewey.info/class/944.581/e23/> ;
    skos:prefLabel "Loire (Departement)"@en,
        "Loire (Departement)"@nb,
        "Loire (Departement)"@nn .

humord:c02307 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02307" ;
    dct:modified "2025-03-12T15:28:02"^^xsd:dateTime ;
    skos:altLabel "Le Forez"@nb,
        "Le Forez"@nn ;
    skos:broadMatch <http://dewey.info/class/2--445/e23/>,
        <http://dewey.info/class/914.45/e23/>,
        <http://dewey.info/class/944.5/e23/> ;
    skos:broader humord:c02245 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--445/e23/>,
        <http://dewey.info/class/914.45/e23/>,
        <http://dewey.info/class/944.5/e23/> ;
    skos:prefLabel "Forez"@en,
        "Forez"@nb,
        "Forez"@nn .

humord:c02309 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02309" ;
    dct:modified "2025-03-13T07:47:55"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--4438/e23/>,
        <http://dewey.info/class/914.438/e23/>,
        <http://dewey.info/class/944.38/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4438/e23/>,
        <http://dewey.info/class/914.438/e23/>,
        <http://dewey.info/class/944.38/e23/> ;
    skos:prefLabel "Lorraine"@en,
        "Lorraine"@nb,
        "Lorraine"@nn ;
    skos:related humord:c58378 .

humord:c02310 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02310" ;
    dct:modified "2024-10-15T13:15:39"^^xsd:dateTime ;
    skos:altLabel "Basse-Yutz"@nb ;
    skos:broadMatch <http://dewey.info/class/2--44385/e23/>,
        <http://dewey.info/class/914.4385/e23/>,
        <http://dewey.info/class/944.385/e23/> ;
    skos:broader humord:c58378 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44385/e23/>,
        <http://dewey.info/class/914.4385/e23/>,
        <http://dewey.info/class/944.385/e23/> ;
    skos:prefLabel "Yutz"@en,
        "Yutz"@nb,
        "Yutz"@nn .

humord:c02312 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02312" ;
    dct:modified "2025-03-13T07:48:30"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--4473/e23/>,
        <http://dewey.info/class/914.473/e23/>,
        <http://dewey.info/class/944.73/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4473/e23/>,
        <http://dewey.info/class/914.473/e23/>,
        <http://dewey.info/class/944.73/e23/> ;
    skos:prefLabel "Midi-Pyrénées"@en,
        "Midi-Pyrenees"@nb,
        "Midi-Pyrenees"@nn ;
    skos:related humord:c58377 .

humord:c02313 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02313" ;
    dct:modified "2025-03-06T15:29:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4475/e23/>,
        <http://dewey.info/class/914.475/e23/>,
        <http://dewey.info/class/944.75/e23/> ;
    skos:broader humord:c58377 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4475/e23/>,
        <http://dewey.info/class/914.475/e23/>,
        <http://dewey.info/class/944.75/e23/> ;
    skos:prefLabel "Moissac"@en,
        "Moissac"@nb,
        "Moissac"@nn .

humord:c02314 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02314" ;
    dct:modified "2025-03-06T15:31:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--44735/e23/>,
        <http://dewey.info/class/914.4735/e23/>,
        <http://dewey.info/class/944.735/e23/> ;
    skos:broader humord:c58377 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44735/e23/>,
        <http://dewey.info/class/914.4735/e23/>,
        <http://dewey.info/class/944.735/e23/> ;
    skos:prefLabel "Montségur"@en,
        "Montsegur"@nb,
        "Montsegur"@nn .

humord:c02315 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02315" ;
    dct:modified "2025-03-13T07:53:41"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--4427/e23/>,
        <http://dewey.info/class/914.427/e23/>,
        <http://dewey.info/class/944.27/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4427/e23/>,
        <http://dewey.info/class/914.427/e23/>,
        <http://dewey.info/class/944.27/e23/> ;
    skos:prefLabel "Nord-Pas-de-Calais"@en,
        "Nord-Pas-de-Calais"@nb,
        "Nord-Pas-de-Calais"@nn ;
    skos:related humord:c58375 .

humord:c02316 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02316" ;
    dct:modified "2024-09-02T15:17:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--44272/e23/>,
        <http://dewey.info/class/914.4272/e23/>,
        <http://dewey.info/class/944.272/e23/> ;
    skos:broader humord:c58375 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44272/e23/>,
        <http://dewey.info/class/914.4272/e23/>,
        <http://dewey.info/class/944.272/e23/> ;
    skos:prefLabel "Calais"@en,
        "Calais"@nb,
        "Calais"@nn .

humord:c02317 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02317" ;
    dct:modified "2025-03-11T07:05:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--44272/e23/>,
        <http://dewey.info/class/914.4272/e23/>,
        <http://dewey.info/class/944.272/e23/> ;
    skos:broader humord:c58375 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44272/e23/>,
        <http://dewey.info/class/914.4272/e23/>,
        <http://dewey.info/class/944.272/e23/> ;
    skos:prefLabel "Saint Omer"@en,
        "Saint-Omer"@nb,
        "Saint-Omer"@nn .

humord:c02318 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02318" ;
    dct:modified "2025-03-13T07:50:01"^^xsd:dateTime ;
    skos:broader humord:c02258 ;
    skos:exactMatch <http://dewey.info/class/2--4416/e23/>,
        <http://dewey.info/class/914.416/e23/>,
        <http://dewey.info/class/944.16/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4416/e23/>,
        <http://dewey.info/class/914.416/e23/>,
        <http://dewey.info/class/944.16/e23/> ;
    skos:prefLabel "Pays de la Loire"@en,
        "Pays de la Loire"@nb,
        "Pays de la Loire"@nn .

humord:c02319 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02319" ;
    dct:modified "2025-03-06T15:27:20"^^xsd:dateTime ;
    skos:broader humord:c02318 ;
    skos:exactMatch <http://dewey.info/class/2--44169/e23/>,
        <http://dewey.info/class/914.4169/e23/>,
        <http://dewey.info/class/944.169/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44169/e23/>,
        <http://dewey.info/class/914.4169/e23/>,
        <http://dewey.info/class/944.169/e23/> ;
    skos:prefLabel "Vendée"@en,
        "Vendee"@nb,
        "Vendee"@nn .

humord:c02320 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02320" ;
    dct:modified "2025-03-13T07:50:15"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--4426/e23/>,
        <http://dewey.info/class/914.426/e23/>,
        <http://dewey.info/class/944.26/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4426/e23/>,
        <http://dewey.info/class/914.426/e23/>,
        <http://dewey.info/class/944.26/e23/> ;
    skos:prefLabel "Picardy"@en,
        "Picardie"@nb,
        "Picardie"@nn ;
    skos:related humord:c58375 .

humord:c02321 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02321" ;
    dct:modified "2025-03-11T07:05:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--44264/e23/>,
        <http://dewey.info/class/2--4427/e23/>,
        <http://dewey.info/class/914.4264/e23/>,
        <http://dewey.info/class/944.264/e23/> ;
    skos:broader humord:c58375 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44264/e23/>,
        <http://dewey.info/class/2--4427/e23/>,
        <http://dewey.info/class/914.4264/e23/>,
        <http://dewey.info/class/944.264/e23/> ;
    skos:prefLabel "Beauvais"@en,
        "Beauvais"@nb,
        "Beauvais"@nn .

humord:c02322 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02322" ;
    dct:modified "2024-09-17T15:27:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--44262/e23/>,
        <http://dewey.info/class/914.4262/e23/>,
        <http://dewey.info/class/944.262/e23/> ;
    skos:broader humord:c58375 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44262/e23/>,
        <http://dewey.info/class/914.4262/e23/>,
        <http://dewey.info/class/944.262/e23/> ;
    skos:prefLabel "Crécy-en-Ponthieu"@en,
        "Crecy-en-Ponthieu"@nb,
        "Crecy-en-Ponthieu"@nn .

humord:c02323 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02323" ;
    dct:modified "2025-03-11T07:06:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--44266/e23/>,
        <http://dewey.info/class/914.4266/e23/>,
        <http://dewey.info/class/944.266/e23/> ;
    skos:broader humord:c58375 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44266/e23/>,
        <http://dewey.info/class/914.4266/e23/>,
        <http://dewey.info/class/944.266/e23/> ;
    skos:prefLabel "Soissons"@en,
        "Soissons"@nb,
        "Soissons"@nn .

humord:c02324 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02324" ;
    dct:modified "2025-03-13T07:50:28"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:closeMatch <http://dewey.info/class/2--446/e23/>,
        <http://dewey.info/class/914.46/e23/>,
        <http://dewey.info/class/944.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--446/e23/>,
        <http://dewey.info/class/914.46/e23/>,
        <http://dewey.info/class/944.6/e23/> ;
    skos:prefLabel "Poitou-Charentes"@en,
        "Poitou-Charentes"@nb,
        "Poitou-Charentes"@nn ;
    skos:related humord:c58379 .

humord:c02325 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02325" ;
    dct:modified "2025-03-06T15:35:51"^^xsd:dateTime ;
    skos:broader humord:c58379 ;
    skos:exactMatch <http://dewey.info/class/2--44642/e23/>,
        <http://dewey.info/class/914.4642/e23/>,
        <http://dewey.info/class/944.642/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44642/e23/>,
        <http://dewey.info/class/914.4642/e23/>,
        <http://dewey.info/class/944.642/e23/> ;
    skos:prefLabel "La Rochelle"@en,
        "La Rochelle"@nb,
        "La Rochelle"@nn .

humord:c02326 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02326" ;
    dct:modified "2025-03-13T07:54:01"^^xsd:dateTime ;
    skos:broader humord:c02258 ;
    skos:closeMatch <http://dewey.info/class/2--449/e23/>,
        <http://dewey.info/class/914.49/e23/>,
        <http://dewey.info/class/944.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--449/e23/>,
        <http://dewey.info/class/914.49/e23/>,
        <http://dewey.info/class/944.9/e23/> ;
    skos:prefLabel "Provence"@en,
        "Provence"@nb,
        "Provence"@nn .

humord:c02327 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02327" ;
    dct:modified "2025-03-13T07:52:36"^^xsd:dateTime ;
    skos:broader humord:c02258 ;
    skos:closeMatch <http://dewey.info/class/2--449/e23/>,
        <http://dewey.info/class/914.49/e23/>,
        <http://dewey.info/class/944.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--449/e23/>,
        <http://dewey.info/class/914.49/e23/>,
        <http://dewey.info/class/944.9/e23/> ;
    skos:prefLabel "Provence-Alpes-Cote d'Azur"@en,
        "Provence-Alpes-Cote d'Azur"@nb,
        "Provence-Alpes-Cote d'Azur"@nn .

humord:c02328 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02328" ;
    dct:modified "2025-03-06T15:24:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4492/e23/>,
        <http://dewey.info/class/914.492/e23/>,
        <http://dewey.info/class/944.92/e23/> ;
    skos:broader humord:c02327 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4492/e23/>,
        <http://dewey.info/class/914.492/e23/>,
        <http://dewey.info/class/944.92/e23/> ;
    skos:prefLabel "Bonnieux"@en,
        "Bonnieux"@nb,
        "Bonnieux"@nn .

humord:c02329 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02329" ;
    dct:modified "2025-03-06T15:25:12"^^xsd:dateTime ;
    skos:broader humord:c02327 ;
    skos:exactMatch <http://dewey.info/class/2--44912/e23/>,
        <http://dewey.info/class/914.4912/e23/>,
        <http://dewey.info/class/944.912/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--44912/e23/>,
        <http://dewey.info/class/914.4912/e23/>,
        <http://dewey.info/class/944.912/e23/> ;
    skos:prefLabel "Marseille"@en,
        "Marseille"@nb,
        "Marseille"@nn .

humord:c02330 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02330" ;
    dct:modified "2025-03-06T15:25:39"^^xsd:dateTime ;
    skos:broader humord:c02327 ;
    skos:exactMatch <http://dewey.info/class/2--4493/e23/>,
        <http://dewey.info/class/914.493/e23/>,
        <http://dewey.info/class/944.93/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4493/e23/>,
        <http://dewey.info/class/914.493/e23/>,
        <http://dewey.info/class/944.93/e23/> ;
    skos:prefLabel "Var (Region)"@en,
        "Var (Region)"@nb,
        "Var (Region)"@nn .

humord:c02331 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02331" ;
    dct:modified "2025-03-06T15:27:04"^^xsd:dateTime ;
    skos:broader humord:c02327 ;
    skos:exactMatch <http://dewey.info/class/2--4492/e23/>,
        <http://dewey.info/class/914.492/e23/>,
        <http://dewey.info/class/944.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4492/e23/>,
        <http://dewey.info/class/914.492/e23/>,
        <http://dewey.info/class/944.92/e23/> ;
    skos:prefLabel "Vaucluse"@en,
        "Vaucluse"@nb,
        "Vaucluse"@nn .

humord:c02332 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02332" ;
    dct:modified "2025-03-13T07:57:07"^^xsd:dateTime ;
    skos:broader humord:c02245 ;
    skos:exactMatch <http://dewey.info/class/2--4458/e23/>,
        <http://dewey.info/class/914.458/e23/>,
        <http://dewey.info/class/944.58/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4458/e23/>,
        <http://dewey.info/class/914.458/e23/>,
        <http://dewey.info/class/944.58/e23/> ;
    skos:prefLabel "Rhône-Alpes"@en,
        "Rhone-Alpes"@nb,
        "Rhone-Alpes"@nn ;
    skos:related humord:c58376 .

humord:c02334 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02334" ;
    dct:modified "2025-03-12T09:19:33"^^xsd:dateTime ;
    skos:broader humord:c58376 ;
    skos:exactMatch realfagstermer:c030796,
        <http://dewey.info/class/2--445823/e23/>,
        <http://dewey.info/class/914.45823/e23/>,
        <http://dewey.info/class/944.5823/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030796,
        <http://dewey.info/class/2--445823/e23/>,
        <http://dewey.info/class/914.45823/e23/>,
        <http://dewey.info/class/944.5823/e23/> ;
    skos:prefLabel "Lyon"@en,
        "Lyon"@nb,
        "Lyon"@nn .

humord:c02335 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02335" ;
    dct:modified "2025-03-04T15:40:51"^^xsd:dateTime ;
    skos:altLabel "Færøyene"@nn ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030257,
        <http://dewey.info/class/2--4915/e23/>,
        <http://dewey.info/class/914.915/e23/>,
        <http://dewey.info/class/949.15/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030257,
        <http://dewey.info/class/2--4915/e23/>,
        <http://dewey.info/class/914.915/e23/>,
        <http://dewey.info/class/949.15/e23/> ;
    skos:prefLabel "Faroe Islands"@en,
        "Færøyene"@nb,
        "Færøyane"@nn .

humord:c02336 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02336" ;
    dct:modified "2025-03-06T14:18:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4915/e23/>,
        <http://dewey.info/class/914.915/e23/>,
        <http://dewey.info/class/949.15/e23/> ;
    skos:broader humord:c02335 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4915/e23/>,
        <http://dewey.info/class/914.915/e23/>,
        <http://dewey.info/class/949.15/e23/> ;
    skos:prefLabel "Kongshavn"@en,
        "Kongshavn"@nb,
        "Kongshavn"@nn .

humord:c02337 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02337" ;
    dct:modified "2025-03-06T14:19:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4915/e23/>,
        <http://dewey.info/class/914.915/e23/>,
        <http://dewey.info/class/949.15/e23/> ;
    skos:broader humord:c02335 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4915/e23/>,
        <http://dewey.info/class/914.915/e23/>,
        <http://dewey.info/class/949.15/e23/> ;
    skos:prefLabel "Skálavik"@en,
        "Skalavik"@nb,
        "Skalavik"@nn .

humord:c02338 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02338" ;
    dct:modified "2025-03-04T15:41:30"^^xsd:dateTime ;
    skos:altLabel "Georgiske sosialistiske sovjetrepublikk"@nb,
        "Iberia (Kaukasus)"@nb,
        "Georgiske sosialistiske sovjetrepublikk"@nn,
        "Iberia (Kaukasus)"@nn ;
    skos:broader humord:c02157 ;
    skos:exactMatch <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:prefLabel "Georgia (Europe)"@en,
        "Georgia (Europa)"@nb,
        "Georgia (Europa)"@nn .

humord:c02339 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02339" ;
    dct:modified "2025-03-06T13:39:53"^^xsd:dateTime ;
    skos:altLabel "Abkasia (Georgia)"@nb,
        "Abkasia (Georgia)"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:broader humord:c02338 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:prefLabel "Abkhazia (Georgia)"@en,
        "Abkhasia (Georgia)"@nb,
        "Abkhasia (Georgia)"@nn .

humord:c02341 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02341" ;
    dct:modified "2024-10-15T13:03:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:broader humord:c02338 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:prefLabel "Batumi"@en,
        "Batumi"@nb,
        "Batumi"@nn .

humord:c02342 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02342" ;
    dct:modified "2025-03-06T13:36:43"^^xsd:dateTime ;
    skos:altLabel "Erco-Tianeti"@nb,
        "Erco-Tianeti"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:broader humord:c02338 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:prefLabel "Ertso-Tianeti"@en,
        "Ertso-Tianeti"@nb,
        "Ertso-Tianeti"@nn .

humord:c02343 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02343" ;
    dct:modified "2025-03-06T13:43:16"^^xsd:dateTime ;
    skos:altLabel "Mcxeta"@en ;
    skos:broadMatch <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:broader humord:c02338 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:prefLabel "Mtskheta"@en,
        "Mcxeta"@nb,
        "Mcxeta"@nn .

humord:c02344 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02344" ;
    dct:modified "2025-03-06T13:48:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:broader humord:c02338 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:prefLabel "Svanetia"@en,
        "Svanetia"@nb,
        "Svanetia"@nn .

humord:c02345 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02345" ;
    dct:modified "2025-03-06T13:47:12"^^xsd:dateTime ;
    skos:altLabel "Tiflis"@nb,
        "Tiflis"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:broader humord:c02338 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:prefLabel "Tbilisi"@en,
        "Tbilisi"@nb,
        "Tbilisi"@nn .

humord:c02347 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02347" ;
    dct:modified "2024-08-21T08:50:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:broader humord:c02338 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4758/e23/>,
        <http://dewey.info/class/914.758/e23/>,
        <http://dewey.info/class/947.58/e23/> ;
    skos:prefLabel "East Georgia"@en,
        "Øst-Georgia"@nb,
        "Aust-Georgia"@nn .

humord:c02348 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02348" ;
    dct:modified "2025-03-04T15:41:56"^^xsd:dateTime ;
    skos:altLabel "Grekenland"@nb,
        "Grekenland"@nn ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--38/e23/>,
        <http://dewey.info/class/938/e23/> ;
    skos:exactMatch realfagstermer:c030235,
        <http://dewey.info/class/2--495/e23/>,
        <http://dewey.info/class/914.95/e23/>,
        <http://dewey.info/class/949.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030235,
        <http://dewey.info/class/2--38/e23/>,
        <http://dewey.info/class/2--495/e23/>,
        <http://dewey.info/class/914.95/e23/>,
        <http://dewey.info/class/938/e23/>,
        <http://dewey.info/class/949.5/e23/> ;
    skos:prefLabel "Greece"@en,
        "Hellas"@nb,
        "Hellas"@nn ;
    skos:related humord:c10875,
        humord:c10878,
        humord:c10879,
        humord:c10881 .

humord:c02350 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02350" ;
    dct:modified "2025-03-06T09:42:46"^^xsd:dateTime ;
    skos:altLabel "Egina"@nb,
        "Ejina"@nb,
        "Egina"@nn,
        "Ejina"@nn ;
    skos:broadMatch <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:broader humord:c02357 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:prefLabel "Aegina"@en,
        "Aigina"@nb,
        "Aigina"@nn .

humord:c02351 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02351" ;
    dct:modified "2024-08-27T15:04:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/2--49522/e23/>,
        <http://dewey.info/class/914.9522/e23/>,
        <http://dewey.info/class/938.8/e23/>,
        <http://dewey.info/class/949.522/e23/> ;
    skos:broader humord:c02387 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/2--49522/e23/>,
        <http://dewey.info/class/914.9522/e23/>,
        <http://dewey.info/class/938.8/e23/>,
        <http://dewey.info/class/949.522/e23/> ;
    skos:prefLabel "Argolis"@en,
        "Argolis"@nb,
        "Argolis"@nn .

humord:c02352 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02352" ;
    dct:modified "2024-07-31T07:47:57"^^xsd:dateTime ;
    skos:altLabel "Aten"@nb,
        "Aten"@nn ;
    skos:broader humord:c02357 ;
    skos:closeMatch <http://dewey.info/class/2--385/e23/>,
        <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/938.5/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:exactMatch realfagstermer:c030983 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030983,
        <http://dewey.info/class/2--385/e23/>,
        <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/938.5/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:prefLabel "Athens"@en,
        "Athen (By)"@nb,
        "Athen (By)"@nn .

humord:c02353 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02353" ;
    dct:modified "2025-03-06T09:43:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--385/e23/>,
        <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/938.5/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:broader humord:c02352 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--385/e23/>,
        <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/938.5/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:prefLabel "Acropolis"@en,
        "Akropolis"@nb,
        "Akropolis"@nn .

humord:c02356 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-12-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02356" ;
    dct:modified "2024-08-28T12:05:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--381/e23/>,
        <http://dewey.info/class/2--49565/e23/>,
        <http://dewey.info/class/914.9565/e23/>,
        <http://dewey.info/class/938.1/e23/>,
        <http://dewey.info/class/949.565/e23/> ;
    skos:broader humord:c02348 ;
    skos:definition "Athos er en halvøy i Hellas. Den er er den østligste av de tre halvøyene som strekker seg ut i Egeerhavet fra Chalkidiki. Mesteparten av halvøya utgjør den autonome munkerepublikken Athos. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--381/e23/>,
        <http://dewey.info/class/2--49565/e23/>,
        <http://dewey.info/class/914.9565/e23/>,
        <http://dewey.info/class/938.1/e23/>,
        <http://dewey.info/class/949.565/e23/> ;
    skos:prefLabel "Mount Athos"@en,
        "Athos"@nb,
        "Athos"@nn .

humord:c02357 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02357" ;
    dct:modified "2024-08-28T15:10:13"^^xsd:dateTime ;
    skos:broader humord:c02348 ;
    skos:closeMatch <http://dewey.info/class/2--385/e23/>,
        <http://dewey.info/class/938.5/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--385/e23/>,
        <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/938.5/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:prefLabel "Attica"@en,
        "Attika"@nb,
        "Attika"@nn .

humord:c02358 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02358" ;
    dct:modified "2025-03-06T08:54:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/938.8/e23/> ;
    skos:broader humord:c02351 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/938.8/e23/> ;
    skos:prefLabel "Berbati"@en,
        "Berbati"@nb,
        "Berbati"@nn .

humord:c02359 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02359" ;
    dct:modified "2025-03-06T10:39:33"^^xsd:dateTime ;
    skos:altLabel "Boiotia"@en ;
    skos:broadMatch <http://dewey.info/class/2--384/e23/>,
        <http://dewey.info/class/2--49515/e23/>,
        <http://dewey.info/class/914.9515/e23/>,
        <http://dewey.info/class/938.4/e23/>,
        <http://dewey.info/class/949.515/e23/> ;
    skos:broader humord:c67697 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--384/e23/>,
        <http://dewey.info/class/2--49515/e23/>,
        <http://dewey.info/class/914.9515/e23/>,
        <http://dewey.info/class/938.4/e23/>,
        <http://dewey.info/class/949.515/e23/> ;
    skos:prefLabel "Boeotia"@en,
        "Boiotia"@nb,
        "Boiotia"@nn .

humord:c02362 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02362" ;
    dct:modified "2025-04-01T14:49:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--383/e23/>,
        <http://dewey.info/class/2--49515/e23/>,
        <http://dewey.info/class/914.9515/e23/>,
        <http://dewey.info/class/938.3/e23/>,
        <http://dewey.info/class/949.515/e23/> ;
    skos:broader humord:c69614 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--383/e23/>,
        <http://dewey.info/class/2--49515/e23/>,
        <http://dewey.info/class/914.9515/e23/>,
        <http://dewey.info/class/938.3/e23/>,
        <http://dewey.info/class/949.515/e23/> ;
    skos:prefLabel "Delphi"@en,
        "Delfi"@nb,
        "Delfi"@nn .

humord:c02363 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02363" ;
    dct:modified "2025-03-06T09:36:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3915/e23/>,
        <http://dewey.info/class/2--49585/e23/>,
        <http://dewey.info/class/914.9585/e23/>,
        <http://dewey.info/class/939.15/e23/>,
        <http://dewey.info/class/949.585/e23/> ;
    skos:broader humord:c02374 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3915/e23/>,
        <http://dewey.info/class/2--49585/e23/>,
        <http://dewey.info/class/914.9585/e23/>,
        <http://dewey.info/class/939.15/e23/>,
        <http://dewey.info/class/949.585/e23/> ;
    skos:prefLabel "Delos"@en,
        "Delos"@nb,
        "Delos"@nn .

humord:c02364 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02364" ;
    dct:modified "2025-03-06T09:40:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3916/e23/>,
        <http://dewey.info/class/2--49587/e23/>,
        <http://dewey.info/class/914.9587/e23/>,
        <http://dewey.info/class/939.16/e23/>,
        <http://dewey.info/class/949.587/e23/> ;
    skos:broader humord:c02365 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3916/e23/>,
        <http://dewey.info/class/2--49587/e23/>,
        <http://dewey.info/class/914.9587/e23/>,
        <http://dewey.info/class/939.16/e23/>,
        <http://dewey.info/class/949.587/e23/> ;
    skos:prefLabel "Dodecanese"@en,
        "Dodekanesos"@nb,
        "Dodekanesos"@nn .

humord:c02365 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02365" ;
    dct:modified "2025-03-06T10:41:17"^^xsd:dateTime ;
    skos:altLabel "Egeiske øyer"@nn ;
    skos:broader humord:c02348 ;
    skos:closeMatch <http://dewey.info/class/2--391/e23/>,
        <http://dewey.info/class/939.1/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4958/e23/>,
        <http://dewey.info/class/914.958/e23/>,
        <http://dewey.info/class/949.58/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--391/e23/>,
        <http://dewey.info/class/2--4958/e23/>,
        <http://dewey.info/class/914.958/e23/>,
        <http://dewey.info/class/939.1/e23/>,
        <http://dewey.info/class/949.58/e23/> ;
    skos:prefLabel "Aegean Islands"@en,
        "Egeiske øyer"@nb,
        "Egeiske øyar"@nn .

humord:c02366 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02366" ;
    dct:modified "2025-03-06T08:54:54"^^xsd:dateTime ;
    skos:altLabel "Epidauros"@en ;
    skos:broadMatch <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/938.8/e23/> ;
    skos:broader humord:c02351 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/938.8/e23/> ;
    skos:prefLabel "Epidaurus"@en,
        "Epidauros"@nb,
        "Epidauros"@nn .

humord:c02367 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02367" ;
    dct:modified "2024-08-15T11:31:14"^^xsd:dateTime ;
    skos:altLabel "Ano Kaleniki"@en,
        "Ano Kaleniki"@nb,
        "Ano Kaleniki"@nn ;
    skos:broadMatch <http://dewey.info/class/2--49562/e23/>,
        <http://dewey.info/class/914.9562/e23/>,
        <http://dewey.info/class/949.562/e23/> ;
    skos:broader humord:c02376 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49562/e23/>,
        <http://dewey.info/class/914.9562/e23/>,
        <http://dewey.info/class/949.562/e23/> ;
    skos:prefLabel "Gorno Kalenik"@en,
        "Gorno Kalenik"@nb,
        "Gorno Kalenik"@nn .

humord:c02368 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02368" ;
    dct:modified "2024-08-12T13:19:09"^^xsd:dateTime ;
    skos:altLabel "Alos"@nb,
        "Alos"@nn ;
    skos:broadMatch <http://dewey.info/class/2--382/e23/>,
        <http://dewey.info/class/938.2/e23/> ;
    skos:broader humord:c28367 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--382/e23/>,
        <http://dewey.info/class/938.2/e23/> ;
    skos:prefLabel "Halos"@en,
        "Halos"@nb,
        "Halos"@nn .

humord:c02369 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02369" ;
    dct:modified "2025-03-06T08:56:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--49522/e23/>,
        <http://dewey.info/class/914.9522/e23/>,
        <http://dewey.info/class/949.522/e23/> ;
    skos:broader humord:c02387 ;
    skos:closeMatch <http://dewey.info/class/2--387/e23/>,
        <http://dewey.info/class/938.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--387/e23/>,
        <http://dewey.info/class/2--49522/e23/>,
        <http://dewey.info/class/914.9522/e23/>,
        <http://dewey.info/class/938.7/e23/>,
        <http://dewey.info/class/949.522/e23/> ;
    skos:prefLabel "Corinth"@en,
        "Korint"@nb,
        "Korint"@nn .

humord:c02370 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02370" ;
    dct:modified "2024-09-19T11:19:55"^^xsd:dateTime ;
    skos:altLabel "Cos"@en,
        "Cos"@nb,
        "Cos"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3916/e23/>,
        <http://dewey.info/class/2--49587/e23/>,
        <http://dewey.info/class/914.9587/e23/>,
        <http://dewey.info/class/939.16/e23/>,
        <http://dewey.info/class/949.587/e23/> ;
    skos:broader humord:c02364 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3916/e23/>,
        <http://dewey.info/class/2--49587/e23/>,
        <http://dewey.info/class/914.9587/e23/>,
        <http://dewey.info/class/939.16/e23/>,
        <http://dewey.info/class/949.587/e23/> ;
    skos:prefLabel "Kos"@en,
        "Kos"@nb,
        "Kos"@nn .

humord:c02372 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02372" ;
    dct:modified "2025-03-06T10:40:37"^^xsd:dateTime ;
    skos:broader humord:c02348 ;
    skos:closeMatch <http://dewey.info/class/2--3918/e23/>,
        <http://dewey.info/class/939.18/e23/> ;
    skos:exactMatch realfagstermer:c030314,
        <http://dewey.info/class/2--4959/e23/>,
        <http://dewey.info/class/914.959/e23/>,
        <http://dewey.info/class/949.59/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030314,
        <http://dewey.info/class/2--3918/e23/>,
        <http://dewey.info/class/2--4959/e23/>,
        <http://dewey.info/class/914.959/e23/>,
        <http://dewey.info/class/939.18/e23/>,
        <http://dewey.info/class/949.59/e23/> ;
    skos:prefLabel "Crete"@en,
        "Kreta"@nb,
        "Kreta"@nn .

humord:c02373 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02373" ;
    dct:modified "2025-03-06T09:01:46"^^xsd:dateTime ;
    skos:altLabel "Cnossos"@en ;
    skos:broadMatch <http://dewey.info/class/2--3918/e23/>,
        <http://dewey.info/class/939.18/e23/> ;
    skos:broader humord:c02372 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3918/e23/>,
        <http://dewey.info/class/939.18/e23/> ;
    skos:prefLabel "Knossos"@en,
        "Knossos"@nb,
        "Knossos"@nn .

humord:c02374 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02374" ;
    dct:modified "2025-03-06T09:39:12"^^xsd:dateTime ;
    skos:broader humord:c02365 ;
    skos:closeMatch <http://dewey.info/class/2--3915/e23/>,
        <http://dewey.info/class/939.15/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--49585/e23/>,
        <http://dewey.info/class/914.9585/e23/>,
        <http://dewey.info/class/949.585/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3915/e23/>,
        <http://dewey.info/class/2--49585/e23/>,
        <http://dewey.info/class/914.9585/e23/>,
        <http://dewey.info/class/939.15/e23/>,
        <http://dewey.info/class/949.585/e23/> ;
    skos:prefLabel "Cyclades"@en,
        "Kykladene"@nb,
        "Kykladane"@nn .

humord:c02375 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02375" ;
    dct:modified "2025-03-06T08:57:35"^^xsd:dateTime ;
    skos:altLabel "Lakonia"@en ;
    skos:broadMatch <http://dewey.info/class/2--49522/e23/>,
        <http://dewey.info/class/914.9522/e23/>,
        <http://dewey.info/class/949.522/e23/> ;
    skos:broader humord:c02387 ;
    skos:closeMatch <http://dewey.info/class/2--389/e23/>,
        <http://dewey.info/class/938.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--389/e23/>,
        <http://dewey.info/class/2--49522/e23/>,
        <http://dewey.info/class/914.9522/e23/>,
        <http://dewey.info/class/938.9/e23/>,
        <http://dewey.info/class/949.522/e23/> ;
    skos:prefLabel "Laconia"@en,
        "Lakonia"@nb,
        "Lakonia"@nn .

humord:c02376 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02376" ;
    dct:modified "2025-03-06T10:41:41"^^xsd:dateTime ;
    skos:broader humord:c02348 ;
    skos:closeMatch <http://dewey.info/class/2--381/e23/>,
        <http://dewey.info/class/938.1/e23/> ;
    skos:definition "Makedonia er et område i det nordlige Hellas <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--4956/e23/>,
        <http://dewey.info/class/914.956/e23/>,
        <http://dewey.info/class/949.56/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--381/e23/>,
        <http://dewey.info/class/2--39876/e23/>,
        <http://dewey.info/class/2--4956/e23/>,
        <http://dewey.info/class/914.956/e23/>,
        <http://dewey.info/class/938.1/e23/>,
        <http://dewey.info/class/939.876/e23/>,
        <http://dewey.info/class/949.56/e23/> ;
    skos:prefLabel "Macedonia (Greece)"@en,
        "Makedonia (Hellas)"@nb,
        "Makedonia (Hellas)"@nn ;
    skos:related humord:c02592 ;
    skos:relatedMatch <http://dewey.info/class/2--39876/e23/>,
        <http://dewey.info/class/939.876/e23/> .

humord:c02377 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02377" ;
    dct:modified "2025-11-18T08:37:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--386/e23/>,
        <http://dewey.info/class/2--49522/e23/>,
        <http://dewey.info/class/914.9522/e23/>,
        <http://dewey.info/class/938.6/e23/>,
        <http://dewey.info/class/949.522/e23/> ;
    skos:broader humord:c02387 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--386/e23/>,
        <http://dewey.info/class/2--49522/e23/>,
        <http://dewey.info/class/914.9522/e23/>,
        <http://dewey.info/class/938.6/e23/>,
        <http://dewey.info/class/949.522/e23/> ;
    skos:prefLabel "Mani( Peloponnes)"@en,
        "Mani (Peloponnes)"@nb,
        "Mani (Peloponnes)"@nn .

humord:c02378 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02378" ;
    dct:modified "2025-03-06T09:45:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--385/e23/>,
        <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/938.5/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:broader humord:c02357 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--385/e23/>,
        <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/938.5/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:prefLabel "Megara"@en,
        "Megara"@nb,
        "Megara"@nn .

humord:c02379 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02379" ;
    dct:modified "2025-03-06T09:38:08"^^xsd:dateTime ;
    skos:altLabel "Metsovon"@en,
        "Metsovo"@nb,
        "Metsovo"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4953/e23/>,
        <http://dewey.info/class/914.953/e23/>,
        <http://dewey.info/class/949.53/e23/> ;
    skos:broader humord:c20515 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4953/e23/>,
        <http://dewey.info/class/914.953/e23/>,
        <http://dewey.info/class/949.53/e23/> ;
    skos:prefLabel "Metsovo"@en,
        "Metsovon"@nb,
        "Metsovon"@nn .

humord:c02380 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-03-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02380" ;
    dct:modified "2025-01-28T07:37:49"^^xsd:dateTime ;
    skos:altLabel "Mounichia"@en ;
    skos:broadMatch <http://dewey.info/class/292.36/e23/> ;
    skos:broader humord:c08615 ;
    skos:definition "Mounikhia var en gresk festival i antikken som ble holdt den 16. av måneden mounikion i den athenske kalender til ære for Artemis Mounikhia. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.36/e23/> ;
    skos:prefLabel "Munichia"@en,
        "Mounichia"@nb,
        "Mounichia"@nn .

humord:c02381 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02381" ;
    dct:modified "2025-03-06T08:59:32"^^xsd:dateTime ;
    skos:altLabel "Mykene"@en ;
    skos:broadMatch <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/938.8/e23/> ;
    skos:broader humord:c02387 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/938.8/e23/> ;
    skos:prefLabel "Mycenae"@en,
        "Mykene"@nb,
        "Mykene"@nn .

humord:c02382 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02382" ;
    dct:modified "2025-03-06T08:55:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/938.8/e23/> ;
    skos:broader humord:c02351 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/938.8/e23/> ;
    skos:prefLabel "Nemea"@en,
        "Nemea"@nb,
        "Nemea"@nn .

humord:c02383 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02383" ;
    dct:modified "2025-03-06T08:53:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/938.8/e23/> ;
    skos:broader humord:c20540 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/938.8/e23/> ;
    skos:prefLabel "Olympia"@en,
        "Olympia"@nb,
        "Olympia"@nn .

humord:c02385 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02385" ;
    dct:modified "2025-03-06T10:42:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--49565/e23/>,
        <http://dewey.info/class/914.9565/e23/>,
        <http://dewey.info/class/949.565/e23/> ;
    skos:broader humord:c02376 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49565/e23/>,
        <http://dewey.info/class/914.9565/e23/>,
        <http://dewey.info/class/949.565/e23/> ;
    skos:prefLabel "Paionia"@en,
        "Paeonia"@nb,
        "Paeonia"@nn .

humord:c02386 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02386" ;
    dct:modified "2025-03-06T09:02:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3915/e23/>,
        <http://dewey.info/class/2--49585/e23/>,
        <http://dewey.info/class/914.9585/e23/>,
        <http://dewey.info/class/939.15/e23/>,
        <http://dewey.info/class/949.585/e23/> ;
    skos:broader humord:c02374 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3915/e23/>,
        <http://dewey.info/class/2--49585/e23/>,
        <http://dewey.info/class/914.9585/e23/>,
        <http://dewey.info/class/939.15/e23/>,
        <http://dewey.info/class/949.585/e23/> ;
    skos:prefLabel "Paros"@en,
        "Paros"@nb,
        "Paros"@nn .

humord:c02387 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02387" ;
    dct:modified "2025-03-06T10:42:17"^^xsd:dateTime ;
    skos:broader humord:c02348 ;
    skos:closeMatch <http://dewey.info/class/2--386/e23/>,
        <http://dewey.info/class/938.6/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--49522/e23/>,
        <http://dewey.info/class/914.9522/e23/>,
        <http://dewey.info/class/949.522/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--386/e23/>,
        <http://dewey.info/class/2--49522/e23/>,
        <http://dewey.info/class/914.9522/e23/>,
        <http://dewey.info/class/938.6/e23/>,
        <http://dewey.info/class/949.522/e23/> ;
    skos:prefLabel "Peloponnese"@en,
        "Peloponnes"@nb,
        "Peloponnes"@nn .

humord:c02388 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02388" ;
    dct:modified "2025-03-06T13:32:29"^^xsd:dateTime ;
    skos:altLabel "Pindos"@en ;
    skos:broader humord:c02348 ;
    skos:closeMatch <http://dewey.info/class/2--4953/e23/>,
        <http://dewey.info/class/914.953/e23/>,
        <http://dewey.info/class/949.53/e23/> ;
    skos:definition "Pindos er en fjellkjede i det nordlige Hellas <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4953/e23/>,
        <http://dewey.info/class/914.953/e23/>,
        <http://dewey.info/class/949.53/e23/> ;
    skos:prefLabel "Pindus"@en,
        "Pindos"@nb,
        "Pindos"@nn .

humord:c02389 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02389" ;
    dct:modified "2025-03-06T09:45:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:broader humord:c02357 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:prefLabel "Piraeus"@en,
        "Pireus"@nb,
        "Pireus"@nn .

humord:c02390 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02390" ;
    dct:modified "2025-03-06T09:38:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3916/e23/>,
        <http://dewey.info/class/2--49587/e23/>,
        <http://dewey.info/class/914.9587/e23/>,
        <http://dewey.info/class/939.16/e23/>,
        <http://dewey.info/class/949.587/e23/> ;
    skos:broader humord:c02364 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3916/e23/>,
        <http://dewey.info/class/2--49587/e23/>,
        <http://dewey.info/class/914.9587/e23/>,
        <http://dewey.info/class/939.16/e23/>,
        <http://dewey.info/class/949.587/e23/> ;
    skos:prefLabel "Rhodes"@en,
        "Rhodos"@nb,
        "Rhodos"@nn .

humord:c02391 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02391" ;
    dct:modified "2025-03-06T09:41:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3914/e23/>,
        <http://dewey.info/class/2--49582/e23/>,
        <http://dewey.info/class/914.9582/e23/>,
        <http://dewey.info/class/939.14/e23/>,
        <http://dewey.info/class/949.582/e23/> ;
    skos:broader humord:c02365 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3914/e23/>,
        <http://dewey.info/class/2--49582/e23/>,
        <http://dewey.info/class/914.9582/e23/>,
        <http://dewey.info/class/939.14/e23/>,
        <http://dewey.info/class/949.582/e23/> ;
    skos:prefLabel "Samos"@en,
        "Samos"@nb,
        "Samos"@nn .

humord:c02392 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02392" ;
    dct:modified "2025-03-06T09:45:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--385/e23/>,
        <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/938.5/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:broader humord:c02357 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--385/e23/>,
        <http://dewey.info/class/2--49512/e23/>,
        <http://dewey.info/class/914.9512/e23/>,
        <http://dewey.info/class/938.5/e23/>,
        <http://dewey.info/class/949.512/e23/> ;
    skos:prefLabel "Sounion"@en,
        "Sounion"@nb,
        "Sounion"@nn .

humord:c02393 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02393" ;
    dct:modified "2025-03-06T08:59:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--49522/e23/>,
        <http://dewey.info/class/914.9522/e23/>,
        <http://dewey.info/class/949.522/e23/> ;
    skos:broader humord:c02387 ;
    skos:closeMatch <http://dewey.info/class/2--389/e23/>,
        <http://dewey.info/class/938.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--389/e23/>,
        <http://dewey.info/class/2--49522/e23/>,
        <http://dewey.info/class/914.9522/e23/>,
        <http://dewey.info/class/938.9/e23/>,
        <http://dewey.info/class/949.522/e23/> ;
    skos:prefLabel "Sparta"@en,
        "Sparta"@nb,
        "Sparta"@nn .

humord:c02394 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02394" ;
    dct:modified "2025-03-06T08:53:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--384/e23/>,
        <http://dewey.info/class/2--49515/e23/>,
        <http://dewey.info/class/914.9515/e23/>,
        <http://dewey.info/class/938.4/e23/>,
        <http://dewey.info/class/949.515/e23/> ;
    skos:broader humord:c02359 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--384/e23/>,
        <http://dewey.info/class/2--49515/e23/>,
        <http://dewey.info/class/914.9515/e23/>,
        <http://dewey.info/class/938.4/e23/>,
        <http://dewey.info/class/949.515/e23/> ;
    skos:prefLabel "Tanagra"@en,
        "Tanagra"@nb,
        "Tanagra"@nn .

humord:c02395 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02395" ;
    dct:modified "2025-03-06T13:43:02"^^xsd:dateTime ;
    skos:broader humord:c02348 ;
    skos:closeMatch <http://dewey.info/class/2--382/e23/>,
        <http://dewey.info/class/938.2/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4954/e23/>,
        <http://dewey.info/class/914.954/e23/>,
        <http://dewey.info/class/949.54/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--382/e23/>,
        <http://dewey.info/class/2--4954/e23/>,
        <http://dewey.info/class/914.954/e23/>,
        <http://dewey.info/class/938.2/e23/>,
        <http://dewey.info/class/949.54/e23/> ;
    skos:prefLabel "Thessaly"@en,
        "Thessalia"@nb,
        "Thessalia"@nn .

humord:c02396 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02396" ;
    dct:modified "2025-03-06T13:35:39"^^xsd:dateTime ;
    skos:altLabel "Salonica"@nb,
        "Saloniki"@nb,
        "Salonica"@nn,
        "Saloniki"@nn ;
    skos:broadMatch <http://dewey.info/class/2--381/e23/>,
        <http://dewey.info/class/2--49565/e23/>,
        <http://dewey.info/class/914.9565/e23/>,
        <http://dewey.info/class/938.1/e23/>,
        <http://dewey.info/class/949.565/e23/> ;
    skos:broader humord:c02376 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--381/e23/>,
        <http://dewey.info/class/2--49565/e23/>,
        <http://dewey.info/class/914.9565/e23/>,
        <http://dewey.info/class/938.1/e23/>,
        <http://dewey.info/class/949.565/e23/> ;
    skos:prefLabel "Thessaloniki"@en,
        "Thessaloniki"@nb,
        "Thessaloniki"@nn .

humord:c02398 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02398" ;
    dct:modified "2025-03-06T09:10:40"^^xsd:dateTime ;
    skos:altLabel "Thira"@en,
        "Santorini"@nb,
        "Thera"@nb,
        "Santorini"@nn,
        "Thera"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3915/e23/>,
        <http://dewey.info/class/2--49585/e23/>,
        <http://dewey.info/class/914.9585/e23/>,
        <http://dewey.info/class/939.15/e23/>,
        <http://dewey.info/class/949.585/e23/> ;
    skos:broader humord:c02374 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3915/e23/>,
        <http://dewey.info/class/2--49585/e23/>,
        <http://dewey.info/class/914.9585/e23/>,
        <http://dewey.info/class/939.15/e23/>,
        <http://dewey.info/class/949.585/e23/> ;
    skos:prefLabel "Santorini"@en,
        "Thira"@nb,
        "Thira"@nn .

humord:c02401 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02401" ;
    dct:modified "2025-03-06T09:36:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3915/e23/>,
        <http://dewey.info/class/939.15/e23/> ;
    skos:broader humord:c02398 ;
    skos:definition "Akrotiri var en minoisk bronsealderbosetning på den vulkanske greske øya Santorini (Thera) <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3915/e23/>,
        <http://dewey.info/class/939.15/e23/> ;
    skos:prefLabel "Akrotiri"@en,
        "Akrotiri"@nb,
        "Akrotiri"@nn .

humord:c02402 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02402" ;
    dct:modified "2025-03-06T08:56:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/938.8/e23/> ;
    skos:broader humord:c02351 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--388/e23/>,
        <http://dewey.info/class/938.8/e23/> ;
    skos:prefLabel "Tiryns"@en,
        "Tiryns"@nb,
        "Tiryns"@nn .

humord:c02403 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02403" ;
    dct:modified "2025-03-06T13:35:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--381/e23/>,
        <http://dewey.info/class/938.1/e23/> ;
    skos:broader humord:c02376 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--381/e23/>,
        <http://dewey.info/class/938.1/e23/> ;
    skos:prefLabel "Vergina"@en,
        "Vergina"@nb,
        "Vergina"@nn .

humord:c02404 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02404" ;
    dct:modified "2023-11-16T12:56:48"^^xsd:dateTime ;
    skos:altLabel "Belorussland"@nb,
        "Hviterussland"@nb,
        "Republikken Belarus"@nb,
        "Kviterussland"@nn ;
    skos:broader humord:c02157 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c030614,
        <http://dewey.info/class/2--478/e23/>,
        <http://dewey.info/class/914.78/e23/>,
        <http://dewey.info/class/947.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030614,
        <http://dewey.info/class/2--478/e23/>,
        <http://dewey.info/class/914.78/e23/>,
        <http://dewey.info/class/947.8/e23/> ;
    skos:prefLabel "Belarus"@en,
        "Belarus"@nb,
        "Belarus"@nn .

humord:c02406 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02406" ;
    dct:modified "2025-02-26T07:41:24"^^xsd:dateTime ;
    skos:altLabel "Eire"@nb,
        "Irske republikk"@nb,
        "Eire"@nn,
        "Irske republikk"@nn ;
    skos:broader humord:c02157 ;
    skos:closeMatch realfagstermer:c030229,
        <http://dewey.info/class/2--3617/e23/>,
        <http://dewey.info/class/936.17/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--417/e23/>,
        <http://dewey.info/class/914.17/e23/>,
        <http://dewey.info/class/941.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030229,
        <http://dewey.info/class/2--3617/e23/>,
        <http://dewey.info/class/2--417/e23/>,
        <http://dewey.info/class/914.17/e23/>,
        <http://dewey.info/class/936.17/e23/>,
        <http://dewey.info/class/941.7/e23/> ;
    skos:prefLabel "Republic of Ireland"@en,
        "Irland (Republikk)"@nb,
        "Irland (Republikk)"@nn ;
    skos:related humord:c03239,
        humord:c03672 .

humord:c02409 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02409" ;
    dct:modified "2024-08-23T13:15:34"^^xsd:dateTime ;
    skos:altLabel "Aran Islands"@nb,
        "Isles of Aran"@nb,
        "Oileáin Árann"@nb,
        "Aranøyene"@nn,
        "Isles of Aran"@nn,
        "Oileáin Árann"@nn ;
    skos:broader humord:c26621 ;
    skos:exactMatch <http://dewey.info/class/2--41748/e23/>,
        <http://dewey.info/class/914.1748/e23/>,
        <http://dewey.info/class/941.748/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--41748/e23/>,
        <http://dewey.info/class/914.1748/e23/>,
        <http://dewey.info/class/941.748/e23/> ;
    skos:prefLabel "Aran Islands"@en,
        "Aranøyene"@nb,
        "Aranøyane"@nn .

humord:c02411 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02411" ;
    dct:modified "2025-03-12T13:22:17"^^xsd:dateTime ;
    skos:altLabel "Blascaod Mor"@nb,
        "Blasket Islands"@nb,
        "Great Blaskets"@nb,
        "Na Blascaoidí"@nb,
        "Blascaod Mor"@nn,
        "Blasket Islands"@nn,
        "Blasketøyene"@nn,
        "Great Blaskets"@nn,
        "Na Blascaoidí"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4196/e23/>,
        <http://dewey.info/class/914.196/e23/>,
        <http://dewey.info/class/941.96/e23/> ;
    skos:broader humord:c17073 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4196/e23/>,
        <http://dewey.info/class/914.196/e23/>,
        <http://dewey.info/class/941.96/e23/> ;
    skos:prefLabel "Blasket Islands"@en,
        "Blasketøyene"@nb,
        "Blasketøyane"@nn .

humord:c02414 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02414" ;
    dct:modified "2024-09-19T12:53:59"^^xsd:dateTime ;
    skos:altLabel "Connaught"@nb,
        "Connaught"@nn ;
    skos:broader humord:c02406 ;
    skos:exactMatch <http://dewey.info/class/2--4171/e23/>,
        <http://dewey.info/class/914.171/e23/>,
        <http://dewey.info/class/941.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4171/e23/>,
        <http://dewey.info/class/914.171/e23/>,
        <http://dewey.info/class/941.71/e23/> ;
    skos:prefLabel "Connacht"@en,
        "Connacht"@nb,
        "Connacht"@nn .

humord:c02416 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02416" ;
    dct:modified "2024-09-16T13:54:26"^^xsd:dateTime ;
    skos:altLabel "Chonamara"@nb,
        "Conamara"@nb,
        "Chonamara"@nn,
        "Conamara"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4174/e23/>,
        <http://dewey.info/class/914.174/e23/>,
        <http://dewey.info/class/941.74/e23/> ;
    skos:broader humord:c26621 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4174/e23/>,
        <http://dewey.info/class/914.174/e23/>,
        <http://dewey.info/class/941.74/e23/> ;
    skos:prefLabel "Connemara"@en,
        "Connemara"@nb,
        "Connemara"@nn .

humord:c02419 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02419" ;
    dct:modified "2025-03-12T15:21:18"^^xsd:dateTime ;
    skos:altLabel "Corca Dhuibhne"@en,
        "Dinglehalvøya"@nb,
        "Dinglehalvøya"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4196/e23/>,
        <http://dewey.info/class/914.196/e23/>,
        <http://dewey.info/class/941.96/e23/> ;
    skos:broader humord:c17073 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4196/e23/>,
        <http://dewey.info/class/914.196/e23/>,
        <http://dewey.info/class/941.96/e23/> ;
    skos:prefLabel "Dingle Peninsula"@en,
        "Corca Dhuibhne"@nb,
        "Corca Dhuibhne"@nn .

humord:c02420 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02420" ;
    dct:modified "2025-03-12T15:17:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4191/e23/>,
        <http://dewey.info/class/914.191/e23/>,
        <http://dewey.info/class/941.91/e23/> ;
    skos:broader humord:c26620 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4191/e23/>,
        <http://dewey.info/class/914.191/e23/>,
        <http://dewey.info/class/941.91/e23/> ;
    skos:prefLabel "Deise"@en,
        "Deise"@nb,
        "Deise"@nn .

humord:c02421 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02421" ;
    dct:modified "2025-03-12T15:26:23"^^xsd:dateTime ;
    skos:broader humord:c29146 ;
    skos:exactMatch realfagstermer:c030892,
        <http://dewey.info/class/2--41835/e23/>,
        <http://dewey.info/class/914.1835/e23/>,
        <http://dewey.info/class/941.835/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030892,
        <http://dewey.info/class/2--41835/e23/>,
        <http://dewey.info/class/914.1835/e23/>,
        <http://dewey.info/class/941.835/e23/> ;
    skos:prefLabel "Dublin"@en,
        "Dublin"@nb,
        "Dublin"@nn .

humord:c02422 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02422" ;
    dct:modified "2025-03-12T15:25:21"^^xsd:dateTime ;
    skos:altLabel "Gaillimh"@nb,
        "Gaillimh"@nn ;
    skos:broader humord:c26621 ;
    skos:exactMatch <http://dewey.info/class/2--41745/e23/>,
        <http://dewey.info/class/914.1745/e23/>,
        <http://dewey.info/class/941.745/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--41745/e23/>,
        <http://dewey.info/class/914.1745/e23/>,
        <http://dewey.info/class/941.745/e23/> ;
    skos:prefLabel "Galway (City)"@en,
        "Galway (By)"@nb,
        "Galway (By)"@nn .

humord:c02424 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02424" ;
    dct:modified "2025-03-12T15:25:41"^^xsd:dateTime ;
    skos:altLabel "Inis Meain"@en,
        "Inishmaan"@nb,
        "Inishmaan"@nn ;
    skos:broadMatch <http://dewey.info/class/2--41748/e23/>,
        <http://dewey.info/class/914.1748/e23/>,
        <http://dewey.info/class/941.748/e23/> ;
    skos:broader humord:c02409 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--41748/e23/>,
        <http://dewey.info/class/914.1748/e23/>,
        <http://dewey.info/class/941.748/e23/> ;
    skos:prefLabel "Inishmaan"@en,
        "Inis Meain"@nb,
        "Inis Meain"@nn .

humord:c02425 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02425" ;
    dct:modified "2025-03-12T15:23:15"^^xsd:dateTime ;
    skos:altLabel "Great Skellig"@en,
        "Great Skellig"@nb,
        "Sceilig Mhichíl"@nb,
        "Great Skellig"@nn,
        "Sceilig Mhichíl"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4196/e23/>,
        <http://dewey.info/class/914.196/e23/>,
        <http://dewey.info/class/941.96/e23/> ;
    skos:broader humord:c17073 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4196/e23/>,
        <http://dewey.info/class/914.196/e23/>,
        <http://dewey.info/class/941.96/e23/> ;
    skos:prefLabel "Skellig Michael"@en,
        "Skellig Michael"@nb,
        "Skellig Michael"@nn .

humord:c02426 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02426" ;
    dct:modified "2025-02-26T07:39:41"^^xsd:dateTime ;
    skos:altLabel "Teelin"@nb,
        "Teelin"@nn ;
    skos:broadMatch <http://dewey.info/class/2--41693/e23/>,
        <http://dewey.info/class/914.1693/e23/>,
        <http://dewey.info/class/941.693/e23/> ;
    skos:broader humord:c19658 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--41693/e23/>,
        <http://dewey.info/class/914.1693/e23/>,
        <http://dewey.info/class/941.693/e23/> ;
    skos:prefLabel "Teileann"@en,
        "Teileann"@nb,
        "Teileann"@nn .

humord:c02427 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02427" ;
    dct:modified "2025-02-26T07:42:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--416/e23/>,
        <http://dewey.info/class/914.16/e23/>,
        <http://dewey.info/class/941.6/e23/> ;
    skos:broader humord:c03672 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--416/e23/>,
        <http://dewey.info/class/914.16/e23/>,
        <http://dewey.info/class/941.6/e23/> ;
    skos:prefLabel "Ulster"@en,
        "Ulster"@nb,
        "Ulster"@nn ;
    skos:related humord:c03241 .

humord:c02428 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02428" ;
    dct:modified "2024-08-29T17:41:05"^^xsd:dateTime ;
    skos:altLabel "Phort Lairge"@nb,
        "Phort Lairge"@nn ;
    skos:broader humord:c26620 ;
    skos:exactMatch <http://dewey.info/class/2--41915/e23/>,
        <http://dewey.info/class/914.1915/e23/>,
        <http://dewey.info/class/941.915/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--41915/e23/>,
        <http://dewey.info/class/914.1915/e23/>,
        <http://dewey.info/class/941.915/e23/> ;
    skos:prefLabel "Waterford (City)"@en,
        "Waterford (By)"@nb,
        "Waterford (By)"@nn .

humord:c02430 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02430" ;
    dct:modified "2025-03-04T15:42:12"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030219,
        <http://dewey.info/class/2--4912/e23/>,
        <http://dewey.info/class/914.912/e23/>,
        <http://dewey.info/class/949.12/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030219,
        <http://dewey.info/class/2--4912/e23/>,
        <http://dewey.info/class/914.912/e23/>,
        <http://dewey.info/class/949.12/e23/> ;
    skos:prefLabel "Iceland"@en,
        "Island"@nb,
        "Island"@nn .

humord:c02431 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02431" ;
    dct:modified "2025-03-12T15:33:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4912/e23/>,
        <http://dewey.info/class/914.912/e23/>,
        <http://dewey.info/class/949.12/e23/> ;
    skos:broader humord:c02430 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4912/e23/>,
        <http://dewey.info/class/914.912/e23/>,
        <http://dewey.info/class/949.12/e23/> ;
    skos:prefLabel "Bjarnastadahlid"@en,
        "Bjarnastadahlid"@nb,
        "Bjarnastadahlid"@nn .

humord:c02432 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02432" ;
    dct:modified "2025-03-12T15:36:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4912/e23/>,
        <http://dewey.info/class/914.912/e23/>,
        <http://dewey.info/class/949.12/e23/> ;
    skos:broader humord:c02430 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4912/e23/>,
        <http://dewey.info/class/914.912/e23/>,
        <http://dewey.info/class/949.12/e23/> ;
    skos:prefLabel "Flatatunga"@en,
        "Flatatunga"@nb,
        "Flatatunga"@nn .

humord:c02433 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02433" ;
    dct:modified "2025-03-12T15:37:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4912/e23/>,
        <http://dewey.info/class/914.912/e23/>,
        <http://dewey.info/class/949.12/e23/> ;
    skos:broader humord:c02430 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4912/e23/>,
        <http://dewey.info/class/914.912/e23/>,
        <http://dewey.info/class/949.12/e23/> ;
    skos:prefLabel "Gautavik"@en,
        "Gautavik"@nb,
        "Gautavik"@nn .

humord:c02434 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02434" ;
    dct:modified "2025-03-12T15:38:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4912/e23/>,
        <http://dewey.info/class/914.912/e23/>,
        <http://dewey.info/class/949.12/e23/> ;
    skos:broader humord:c02430 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4912/e23/>,
        <http://dewey.info/class/914.912/e23/>,
        <http://dewey.info/class/949.12/e23/> ;
    skos:prefLabel "Keflavik"@en,
        "Keflavik"@nb,
        "Keflavik"@nn .

humord:c02435 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02435" ;
    dct:modified "2025-03-12T15:39:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4912/e23/>,
        <http://dewey.info/class/914.912/e23/>,
        <http://dewey.info/class/949.12/e23/> ;
    skos:broader humord:c02430 ;
    skos:exactMatch realfagstermer:c031057 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031057,
        <http://dewey.info/class/2--4912/e23/>,
        <http://dewey.info/class/914.912/e23/>,
        <http://dewey.info/class/949.12/e23/> ;
    skos:prefLabel "Reykjavik"@en,
        "Reykjavik"@nb,
        "Reykjavik"@nn .

humord:c02436 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02436" ;
    dct:modified "2025-03-04T15:42:19"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--37/e23/>,
        <http://dewey.info/class/937/e23/> ;
    skos:exactMatch realfagstermer:c030216,
        <http://dewey.info/class/2--45/e23/>,
        <http://dewey.info/class/914.5/e23/>,
        <http://dewey.info/class/945/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030216,
        <http://dewey.info/class/2--37/e23/>,
        <http://dewey.info/class/2--45/e23/>,
        <http://dewey.info/class/914.5/e23/>,
        <http://dewey.info/class/937/e23/>,
        <http://dewey.info/class/945/e23/> ;
    skos:prefLabel "Italy"@en,
        "Italia"@nb,
        "Italia"@nn .

humord:c02438 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-09-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02438" ;
    dct:modified "2025-03-18T08:01:24"^^xsd:dateTime ;
    skos:broader humord:c02437 ;
    skos:exactMatch <http://dewey.info/class/2--375/e23/>,
        <http://dewey.info/class/937.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--375/e23/>,
        <http://dewey.info/class/937.5/e23/>,
        <http://dewey.info/class/945.5082/e23/> ;
    skos:prefLabel "Etruria"@en,
        "Etruria"@nb,
        "Etruria"@nn ;
    skos:related humord:c00981 ;
    skos:relatedMatch <http://dewey.info/class/945.5082/e23/> .

humord:c02439 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02439" ;
    dct:modified "2025-03-18T08:03:21"^^xsd:dateTime ;
    skos:broader humord:c02437 ;
    skos:closeMatch <http://dewey.info/class/2--377/e23/>,
        <http://dewey.info/class/937.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--377/e23/>,
        <http://dewey.info/class/937.7/e23/> ;
    skos:prefLabel "Magna Graecia"@en,
        "Magna Graecia"@nb,
        "Magna Graecia"@nn .

humord:c02440 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02440" ;
    dct:modified "2025-03-18T08:03:07"^^xsd:dateTime ;
    skos:altLabel "North Italy"@en ;
    skos:broader humord:c02437 ;
    skos:closeMatch <http://dewey.info/class/2--451/e23/>,
        <http://dewey.info/class/914.51/e23/>,
        <http://dewey.info/class/945.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--451/e23/>,
        <http://dewey.info/class/914.51/e23/>,
        <http://dewey.info/class/945.1/e23/> ;
    skos:prefLabel "Northern Italy"@en,
        "Nord-Italia"@nb,
        "Nord-Italia"@nn .

humord:c02441 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02441" ;
    dct:modified "2025-03-18T08:03:42"^^xsd:dateTime ;
    skos:altLabel "South Italy"@en,
        "Syd-Italia"@nb,
        "Syd-Italia"@nn ;
    skos:broader humord:c02437 ;
    skos:closeMatch <http://dewey.info/class/2--377/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--457/e23/>,
        <http://dewey.info/class/914.57/e23/>,
        <http://dewey.info/class/945.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--377/e23/>,
        <http://dewey.info/class/2--457/e23/>,
        <http://dewey.info/class/914.57/e23/>,
        <http://dewey.info/class/945.7/e23/> ;
    skos:prefLabel "Southern Italy"@en,
        "Sør-Italia"@nb,
        "Sør-Italia"@nn .

humord:c02443 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02443" ;
    dct:modified "2025-02-25T14:07:24"^^xsd:dateTime ;
    skos:altLabel "Syd-Tyrol"@nb,
        "Syd-Tyrol"@nn ;
    skos:broader humord:c02437 ;
    skos:closeMatch <http://dewey.info/class/2--45383/e23/>,
        <http://dewey.info/class/914.5383/e23/>,
        <http://dewey.info/class/945.383/e23/> ;
    skos:definition "Sør-Tyrol er den italienske delen av landskapet Tyrol <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--45383/e23/>,
        <http://dewey.info/class/914.5383/e23/>,
        <http://dewey.info/class/945.383/e23/> ;
    skos:prefLabel "South Tyrol"@en,
        "Sør-Tyrol"@nb,
        "Sør-Tyrol"@nn .

humord:c02446 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02446" ;
    dct:modified "2025-03-18T07:59:47"^^xsd:dateTime ;
    skos:altLabel "Abruzzi"@nb,
        "Abruzzi"@nn ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--4571/e23/>,
        <http://dewey.info/class/914.571/e23/>,
        <http://dewey.info/class/945.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4571/e23/>,
        <http://dewey.info/class/914.571/e23/>,
        <http://dewey.info/class/945.71/e23/> ;
    skos:prefLabel "Abruzzo"@en,
        "Abruzzio"@nb,
        "Abruzzio"@nn .

humord:c02447 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02447" ;
    dct:modified "2024-10-15T13:22:47"^^xsd:dateTime ;
    skos:altLabel "Lucania"@nb ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--3777/e23/>,
        <http://dewey.info/class/937.77/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4577/e23/>,
        <http://dewey.info/class/914.577/e23/>,
        <http://dewey.info/class/945.77/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3777/e23/>,
        <http://dewey.info/class/2--4577/e23/>,
        <http://dewey.info/class/914.577/e23/>,
        <http://dewey.info/class/937.77/e23/>,
        <http://dewey.info/class/945.77/e23/> ;
    skos:prefLabel "Basilicata"@en,
        "Basilicata"@nb,
        "Basilicata"@nn .

humord:c02449 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02449" ;
    dct:modified "2025-03-18T07:47:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--45771/e23/>,
        <http://dewey.info/class/914.5771/e23/>,
        <http://dewey.info/class/945.771/e23/> ;
    skos:broader humord:c02447 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--45771/e23/>,
        <http://dewey.info/class/914.5771/e23/>,
        <http://dewey.info/class/945.771/e23/> ;
    skos:prefLabel "Picerno"@en,
        "Picerno"@nb,
        "Picerno"@nn .

humord:c02450 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02450" ;
    dct:modified "2025-03-18T07:50:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--45771/e23/>,
        <http://dewey.info/class/914.5771/e23/>,
        <http://dewey.info/class/945.771/e23/> ;
    skos:broader humord:c02447 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--45771/e23/>,
        <http://dewey.info/class/914.5771/e23/>,
        <http://dewey.info/class/945.771/e23/> ;
    skos:prefLabel "Tito"@en,
        "Tito"@nb,
        "Tito"@nn .

humord:c02451 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02451" ;
    dct:modified "2024-09-02T15:17:27"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--3776/e23/>,
        <http://dewey.info/class/937.76/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4578/e23/>,
        <http://dewey.info/class/914.578/e23/>,
        <http://dewey.info/class/945.78/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3776/e23/>,
        <http://dewey.info/class/2--4578/e23/>,
        <http://dewey.info/class/914.578/e23/>,
        <http://dewey.info/class/937.76/e23/>,
        <http://dewey.info/class/945.78/e23/> ;
    skos:prefLabel "Calabria"@en,
        "Calabria"@nb,
        "Calabria"@nn .

humord:c02452 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02452" ;
    dct:modified "2024-09-03T08:37:56"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--3772/e23/>,
        <http://dewey.info/class/937.72/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4572/e23/>,
        <http://dewey.info/class/914.572/e23/>,
        <http://dewey.info/class/945.72/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3772/e23/>,
        <http://dewey.info/class/2--4572/e23/>,
        <http://dewey.info/class/914.572/e23/>,
        <http://dewey.info/class/937.72/e23/>,
        <http://dewey.info/class/945.72/e23/> ;
    skos:prefLabel "Campania"@en,
        "Campania"@nb,
        "Campania"@nn .

humord:c02453 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02453" ;
    dct:modified "2025-03-17T13:15:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--37725/e23/>,
        <http://dewey.info/class/2--4573/e23/>,
        <http://dewey.info/class/914.573/e23/>,
        <http://dewey.info/class/937.725/e23/>,
        <http://dewey.info/class/945.73/e23/> ;
    skos:broader humord:c02452 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37725/e23/>,
        <http://dewey.info/class/2--4573/e23/>,
        <http://dewey.info/class/914.573/e23/>,
        <http://dewey.info/class/937.725/e23/>,
        <http://dewey.info/class/945.73/e23/> ;
    skos:prefLabel "Boscotrecase"@en,
        "Boscotrecase"@nb,
        "Boscotrecase"@nn .

humord:c02454 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02454" ;
    dct:modified "2024-09-02T15:19:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--37723/e23/>,
        <http://dewey.info/class/2--45725/e23/>,
        <http://dewey.info/class/914.5725/e23/>,
        <http://dewey.info/class/937.723/e23/>,
        <http://dewey.info/class/945.725/e23/> ;
    skos:broader humord:c02452 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37723/e23/>,
        <http://dewey.info/class/2--45725/e23/>,
        <http://dewey.info/class/914.5725/e23/>,
        <http://dewey.info/class/937.723/e23/>,
        <http://dewey.info/class/945.725/e23/> ;
    skos:prefLabel "Cales"@en,
        "Cales"@nb,
        "Cales"@nn .

humord:c02455 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02455" ;
    dct:modified "2025-03-17T13:27:53"^^xsd:dateTime ;
    skos:altLabel "Ercolano"@nb,
        "Herkulaneum"@nb,
        "Ercolano"@nn,
        "Herkulaneum"@nn ;
    skos:broader humord:c02452 ;
    skos:exactMatch <http://dewey.info/class/2--3772564/e23/>,
        <http://dewey.info/class/937.72564/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3772564/e23/>,
        <http://dewey.info/class/2--4573/e23/>,
        <http://dewey.info/class/914.573/e23/>,
        <http://dewey.info/class/937.72564/e23/>,
        <http://dewey.info/class/945.73/e23/> ;
    skos:prefLabel "Herculaneum"@en,
        "Herculaneum"@nb,
        "Herculaneum"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--4573/e23/>,
        <http://dewey.info/class/914.573/e23/>,
        <http://dewey.info/class/945.73/e23/> .

humord:c02458 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02458" ;
    dct:modified "2025-03-17T13:29:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--37725/e23/>,
        <http://dewey.info/class/2--4573/e23/>,
        <http://dewey.info/class/914.573/e23/>,
        <http://dewey.info/class/937.725/e23/>,
        <http://dewey.info/class/945.73/e23/> ;
    skos:broader humord:c02452 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37725/e23/>,
        <http://dewey.info/class/2--4573/e23/>,
        <http://dewey.info/class/914.573/e23/>,
        <http://dewey.info/class/937.725/e23/>,
        <http://dewey.info/class/945.73/e23/> ;
    skos:prefLabel "Ischia"@en,
        "Ischia"@nb,
        "Ischia"@nn .

humord:c02459 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02459" ;
    dct:modified "2025-03-17T13:29:23"^^xsd:dateTime ;
    skos:broader humord:c02452 ;
    skos:closeMatch <http://dewey.info/class/2--377251/e23/>,
        <http://dewey.info/class/937.7251/e23/>,
        <http://dewey.info/class/945.7/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45731/e23/>,
        <http://dewey.info/class/914.5731/e23/>,
        <http://dewey.info/class/945.731/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--377251/e23/>,
        <http://dewey.info/class/2--45731/e23/>,
        <http://dewey.info/class/914.5731/e23/>,
        <http://dewey.info/class/937.7251/e23/>,
        <http://dewey.info/class/945.7/e23/>,
        <http://dewey.info/class/945.731/e23/> ;
    skos:prefLabel "Naples"@en,
        "Napoli"@nb,
        "Napoli"@nn .

humord:c02460 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02460" ;
    dct:modified "2025-03-17T13:31:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4574/e23/>,
        <http://dewey.info/class/914.574/e23/>,
        <http://dewey.info/class/945.74/e23/> ;
    skos:broader humord:c02452 ;
    skos:exactMatch <http://dewey.info/class/2--377773/e23/>,
        <http://dewey.info/class/937.7773/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--377773/e23/>,
        <http://dewey.info/class/2--4574/e23/>,
        <http://dewey.info/class/914.574/e23/>,
        <http://dewey.info/class/937.7773/e23/>,
        <http://dewey.info/class/945.74/e23/> ;
    skos:prefLabel "Paestum"@en,
        "Paestum"@nb,
        "Paestum"@nn .

humord:c02461 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02461" ;
    dct:modified "2025-03-17T13:32:03"^^xsd:dateTime ;
    skos:altLabel "Pompei"@nb,
        "Pompei"@nn ;
    skos:broader humord:c02452 ;
    skos:exactMatch <http://dewey.info/class/2--3772568/e23/>,
        <http://dewey.info/class/937.72568/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3772568/e23/>,
        <http://dewey.info/class/2--4573/e23/>,
        <http://dewey.info/class/914.573/e23/>,
        <http://dewey.info/class/937.72568/e23/>,
        <http://dewey.info/class/945.73/e23/> ;
    skos:prefLabel "Pompeii"@en,
        "Pompeii"@nb,
        "Pompeii"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--4573/e23/>,
        <http://dewey.info/class/914.573/e23/>,
        <http://dewey.info/class/945.73/e23/> .

humord:c02463 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02463" ;
    dct:modified "2025-03-18T07:44:13"^^xsd:dateTime ;
    skos:broader humord:c02452 ;
    skos:exactMatch <http://dewey.info/class/2--377258/e23/>,
        <http://dewey.info/class/937.7258/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--377258/e23/>,
        <http://dewey.info/class/937.7258/e23/> ;
    skos:prefLabel "Stabiae"@en,
        "Stabiae"@nb,
        "Stabiae"@nn .

humord:c02464 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02464" ;
    dct:modified "2025-03-18T08:00:44"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--454/e23/>,
        <http://dewey.info/class/914.54/e23/>,
        <http://dewey.info/class/945.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--454/e23/>,
        <http://dewey.info/class/914.54/e23/>,
        <http://dewey.info/class/945.4/e23/> ;
    skos:prefLabel "Emilia-Romagna"@en,
        "Emilia-Romagna"@nb,
        "Emilia-Romagna"@nn .

humord:c02465 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02465" ;
    dct:modified "2025-03-17T11:23:36"^^xsd:dateTime ;
    skos:broader humord:c28774 ;
    skos:closeMatch <http://dewey.info/class/2--372611/e23/>,
        <http://dewey.info/class/937.2611/e23/> ;
    skos:exactMatch realfagstermer:c030529,
        <http://dewey.info/class/2--45411/e23/>,
        <http://dewey.info/class/914.5411/e23/>,
        <http://dewey.info/class/945.411/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030529,
        <http://dewey.info/class/2--372611/e23/>,
        <http://dewey.info/class/2--45411/e23/>,
        <http://dewey.info/class/914.5411/e23/>,
        <http://dewey.info/class/937.2611/e23/>,
        <http://dewey.info/class/945.411/e23/> ;
    skos:prefLabel "Bologna (City)"@en,
        "Bologna (By)"@nb,
        "Bologna (By)"@nn .

humord:c02467 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02467" ;
    dct:modified "2025-03-17T11:25:23"^^xsd:dateTime ;
    skos:broader humord:c02464 ;
    skos:closeMatch <http://dewey.info/class/937.2651/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45451/e23/>,
        <http://dewey.info/class/914.5451/e23/>,
        <http://dewey.info/class/945.451/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--45451/e23/>,
        <http://dewey.info/class/914.5451/e23/>,
        <http://dewey.info/class/937.2651/e23/>,
        <http://dewey.info/class/945.451/e23/> ;
    skos:prefLabel "Ferrara"@en,
        "Ferrara"@nb,
        "Ferrara"@nn .

humord:c02468 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02468" ;
    dct:modified "2025-03-17T11:32:10"^^xsd:dateTime ;
    skos:broader humord:c02464 ;
    skos:closeMatch <http://dewey.info/class/2--372621/e23/>,
        <http://dewey.info/class/937.2621/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45421/e23/>,
        <http://dewey.info/class/914.5421/e23/>,
        <http://dewey.info/class/945.421/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--372621/e23/>,
        <http://dewey.info/class/2--45421/e23/>,
        <http://dewey.info/class/914.5421/e23/>,
        <http://dewey.info/class/937.2621/e23/>,
        <http://dewey.info/class/945.421/e23/> ;
    skos:prefLabel "Modena"@en,
        "Modena (By)"@nb,
        "Modena (By)"@nn .

humord:c02469 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02469" ;
    dct:modified "2025-03-17T13:15:34"^^xsd:dateTime ;
    skos:broader humord:c02464 ;
    skos:closeMatch <http://dewey.info/class/2--372641/e23/>,
        <http://dewey.info/class/937.2641/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45441/e23/>,
        <http://dewey.info/class/914.5441/e23/>,
        <http://dewey.info/class/945.441/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--372641/e23/>,
        <http://dewey.info/class/2--45441/e23/>,
        <http://dewey.info/class/914.5441/e23/>,
        <http://dewey.info/class/937.2641/e23/>,
        <http://dewey.info/class/945.441/e23/> ;
    skos:prefLabel "Parma"@en,
        "Parma"@nb,
        "Parma"@nn .

humord:c02471 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02471" ;
    dct:modified "2025-03-18T08:01:37"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--3738/e23/>,
        <http://dewey.info/class/937.38/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4539/e23/>,
        <http://dewey.info/class/914.539/e23/>,
        <http://dewey.info/class/945.39/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3738/e23/>,
        <http://dewey.info/class/2--4539/e23/>,
        <http://dewey.info/class/914.539/e23/>,
        <http://dewey.info/class/937.38/e23/>,
        <http://dewey.info/class/945.39/e23/> ;
    skos:prefLabel "Friuli-Venezia-Giulia"@en,
        "Friuli-Venezia-Giulia"@nb,
        "Friuli-Venezia-Giulia"@nn .

humord:c02472 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02472" ;
    dct:modified "2025-03-17T11:17:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3738/e23/>,
        <http://dewey.info/class/2--4539/e23/>,
        <http://dewey.info/class/914.539/e23/>,
        <http://dewey.info/class/937.38/e23/>,
        <http://dewey.info/class/945.39/e23/> ;
    skos:broader humord:c02471 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3738/e23/>,
        <http://dewey.info/class/2--4539/e23/>,
        <http://dewey.info/class/914.539/e23/>,
        <http://dewey.info/class/937.38/e23/>,
        <http://dewey.info/class/945.39/e23/> ;
    skos:prefLabel "Friuli"@en,
        "Friuli"@nb,
        "Friuli"@nn .

humord:c02473 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02473" ;
    dct:modified "2025-03-17T11:21:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/937.382/e23/> ;
    skos:broader humord:c02471 ;
    skos:closeMatch <http://dewey.info/class/2--37382/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45392/e23/>,
        <http://dewey.info/class/914.5392/e23/>,
        <http://dewey.info/class/945.392/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37382/e23/>,
        <http://dewey.info/class/2--45392/e23/>,
        <http://dewey.info/class/914.5392/e23/>,
        <http://dewey.info/class/937.382/e23/>,
        <http://dewey.info/class/945.392/e23/> ;
    skos:prefLabel "Gorizia"@en,
        "Gorizia (Provins)"@nb,
        "Gorizia (Provins)"@nn .

humord:c02474 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02474" ;
    dct:modified "2025-03-17T11:25:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--37391/e23/>,
        <http://dewey.info/class/937.391/e23/> ;
    skos:broader humord:c02471 ;
    skos:exactMatch <http://dewey.info/class/2--453931/e23/>,
        <http://dewey.info/class/914.53931/e23/>,
        <http://dewey.info/class/945.3931/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37391/e23/>,
        <http://dewey.info/class/2--453931/e23/>,
        <http://dewey.info/class/914.53931/e23/>,
        <http://dewey.info/class/937.391/e23/>,
        <http://dewey.info/class/945.3931/e23/> ;
    skos:prefLabel "Trieste"@en,
        "Trieste"@nb,
        "Trieste"@nn .

humord:c02475 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02475" ;
    dct:modified "2025-03-18T08:02:30"^^xsd:dateTime ;
    skos:altLabel "Latium"@nb,
        "Latium"@nn ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--376/e23/>,
        <http://dewey.info/class/937.6/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4562/e23/>,
        <http://dewey.info/class/914.562/e23/>,
        <http://dewey.info/class/945.62/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--376/e23/>,
        <http://dewey.info/class/2--4562/e23/>,
        <http://dewey.info/class/914.562/e23/>,
        <http://dewey.info/class/937.6/e23/>,
        <http://dewey.info/class/945.62/e23/> ;
    skos:prefLabel "Lazio"@en,
        "Lazio"@nb,
        "Lazio"@nn .

humord:c02477 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02477" ;
    dct:modified "2025-03-14T09:11:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--376/e23/>,
        <http://dewey.info/class/937.6/e23/> ;
    skos:broader humord:c02475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--376/e23/>,
        <http://dewey.info/class/937.6/e23/> ;
    skos:prefLabel "Ficana"@en,
        "Ficana"@nb,
        "Ficana"@nn .

humord:c02478 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02478" ;
    dct:modified "2025-03-14T09:12:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/2--4563/e23/>,
        <http://dewey.info/class/914.563/e23/>,
        <http://dewey.info/class/937.63/e23/>,
        <http://dewey.info/class/945.63/e23/> ;
    skos:broader humord:c02475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/2--4563/e23/>,
        <http://dewey.info/class/914.563/e23/>,
        <http://dewey.info/class/937.63/e23/>,
        <http://dewey.info/class/945.63/e23/> ;
    skos:prefLabel "Ostia"@en,
        "Ostia"@nb,
        "Ostia"@nn .

humord:c02479 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-05-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02479" ;
    dct:modified "2025-03-14T09:12:43"^^xsd:dateTime ;
    skos:broader humord:c02475 ;
    skos:closeMatch realfagstermer:c030744,
        <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/937.63/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45632/e23/>,
        <http://dewey.info/class/914.5632/e23/>,
        <http://dewey.info/class/945.632/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030744,
        <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/2--45632/e23/>,
        <http://dewey.info/class/914.5632/e23/>,
        <http://dewey.info/class/937.63/e23/>,
        <http://dewey.info/class/945.632/e23/> ;
    skos:prefLabel "Rome (City)"@en,
        "Roma (By)"@nb,
        "Roma (By)"@nn .

humord:c02480 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02480" ;
    dct:modified "2024-09-12T13:52:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4563/e23/>,
        <http://dewey.info/class/914.563/e23/>,
        <http://dewey.info/class/945.63/e23/> ;
    skos:broader humord:c02479 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4563/e23/>,
        <http://dewey.info/class/914.563/e23/>,
        <http://dewey.info/class/945.63/e23/> ;
    skos:prefLabel "Cervara di Roma"@en,
        "Cervara"@nb,
        "Cervara"@nn .

humord:c02481 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02481" ;
    dct:modified "2025-03-14T09:06:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/2--45632/e23/>,
        <http://dewey.info/class/914.5632/e23/>,
        <http://dewey.info/class/937.63/e23/>,
        <http://dewey.info/class/945.632/e23/> ;
    skos:broader humord:c02479 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/2--45632/e23/>,
        <http://dewey.info/class/914.5632/e23/>,
        <http://dewey.info/class/937.63/e23/>,
        <http://dewey.info/class/945.632/e23/> ;
    skos:prefLabel "Esquiline Hill"@en,
        "Esquilinen"@nb,
        "Esquilinen"@nn .

humord:c02482 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02482" ;
    dct:modified "2025-03-14T09:06:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/2--45632/e23/>,
        <http://dewey.info/class/914.5632/e23/>,
        <http://dewey.info/class/937.63/e23/>,
        <http://dewey.info/class/945.632/e23/> ;
    skos:broader humord:c02479 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/2--45632/e23/>,
        <http://dewey.info/class/914.5632/e23/>,
        <http://dewey.info/class/937.63/e23/>,
        <http://dewey.info/class/945.632/e23/> ;
    skos:prefLabel "Forum Boarium"@en,
        "Forum Boarium"@nb,
        "Forum Boarium"@nn .

humord:c02483 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02483" ;
    dct:modified "2025-03-14T09:10:38"^^xsd:dateTime ;
    skos:altLabel "Palatinerhøyden"@nb,
        "Palatinerhøgda"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/2--45632/e23/>,
        <http://dewey.info/class/914.5632/e23/>,
        <http://dewey.info/class/937.63/e23/>,
        <http://dewey.info/class/945.632/e23/> ;
    skos:broader humord:c02479 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/2--45632/e23/>,
        <http://dewey.info/class/914.5632/e23/>,
        <http://dewey.info/class/937.63/e23/>,
        <http://dewey.info/class/945.632/e23/> ;
    skos:prefLabel "Palatine Hill"@en,
        "Palatinen"@nb,
        "Palatinen"@nn .

humord:c02484 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02484" ;
    dct:modified "2025-03-14T09:10:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/2--45632/e23/>,
        <http://dewey.info/class/914.5632/e23/>,
        <http://dewey.info/class/937.63/e23/>,
        <http://dewey.info/class/945.632/e23/> ;
    skos:broader humord:c02479 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/2--45632/e23/>,
        <http://dewey.info/class/914.5632/e23/>,
        <http://dewey.info/class/937.63/e23/>,
        <http://dewey.info/class/945.632/e23/> ;
    skos:prefLabel "Prima Porta"@en,
        "Prima Porta"@nb,
        "Prima Porta"@nn .

humord:c02486 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02486" ;
    dct:modified "2025-03-14T09:13:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--376/e23/>,
        <http://dewey.info/class/937.6/e23/> ;
    skos:broader humord:c02475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--376/e23/>,
        <http://dewey.info/class/937.6/e23/> ;
    skos:prefLabel "Satricum"@en,
        "Satricum"@nb,
        "Satricum"@nn .

humord:c02487 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02487" ;
    dct:modified "2025-03-14T09:13:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3765/e23/>,
        <http://dewey.info/class/2--45623/e23/>,
        <http://dewey.info/class/914.5623/e23/>,
        <http://dewey.info/class/937.65/e23/>,
        <http://dewey.info/class/945.623/e23/> ;
    skos:broader humord:c02475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3765/e23/>,
        <http://dewey.info/class/2--45623/e23/>,
        <http://dewey.info/class/914.5623/e23/>,
        <http://dewey.info/class/937.65/e23/>,
        <http://dewey.info/class/945.623/e23/> ;
    skos:prefLabel "Sperlonga"@en,
        "Sperlonga"@nb,
        "Sperlonga"@nn .

humord:c02488 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02488" ;
    dct:modified "2025-03-14T14:56:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3765/e23/>,
        <http://dewey.info/class/2--45623/e23/>,
        <http://dewey.info/class/914.5623/e23/>,
        <http://dewey.info/class/937.65/e23/>,
        <http://dewey.info/class/945.623/e23/> ;
    skos:broader humord:c02475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3765/e23/>,
        <http://dewey.info/class/2--45623/e23/>,
        <http://dewey.info/class/914.5623/e23/>,
        <http://dewey.info/class/937.65/e23/>,
        <http://dewey.info/class/945.623/e23/> ;
    skos:prefLabel "Terracina"@en,
        "Terracina"@nb,
        "Terracina"@nn .

humord:c02489 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02489" ;
    dct:modified "2025-03-18T08:02:42"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--371/e23/>,
        <http://dewey.info/class/937.1/e23/> ;
    skos:exactMatch realfagstermer:c030801,
        <http://dewey.info/class/2--4518/e23/>,
        <http://dewey.info/class/914.518/e23/>,
        <http://dewey.info/class/945.18/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030801,
        <http://dewey.info/class/2--371/e23/>,
        <http://dewey.info/class/2--4518/e23/>,
        <http://dewey.info/class/914.518/e23/>,
        <http://dewey.info/class/937.1/e23/>,
        <http://dewey.info/class/945.18/e23/> ;
    skos:prefLabel "Liguria"@en,
        "Liguria"@nb,
        "Liguria"@nn .

humord:c02490 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02490" ;
    dct:modified "2025-03-14T09:05:39"^^xsd:dateTime ;
    skos:broader humord:c02489 ;
    skos:closeMatch <http://dewey.info/class/2--37121/e23/>,
        <http://dewey.info/class/937.121/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--451821/e23/>,
        <http://dewey.info/class/914.51821/e23/>,
        <http://dewey.info/class/945.1821/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37121/e23/>,
        <http://dewey.info/class/2--451821/e23/>,
        <http://dewey.info/class/914.51821/e23/>,
        <http://dewey.info/class/937.121/e23/>,
        <http://dewey.info/class/945.1821/e23/> ;
    skos:prefLabel "Genoa"@en,
        "Genova"@nb,
        "Genova"@nn .

humord:c02491 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02491" ;
    dct:modified "2025-03-14T09:05:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--45187/e23/>,
        <http://dewey.info/class/914.5187/e23/>,
        <http://dewey.info/class/945.187/e23/> ;
    skos:broader humord:c02489 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--45187/e23/>,
        <http://dewey.info/class/914.5187/e23/>,
        <http://dewey.info/class/945.187/e23/> ;
    skos:prefLabel "Imperia"@en,
        "Imperia"@nb,
        "Imperia"@nn .

humord:c02492 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02492" ;
    dct:modified "2025-03-18T08:02:54"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--3722/e23/>,
        <http://dewey.info/class/937.22/e23/> ;
    skos:exactMatch realfagstermer:c030798,
        <http://dewey.info/class/2--452/e23/>,
        <http://dewey.info/class/914.52/e23/>,
        <http://dewey.info/class/945.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030798,
        <http://dewey.info/class/2--3722/e23/>,
        <http://dewey.info/class/2--452/e23/>,
        <http://dewey.info/class/914.52/e23/>,
        <http://dewey.info/class/937.22/e23/>,
        <http://dewey.info/class/945.2/e23/> ;
    skos:prefLabel "Lombardy"@en,
        "Lombardia"@nb,
        "Lombardia"@nn .

humord:c02493 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02493" ;
    dct:modified "2025-03-14T08:59:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--372266/e23/>,
        <http://dewey.info/class/2--4525/e23/>,
        <http://dewey.info/class/914.525/e23/>,
        <http://dewey.info/class/937.2266/e23/>,
        <http://dewey.info/class/945.25/e23/> ;
    skos:broader humord:c02492 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--372266/e23/>,
        <http://dewey.info/class/2--4525/e23/>,
        <http://dewey.info/class/914.525/e23/>,
        <http://dewey.info/class/937.2266/e23/>,
        <http://dewey.info/class/945.25/e23/> ;
    skos:prefLabel "Bormio"@en,
        "Bormio"@nb,
        "Bormio"@nn .

humord:c02494 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02494" ;
    dct:modified "2025-03-14T09:04:20"^^xsd:dateTime ;
    skos:broader humord:c02492 ;
    skos:closeMatch <http://dewey.info/class/2--373121/e23/>,
        <http://dewey.info/class/937.3121/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45261/e23/>,
        <http://dewey.info/class/914.5261/e23/>,
        <http://dewey.info/class/945.261/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--373121/e23/>,
        <http://dewey.info/class/2--45261/e23/>,
        <http://dewey.info/class/914.5261/e23/>,
        <http://dewey.info/class/937.3121/e23/>,
        <http://dewey.info/class/945.261/e23/> ;
    skos:prefLabel "Brescia"@en,
        "Brescia (By)"@nb,
        "Brescia (By)"@nn .

humord:c02495 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02495" ;
    dct:modified "2025-03-14T09:05:11"^^xsd:dateTime ;
    skos:broader humord:c02492 ;
    skos:closeMatch <http://dewey.info/class/2--373181/e23/>,
        <http://dewey.info/class/937.3181/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45281/e23/>,
        <http://dewey.info/class/914.5281/e23/>,
        <http://dewey.info/class/945.281/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--373181/e23/>,
        <http://dewey.info/class/2--45281/e23/>,
        <http://dewey.info/class/914.5281/e23/>,
        <http://dewey.info/class/937.3181/e23/>,
        <http://dewey.info/class/945.281/e23/> ;
    skos:prefLabel "Mantua"@en,
        "Mantova"@nb,
        "Mantova"@nn .

humord:c02496 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02496" ;
    dct:modified "2025-03-14T09:04:40"^^xsd:dateTime ;
    skos:broader humord:c02492 ;
    skos:closeMatch <http://dewey.info/class/2--372271/e23/>,
        <http://dewey.info/class/937.2271/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45211/e23/>,
        <http://dewey.info/class/914.5211/e23/>,
        <http://dewey.info/class/945.211/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--372271/e23/>,
        <http://dewey.info/class/2--45211/e23/>,
        <http://dewey.info/class/914.5211/e23/>,
        <http://dewey.info/class/937.2271/e23/>,
        <http://dewey.info/class/945.211/e23/> ;
    skos:prefLabel "Milan"@en,
        "Milano"@nb,
        "Milano"@nn .

humord:c02497 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02497" ;
    dct:modified "2025-03-14T09:04:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--37229/e23/>,
        <http://dewey.info/class/2--4529/e23/>,
        <http://dewey.info/class/914.529/e23/>,
        <http://dewey.info/class/937.229/e23/>,
        <http://dewey.info/class/945.2/e23/> ;
    skos:broader humord:c02492 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37229/e23/>,
        <http://dewey.info/class/2--4529/e23/>,
        <http://dewey.info/class/914.529/e23/>,
        <http://dewey.info/class/937.229/e23/>,
        <http://dewey.info/class/945.2/e23/> ;
    skos:prefLabel "Pavia"@en,
        "Pavia"@nb,
        "Pavia"@nn .

humord:c02498 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02498" ;
    dct:modified "2025-03-14T09:05:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4528/e23/>,
        <http://dewey.info/class/914.528/e23/>,
        <http://dewey.info/class/945.28/e23/> ;
    skos:broader humord:c02492 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4528/e23/>,
        <http://dewey.info/class/914.528/e23/>,
        <http://dewey.info/class/945.28/e23/> ;
    skos:prefLabel "Solferino"@en,
        "Solferino"@nb,
        "Solferino"@nn .

humord:c02499 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02499" ;
    dct:modified "2025-03-18T07:50:30"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--3745/e23/>,
        <http://dewey.info/class/937.45/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4567/e23/>,
        <http://dewey.info/class/914.567/e23/>,
        <http://dewey.info/class/945.67/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3745/e23/>,
        <http://dewey.info/class/2--4567/e23/>,
        <http://dewey.info/class/914.567/e23/>,
        <http://dewey.info/class/937.45/e23/>,
        <http://dewey.info/class/945.67/e23/> ;
    skos:prefLabel "Marche"@en,
        "Marche"@nb,
        "Marche"@nn .

humord:c02500 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02500" ;
    dct:modified "2024-08-28T08:38:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3748/e23/>,
        <http://dewey.info/class/2--45675/e23/>,
        <http://dewey.info/class/914.5675/e23/>,
        <http://dewey.info/class/937.48/e23/>,
        <http://dewey.info/class/945.675/e23/> ;
    skos:broader humord:c02499 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3748/e23/>,
        <http://dewey.info/class/2--45675/e23/>,
        <http://dewey.info/class/914.5675/e23/>,
        <http://dewey.info/class/937.48/e23/>,
        <http://dewey.info/class/945.675/e23/> ;
    skos:prefLabel "Ascoli Piceno"@en,
        "Ascoli Piceno"@nb,
        "Ascoli Piceno"@nn .

humord:c02501 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02501" ;
    dct:modified "2024-09-04T16:50:56"^^xsd:dateTime ;
    skos:altLabel "Cartoceto"@nb,
        "Cartoceto"@nn ;
    skos:broadMatch <http://dewey.info/class/2--45677/e23/>,
        <http://dewey.info/class/914.5677/e23/>,
        <http://dewey.info/class/945.677/e23/> ;
    skos:broader humord:c02499 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--45677/e23/>,
        <http://dewey.info/class/914.5677/e23/>,
        <http://dewey.info/class/945.677/e23/> ;
    skos:prefLabel "Cartoceto"@en,
        "Cartoceto di Pergola"@nb,
        "Cartoceto di Pergola"@nn .

humord:c02502 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02502" ;
    dct:modified "2025-03-14T08:58:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--45677/e23/>,
        <http://dewey.info/class/914.5677/e23/>,
        <http://dewey.info/class/945.677/e23/> ;
    skos:broader humord:c02499 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--45677/e23/>,
        <http://dewey.info/class/914.5677/e23/>,
        <http://dewey.info/class/945.677/e23/> ;
    skos:prefLabel "Novilara"@en,
        "Novilara"@nb,
        "Novilara"@nn .

humord:c02503 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02503" ;
    dct:modified "2025-03-14T08:58:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--45675/e23/>,
        <http://dewey.info/class/914.5675/e23/>,
        <http://dewey.info/class/945.675/e23/> ;
    skos:broader humord:c02499 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--45675/e23/>,
        <http://dewey.info/class/914.5675/e23/>,
        <http://dewey.info/class/945.675/e23/> ;
    skos:prefLabel "Ripatransone"@en,
        "Ripatransone"@nb,
        "Ripatransone"@nn .

humord:c02505 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02505" ;
    dct:modified "2025-03-14T08:58:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--45677/e23/>,
        <http://dewey.info/class/914.5677/e23/>,
        <http://dewey.info/class/945.677/e23/> ;
    skos:broader humord:c02499 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--45677/e23/>,
        <http://dewey.info/class/914.5677/e23/>,
        <http://dewey.info/class/945.677/e23/> ;
    skos:prefLabel "Urbino"@en,
        "Urbino"@nb,
        "Urbino"@nn .

humord:c02506 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02506" ;
    dct:modified "2025-03-18T07:50:45"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--37733/e23/>,
        <http://dewey.info/class/937.733/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45719/e23/>,
        <http://dewey.info/class/914.5719/e23/>,
        <http://dewey.info/class/945.719/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37733/e23/>,
        <http://dewey.info/class/2--45719/e23/>,
        <http://dewey.info/class/914.5719/e23/>,
        <http://dewey.info/class/937.733/e23/>,
        <http://dewey.info/class/945.719/e23/> ;
    skos:prefLabel "Molise"@en,
        "Molise"@nb,
        "Molise"@nn .

humord:c02507 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02507" ;
    dct:modified "2025-03-18T07:50:58"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--37222/e23/>,
        <http://dewey.info/class/2--451/e23/>,
        <http://dewey.info/class/914.51/e23/>,
        <http://dewey.info/class/937.222/e23/>,
        <http://dewey.info/class/945.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37222/e23/>,
        <http://dewey.info/class/2--451/e23/>,
        <http://dewey.info/class/914.51/e23/>,
        <http://dewey.info/class/937.222/e23/>,
        <http://dewey.info/class/945.1/e23/> ;
    skos:prefLabel "Piedmont"@en,
        "Piemonte"@nb,
        "Piemonte"@nn .

humord:c02508 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02508" ;
    dct:modified "2025-03-14T08:54:48"^^xsd:dateTime ;
    skos:broader humord:c02507 ;
    skos:closeMatch <http://dewey.info/class/2--372221/e23/>,
        <http://dewey.info/class/937.2221/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45121/e23/>,
        <http://dewey.info/class/914.5121/e23/>,
        <http://dewey.info/class/945.121/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--372221/e23/>,
        <http://dewey.info/class/2--45121/e23/>,
        <http://dewey.info/class/914.5121/e23/>,
        <http://dewey.info/class/937.2221/e23/>,
        <http://dewey.info/class/945.121/e23/> ;
    skos:prefLabel "Turin"@en,
        "Torino"@nb,
        "Torino"@nn .

humord:c02509 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02509" ;
    dct:modified "2025-03-18T07:51:32"^^xsd:dateTime ;
    skos:altLabel "Puglia"@en ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--3775/e23/>,
        <http://dewey.info/class/937.75/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4575/e23/>,
        <http://dewey.info/class/914.575/e23/>,
        <http://dewey.info/class/945.75/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3775/e23/>,
        <http://dewey.info/class/2--4575/e23/>,
        <http://dewey.info/class/914.575/e23/>,
        <http://dewey.info/class/937.75/e23/>,
        <http://dewey.info/class/945.75/e23/> ;
    skos:prefLabel "Apulia"@en,
        "Puglia"@nb,
        "Puglia"@nn .

humord:c02510 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02510" ;
    dct:modified "2025-03-18T07:53:31"^^xsd:dateTime ;
    skos:altLabel "Sardegna"@nb,
        "Sardegna"@nn ;
    skos:broadMatch <http://dewey.info/class/945.107/e23/> ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--379/e23/>,
        <http://dewey.info/class/937.9/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--459/e23/>,
        <http://dewey.info/class/914.59/e23/>,
        <http://dewey.info/class/945.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--379/e23/>,
        <http://dewey.info/class/2--459/e23/>,
        <http://dewey.info/class/914.59/e23/>,
        <http://dewey.info/class/937.9/e23/>,
        <http://dewey.info/class/945.107/e23/>,
        <http://dewey.info/class/945.9/e23/> ;
    skos:prefLabel "Sardinia"@en,
        "Sardinia"@nb,
        "Sardinia"@nn .

humord:c02512 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02512" ;
    dct:modified "2025-03-14T07:39:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4593/e23/>,
        <http://dewey.info/class/914.593/e23/>,
        <http://dewey.info/class/945.93/e23/> ;
    skos:broader humord:c02510 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4593/e23/>,
        <http://dewey.info/class/914.593/e23/>,
        <http://dewey.info/class/945.93/e23/> ;
    skos:prefLabel "Alghero"@en,
        "Alghero"@nb,
        "Alghero"@nn .

humord:c02513 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02513" ;
    dct:modified "2024-09-04T15:36:54"^^xsd:dateTime ;
    skos:altLabel "Campidania"@nb,
        "Campidania"@nn ;
    skos:broadMatch <http://dewey.info/class/2--45986/e23/>,
        <http://dewey.info/class/914.5986/e23/>,
        <http://dewey.info/class/945.986/e23/> ;
    skos:broader humord:c02510 ;
    skos:definition "Campidano er Sardinias største sletteområde <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--45986/e23/>,
        <http://dewey.info/class/914.5986/e23/>,
        <http://dewey.info/class/945.986/e23/> ;
    skos:prefLabel "Campidano"@en,
        "Campidano"@nb,
        "Campidano"@nn .

humord:c02517 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02517" ;
    dct:modified "2025-03-14T07:46:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3794/e23/>,
        <http://dewey.info/class/2--4594/e23/>,
        <http://dewey.info/class/914.594/e23/>,
        <http://dewey.info/class/937.94/e23/>,
        <http://dewey.info/class/945.94/e23/> ;
    skos:broader humord:c02510 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3794/e23/>,
        <http://dewey.info/class/2--4594/e23/>,
        <http://dewey.info/class/914.594/e23/>,
        <http://dewey.info/class/937.94/e23/>,
        <http://dewey.info/class/945.94/e23/> ;
    skos:prefLabel "Oristano"@en,
        "Oristano (By)"@nb,
        "Oristano (By)"@nn .

humord:c02518 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02518" ;
    dct:modified "2025-03-14T07:48:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3793/e23/>,
        <http://dewey.info/class/2--4593/e23/>,
        <http://dewey.info/class/914.593/e23/>,
        <http://dewey.info/class/937.93/e23/>,
        <http://dewey.info/class/945.93/e23/> ;
    skos:broader humord:c02510 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3793/e23/>,
        <http://dewey.info/class/2--4593/e23/>,
        <http://dewey.info/class/914.593/e23/>,
        <http://dewey.info/class/937.93/e23/>,
        <http://dewey.info/class/945.93/e23/> ;
    skos:prefLabel "Sassari"@en,
        "Sassari"@nb,
        "Sassari"@nn .

humord:c02519 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02519" ;
    dct:modified "2025-03-18T07:53:59"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--378/e23/>,
        <http://dewey.info/class/937.8/e23/> ;
    skos:exactMatch realfagstermer:c030567,
        <http://dewey.info/class/2--458/e23/>,
        <http://dewey.info/class/914.58/e23/>,
        <http://dewey.info/class/945.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030567,
        <http://dewey.info/class/2--378/e23/>,
        <http://dewey.info/class/2--458/e23/>,
        <http://dewey.info/class/914.58/e23/>,
        <http://dewey.info/class/937.8/e23/>,
        <http://dewey.info/class/945.8/e23/> ;
    skos:prefLabel "Sicily"@en,
        "Sicilia"@nb,
        "Sicilia"@nn .

humord:c02520 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02520" ;
    dct:modified "2025-03-13T08:28:31"^^xsd:dateTime ;
    skos:broader humord:c02519 ;
    skos:closeMatch <http://dewey.info/class/2--378221/e23/>,
        <http://dewey.info/class/937.8221/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--458221/e23/>,
        <http://dewey.info/class/914.58221/e23/>,
        <http://dewey.info/class/945.8221/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--378221/e23/>,
        <http://dewey.info/class/2--458221/e23/>,
        <http://dewey.info/class/914.58221/e23/>,
        <http://dewey.info/class/937.8221/e23/>,
        <http://dewey.info/class/945.8221/e23/> ;
    skos:prefLabel "Agrigento"@en,
        "Agrigento"@nb,
        "Agrigento"@nn .

humord:c02521 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02521" ;
    dct:modified "2025-03-13T08:39:31"^^xsd:dateTime ;
    skos:altLabel "Motya"@nb,
        "Motya"@nn ;
    skos:broadMatch <http://dewey.info/class/2--37824/e23/>,
        <http://dewey.info/class/937.824/e23/> ;
    skos:broader humord:c02519 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37824/e23/>,
        <http://dewey.info/class/937.824/e23/> ;
    skos:prefLabel "Motya"@en,
        "Mozia"@nb,
        "Mozia"@nn .

humord:c02522 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02522" ;
    dct:modified "2025-03-13T08:33:39"^^xsd:dateTime ;
    skos:broader humord:c02519 ;
    skos:closeMatch <http://dewey.info/class/937.8231/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--458231/e23/>,
        <http://dewey.info/class/914.58231/e23/>,
        <http://dewey.info/class/945.8231/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--458231/e23/>,
        <http://dewey.info/class/914.58231/e23/>,
        <http://dewey.info/class/937.8231/e23/>,
        <http://dewey.info/class/945.8231/e23/> ;
    skos:prefLabel "Palermo"@en,
        "Palermo (By)"@nb,
        "Palermo (By)"@nn .

humord:c02523 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02523" ;
    dct:modified "2025-03-13T08:30:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--458131/e23/>,
        <http://dewey.info/class/914.58131/e23/>,
        <http://dewey.info/class/945.8131/e23/> ;
    skos:broader humord:c02519 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--458131/e23/>,
        <http://dewey.info/class/914.58131/e23/>,
        <http://dewey.info/class/945.8131/e23/> ;
    skos:prefLabel "Piazza Armerina"@en,
        "Piazza Armerina"@nb,
        "Piazza Armerina"@nn .

humord:c02524 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02524" ;
    dct:modified "2025-03-13T08:33:55"^^xsd:dateTime ;
    skos:altLabel "Syrakus"@nb,
        "Syrakus"@nn ;
    skos:broader humord:c02519 ;
    skos:closeMatch <http://dewey.info/class/2--378141/e23/>,
        <http://dewey.info/class/937.8141/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--458141/e23/>,
        <http://dewey.info/class/914.58141/e23/>,
        <http://dewey.info/class/945.8141/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--378141/e23/>,
        <http://dewey.info/class/2--458141/e23/>,
        <http://dewey.info/class/914.58141/e23/>,
        <http://dewey.info/class/937.8141/e23/>,
        <http://dewey.info/class/945.8141/e23/> ;
    skos:prefLabel "Syracuse"@en,
        "Siracusa"@nb,
        "Siracusa"@nn .

humord:c02526 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02526" ;
    dct:modified "2025-03-18T07:56:19"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--375/e23/>,
        <http://dewey.info/class/937.5/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--455/e23/>,
        <http://dewey.info/class/914.55/e23/>,
        <http://dewey.info/class/945.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--375/e23/>,
        <http://dewey.info/class/2--455/e23/>,
        <http://dewey.info/class/914.55/e23/>,
        <http://dewey.info/class/937.5/e23/>,
        <http://dewey.info/class/945.5/e23/> ;
    skos:prefLabel "Tuscany"@en,
        "Toscana"@nb,
        "Toscana"@nn .

humord:c02527 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02527" ;
    dct:modified "2025-03-13T08:26:53"^^xsd:dateTime ;
    skos:broader humord:c02526 ;
    skos:closeMatch <http://dewey.info/class/2--37511/e23/>,
        <http://dewey.info/class/937.511/e23/> ;
    skos:exactMatch realfagstermer:c030465,
        <http://dewey.info/class/2--45511/e23/>,
        <http://dewey.info/class/914.5511/e23/>,
        <http://dewey.info/class/945.511/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030465,
        <http://dewey.info/class/2--37511/e23/>,
        <http://dewey.info/class/2--45511/e23/>,
        <http://dewey.info/class/914.5511/e23/>,
        <http://dewey.info/class/937.511/e23/>,
        <http://dewey.info/class/945.511/e23/> ;
    skos:prefLabel "Florence"@en,
        "Firenze"@nb,
        "Firenze"@nn .

humord:c02528 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02528" ;
    dct:modified "2025-03-13T08:23:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4558/e23/>,
        <http://dewey.info/class/914.558/e23/>,
        <http://dewey.info/class/945.58/e23/> ;
    skos:broader humord:c02526 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4558/e23/>,
        <http://dewey.info/class/914.558/e23/>,
        <http://dewey.info/class/945.58/e23/> ;
    skos:prefLabel "Pienza"@en,
        "Pienza"@nb,
        "Pienza"@nn .

humord:c02529 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02529" ;
    dct:modified "2025-03-13T08:26:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--37566/e23/>,
        <http://dewey.info/class/937.566/e23/> ;
    skos:broader humord:c02526 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37566/e23/>,
        <http://dewey.info/class/937.566/e23/> ;
    skos:prefLabel "Poggio Civitate"@en,
        "Poggio Civitate"@nb,
        "Poggio Civitate"@nn .

humord:c02530 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02530" ;
    dct:modified "2025-03-13T08:26:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4559/e23/>,
        <http://dewey.info/class/914.559/e23/>,
        <http://dewey.info/class/945.59/e23/> ;
    skos:broader humord:c02526 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4559/e23/>,
        <http://dewey.info/class/914.559/e23/>,
        <http://dewey.info/class/945.59/e23/> ;
    skos:prefLabel "Sansepolcro"@en,
        "Sansepolcro"@nb,
        "Sansepolcro"@nn .

humord:c02531 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02531" ;
    dct:modified "2025-03-13T08:26:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--37566/e23/>,
        <http://dewey.info/class/937.566/e23/> ;
    skos:broader humord:c02526 ;
    skos:exactMatch <http://dewey.info/class/2--45581/e23/>,
        <http://dewey.info/class/914.5581/e23/>,
        <http://dewey.info/class/945.581/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37566/e23/>,
        <http://dewey.info/class/2--45581/e23/>,
        <http://dewey.info/class/914.5581/e23/>,
        <http://dewey.info/class/937.566/e23/>,
        <http://dewey.info/class/945.581/e23/> ;
    skos:prefLabel "Siena"@en,
        "Siena"@nb,
        "Siena"@nn .

humord:c02532 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02532" ;
    dct:modified "2025-03-18T07:56:31"^^xsd:dateTime ;
    skos:altLabel "Südtirol (Italy)"@en ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--3737/e23/>,
        <http://dewey.info/class/937.37/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4538/e23/>,
        <http://dewey.info/class/914.538/e23/>,
        <http://dewey.info/class/945.38/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3737/e23/>,
        <http://dewey.info/class/2--4538/e23/>,
        <http://dewey.info/class/914.538/e23/>,
        <http://dewey.info/class/937.37/e23/>,
        <http://dewey.info/class/945.38/e23/> ;
    skos:prefLabel "Trentino-Alto-Adige"@en,
        "Trentino-Alto-Adige"@nb,
        "Trentino-Alto-Adige"@nn .

humord:c02533 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02533" ;
    dct:modified "2025-03-13T08:20:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--451/e23/>,
        <http://dewey.info/class/914.51/e23/>,
        <http://dewey.info/class/945.1/e23/> ;
    skos:broader humord:c02532 ;
    skos:exactMatch realfagstermer:c030899 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030899,
        <http://dewey.info/class/2--451/e23/>,
        <http://dewey.info/class/914.51/e23/>,
        <http://dewey.info/class/945.1/e23/> ;
    skos:prefLabel "Dolomites"@en,
        "Dolomittene"@nb,
        "Dolomittane"@nn .

humord:c02534 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02534" ;
    dct:modified "2025-03-18T07:52:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--45391/e23/>,
        <http://dewey.info/class/914.5391/e23/>,
        <http://dewey.info/class/945.391/e23/> ;
    skos:broader humord:c02471 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--45391/e23/>,
        <http://dewey.info/class/914.5391/e23/>,
        <http://dewey.info/class/945.391/e23/> ;
    skos:prefLabel "Resia (Italy)"@en,
        "Resia (Italia)"@nb,
        "Resia (Italia)"@nn .

humord:c02535 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02535" ;
    dct:modified "2025-03-13T08:27:39"^^xsd:dateTime ;
    skos:broader humord:c02532 ;
    skos:closeMatch <http://dewey.info/class/2--37375/e23/>,
        <http://dewey.info/class/937.375/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45385/e23/>,
        <http://dewey.info/class/914.5385/e23/>,
        <http://dewey.info/class/945.385/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37375/e23/>,
        <http://dewey.info/class/2--45385/e23/>,
        <http://dewey.info/class/914.5385/e23/>,
        <http://dewey.info/class/937.375/e23/>,
        <http://dewey.info/class/945.385/e23/> ;
    skos:prefLabel "Trentino"@en,
        "Trentino"@nb,
        "Trentino"@nn .

humord:c02536 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02536" ;
    dct:modified "2025-03-13T08:23:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--45383/e23/>,
        <http://dewey.info/class/914.5383/e23/>,
        <http://dewey.info/class/945.383/e23/> ;
    skos:broader humord:c02532 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--45383/e23/>,
        <http://dewey.info/class/914.5383/e23/>,
        <http://dewey.info/class/945.383/e23/> ;
    skos:prefLabel "Val Gardena"@en,
        "Val Gardena"@nb,
        "Val Gardena"@nn .

humord:c02537 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02537" ;
    dct:modified "2025-03-18T07:56:44"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--3742/e23/>,
        <http://dewey.info/class/937.42/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4565/e23/>,
        <http://dewey.info/class/914.565/e23/>,
        <http://dewey.info/class/945.65/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3742/e23/>,
        <http://dewey.info/class/2--4565/e23/>,
        <http://dewey.info/class/914.565/e23/>,
        <http://dewey.info/class/937.42/e23/>,
        <http://dewey.info/class/945.65/e23/> ;
    skos:prefLabel "Umbria"@en,
        "Umbria"@nb,
        "Umbria"@nn .

humord:c02538 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02538" ;
    dct:modified "2025-03-13T08:22:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--37576/e23/>,
        <http://dewey.info/class/2--45652/e23/>,
        <http://dewey.info/class/914.5652/e23/>,
        <http://dewey.info/class/937.576/e23/>,
        <http://dewey.info/class/945.652/e23/> ;
    skos:broader humord:c02537 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37576/e23/>,
        <http://dewey.info/class/2--45652/e23/>,
        <http://dewey.info/class/914.5652/e23/>,
        <http://dewey.info/class/937.576/e23/>,
        <http://dewey.info/class/945.652/e23/> ;
    skos:prefLabel "Orviteo"@en,
        "Orvieto"@nb,
        "Orvieto"@nn .

humord:c02539 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02539" ;
    dct:modified "2025-03-18T07:57:35"^^xsd:dateTime ;
    skos:broader humord:c02445 ;
    skos:closeMatch <http://dewey.info/class/2--373/e23/>,
        <http://dewey.info/class/2--453/e23/>,
        <http://dewey.info/class/914.53/e23/>,
        <http://dewey.info/class/937.3/e23/>,
        <http://dewey.info/class/945.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--373/e23/>,
        <http://dewey.info/class/2--453/e23/>,
        <http://dewey.info/class/914.53/e23/>,
        <http://dewey.info/class/937.3/e23/>,
        <http://dewey.info/class/945.3/e23/> ;
    skos:prefLabel "Veneto"@en,
        "Veneto"@nb,
        "Veneto"@nn .

humord:c02540 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02540" ;
    dct:modified "2025-03-13T08:14:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4537/e23/>,
        <http://dewey.info/class/914.537/e23/>,
        <http://dewey.info/class/945.37/e23/> ;
    skos:broader humord:c02539 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4537/e23/>,
        <http://dewey.info/class/914.537/e23/>,
        <http://dewey.info/class/945.37/e23/> ;
    skos:prefLabel "Auronzo di Cadore"@en,
        "Auronzo di Cadore"@nb,
        "Auronzo di Cadore"@nn .

humord:c02541 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02541" ;
    dct:modified "2025-03-13T08:14:57"^^xsd:dateTime ;
    skos:broader humord:c02539 ;
    skos:closeMatch <http://dewey.info/class/2--37341/e23/>,
        <http://dewey.info/class/937.341/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--45321/e23/>,
        <http://dewey.info/class/914.5321/e23/>,
        <http://dewey.info/class/945.321/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37341/e23/>,
        <http://dewey.info/class/2--45321/e23/>,
        <http://dewey.info/class/914.5321/e23/>,
        <http://dewey.info/class/937.341/e23/>,
        <http://dewey.info/class/945.321/e23/> ;
    skos:prefLabel "Padua"@en,
        "Padova"@nb,
        "Padova"@nn .

humord:c02542 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02542" ;
    dct:modified "2025-03-13T08:18:47"^^xsd:dateTime ;
    skos:broader humord:c02539 ;
    skos:closeMatch <http://dewey.info/class/2--3733/e23/>,
        <http://dewey.info/class/937.33/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4533/e23/>,
        <http://dewey.info/class/914.533/e23/>,
        <http://dewey.info/class/945.33/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3733/e23/>,
        <http://dewey.info/class/2--4533/e23/>,
        <http://dewey.info/class/914.533/e23/>,
        <http://dewey.info/class/937.33/e23/>,
        <http://dewey.info/class/945.33/e23/> ;
    skos:prefLabel "Rovigo"@en,
        "Rovigo"@nb,
        "Rovigo"@nn .

humord:c02544 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02544" ;
    dct:modified "2025-03-13T08:19:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3735/e23/>,
        <http://dewey.info/class/937.35/e23/> ;
    skos:broader humord:c02539 ;
    skos:exactMatch <http://dewey.info/class/2--45311/e23/>,
        <http://dewey.info/class/914.5311/e23/>,
        <http://dewey.info/class/945.311/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3735/e23/>,
        <http://dewey.info/class/2--45311/e23/>,
        <http://dewey.info/class/914.5311/e23/>,
        <http://dewey.info/class/937.35/e23/>,
        <http://dewey.info/class/945.311/e23/> ;
    skos:prefLabel "Venice"@en,
        "Venezia"@nb,
        "Venezia"@nn .

humord:c02545 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02545" ;
    dct:modified "2025-03-14T07:45:07"^^xsd:dateTime ;
    skos:broader humord:c02539 ;
    skos:closeMatch <http://dewey.info/class/2--37362/e23/>,
        <http://dewey.info/class/937.362/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4535/e23/>,
        <http://dewey.info/class/914.535/e23/>,
        <http://dewey.info/class/945.35/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--37362/e23/>,
        <http://dewey.info/class/2--4535/e23/>,
        <http://dewey.info/class/914.535/e23/>,
        <http://dewey.info/class/937.362/e23/>,
        <http://dewey.info/class/945.35/e23/> ;
    skos:prefLabel "Vicenza (Province)"@en,
        "Vicenza (Provins)"@nb,
        "Vicenza (Provins)"@nn .

humord:c02546 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02546" ;
    dct:modified "2025-03-04T14:08:41"^^xsd:dateTime ;
    skos:altLabel "Rest-Jugoslavia"@nb,
        "Rest-Jugoslavia"@nn ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--3987/e23/>,
        <http://dewey.info/class/939.87/e23/>,
        <http://dewey.info/class/949.71031/e23/> ;
    skos:exactMatch realfagstermer:c030397,
        <http://dewey.info/class/2--497/e23/>,
        <http://dewey.info/class/914.97/e23/>,
        <http://dewey.info/class/949.702/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030397,
        <http://dewey.info/class/2--3987/e23/>,
        <http://dewey.info/class/2--497/e23/>,
        <http://dewey.info/class/914.97/e23/>,
        <http://dewey.info/class/939.87/e23/>,
        <http://dewey.info/class/949.702/e23/>,
        <http://dewey.info/class/949.703/e23/>,
        <http://dewey.info/class/949.71031/e23/> ;
    skos:prefLabel "Yugoslavia"@en,
        "Jugoslavia"@nb,
        "Jugoslavia"@nn ;
    skos:related humord:c02169,
        humord:c02567,
        humord:c02592,
        humord:c03119 ;
    skos:relatedMatch <http://dewey.info/class/949.703/e23/> .

humord:c02548 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02548" ;
    dct:modified "2025-04-15T08:37:09"^^xsd:dateTime ;
    skos:altLabel "Beograd"@en ;
    skos:broadMatch <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:broader humord:c02555 ;
    skos:exactMatch realfagstermer:c030938 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030938,
        <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:prefLabel "Belgrade"@en,
        "Beograd"@nb,
        "Beograd"@nn .

humord:c02549 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02549" ;
    dct:modified "2025-03-24T13:28:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--49745/e23/>,
        <http://dewey.info/class/914.9745/e23/>,
        <http://dewey.info/class/949.745/e23/> ;
    skos:broader humord:c02554 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49745/e23/>,
        <http://dewey.info/class/914.9745/e23/>,
        <http://dewey.info/class/949.745/e23/> ;
    skos:prefLabel "Budva"@en,
        "Budva"@nb,
        "Budva"@nn .

humord:c02550 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02550" ;
    dct:modified "2025-04-15T08:41:32"^^xsd:dateTime ;
    skos:altLabel "Horreum Margi"@en ;
    skos:broadMatch <http://dewey.info/class/2--39871/e23/>,
        <http://dewey.info/class/939.871/e23/> ;
    skos:broader humord:c02555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39871/e23/>,
        <http://dewey.info/class/939.871/e23/> ;
    skos:prefLabel "Cuprija"@en,
        "Horreum Margi"@nb,
        "Horreum Margi"@nn .

humord:c02551 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02551" ;
    dct:modified "2025-03-04T15:12:13"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch <http://dewey.info/class/2--49719/e23/>,
        <http://dewey.info/class/914.9719/e23/>,
        <http://dewey.info/class/949.719/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49719/e23/>,
        <http://dewey.info/class/914.9719/e23/>,
        <http://dewey.info/class/949.719/e23/> ;
    skos:prefLabel "Kosovo"@en,
        "Kosovo"@nb,
        "Kosovo"@nn .

humord:c02552 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02552" ;
    dct:modified "2025-04-15T08:41:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--39871/e23/>,
        <http://dewey.info/class/939.871/e23/> ;
    skos:broader humord:c02555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39871/e23/>,
        <http://dewey.info/class/939.871/e23/> ;
    skos:prefLabel "Lepenski Vir"@en,
        "Lepenski Vir"@nb,
        "Lepenski Vir"@nn .

humord:c02553 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02553" ;
    dct:modified "2025-04-15T08:42:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:broader humord:c02555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:prefLabel "Leskovac"@en,
        "Leskovac"@nb,
        "Leskovac"@nn .

humord:c02554 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02554" ;
    dct:modified "2025-03-04T15:36:34"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch <http://dewey.info/class/2--49745/e23/>,
        <http://dewey.info/class/914.9745/e23/>,
        <http://dewey.info/class/949.745/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49745/e23/>,
        <http://dewey.info/class/914.9745/e23/>,
        <http://dewey.info/class/949.745/e23/> ;
    skos:prefLabel "Montenegro"@en,
        "Montenegro"@nb,
        "Montenegro"@nn .

humord:c02555 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02555" ;
    dct:modified "2025-03-04T14:03:19"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:prefLabel "Serbia"@en,
        "Serbia"@nb,
        "Serbia"@nn .

humord:c02556 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02556" ;
    dct:modified "2025-04-15T08:44:38"^^xsd:dateTime ;
    skos:altLabel "Sirmien"@nb,
        "Syrmien"@nb,
        "Sirmien"@nn,
        "Syrmien"@nn ;
    skos:broadMatch <http://dewey.info/class/2--39871/e23/>,
        <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/939.871/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:broader humord:c02555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39871/e23/>,
        <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/939.871/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:prefLabel "Sremska Mitrovica"@en,
        "Sremska Mitrovica"@nb,
        "Sremska Mitrovica"@nn .

humord:c02559 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02559" ;
    dct:modified "2025-03-24T13:08:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4976/e23/>,
        <http://dewey.info/class/914.976/e23/>,
        <http://dewey.info/class/949.76/e23/> ;
    skos:broader humord:c02592 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4976/e23/>,
        <http://dewey.info/class/914.976/e23/>,
        <http://dewey.info/class/949.76/e23/> ;
    skos:prefLabel "Stobi"@en,
        "Stobi"@nb,
        "Stobi"@nn .

humord:c02560 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02560" ;
    dct:modified "2025-04-15T08:42:50"^^xsd:dateTime ;
    skos:altLabel "Timok Valley"@en,
        "Timocka Krajina"@nb,
        "Timocka Krajina"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:broader humord:c02555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:prefLabel "Timocka Krajina"@en,
        "Timok-Dalen"@nb,
        "Timok-Dalen"@nn .

humord:c02561 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02561" ;
    dct:modified "2025-03-04T08:37:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--49742/e23/>,
        <http://dewey.info/class/914.9742/e23/>,
        <http://dewey.info/class/949.742/e23/> ;
    skos:broader humord:c02169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49742/e23/>,
        <http://dewey.info/class/914.9742/e23/>,
        <http://dewey.info/class/949.742/e23/> ;
    skos:prefLabel "Trebinje"@en,
        "Trebinje"@nb,
        "Trebinje"@nn .

humord:c02562 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02562" ;
    dct:modified "2025-04-15T08:43:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--39871/e23/>,
        <http://dewey.info/class/939.871/e23/> ;
    skos:broader humord:c02555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39871/e23/>,
        <http://dewey.info/class/939.871/e23/> ;
    skos:prefLabel "Viminacium"@en,
        "Viminacium"@nb,
        "Viminacium"@nn .

humord:c02563 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02563" ;
    dct:modified "2025-04-15T08:44:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--39871/e23/>,
        <http://dewey.info/class/939.871/e23/> ;
    skos:broader humord:c02555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39871/e23/>,
        <http://dewey.info/class/939.871/e23/> ;
    skos:prefLabel "Vlasac"@en,
        "Vlasac"@nb,
        "Vlasac"@nn .

humord:c02564 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02564" ;
    dct:modified "2025-04-15T08:43:59"^^xsd:dateTime ;
    skos:altLabel "Voivodina"@en,
        "Vajdasag"@nb,
        "Voivodina"@nb,
        "Vajdasag"@nn,
        "Voivodina"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:broader humord:c02555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:prefLabel "Vojvodina"@en,
        "Vojvodina"@nb,
        "Vojvodina"@nn .

humord:c02567 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-09-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02567" ;
    dct:modified "2025-03-04T15:30:45"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030513,
        <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030513,
        <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:prefLabel "Croatia"@en,
        "Kroatia"@nb,
        "Kroatia"@nn ;
    skos:related humord:c02546 .

humord:c02568 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02568" ;
    dct:modified "2024-09-30T15:08:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:broader humord:c02567 ;
    skos:definition "Dalmatia er et landskap i Kroatia, som utgjør cirka 12 700 kvadratkilometer <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030905 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030905,
        <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:prefLabel "Dalmatia"@en,
        "Dalmatia"@nb,
        "Dalmatia"@nn .

humord:c02569 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02569" ;
    dct:modified "2025-03-24T13:47:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:broader humord:c02567 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:prefLabel "Dubrovnik"@en,
        "Dubrovnik"@nb,
        "Dubrovnik"@nn .

humord:c02570 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02570" ;
    dct:modified "2025-03-24T13:49:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:broader humord:c02567 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:prefLabel "Hvar"@en,
        "Hvar"@nb,
        "Hvar"@nn .

humord:c02571 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02571" ;
    dct:modified "2025-03-24T13:49:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3739/e23/>,
        <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/937.39/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:broader humord:c02567 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3739/e23/>,
        <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/937.39/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:prefLabel "Istria"@en,
        "Istria"@nb,
        "Istria"@nn .

humord:c02572 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02572" ;
    dct:modified "2025-03-24T13:50:41"^^xsd:dateTime ;
    skos:altLabel "Spalato"@nb,
        "Spalato"@nn ;
    skos:broadMatch <http://dewey.info/class/2--39872/e23/>,
        <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/939.872/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:broader humord:c02567 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39872/e23/>,
        <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/939.872/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:prefLabel "Split"@en,
        "Split"@nb,
        "Split"@nn .

humord:c02574 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02574" ;
    dct:modified "2025-03-24T13:51:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--39872/e23/>,
        <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/939.872/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:broader humord:c02567 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39872/e23/>,
        <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/939.872/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:prefLabel "Zadar"@en,
        "Zadar"@nb,
        "Zadar"@nn .

humord:c02575 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02575" ;
    dct:modified "2025-03-24T13:51:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:broader humord:c02567 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4972/e23/>,
        <http://dewey.info/class/914.972/e23/>,
        <http://dewey.info/class/949.72/e23/> ;
    skos:prefLabel "Zagreb"@en,
        "Zagreb"@nb,
        "Zagreb"@nn .

humord:c02576 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02576" ;
    dct:modified "2025-03-04T15:30:56"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--3937/e23/>,
        <http://dewey.info/class/939.37/e23/> ;
    skos:exactMatch realfagstermer:c030449,
        <http://dewey.info/class/2--5693/e23/>,
        <http://dewey.info/class/915.693/e23/>,
        <http://dewey.info/class/956.93/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030449,
        <http://dewey.info/class/2--3937/e23/>,
        <http://dewey.info/class/2--5693/e23/>,
        <http://dewey.info/class/915.693/e23/>,
        <http://dewey.info/class/939.37/e23/>,
        <http://dewey.info/class/956.93/e23/> ;
    skos:prefLabel "Cyprus"@en,
        "Kypros"@nb,
        "Kypros"@nn .

humord:c02577 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02577" ;
    dct:modified "2025-03-24T13:40:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3937/e23/>,
        <http://dewey.info/class/2--5693/e23/>,
        <http://dewey.info/class/915.693/e23/>,
        <http://dewey.info/class/939.37/e23/>,
        <http://dewey.info/class/956.93/e23/> ;
    skos:broader humord:c02576 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3937/e23/>,
        <http://dewey.info/class/2--5693/e23/>,
        <http://dewey.info/class/915.693/e23/>,
        <http://dewey.info/class/939.37/e23/>,
        <http://dewey.info/class/956.93/e23/> ;
    skos:prefLabel "Kalavasos"@en,
        "Kalavasos"@nb,
        "Kalavasos"@nn .

humord:c02579 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02579" ;
    dct:modified "2025-03-24T13:41:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5693/e23/>,
        <http://dewey.info/class/915.693/e23/>,
        <http://dewey.info/class/956.93/e23/> ;
    skos:broader humord:c02576 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5693/e23/>,
        <http://dewey.info/class/915.693/e23/>,
        <http://dewey.info/class/956.93/e23/> ;
    skos:prefLabel "Kissonerga"@en,
        "Kissonerga"@nb,
        "Kissonerga"@nn .

humord:c02580 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02580" ;
    dct:modified "2025-03-24T13:41:56"^^xsd:dateTime ;
    skos:altLabel "Paphos"@nb,
        "Paphos"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3937/e23/>,
        <http://dewey.info/class/2--5693/e23/>,
        <http://dewey.info/class/915.693/e23/>,
        <http://dewey.info/class/939.37/e23/>,
        <http://dewey.info/class/956.93/e23/> ;
    skos:broader humord:c02576 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3937/e23/>,
        <http://dewey.info/class/2--5693/e23/>,
        <http://dewey.info/class/915.693/e23/>,
        <http://dewey.info/class/939.37/e23/>,
        <http://dewey.info/class/956.93/e23/> ;
    skos:prefLabel "New Paphos"@en,
        "Nea Paphos"@nb,
        "Nea Paphos"@nn .

humord:c02582 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02582" ;
    dct:modified "2025-03-04T15:31:15"^^xsd:dateTime ;
    skos:altLabel "Lettland"@nb,
        "Lettland"@nn ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030319,
        <http://dewey.info/class/2--4796/e23/>,
        <http://dewey.info/class/914.796/e23/>,
        <http://dewey.info/class/947.96/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030319,
        <http://dewey.info/class/2--4796/e23/>,
        <http://dewey.info/class/914.796/e23/>,
        <http://dewey.info/class/947.96/e23/> ;
    skos:prefLabel "Latvia"@en,
        "Latvia"@nb,
        "Latvia"@nn ;
    skos:related humord:c03704 .

humord:c02584 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02584" ;
    dct:modified "2025-03-24T13:40:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4796/e23/>,
        <http://dewey.info/class/914.796/e23/>,
        <http://dewey.info/class/947.96/e23/> ;
    skos:broader humord:c02582 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4796/e23/>,
        <http://dewey.info/class/914.796/e23/>,
        <http://dewey.info/class/947.96/e23/> ;
    skos:prefLabel "Riga"@en,
        "Riga"@nb,
        "Riga"@nn .

humord:c02585 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02585" ;
    dct:modified "2025-03-04T15:32:58"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/936.3648/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--43648/e23/>,
        <http://dewey.info/class/914.3648/e23/>,
        <http://dewey.info/class/943.648/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43648/e23/>,
        <http://dewey.info/class/914.3648/e23/>,
        <http://dewey.info/class/936.3648/e23/>,
        <http://dewey.info/class/943.648/e23/> ;
    skos:prefLabel "Liechtenstein"@en,
        "Liechtenstein"@nb,
        "Liechtenstein"@nn .

humord:c02586 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02586" ;
    dct:modified "2025-03-04T15:34:08"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030353,
        <http://dewey.info/class/2--4793/e23/>,
        <http://dewey.info/class/914.793/e23/>,
        <http://dewey.info/class/947.93/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030353,
        <http://dewey.info/class/2--4793/e23/>,
        <http://dewey.info/class/914.793/e23/>,
        <http://dewey.info/class/947.93/e23/> ;
    skos:prefLabel "Lithuania"@en,
        "Litauen"@nb,
        "Litauen"@nn ;
    skos:related humord:c03704 .

humord:c02587 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02587" ;
    dct:modified "2025-03-24T13:32:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4793/e23/>,
        <http://dewey.info/class/914.793/e23/>,
        <http://dewey.info/class/947.93/e23/> ;
    skos:broader humord:c02586 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4793/e23/>,
        <http://dewey.info/class/914.793/e23/>,
        <http://dewey.info/class/947.93/e23/> ;
    skos:prefLabel "Kaunas"@en,
        "Kaunas"@nb,
        "Kaunas"@nn .

humord:c02588 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02588" ;
    dct:modified "2025-03-24T13:38:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4793/e23/>,
        <http://dewey.info/class/914.793/e23/>,
        <http://dewey.info/class/947.93/e23/> ;
    skos:broader humord:c02586 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4793/e23/>,
        <http://dewey.info/class/914.793/e23/>,
        <http://dewey.info/class/947.93/e23/> ;
    skos:prefLabel "Kretuonas"@en,
        "Kretuonas"@nb,
        "Kretuonas"@nn .

humord:c02589 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02589" ;
    dct:modified "2025-03-24T13:38:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4793/e23/>,
        <http://dewey.info/class/914.793/e23/>,
        <http://dewey.info/class/947.93/e23/> ;
    skos:broader humord:c02586 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4793/e23/>,
        <http://dewey.info/class/914.793/e23/>,
        <http://dewey.info/class/947.93/e23/> ;
    skos:prefLabel "Sventoji"@en,
        "Sventoji"@nb,
        "Sventoji"@nn .

humord:c02590 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02590" ;
    dct:modified "2025-03-24T13:38:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4793/e23/>,
        <http://dewey.info/class/914.793/e23/>,
        <http://dewey.info/class/947.93/e23/> ;
    skos:broader humord:c02586 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4793/e23/>,
        <http://dewey.info/class/914.793/e23/>,
        <http://dewey.info/class/947.93/e23/> ;
    skos:prefLabel "Vilnius"@en,
        "Vilnius"@nb,
        "Vilnius"@nn .

humord:c02591 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-09-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02591" ;
    dct:modified "2025-03-04T15:34:47"^^xsd:dateTime ;
    skos:altLabel "Luxemburg"@nb,
        "Luxemburg"@nn ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--36935/e23/>,
        <http://dewey.info/class/936.935/e23/> ;
    skos:exactMatch realfagstermer:c030446,
        <http://dewey.info/class/2--4935/e23/>,
        <http://dewey.info/class/914.935/e23/>,
        <http://dewey.info/class/949.35/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030446,
        <http://dewey.info/class/2--36935/e23/>,
        <http://dewey.info/class/2--4935/e23/>,
        <http://dewey.info/class/914.935/e23/>,
        <http://dewey.info/class/936.935/e23/>,
        <http://dewey.info/class/949.35/e23/> ;
    skos:prefLabel "Luxembourg (Country)"@en,
        "Luxembourg (Stat)"@nb,
        "Luxembourg (Stat)"@nn ;
    skos:related humord:c03663 .

humord:c02592 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02592" ;
    dct:modified "2025-03-04T15:37:24"^^xsd:dateTime ;
    skos:altLabel "Macedonia, Former Yugoslav Republic of"@en,
        "Republic of Macedonia"@en,
        "Makedonia (Republikk)"@nb,
        "Makedonia-republikken"@nb,
        "Republikken Makedonia"@nb,
        "Makedonia (Republikk)"@nn,
        "Makedonia-republikken"@nn,
        "Republikken Makedonia"@nn ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--39876/e23/>,
        <http://dewey.info/class/939.876/e23/> ;
    skos:definition "Nord-Makedonia er en republikk som tidligere var del av Jugoslavia <UBO>"@nb ;
    skos:editorialNote "Tidligere Makedonia (Republikk) - endret navn 2018"@nb ;
    skos:exactMatch realfagstermer:c030597,
        <http://dewey.info/class/2--4976/e23/>,
        <http://dewey.info/class/914.976/e23/>,
        <http://dewey.info/class/949.76/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030597,
        <http://dewey.info/class/2--39876/e23/>,
        <http://dewey.info/class/2--4976/e23/>,
        <http://dewey.info/class/914.976/e23/>,
        <http://dewey.info/class/939.876/e23/>,
        <http://dewey.info/class/949.76/e23/> ;
    skos:prefLabel "Republic of North Macedonia"@en,
        "Nord-Makedonia (Republikk)"@nb,
        "Nord-Makedonia (Republikk)"@nn ;
    skos:related humord:c02376,
        humord:c02546 .

humord:c02593 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02593" ;
    dct:modified "2025-03-04T15:35:31"^^xsd:dateTime ;
    skos:altLabel "Republic of Moldova"@en,
        "Moldavia"@nb,
        "Moldaviske sosialistiske sovjetrepublikk"@nb,
        "Moldavia"@nn,
        "Moldaviske sosialistiske sovjetrepublikk"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3988/e23/>,
        <http://dewey.info/class/939.88/e23/> ;
    skos:broader humord:c02157 ;
    skos:closeMatch realfagstermer:c030590 ;
    skos:exactMatch <http://dewey.info/class/2--476/e23/>,
        <http://dewey.info/class/914.76/e23/>,
        <http://dewey.info/class/947.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030590,
        <http://dewey.info/class/2--3988/e23/>,
        <http://dewey.info/class/2--476/e23/>,
        <http://dewey.info/class/2--4981/e23/>,
        <http://dewey.info/class/914.76/e23/>,
        <http://dewey.info/class/939.88/e23/>,
        <http://dewey.info/class/947.6/e23/> ;
    skos:prefLabel "Moldova"@en,
        "Moldova"@nb,
        "Moldova"@nn ;
    skos:related humord:c03066 ;
    skos:relatedMatch <http://dewey.info/class/2--4981/e23/> .

humord:c02596 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-08-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02596" ;
    dct:modified "2024-10-15T11:25:51"^^xsd:dateTime ;
    skos:altLabel "Basarabia"@nb,
        "Basarabia"@nn ;
    skos:broader humord:c02593 ;
    skos:closeMatch <http://dewey.info/class/2--476/e23/>,
        <http://dewey.info/class/914.76/e23/>,
        <http://dewey.info/class/947.6/e23/> ;
    skos:definition "Bessarabia er et cirka 45 000 kvadratkilometer stort landskap i Øst-Europa, hovedsakelig i Moldova. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--476/e23/>,
        <http://dewey.info/class/914.76/e23/>,
        <http://dewey.info/class/947.6/e23/> ;
    skos:prefLabel "Bessarabia"@en,
        "Bessarabia"@nb,
        "Bessarabia"@nn .

humord:c02598 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02598" ;
    dct:modified "2025-03-04T15:37:51"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/936.92/e23/> ;
    skos:exactMatch realfagstermer:c030460,
        <http://dewey.info/class/2--492/e23/>,
        <http://dewey.info/class/914.92/e23/>,
        <http://dewey.info/class/949.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030460,
        <http://dewey.info/class/2--492/e23/>,
        <http://dewey.info/class/914.92/e23/>,
        <http://dewey.info/class/936.92/e23/>,
        <http://dewey.info/class/949.2/e23/> ;
    skos:prefLabel "Netherlands"@en,
        "Nederland"@nb,
        "Nederland"@nn ;
    skos:related humord:c03663 .

humord:c02599 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02599" ;
    dct:modified "2024-08-14T09:17:16"^^xsd:dateTime ;
    skos:broader humord:c02598 ;
    skos:exactMatch realfagstermer:c030357,
        <http://dewey.info/class/2--492352/e23/>,
        <http://dewey.info/class/914.92352/e23/>,
        <http://dewey.info/class/949.2352/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030357,
        <http://dewey.info/class/2--492352/e23/>,
        <http://dewey.info/class/914.92352/e23/>,
        <http://dewey.info/class/949.2352/e23/> ;
    skos:prefLabel "Amsterdam"@en,
        "Amsterdam"@nb,
        "Amsterdam"@nn .

humord:c02600 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02600" ;
    dct:modified "2025-03-24T13:13:57"^^xsd:dateTime ;
    skos:broader humord:c02598 ;
    skos:exactMatch <http://dewey.info/class/2--49213/e23/>,
        <http://dewey.info/class/914.9213/e23/>,
        <http://dewey.info/class/949.213/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49213/e23/>,
        <http://dewey.info/class/914.9213/e23/>,
        <http://dewey.info/class/949.213/e23/> ;
    skos:prefLabel "Friesland"@en,
        "Friesland"@nb,
        "Friesland"@nn .

humord:c02601 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02601" ;
    dct:modified "2025-03-24T13:14:52"^^xsd:dateTime ;
    skos:broader humord:c02598 ;
    skos:exactMatch <http://dewey.info/class/2--49212/e23/>,
        <http://dewey.info/class/914.9212/e23/>,
        <http://dewey.info/class/949.212/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49212/e23/>,
        <http://dewey.info/class/914.9212/e23/>,
        <http://dewey.info/class/949.212/e23/> ;
    skos:prefLabel "Groningen (Province)"@en,
        "Groningen (Provins)"@nb,
        "Groningen (Provins)"@nn .

humord:c02602 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02602" ;
    dct:modified "2025-03-24T13:16:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--49235/e23/>,
        <http://dewey.info/class/914.9235/e23/>,
        <http://dewey.info/class/949.235/e23/> ;
    skos:broader humord:c02598 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49235/e23/>,
        <http://dewey.info/class/914.9235/e23/>,
        <http://dewey.info/class/949.235/e23/> ;
    skos:prefLabel "Haarlem"@en,
        "Haarlem"@nb,
        "Haarlem"@nn .

humord:c02603 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02603" ;
    dct:modified "2025-03-24T13:14:11"^^xsd:dateTime ;
    skos:broader humord:c02598 ;
    skos:definition "I middelalderen grevskap i Nederlandene <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--492/e23/>,
        <http://dewey.info/class/914.92/e23/>,
        <http://dewey.info/class/949.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3692/e23/>,
        <http://dewey.info/class/2--492/e23/>,
        <http://dewey.info/class/914.92/e23/>,
        <http://dewey.info/class/936.92/e23/>,
        <http://dewey.info/class/949.2/e23/> ;
    skos:prefLabel "Holland"@en,
        "Holland"@nb,
        "Holland"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--3692/e23/>,
        <http://dewey.info/class/936.92/e23/> .

humord:c02604 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02604" ;
    dct:modified "2025-03-24T13:22:25"^^xsd:dateTime ;
    skos:broader humord:c02598 ;
    skos:closeMatch <http://dewey.info/class/2--49232/e23/>,
        <http://dewey.info/class/914.9232/e23/>,
        <http://dewey.info/class/949.232/e23/> ;
    skos:exactMatch realfagstermer:c030710 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030710,
        <http://dewey.info/class/2--49232/e23/>,
        <http://dewey.info/class/914.9232/e23/>,
        <http://dewey.info/class/949.232/e23/> ;
    skos:prefLabel "Utrecht"@en,
        "Utrecht"@nb,
        "Utrecht"@nn .

humord:c02605 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02605" ;
    dct:modified "2025-04-04T09:17:56"^^xsd:dateTime ;
    skos:altLabel "Nöörje"@nb,
        "Vuodna"@nb ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/936.81/e23/> ;
    skos:exactMatch realfagstermer:c030753,
        <http://dewey.info/class/2--481/e23/>,
        <http://dewey.info/class/914.81/e23/>,
        <http://dewey.info/class/948.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030753,
        <http://dewey.info/class/2--481/e23/>,
        <http://dewey.info/class/914.81/e23/>,
        <http://dewey.info/class/936.81/e23/>,
        <http://dewey.info/class/948.1/e23/> ;
    skos:prefLabel "Norway"@en,
        "Norja"@fkv,
        "Norge"@nb,
        "Noreg"@nn,
        "Norga"@se .

humord:c02607 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02607" ;
    dct:modified "2025-03-24T08:53:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4821/e23/>,
        <http://dewey.info/class/914.821/e23/>,
        <http://dewey.info/class/948.21/e23/> ;
    skos:broader humord:c02606 ;
    skos:exactMatch realfagstermer:c030970 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030970,
        <http://dewey.info/class/2--4821/e23/>,
        <http://dewey.info/class/914.821/e23/>,
        <http://dewey.info/class/948.21/e23/> ;
    skos:prefLabel "Akerselva"@en,
        "Akerselva"@nb,
        "Akerselva"@nn .

humord:c02608 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02608" ;
    dct:modified "2025-03-24T08:56:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482545/e23/>,
        <http://dewey.info/class/914.82545/e23/>,
        <http://dewey.info/class/948.2545/e23/> ;
    skos:broader humord:c02606 ;
    skos:exactMatch realfagstermer:c030882 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030882,
        <http://dewey.info/class/2--482545/e23/>,
        <http://dewey.info/class/914.82545/e23/>,
        <http://dewey.info/class/948.2545/e23/> ;
    skos:prefLabel "Etna (River)"@en,
        "Etnavassdraget"@nb,
        "Etnavassdraget"@nn .

humord:c02609 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02609" ;
    dct:modified "2025-03-24T08:57:07"^^xsd:dateTime ;
    skos:altLabel "Glåma"@nb,
        "Glåma"@nn ;
    skos:broader humord:c02606 ;
    skos:closeMatch <http://dewey.info/class/2--482/e23/>,
        <http://dewey.info/class/914.82/e23/>,
        <http://dewey.info/class/948.2/e23/> ;
    skos:exactMatch realfagstermer:c030463 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030463,
        <http://dewey.info/class/2--482/e23/>,
        <http://dewey.info/class/914.82/e23/>,
        <http://dewey.info/class/948.2/e23/> ;
    skos:prefLabel "Glomma"@en,
        "Glomma"@nb,
        "Glomma"@nn .

humord:c02610 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02610" ;
    dct:modified "2025-03-24T08:51:54"^^xsd:dateTime ;
    skos:altLabel "Numedalsvassdraget"@nb,
        "Numedalsvassdraget"@nn ;
    skos:broadMatch <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:broader humord:c02606 ;
    skos:exactMatch realfagstermer:c030751 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030751,
        <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:prefLabel "Numedalslågen"@en,
        "Numedalslågen"@nb,
        "Numedalslågen"@nn .

humord:c02612 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02612" ;
    dct:modified "2025-03-24T08:43:57"^^xsd:dateTime ;
    skos:broader humord:c02611 ;
    skos:closeMatch <http://dewey.info/class/2--4825/e23/>,
        <http://dewey.info/class/914.825/e23/>,
        <http://dewey.info/class/948.25/e23/> ;
    skos:exactMatch realfagstermer:c030320 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030320,
        <http://dewey.info/class/2--4825/e23/>,
        <http://dewey.info/class/914.825/e23/>,
        <http://dewey.info/class/948.25/e23/> ;
    skos:prefLabel "Jotunheimen"@en,
        "Jotunheimen"@nb,
        "Jotunheimen"@nn .

humord:c02614 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02614" ;
    dct:modified "2024-08-28T10:21:18"^^xsd:dateTime ;
    skos:broader humord:c02613 ;
    skos:exactMatch realfagstermer:c030305,
        <http://dewey.info/class/2--4822/e23/>,
        <http://dewey.info/class/914.822/e23/>,
        <http://dewey.info/class/948.22/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030305,
        <http://dewey.info/class/2--4822/e23/>,
        <http://dewey.info/class/914.822/e23/>,
        <http://dewey.info/class/948.22/e23/> ;
    skos:prefLabel "Akershus"@en,
        "Akershus"@nb,
        "Akershus"@nn ;
    skos:related humord:c58372 .

humord:c02615 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02615" ;
    dct:modified "2024-08-28T10:21:05"^^xsd:dateTime ;
    skos:broader humord:c02614 ;
    skos:exactMatch realfagstermer:c030408,
        <http://dewey.info/class/2--482241/e23/>,
        <http://dewey.info/class/914.82241/e23/>,
        <http://dewey.info/class/948.2241/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030408,
        <http://dewey.info/class/2--482241/e23/>,
        <http://dewey.info/class/914.82241/e23/>,
        <http://dewey.info/class/948.2241/e23/> ;
    skos:prefLabel "Asker"@en,
        "Asker"@nb,
        "Asker"@nn .

humord:c02616 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02616" ;
    dct:modified "2025-03-24T15:36:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482227/e23/>,
        <http://dewey.info/class/914.82227/e23/>,
        <http://dewey.info/class/948.2227/e23/> ;
    skos:broader humord:c13729 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482227/e23/>,
        <http://dewey.info/class/914.82227/e23/>,
        <http://dewey.info/class/948.2227/e23/> ;
    skos:prefLabel "Fet"@en,
        "Fet"@nb,
        "Fet"@nn .

humord:c02617 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02617" ;
    dct:modified "2025-03-26T08:12:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482242/e23/>,
        <http://dewey.info/class/914.82242/e23/>,
        <http://dewey.info/class/948.2242/e23/> ;
    skos:broader humord:c11996 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482242/e23/>,
        <http://dewey.info/class/914.82242/e23/>,
        <http://dewey.info/class/948.2242/e23/> ;
    skos:prefLabel "Fossum (Bærum)"@en,
        "Fossum (Bærum)"@nb,
        "Fossum (Bærum)"@nn .

humord:c02618 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02618" ;
    dct:modified "2025-03-25T09:32:16"^^xsd:dateTime ;
    skos:broader humord:c02614 ;
    skos:exactMatch <http://dewey.info/class/2--482232/e23/>,
        <http://dewey.info/class/914.82232/e23/>,
        <http://dewey.info/class/948.2232/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482232/e23/>,
        <http://dewey.info/class/914.82232/e23/>,
        <http://dewey.info/class/948.2232/e23/> ;
    skos:prefLabel "Gjerdrum"@en,
        "Gjerdrum"@nb,
        "Gjerdrum"@nn .

humord:c02619 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02619" ;
    dct:modified "2025-03-24T21:28:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482214/e23/>,
        <http://dewey.info/class/914.82214/e23/>,
        <http://dewey.info/class/948.2214/e23/> ;
    skos:broader humord:c61614 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482214/e23/>,
        <http://dewey.info/class/914.82214/e23/>,
        <http://dewey.info/class/948.2214/e23/> ;
    skos:prefLabel "Kråkstad"@en,
        "Kråkstad"@nb,
        "Kråkstad"@nn .

humord:c02620 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02620" ;
    dct:modified "2025-03-26T12:37:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482242/e23/>,
        <http://dewey.info/class/914.82242/e23/>,
        <http://dewey.info/class/948.2242/e23/> ;
    skos:broader humord:c11996 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482242/e23/>,
        <http://dewey.info/class/914.82242/e23/>,
        <http://dewey.info/class/948.2242/e23/> ;
    skos:prefLabel "Lommedalen"@en,
        "Lommedalen"@nb,
        "Lommedalen"@nn .

humord:c02621 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02621" ;
    dct:modified "2025-03-25T09:36:35"^^xsd:dateTime ;
    skos:broader humord:c02614 ;
    skos:exactMatch realfagstermer:c030503,
        <http://dewey.info/class/2--482212/e23/>,
        <http://dewey.info/class/914.82212/e23/>,
        <http://dewey.info/class/948.2212/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030503,
        <http://dewey.info/class/2--482212/e23/>,
        <http://dewey.info/class/914.82212/e23/>,
        <http://dewey.info/class/948.2212/e23/> ;
    skos:prefLabel "Nesodden"@en,
        "Nesodden"@nb,
        "Nesodden"@nn .

humord:c02622 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02622" ;
    dct:modified "2025-03-25T09:38:16"^^xsd:dateTime ;
    skos:broader humord:c02614 ;
    skos:exactMatch <http://dewey.info/class/2--482225/e23/>,
        <http://dewey.info/class/914.82225/e23/>,
        <http://dewey.info/class/948.2225/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482225/e23/>,
        <http://dewey.info/class/914.82225/e23/>,
        <http://dewey.info/class/948.2225/e23/> ;
    skos:prefLabel "Nittedal"@en,
        "Nittedal"@nb,
        "Nittedal"@nn .

humord:c02623 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02623" ;
    dct:modified "2025-07-28T13:15:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482236/e23/>,
        <http://dewey.info/class/914.82236/e23/>,
        <http://dewey.info/class/948.2236/e23/> ;
    skos:broader humord:c12366 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482236/e23/>,
        <http://dewey.info/class/914.82236/e23/>,
        <http://dewey.info/class/948.2236/e23/> ;
    skos:prefLabel "Raknehaugenh"@en,
        "Raknehaugen"@nb,
        "Raknehaugen"@nn ;
    skos:related humord:c00020 .

humord:c02624 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02624" ;
    dct:modified "2025-03-25T09:39:21"^^xsd:dateTime ;
    skos:broader humord:c02614 ;
    skos:closeMatch <http://dewey.info/class/2--48222/e23/>,
        <http://dewey.info/class/914.8222/e23/>,
        <http://dewey.info/class/948.222/e23/> ;
    skos:exactMatch realfagstermer:c030387 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030387,
        <http://dewey.info/class/2--48222/e23/>,
        <http://dewey.info/class/914.8222/e23/>,
        <http://dewey.info/class/948.222/e23/> ;
    skos:prefLabel "Romerike"@en,
        "Romerike"@nb,
        "Romerike"@nn .

humord:c02625 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02625" ;
    dct:modified "2025-03-25T09:40:41"^^xsd:dateTime ;
    skos:broader humord:c02614 ;
    skos:exactMatch <http://dewey.info/class/2--482226/e23/>,
        <http://dewey.info/class/914.82226/e23/>,
        <http://dewey.info/class/948.2226/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482226/e23/>,
        <http://dewey.info/class/914.82226/e23/>,
        <http://dewey.info/class/948.2226/e23/> ;
    skos:prefLabel "Rælingen"@en,
        "Rælingen"@nb,
        "Rælingen"@nn .

humord:c02626 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02626" ;
    dct:modified "2025-03-26T12:37:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482242/e23/>,
        <http://dewey.info/class/914.82242/e23/>,
        <http://dewey.info/class/948.2242/e23/> ;
    skos:broader humord:c11996 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482242/e23/>,
        <http://dewey.info/class/914.82242/e23/>,
        <http://dewey.info/class/948.2242/e23/> ;
    skos:prefLabel "Sandvika"@en,
        "Sandvika"@nb,
        "Sandvika"@nn .

humord:c02627 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02627" ;
    dct:modified "2025-03-25T09:40:54"^^xsd:dateTime ;
    skos:broader humord:c61614 ;
    skos:closeMatch <http://dewey.info/class/2--482214/e23/>,
        <http://dewey.info/class/914.82214/e23/>,
        <http://dewey.info/class/948.2214/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482214/e23/>,
        <http://dewey.info/class/914.82214/e23/>,
        <http://dewey.info/class/948.2214/e23/> ;
    skos:prefLabel "Ski (Akershus)"@en,
        "Ski (Akershus)"@nb,
        "Ski (Akershus)"@nn .

humord:c02628 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02628" ;
    dct:modified "2024-08-21T08:45:16"^^xsd:dateTime ;
    skos:altLabel "Nedenes amt"@nb,
        "Nedenes og Raabyggelagets amt"@nb,
        "Øst-Agder"@nb,
        "Nedenes amt"@nn,
        "Nedenes og Raabyggelagets amt"@nn ;
    skos:broader humord:c03001 ;
    skos:exactMatch realfagstermer:c030288,
        <http://dewey.info/class/2--4831/e23/>,
        <http://dewey.info/class/914.831/e23/>,
        <http://dewey.info/class/948.31/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030288,
        <http://dewey.info/class/2--4831/e23/>,
        <http://dewey.info/class/914.831/e23/>,
        <http://dewey.info/class/948.31/e23/> ;
    skos:prefLabel "Aust-Agder"@en,
        "Aust-Agder"@nb,
        "Aust-Agder"@nn ;
    skos:related humord:c03002 .

humord:c02630 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02630" ;
    dct:modified "2024-08-27T15:00:14"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch realfagstermer:c030959,
        <http://dewey.info/class/2--483121/e23/>,
        <http://dewey.info/class/914.83121/e23/>,
        <http://dewey.info/class/948.3121/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030959,
        <http://dewey.info/class/2--483121/e23/>,
        <http://dewey.info/class/914.83121/e23/>,
        <http://dewey.info/class/948.3121/e23/> ;
    skos:prefLabel "Arendal"@en,
        "Arendal"@nb,
        "Arendal"@nn .

humord:c02631 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02631" ;
    dct:modified "2025-03-20T09:28:19"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch realfagstermer:c030658,
        <http://dewey.info/class/2--483123/e23/>,
        <http://dewey.info/class/914.83123/e23/>,
        <http://dewey.info/class/948.3123/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030658,
        <http://dewey.info/class/2--483123/e23/>,
        <http://dewey.info/class/914.83123/e23/>,
        <http://dewey.info/class/948.3123/e23/> ;
    skos:prefLabel "Birkenes"@en,
        "Birkenes"@nb,
        "Birkenes"@nn .

humord:c02632 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02632" ;
    dct:modified "2025-03-20T09:15:23"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch realfagstermer:c030650,
        <http://dewey.info/class/2--483132/e23/>,
        <http://dewey.info/class/914.83132/e23/>,
        <http://dewey.info/class/948.3132/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030650,
        <http://dewey.info/class/2--483132/e23/>,
        <http://dewey.info/class/914.83132/e23/>,
        <http://dewey.info/class/948.3132/e23/> ;
    skos:prefLabel "Bykle"@en,
        "Bykle"@nb,
        "Bykle"@nn .

humord:c02633 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02633" ;
    dct:modified "2025-03-24T06:33:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483122/e23/>,
        <http://dewey.info/class/914.83122/e23/>,
        <http://dewey.info/class/948.3122/e23/> ;
    skos:broader humord:c02639 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483122/e23/>,
        <http://dewey.info/class/914.83122/e23/>,
        <http://dewey.info/class/948.3122/e23/> ;
    skos:prefLabel "Eide (Agder)"@en,
        "Eide (Agder)"@nb,
        "Eide (Agder)"@nn .

humord:c02634 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02634" ;
    dct:modified "2025-03-20T09:11:22"^^xsd:dateTime ;
    skos:altLabel "Evje"@nb,
        "Hornnes"@nb,
        "Evje"@nn,
        "Hornnes"@nn ;
    skos:broader humord:c03002 ;
    skos:exactMatch <http://dewey.info/class/2--483133/e23/>,
        <http://dewey.info/class/914.83133/e23/>,
        <http://dewey.info/class/948.3133/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483133/e23/>,
        <http://dewey.info/class/914.83133/e23/>,
        <http://dewey.info/class/948.3133/e23/> ;
    skos:prefLabel "Evje og Hornnes"@en,
        "Evje og Hornnes"@nb,
        "Evje og Hornnes"@nn .

humord:c02637 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02637" ;
    dct:modified "2025-03-20T09:00:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483122/e23/>,
        <http://dewey.info/class/914.83122/e23/>,
        <http://dewey.info/class/948.3122/e23/> ;
    skos:broader humord:c02639 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483122/e23/>,
        <http://dewey.info/class/914.83122/e23/>,
        <http://dewey.info/class/948.3122/e23/> ;
    skos:prefLabel "Fevik"@en,
        "Fevik"@nb,
        "Fevik"@nn .

humord:c02638 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02638" ;
    dct:modified "2025-03-20T09:16:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/948.3121/e23/> ;
    skos:broader humord:c03002 ;
    skos:exactMatch <http://dewey.info/class/2--483124/e23/>,
        <http://dewey.info/class/914.83124/e23/>,
        <http://dewey.info/class/948.3124/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483124/e23/>,
        <http://dewey.info/class/914.83124/e23/>,
        <http://dewey.info/class/948.3121/e23/>,
        <http://dewey.info/class/948.3124/e23/> ;
    skos:prefLabel "Froland"@en,
        "Froland"@nb,
        "Froland"@nn .

humord:c02639 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02639" ;
    dct:modified "2025-03-20T09:16:54"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch <http://dewey.info/class/2--483122/e23/>,
        <http://dewey.info/class/914.83122/e23/>,
        <http://dewey.info/class/948.3122/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483122/e23/>,
        <http://dewey.info/class/914.83122/e23/>,
        <http://dewey.info/class/948.3122/e23/> ;
    skos:prefLabel "Grimstad"@en,
        "Grimstad"@nb,
        "Grimstad"@nn .

humord:c02640 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02640" ;
    dct:modified "2025-03-18T09:07:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483126/e23/>,
        <http://dewey.info/class/914.83126/e23/>,
        <http://dewey.info/class/948.3126/e23/> ;
    skos:broader humord:c02642 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483126/e23/>,
        <http://dewey.info/class/914.83126/e23/>,
        <http://dewey.info/class/948.3126/e23/> ;
    skos:prefLabel "Høvåg"@en,
        "Høvåg"@nb,
        "Høvåg"@nn .

humord:c02641 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02641" ;
    dct:modified "2025-03-20T09:01:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483122/e23/>,
        <http://dewey.info/class/914.83122/e23/>,
        <http://dewey.info/class/948.3122/e23/> ;
    skos:broader humord:c02639 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483122/e23/>,
        <http://dewey.info/class/914.83122/e23/>,
        <http://dewey.info/class/948.3122/e23/> ;
    skos:prefLabel "Landvik"@en,
        "Landvik"@nb,
        "Landvik"@nn .

humord:c02642 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02642" ;
    dct:modified "2025-03-20T09:18:28"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch <http://dewey.info/class/2--483126/e23/>,
        <http://dewey.info/class/914.83126/e23/>,
        <http://dewey.info/class/948.3126/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483126/e23/>,
        <http://dewey.info/class/914.83126/e23/>,
        <http://dewey.info/class/948.3126/e23/> ;
    skos:prefLabel "Lillesand"@en,
        "Lillesand"@nb,
        "Lillesand"@nn .

humord:c02643 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02643" ;
    dct:modified "2025-03-20T09:24:29"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch <http://dewey.info/class/2--483111/e23/>,
        <http://dewey.info/class/914.83111/e23/>,
        <http://dewey.info/class/948.3111/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483111/e23/>,
        <http://dewey.info/class/914.83111/e23/>,
        <http://dewey.info/class/948.3111/e23/> ;
    skos:prefLabel "Risør"@en,
        "Risør"@nb,
        "Risør"@nn .

humord:c02644 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02644" ;
    dct:modified "2025-03-20T09:25:39"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch realfagstermer:c030441,
        <http://dewey.info/class/2--48313/e23/>,
        <http://dewey.info/class/914.8313/e23/>,
        <http://dewey.info/class/948.313/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030441,
        <http://dewey.info/class/2--48313/e23/>,
        <http://dewey.info/class/914.8313/e23/>,
        <http://dewey.info/class/948.313/e23/> ;
    skos:prefLabel "Setesdal"@en,
        "Setesdal"@nb,
        "Setesdal"@nn .

humord:c02645 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02645" ;
    dct:modified "2025-03-18T09:03:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483111/e23/>,
        <http://dewey.info/class/914.83111/e23/>,
        <http://dewey.info/class/948.3111/e23/> ;
    skos:broader humord:c02643 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483111/e23/>,
        <http://dewey.info/class/914.83111/e23/>,
        <http://dewey.info/class/948.3111/e23/> ;
    skos:prefLabel "Søndeled"@en,
        "Søndeled"@nb,
        "Søndeled"@nn .

humord:c02646 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02646" ;
    dct:modified "2025-03-20T09:09:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483121/e23/>,
        <http://dewey.info/class/914.83121/e23/>,
        <http://dewey.info/class/948.3121/e23/> ;
    skos:broader humord:c02630 ;
    skos:definition "Tidligere kommune i Aust-Agder <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483121/e23/>,
        <http://dewey.info/class/914.83121/e23/>,
        <http://dewey.info/class/948.3121/e23/> ;
    skos:prefLabel "Tromøy"@en,
        "Tromøy"@nb,
        "Tromøy"@nn .

humord:c02647 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02647" ;
    dct:modified "2025-03-20T09:26:02"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch realfagstermer:c030708,
        <http://dewey.info/class/2--483135/e23/>,
        <http://dewey.info/class/914.83135/e23/>,
        <http://dewey.info/class/948.3135/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030708,
        <http://dewey.info/class/2--483135/e23/>,
        <http://dewey.info/class/914.83135/e23/>,
        <http://dewey.info/class/948.3135/e23/> ;
    skos:prefLabel "Valle"@en,
        "Valle"@nb,
        "Valle"@nn .

humord:c02648 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02648" ;
    dct:modified "2025-03-24T08:02:49"^^xsd:dateTime ;
    skos:broader humord:c02613 ;
    skos:exactMatch realfagstermer:c030239,
        <http://dewey.info/class/2--4826/e23/>,
        <http://dewey.info/class/914.826/e23/>,
        <http://dewey.info/class/948.26/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030239,
        <http://dewey.info/class/2--4826/e23/>,
        <http://dewey.info/class/914.826/e23/>,
        <http://dewey.info/class/948.26/e23/> ;
    skos:prefLabel "Buskerud"@en,
        "Buskerud"@nb,
        "Buskerud"@nn ;
    skos:related humord:c58372 .

humord:c02649 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02649" ;
    dct:modified "2025-03-24T14:42:16"^^xsd:dateTime ;
    skos:broader humord:c02648 ;
    skos:exactMatch realfagstermer:c030402,
        <http://dewey.info/class/2--482631/e23/>,
        <http://dewey.info/class/914.82631/e23/>,
        <http://dewey.info/class/948.2631/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030402,
        <http://dewey.info/class/2--482631/e23/>,
        <http://dewey.info/class/914.82631/e23/>,
        <http://dewey.info/class/948.2631/e23/> ;
    skos:prefLabel "Drammen"@en,
        "Drammen"@nb,
        "Drammen"@nn .

humord:c02650 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02650" ;
    dct:modified "2025-03-24T14:42:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48263/e23/>,
        <http://dewey.info/class/914.8263/e23/>,
        <http://dewey.info/class/948.263/e23/> ;
    skos:broader humord:c02648 ;
    skos:exactMatch realfagstermer:c030643 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030643,
        <http://dewey.info/class/2--48263/e23/>,
        <http://dewey.info/class/914.8263/e23/>,
        <http://dewey.info/class/948.263/e23/> ;
    skos:prefLabel "Eiker"@en,
        "Eiker"@nb,
        "Eiker"@nn .

humord:c02651 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-04-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02651" ;
    dct:modified "2025-03-24T14:42:45"^^xsd:dateTime ;
    skos:broader humord:c02648 ;
    skos:exactMatch realfagstermer:c030874,
        <http://dewey.info/class/2--482611/e23/>,
        <http://dewey.info/class/914.82611/e23/>,
        <http://dewey.info/class/948.2611/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030874,
        <http://dewey.info/class/2--482611/e23/>,
        <http://dewey.info/class/914.82611/e23/>,
        <http://dewey.info/class/948.2611/e23/> ;
    skos:prefLabel "Flå (Buskerud)"@en,
        "Flå (Buskerud)"@nb,
        "Flå (Buskerud)"@nn .

humord:c02652 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02652" ;
    dct:modified "2025-03-24T14:44:07"^^xsd:dateTime ;
    skos:broader humord:c02648 ;
    skos:exactMatch <http://dewey.info/class/2--482612/e23/>,
        <http://dewey.info/class/914.82612/e23/>,
        <http://dewey.info/class/948.2612/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482612/e23/>,
        <http://dewey.info/class/914.82612/e23/>,
        <http://dewey.info/class/948.2612/e23/> ;
    skos:prefLabel "Gol"@en,
        "Gol"@nb,
        "Gol"@nn .

humord:c02653 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02653" ;
    dct:modified "2025-03-24T14:42:59"^^xsd:dateTime ;
    skos:broader humord:c02648 ;
    skos:exactMatch realfagstermer:c030847,
        <http://dewey.info/class/2--48261/e23/>,
        <http://dewey.info/class/914.8261/e23/>,
        <http://dewey.info/class/948.261/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030847,
        <http://dewey.info/class/2--48261/e23/>,
        <http://dewey.info/class/914.8261/e23/>,
        <http://dewey.info/class/948.261/e23/> ;
    skos:prefLabel "Hallingdal"@en,
        "Hallingdal"@nb,
        "Hallingdal"@nn .

humord:c02654 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02654" ;
    dct:modified "2025-03-24T14:43:14"^^xsd:dateTime ;
    skos:broader humord:c02648 ;
    skos:exactMatch realfagstermer:c030839,
        <http://dewey.info/class/2--482614/e23/>,
        <http://dewey.info/class/914.82614/e23/>,
        <http://dewey.info/class/948.2614/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030839,
        <http://dewey.info/class/2--482614/e23/>,
        <http://dewey.info/class/914.82614/e23/>,
        <http://dewey.info/class/948.2614/e23/> ;
    skos:prefLabel "Hol"@en,
        "Hol"@nb,
        "Hol"@nn .

humord:c02655 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02655" ;
    dct:modified "2025-03-24T15:31:58"^^xsd:dateTime ;
    skos:broader humord:c02648 ;
    skos:exactMatch <http://dewey.info/class/2--482635/e23/>,
        <http://dewey.info/class/914.82635/e23/>,
        <http://dewey.info/class/948.2635/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482635/e23/>,
        <http://dewey.info/class/914.82635/e23/>,
        <http://dewey.info/class/948.2635/e23/> ;
    skos:prefLabel "Modum"@en,
        "Modum"@nb,
        "Modum"@nn .

humord:c02656 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02656" ;
    dct:modified "2025-03-24T15:33:26"^^xsd:dateTime ;
    skos:broader humord:c02648 ;
    skos:exactMatch <http://dewey.info/class/2--482615/e23/>,
        <http://dewey.info/class/914.82615/e23/>,
        <http://dewey.info/class/948.2615/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482615/e23/>,
        <http://dewey.info/class/914.82615/e23/>,
        <http://dewey.info/class/948.2615/e23/> ;
    skos:prefLabel "Nes (Buskerud)"@en,
        "Nes (Buskerud)"@nb,
        "Nes (Buskerud)"@nn .

humord:c02657 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02657" ;
    dct:modified "2025-03-24T15:32:11"^^xsd:dateTime ;
    skos:broader humord:c02648 ;
    skos:exactMatch <http://dewey.info/class/2--482643/e23/>,
        <http://dewey.info/class/914.82643/e23/>,
        <http://dewey.info/class/948.2643/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482643/e23/>,
        <http://dewey.info/class/914.82643/e23/>,
        <http://dewey.info/class/948.2643/e23/> ;
    skos:prefLabel "Nore og Uvdal"@en,
        "Nore og Uvdal"@nb,
        "Nore og Uvdal"@nn .

humord:c02658 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02658" ;
    dct:modified "2025-03-24T15:32:58"^^xsd:dateTime ;
    skos:broader humord:c02648 ;
    skos:exactMatch realfagstermer:c030388,
        <http://dewey.info/class/2--482621/e23/>,
        <http://dewey.info/class/914.82621/e23/>,
        <http://dewey.info/class/948.2621/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030388,
        <http://dewey.info/class/2--482621/e23/>,
        <http://dewey.info/class/914.82621/e23/>,
        <http://dewey.info/class/948.2621/e23/> ;
    skos:prefLabel "Ringerike"@en,
        "Ringerike"@nb,
        "Ringerike"@nn .

humord:c02659 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02659" ;
    dct:modified "2025-03-24T15:33:12"^^xsd:dateTime ;
    skos:broader humord:c02648 ;
    skos:exactMatch <http://dewey.info/class/2--482644/e23/>,
        <http://dewey.info/class/914.82644/e23/>,
        <http://dewey.info/class/948.2644/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482644/e23/>,
        <http://dewey.info/class/914.82644/e23/>,
        <http://dewey.info/class/948.2644/e23/> ;
    skos:prefLabel "Rollag"@en,
        "Rollag"@nb,
        "Rollag"@nn .

humord:c02660 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02660" ;
    dct:modified "2025-03-26T12:44:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482241/e23/>,
        <http://dewey.info/class/914.82241/e23/>,
        <http://dewey.info/class/948.2241/e23/> ;
    skos:broader humord:c02615 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482241/e23/>,
        <http://dewey.info/class/914.82241/e23/>,
        <http://dewey.info/class/948.2241/e23/> ;
    skos:prefLabel "Røyken"@en,
        "Røyken"@nb,
        "Røyken"@nn .

humord:c02661 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02661" ;
    dct:modified "2025-03-24T14:32:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482641/e23/>,
        <http://dewey.info/class/914.82641/e23/>,
        <http://dewey.info/class/948.2641/e23/> ;
    skos:broader humord:c11807 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482641/e23/>,
        <http://dewey.info/class/914.82641/e23/>,
        <http://dewey.info/class/948.2641/e23/> ;
    skos:prefLabel "Sandsvær"@en,
        "Sandsvær"@nb,
        "Sandsvær"@nn .

humord:c02662 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02662" ;
    dct:modified "2025-03-24T14:31:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482643/e23/>,
        <http://dewey.info/class/914.82643/e23/>,
        <http://dewey.info/class/948.2643/e23/> ;
    skos:broader humord:c02657 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482643/e23/>,
        <http://dewey.info/class/914.82643/e23/>,
        <http://dewey.info/class/948.2643/e23/> ;
    skos:prefLabel "Uvdal"@en,
        "Uvdal"@nb,
        "Uvdal"@nn .

humord:c02663 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02663" ;
    dct:modified "2024-08-19T12:45:51"^^xsd:dateTime ;
    skos:broader humord:c02648 ;
    skos:exactMatch <http://dewey.info/class/2--482616/e23/>,
        <http://dewey.info/class/914.82616/e23/>,
        <http://dewey.info/class/948.2616/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482616/e23/>,
        <http://dewey.info/class/914.82616/e23/>,
        <http://dewey.info/class/948.2616/e23/> ;
    skos:prefLabel "Ål (Hallingdal)"@en,
        "Ål (Hallingdal)"@nb,
        "Ål (Hallingdal)"@nn .

humord:c02664 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02664" ;
    dct:modified "2025-03-24T14:15:58"^^xsd:dateTime ;
    skos:broader humord:c02613 ;
    skos:exactMatch realfagstermer:c030877,
        <http://dewey.info/class/2--4846/e23/>,
        <http://dewey.info/class/914.846/e23/>,
        <http://dewey.info/class/948.46/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030877,
        <http://dewey.info/class/2--4846/e23/>,
        <http://dewey.info/class/914.846/e23/>,
        <http://dewey.info/class/948.46/e23/> ;
    skos:prefLabel "Finnmark"@en,
        "Finmarkku"@fkv,
        "Finnmark"@nb,
        "Finnmark"@nn,
        "Finnmárku"@se ;
    skos:related humord:c58371 .

humord:c02665 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02665" ;
    dct:modified "2025-03-24T14:15:38"^^xsd:dateTime ;
    skos:broader humord:c02664 ;
    skos:exactMatch realfagstermer:c030358,
        <http://dewey.info/class/2--484612/e23/>,
        <http://dewey.info/class/914.84612/e23/>,
        <http://dewey.info/class/948.4612/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030358,
        <http://dewey.info/class/2--484612/e23/>,
        <http://dewey.info/class/914.84612/e23/>,
        <http://dewey.info/class/948.4612/e23/> ;
    skos:prefLabel "Alta"@en,
        "Alta"@nb,
        "Alta"@nn,
        "Áltá"@se .

humord:c02666 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02666" ;
    dct:modified "2025-03-24T14:15:47"^^xsd:dateTime ;
    skos:broader humord:c02664 ;
    skos:exactMatch <http://dewey.info/class/2--484634/e23/>,
        <http://dewey.info/class/914.84634/e23/>,
        <http://dewey.info/class/948.4634/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484634/e23/>,
        <http://dewey.info/class/914.84634/e23/>,
        <http://dewey.info/class/948.4634/e23/> ;
    skos:prefLabel "Båtsfjord"@en,
        "Båtsfjord"@nb,
        "Båtsfjord"@nn,
        "Báhcavuonna"@se .

humord:c02667 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02667" ;
    dct:modified "2025-02-11T12:51:34"^^xsd:dateTime ;
    skos:altLabel "Vooki"@fkv,
        "Honnesváhki"@se,
        "Áváhki"@se ;
    skos:broadMatch <http://dewey.info/class/2--484617/e23/>,
        <http://dewey.info/class/914.84617/e23/>,
        <http://dewey.info/class/948.4617/e23/> ;
    skos:broader humord:c02671 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484617/e23/>,
        <http://dewey.info/class/914.84617/e23/>,
        <http://dewey.info/class/948.4617/e23/> ;
    skos:prefLabel "Honningsvåg"@en,
        "Honningsvåg"@nb,
        "Honningsvåg"@nn .

humord:c02668 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02668" ;
    dct:modified "2025-03-24T14:16:48"^^xsd:dateTime ;
    skos:broader humord:c02664 ;
    skos:exactMatch realfagstermer:c030825,
        <http://dewey.info/class/2--484621/e23/>,
        <http://dewey.info/class/914.84621/e23/>,
        <http://dewey.info/class/948.4621/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030825,
        <http://dewey.info/class/2--484621/e23/>,
        <http://dewey.info/class/914.84621/e23/>,
        <http://dewey.info/class/948.4621/e23/> ;
    skos:prefLabel "Karasjok"@en,
        "Karasjok"@nb,
        "Karasjok"@nn,
        "Kárášjohka"@se .

humord:c02669 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02669" ;
    dct:modified "2025-03-24T14:16:57"^^xsd:dateTime ;
    skos:broader humord:c02664 ;
    skos:exactMatch realfagstermer:c030821,
        <http://dewey.info/class/2--484622/e23/>,
        <http://dewey.info/class/914.84622/e23/>,
        <http://dewey.info/class/948.4622/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030821,
        <http://dewey.info/class/2--484622/e23/>,
        <http://dewey.info/class/914.84622/e23/>,
        <http://dewey.info/class/948.4622/e23/> ;
    skos:prefLabel "Kautokeino"@en,
        "Koutokeino"@fkv,
        "Kautokeino"@nb,
        "Kautokeino"@nn,
        "Guovdageaidnu"@se .

humord:c02670 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02670" ;
    dct:modified "2025-03-24T14:17:17"^^xsd:dateTime ;
    skos:broader humord:c02664 ;
    skos:exactMatch <http://dewey.info/class/2--484615/e23/>,
        <http://dewey.info/class/914.84615/e23/>,
        <http://dewey.info/class/948.4615/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484615/e23/>,
        <http://dewey.info/class/914.84615/e23/>,
        <http://dewey.info/class/948.4615/e23/> ;
    skos:prefLabel "Loppa"@en,
        "Lappean"@fkv,
        "Loppa"@nb,
        "Loppa"@nn,
        "Láhpi"@se .

humord:c02671 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02671" ;
    dct:modified "2025-03-24T14:25:17"^^xsd:dateTime ;
    skos:altLabel "North Cape"@en ;
    skos:broader humord:c02664 ;
    skos:exactMatch <http://dewey.info/class/2--484617/e23/>,
        <http://dewey.info/class/914.84617/e23/>,
        <http://dewey.info/class/948.4617/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484617/e23/>,
        <http://dewey.info/class/914.84617/e23/>,
        <http://dewey.info/class/948.4617/e23/> ;
    skos:prefLabel "Nordkapp"@en,
        "Nordkapp"@nb,
        "Nordkapp"@nn,
        "Davvenjárgga"@se .

humord:c02672 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02672" ;
    dct:modified "2025-03-24T14:07:11"^^xsd:dateTime ;
    skos:altLabel "Pasvikdalen"@nb,
        "Pasvikdalen"@nn,
        "Báhčeveaijohka"@se ;
    skos:broadMatch <http://dewey.info/class/2--484638/e23/>,
        <http://dewey.info/class/914.84638/e23/>,
        <http://dewey.info/class/948.4638/e23/> ;
    skos:broader humord:c02674 ;
    skos:exactMatch realfagstermer:c030389 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030389,
        <http://dewey.info/class/2--484638/e23/>,
        <http://dewey.info/class/914.84638/e23/>,
        <http://dewey.info/class/948.4638/e23/> ;
    skos:prefLabel "Pasvik"@en,
        "Pasvik"@nb,
        "Pasvik"@nn .

humord:c02673 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02673" ;
    dct:modified "2025-03-24T14:25:38"^^xsd:dateTime ;
    skos:broader humord:c02664 ;
    skos:exactMatch realfagstermer:c030573,
        <http://dewey.info/class/2--484618/e23/>,
        <http://dewey.info/class/914.84618/e23/>,
        <http://dewey.info/class/948.4618/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030573,
        <http://dewey.info/class/2--484618/e23/>,
        <http://dewey.info/class/914.84618/e23/>,
        <http://dewey.info/class/948.4618/e23/> ;
    skos:prefLabel "Porsanger"@en,
        "Porsanki"@fkv,
        "Porsanger"@nb,
        "Porsanger"@nn,
        "Porsángu"@se .

humord:c02674 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02674" ;
    dct:modified "2025-03-24T14:26:11"^^xsd:dateTime ;
    skos:altLabel "Saujj-Va'rjjel"@nb,
        "Syd-Varanger"@nb ;
    skos:broader humord:c02664 ;
    skos:exactMatch realfagstermer:c030439,
        <http://dewey.info/class/2--484638/e23/>,
        <http://dewey.info/class/914.84638/e23/>,
        <http://dewey.info/class/948.4638/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030439,
        <http://dewey.info/class/2--484638/e23/>,
        <http://dewey.info/class/914.84638/e23/>,
        <http://dewey.info/class/948.4638/e23/> ;
    skos:prefLabel "Sør-Varanger"@en,
        "Sør-Varanger"@nb,
        "Sør-Varanger"@nn,
        "Mátta-Várjjat"@se .

humord:c02675 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02675" ;
    dct:modified "2025-03-24T14:26:51"^^xsd:dateTime ;
    skos:altLabel "Va'rjjel"@nb ;
    skos:broadMatch <http://dewey.info/class/2--48463/e23/>,
        <http://dewey.info/class/914.8463/e23/>,
        <http://dewey.info/class/948.463/e23/> ;
    skos:broader humord:c02664 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48463/e23/>,
        <http://dewey.info/class/914.8463/e23/>,
        <http://dewey.info/class/948.463/e23/> ;
    skos:prefLabel "Varanger"@en,
        "Varenki"@fkv,
        "Varanger"@nb,
        "Varanger"@nn,
        "Várjjat"@se .

humord:c02676 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02676" ;
    dct:modified "2025-04-06T22:09:52"^^xsd:dateTime ;
    skos:broader humord:c02664 ;
    skos:exactMatch <http://dewey.info/class/2--484632/e23/>,
        <http://dewey.info/class/914.84632/e23/>,
        <http://dewey.info/class/948.4632/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484632/e23/>,
        <http://dewey.info/class/914.84632/e23/>,
        <http://dewey.info/class/948.4632/e23/> ;
    skos:prefLabel "Vardø"@en,
        "Vuorea"@fkv,
        "Vardø"@nb,
        "Vardø"@nn,
        "Várggát"@se .

humord:c02677 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02677" ;
    dct:modified "2025-04-06T22:20:47"^^xsd:dateTime ;
    skos:altLabel "Hedmarken"@nb,
        "Hedmarken amt"@nb ;
    skos:broader humord:c03001 ;
    skos:closeMatch <http://dewey.info/class/2--4824/e23/>,
        <http://dewey.info/class/914.824/e23/>,
        <http://dewey.info/class/948.24/e23/> ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c030238 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030238,
        <http://dewey.info/class/2--4824/e23/>,
        <http://dewey.info/class/914.824/e23/>,
        <http://dewey.info/class/948.24/e23/> ;
    skos:prefLabel "Hedmark"@en,
        "Hedmark"@nb,
        "Hedmark"@nn ;
    skos:related humord:c58370 .

humord:c02678 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02678" ;
    dct:modified "2025-03-27T10:00:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482421/e23/>,
        <http://dewey.info/class/914.82421/e23/>,
        <http://dewey.info/class/948.2421/e23/> ;
    skos:broader humord:c11732 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482421/e23/>,
        <http://dewey.info/class/914.82421/e23/>,
        <http://dewey.info/class/948.2421/e23/> ;
    skos:prefLabel "Brandval Finnskog"@en,
        "Brandval Finnskog"@nb,
        "Brandval Finnskog"@nn ;
    skos:related humord:c02683 .

humord:c02679 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02679" ;
    dct:modified "2025-03-27T09:57:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482413/e23/>,
        <http://dewey.info/class/914.82413/e23/>,
        <http://dewey.info/class/948.2413/e23/> ;
    skos:broader humord:c02692 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482413/e23/>,
        <http://dewey.info/class/914.82413/e23/>,
        <http://dewey.info/class/948.2413/e23/> ;
    skos:prefLabel "Brøttum"@en,
        "Brøttum"@nb,
        "Brøttum"@nn .

humord:c02680 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02680" ;
    dct:modified "2025-04-06T22:20:10"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--482422/e23/>,
        <http://dewey.info/class/914.82422/e23/>,
        <http://dewey.info/class/948.2422/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482422/e23/>,
        <http://dewey.info/class/914.82422/e23/>,
        <http://dewey.info/class/948.2422/e23/> ;
    skos:prefLabel "Eidskog"@en,
        "Eidskog"@nb,
        "Eidskog"@nn .

humord:c02681 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02681" ;
    dct:modified "2025-04-06T22:20:29"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c030642,
        <http://dewey.info/class/2--482441/e23/>,
        <http://dewey.info/class/914.82441/e23/>,
        <http://dewey.info/class/948.2441/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030642,
        <http://dewey.info/class/2--482441/e23/>,
        <http://dewey.info/class/914.82441/e23/>,
        <http://dewey.info/class/948.2441/e23/> ;
    skos:prefLabel "Elverum"@en,
        "Elverum"@nb,
        "Elverum"@nn .

humord:c02682 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02682" ;
    dct:modified "2025-04-06T22:21:56"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c030641,
        <http://dewey.info/class/2--482451/e23/>,
        <http://dewey.info/class/914.82451/e23/>,
        <http://dewey.info/class/948.2451/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030641,
        <http://dewey.info/class/2--482451/e23/>,
        <http://dewey.info/class/914.82451/e23/>,
        <http://dewey.info/class/948.2451/e23/> ;
    skos:prefLabel "Engerdal"@en,
        "Engerdal"@nb,
        "Engerdal"@nn .

humord:c02683 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-07-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02683" ;
    dct:modified "2025-04-06T22:21:37"^^xsd:dateTime ;
    skos:altLabel "Finnskogen"@nb,
        "Finnskogen"@nn ;
    skos:broadMatch <http://dewey.info/class/2--48243/e23/>,
        <http://dewey.info/class/914.8243/e23/>,
        <http://dewey.info/class/948.243/e23/> ;
    skos:broader humord:c58370 ;
    skos:definition "Navn på den østlige delen av Solør langs riksgrensen mot Sverige <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48243/e23/>,
        <http://dewey.info/class/914.8243/e23/>,
        <http://dewey.info/class/948.243/e23/> ;
    skos:prefLabel "Finnskogene"@en,
        "Finnskogene"@nb,
        "Finnskogene"@nn ;
    skos:related humord:c02678,
        humord:c02686,
        humord:c02688,
        humord:c02702,
        humord:c02706 .

humord:c02684 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02684" ;
    dct:modified "2025-04-06T22:23:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4824/e23/>,
        <http://dewey.info/class/914.824/e23/>,
        <http://dewey.info/class/948.24/e23/> ;
    skos:broader humord:c58370 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4824/e23/>,
        <http://dewey.info/class/914.824/e23/>,
        <http://dewey.info/class/948.24/e23/> ;
    skos:prefLabel "Glåmdalen"@en,
        "Glåmdalen"@nb,
        "Glåmdalen"@nn .

humord:c02685 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02685" ;
    dct:modified "2025-04-06T22:22:12"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--482431/e23/>,
        <http://dewey.info/class/914.82431/e23/>,
        <http://dewey.info/class/948.2431/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482431/e23/>,
        <http://dewey.info/class/914.82431/e23/>,
        <http://dewey.info/class/948.2431/e23/> ;
    skos:prefLabel "Grue"@en,
        "Grue"@nb,
        "Grue"@nn .

humord:c02686 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02686" ;
    dct:modified "2025-03-27T13:32:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482431/e23/>,
        <http://dewey.info/class/914.82431/e23/>,
        <http://dewey.info/class/948.2431/e23/> ;
    skos:broader humord:c02685 ;
    skos:definition "Et samlenavn for de østlige områdene av Grue kommune <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482431/e23/>,
        <http://dewey.info/class/914.82431/e23/>,
        <http://dewey.info/class/948.2431/e23/> ;
    skos:prefLabel "Grue Finnskog"@en,
        "Grue Finnskog"@nb,
        "Grue Finnskog"@nn ;
    skos:related humord:c02683 .

humord:c02687 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02687" ;
    dct:modified "2025-04-06T22:22:30"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c030521,
        <http://dewey.info/class/2--482411/e23/>,
        <http://dewey.info/class/914.82411/e23/>,
        <http://dewey.info/class/948.2411/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030521,
        <http://dewey.info/class/2--482411/e23/>,
        <http://dewey.info/class/914.82411/e23/>,
        <http://dewey.info/class/948.2411/e23/> ;
    skos:prefLabel "Hamar"@en,
        "Hamar"@nb,
        "Hamar"@nn .

humord:c02688 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02688" ;
    dct:modified "2025-04-06T22:22:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482433/e23/>,
        <http://dewey.info/class/914.82433/e23/>,
        <http://dewey.info/class/948.2433/e23/> ;
    skos:broader humord:c02705 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482433/e23/>,
        <http://dewey.info/class/914.82433/e23/>,
        <http://dewey.info/class/948.2433/e23/> ;
    skos:prefLabel "Hof Finnskog"@en,
        "Hof Finnskog"@nb,
        "Hof Finnskog"@nn ;
    skos:related humord:c02683 .

humord:c02689 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02689" ;
    dct:modified "2025-04-06T22:43:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482466/e23/>,
        <http://dewey.info/class/914.82466/e23/>,
        <http://dewey.info/class/948.2466/e23/> ;
    skos:broader humord:c02697 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482466/e23/>,
        <http://dewey.info/class/914.82466/e23/>,
        <http://dewey.info/class/948.2466/e23/> ;
    skos:prefLabel "Innerdalen (Innlandet)"@en,
        "Innerdalen (Innlandet)"@nb,
        "Innerdalen (Innlandet)"@nn .

humord:c02690 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02690" ;
    dct:modified "2025-04-06T22:23:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48242/e23/>,
        <http://dewey.info/class/914.8242/e23/>,
        <http://dewey.info/class/948.242/e23/> ;
    skos:broader humord:c58370 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48242/e23/>,
        <http://dewey.info/class/914.8242/e23/>,
        <http://dewey.info/class/948.242/e23/> ;
    skos:prefLabel "Odalen"@en,
        "Odalen"@nb,
        "Odalen"@nn .

humord:c02691 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02691" ;
    dct:modified "2025-04-06T22:24:08"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c030571,
        <http://dewey.info/class/2--482464/e23/>,
        <http://dewey.info/class/914.82464/e23/>,
        <http://dewey.info/class/948.2464/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030571,
        <http://dewey.info/class/2--482464/e23/>,
        <http://dewey.info/class/914.82464/e23/>,
        <http://dewey.info/class/948.2464/e23/> ;
    skos:prefLabel "Rendalen"@en,
        "Rendalen"@nb,
        "Rendalen"@nn .

humord:c02692 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02692" ;
    dct:modified "2025-04-06T22:23:50"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--482413/e23/>,
        <http://dewey.info/class/914.82413/e23/>,
        <http://dewey.info/class/948.2413/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482413/e23/>,
        <http://dewey.info/class/914.82413/e23/>,
        <http://dewey.info/class/948.2413/e23/> ;
    skos:prefLabel "Ringsaker"@en,
        "Ringsaker"@nb,
        "Ringsaker"@nn .

humord:c02693 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02693" ;
    dct:modified "2025-03-27T09:53:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482414/e23/>,
        <http://dewey.info/class/914.82414/e23/>,
        <http://dewey.info/class/948.2414/e23/> ;
    skos:broader humord:c11982 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482414/e23/>,
        <http://dewey.info/class/914.82414/e23/>,
        <http://dewey.info/class/948.2414/e23/> ;
    skos:prefLabel "Romedal"@en,
        "Romedal"@nb,
        "Romedal"@nn .

humord:c02694 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02694" ;
    dct:modified "2025-04-06T22:25:23"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--48243/e23/>,
        <http://dewey.info/class/914.8243/e23/>,
        <http://dewey.info/class/948.243/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48243/e23/>,
        <http://dewey.info/class/914.8243/e23/>,
        <http://dewey.info/class/948.243/e23/> ;
    skos:prefLabel "Solør"@en,
        "Solør"@nb,
        "Solør"@nn .

humord:c02695 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02695" ;
    dct:modified "2025-04-06T22:24:30"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--482424/e23/>,
        <http://dewey.info/class/914.82424/e23/>,
        <http://dewey.info/class/948.2424/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482424/e23/>,
        <http://dewey.info/class/914.82424/e23/>,
        <http://dewey.info/class/948.2424/e23/> ;
    skos:prefLabel "Sør-Odal"@en,
        "Sør-Odal"@nb,
        "Sør-Odal"@nn .

humord:c02696 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02696" ;
    dct:modified "2025-04-06T22:26:25"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c030557,
        <http://dewey.info/class/2--482452/e23/>,
        <http://dewey.info/class/914.82452/e23/>,
        <http://dewey.info/class/948.2452/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030557,
        <http://dewey.info/class/2--482452/e23/>,
        <http://dewey.info/class/914.82452/e23/>,
        <http://dewey.info/class/948.2452/e23/> ;
    skos:prefLabel "Trysil"@en,
        "Trysil"@nb,
        "Trysil"@nn .

humord:c02697 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02697" ;
    dct:modified "2025-04-06T22:25:40"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c030555,
        <http://dewey.info/class/2--482466/e23/>,
        <http://dewey.info/class/914.82466/e23/>,
        <http://dewey.info/class/948.2466/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030555,
        <http://dewey.info/class/2--482466/e23/>,
        <http://dewey.info/class/914.82466/e23/>,
        <http://dewey.info/class/948.2466/e23/> ;
    skos:prefLabel "Tynset"@en,
        "Tynset"@nb,
        "Tynset"@nn .

humord:c02698 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02698" ;
    dct:modified "2025-03-27T13:31:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482411/e23/>,
        <http://dewey.info/class/914.82411/e23/>,
        <http://dewey.info/class/948.2411/e23/> ;
    skos:broader humord:c02687 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482411/e23/>,
        <http://dewey.info/class/914.82411/e23/>,
        <http://dewey.info/class/948.2411/e23/> ;
    skos:prefLabel "Vang (Hamar)"@en,
        "Vang (Hamar)"@nb,
        "Vang (Hamar)"@nn .

humord:c02699 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02699" ;
    dct:modified "2025-03-27T09:58:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482413/e23/>,
        <http://dewey.info/class/914.82413/e23/>,
        <http://dewey.info/class/948.2413/e23/> ;
    skos:broader humord:c02692 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482413/e23/>,
        <http://dewey.info/class/914.82413/e23/>,
        <http://dewey.info/class/948.2413/e23/> ;
    skos:prefLabel "Veldre"@en,
        "Veldre"@nb,
        "Veldre"@nn .

humord:c02700 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02700" ;
    dct:modified "2025-03-27T10:00:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482421/e23/>,
        <http://dewey.info/class/914.82421/e23/>,
        <http://dewey.info/class/948.2421/e23/> ;
    skos:broader humord:c11732 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482421/e23/>,
        <http://dewey.info/class/914.82421/e23/>,
        <http://dewey.info/class/948.2421/e23/> ;
    skos:prefLabel "Vinger (Kongsvinger)"@en,
        "Vinger (Kongsvinger)"@nb,
        "Vinger (Kongsvinger)"@nn .

humord:c02701 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02701" ;
    dct:modified "2025-03-27T15:36:15"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c031741,
        <http://dewey.info/class/2--482432/e23/>,
        <http://dewey.info/class/914.82432/e23/>,
        <http://dewey.info/class/948.2432/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031741,
        <http://dewey.info/class/2--482432/e23/>,
        <http://dewey.info/class/914.82432/e23/>,
        <http://dewey.info/class/948.2432/e23/> ;
    skos:prefLabel "Våler (Innlandet)"@en,
        "Våler (Innlandet)"@nb,
        "Våler (Innlandet)"@nn .

humord:c02702 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02702" ;
    dct:modified "2025-03-28T08:08:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482432/e23/>,
        <http://dewey.info/class/914.82432/e23/>,
        <http://dewey.info/class/948.2432/e23/> ;
    skos:broader humord:c02701 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482432/e23/>,
        <http://dewey.info/class/914.82432/e23/>,
        <http://dewey.info/class/948.2432/e23/> ;
    skos:prefLabel "Våler Finnskog"@en,
        "Våler Finnskog"@nb,
        "Våler Finnskog"@nn ;
    skos:related humord:c02683 .

humord:c02703 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02703" ;
    dct:modified "2024-08-19T12:32:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482411/e23/>,
        <http://dewey.info/class/914.82411/e23/>,
        <http://dewey.info/class/948.2411/e23/> ;
    skos:broader humord:c02687 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482411/e23/>,
        <http://dewey.info/class/914.82411/e23/>,
        <http://dewey.info/class/948.2411/e23/> ;
    skos:prefLabel "Åker (Innlandet)"@en,
        "Åker (Innlandet)"@nb,
        "Åker (Innlandet)"@nn .

humord:c02704 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02704" ;
    dct:modified "2024-08-19T14:35:08"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--482443/e23/>,
        <http://dewey.info/class/914.82443/e23/>,
        <http://dewey.info/class/948.2443/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482443/e23/>,
        <http://dewey.info/class/914.82443/e23/>,
        <http://dewey.info/class/948.2443/e23/> ;
    skos:prefLabel "Åmot (Innlandet)"@en,
        "Åmot (Innlandet)"@nb,
        "Åmot (Innlandet)"@nn .

humord:c02705 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-05-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02705" ;
    dct:modified "2024-08-20T08:29:53"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--482433/e23/>,
        <http://dewey.info/class/914.82433/e23/>,
        <http://dewey.info/class/948.2433/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482433/e23/>,
        <http://dewey.info/class/914.82433/e23/>,
        <http://dewey.info/class/948.2433/e23/> ;
    skos:prefLabel "Åsnes (Innlandet)"@en,
        "Åsnes (Innlandet)"@nb,
        "Åsnes (Innlandet)"@nn .

humord:c02706 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02706" ;
    dct:modified "2024-08-20T08:27:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482433/e23/>,
        <http://dewey.info/class/914.82433/e23/>,
        <http://dewey.info/class/948.2433/e23/> ;
    skos:broader humord:c02705 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482433/e23/>,
        <http://dewey.info/class/914.82433/e23/>,
        <http://dewey.info/class/948.2433/e23/> ;
    skos:prefLabel "Åsnes Finnskog"@en,
        "Åsnes Finnskog"@nb,
        "Åsnes Finnskog"@nn ;
    skos:related humord:c02683 .

humord:c02707 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02707" ;
    dct:modified "2025-04-07T07:41:39"^^xsd:dateTime ;
    skos:altLabel "Søndre Bergenhus amt"@nb ;
    skos:broader humord:c03001 ;
    skos:closeMatch <http://dewey.info/class/2--4836/e23/>,
        <http://dewey.info/class/914.836/e23/>,
        <http://dewey.info/class/948.36/e23/> ;
    skos:exactMatch realfagstermer:c030247 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030247,
        <http://dewey.info/class/2--4836/e23/>,
        <http://dewey.info/class/914.836/e23/>,
        <http://dewey.info/class/948.36/e23/> ;
    skos:prefLabel "Hordaland"@en,
        "Hordaland"@nb,
        "Hordaland"@nn ;
    skos:related humord:c58368 .

humord:c02708 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02708" ;
    dct:modified "2024-08-28T20:07:47"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch <http://dewey.info/class/2--483633/e23/>,
        <http://dewey.info/class/914.83633/e23/>,
        <http://dewey.info/class/948.3633/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483633/e23/>,
        <http://dewey.info/class/914.83633/e23/>,
        <http://dewey.info/class/948.3633/e23/> ;
    skos:prefLabel "Austevoll"@en,
        "Austevoll"@nb,
        "Austevoll"@nn .

humord:c02709 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02709" ;
    dct:modified "2025-04-07T07:45:17"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch realfagstermer:c030285,
        <http://dewey.info/class/2--483631/e23/>,
        <http://dewey.info/class/914.83631/e23/>,
        <http://dewey.info/class/948.3631/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030285,
        <http://dewey.info/class/2--483631/e23/>,
        <http://dewey.info/class/914.83631/e23/>,
        <http://dewey.info/class/948.3631/e23/> ;
    skos:prefLabel "Bergen"@en,
        "Bergen"@nb,
        "Bergen"@nn .

humord:c02710 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02710" ;
    dct:modified "2025-04-01T07:49:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483631/e23/>,
        <http://dewey.info/class/914.83631/e23/>,
        <http://dewey.info/class/948.3631/e23/> ;
    skos:broader humord:c02709 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483631/e23/>,
        <http://dewey.info/class/914.83631/e23/>,
        <http://dewey.info/class/948.3631/e23/> ;
    skos:prefLabel "Bryggen"@en,
        "Bryggen"@nb,
        "Bryggen"@nn .

humord:c02711 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02711" ;
    dct:modified "2025-04-04T14:18:48"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch <http://dewey.info/class/2--483621/e23/>,
        <http://dewey.info/class/914.83621/e23/>,
        <http://dewey.info/class/948.3621/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483621/e23/>,
        <http://dewey.info/class/914.83621/e23/>,
        <http://dewey.info/class/948.3621/e23/> ;
    skos:prefLabel "Eidfjord"@en,
        "Eidfjord"@nb,
        "Eidfjord"@nn .

humord:c02712 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02712" ;
    dct:modified "2025-04-01T07:50:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483631/e23/>,
        <http://dewey.info/class/914.83631/e23/>,
        <http://dewey.info/class/948.3631/e23/> ;
    skos:broader humord:c02709 ;
    skos:exactMatch realfagstermer:c030880 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030880,
        <http://dewey.info/class/2--483631/e23/>,
        <http://dewey.info/class/914.83631/e23/>,
        <http://dewey.info/class/948.3631/e23/> ;
    skos:prefLabel "Fana"@en,
        "Fana"@nb,
        "Fana"@nn .

humord:c02713 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02713" ;
    dct:modified "2025-04-01T12:13:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483653/e23/>,
        <http://dewey.info/class/914.83653/e23/>,
        <http://dewey.info/class/948.3653/e23/> ;
    skos:broader humord:c58555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483653/e23/>,
        <http://dewey.info/class/914.83653/e23/>,
        <http://dewey.info/class/948.3653/e23/> ;
    skos:prefLabel "Flatøy"@en,
        "Flatøy"@nb,
        "Flatøy"@nn .

humord:c02714 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02714" ;
    dct:modified "2026-01-09T08:48:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483657/e23/>,
        <http://dewey.info/class/914.83657/e23/>,
        <http://dewey.info/class/948.3657/e23/> ;
    skos:broader humord:c02723 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483657/e23/>,
        <http://dewey.info/class/914.83657/e23/>,
        <http://dewey.info/class/948.3657/e23/> ;
    skos:prefLabel "Hamre"@en,
        "Hamre"@nb,
        "Hamre"@nn .

humord:c02715 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02715" ;
    dct:modified "2025-04-07T07:41:06"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch realfagstermer:c030461,
        <http://dewey.info/class/2--48362/e23/>,
        <http://dewey.info/class/914.8362/e23/>,
        <http://dewey.info/class/948.362/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030461,
        <http://dewey.info/class/2--48362/e23/>,
        <http://dewey.info/class/914.8362/e23/>,
        <http://dewey.info/class/948.362/e23/> ;
    skos:prefLabel "Hardanger"@en,
        "Hardanger"@nb,
        "Hardanger"@nn .

humord:c02716 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02716" ;
    dct:modified "2025-04-01T12:01:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483653/e23/>,
        <http://dewey.info/class/914.83653/e23/>,
        <http://dewey.info/class/948.3653/e23/> ;
    skos:broader humord:c58555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483653/e23/>,
        <http://dewey.info/class/914.83653/e23/>,
        <http://dewey.info/class/948.3653/e23/> ;
    skos:prefLabel "Kotedalen"@en,
        "Kotedalen"@nb,
        "Kotedalen"@nn .

humord:c02717 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-03-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02717" ;
    dct:modified "2025-04-01T12:09:33"^^xsd:dateTime ;
    skos:altLabel "Krossnes"@nb,
        "Krossnes"@nn ;
    skos:broadMatch <http://dewey.info/class/2--483653/e23/>,
        <http://dewey.info/class/914.83653/e23/>,
        <http://dewey.info/class/948.3653/e23/> ;
    skos:broader humord:c58555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483653/e23/>,
        <http://dewey.info/class/914.83653/e23/>,
        <http://dewey.info/class/948.3653/e23/> ;
    skos:prefLabel "Krossneset"@en,
        "Krossneset"@nb,
        "Krossneset"@nn .

humord:c02718 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02718" ;
    dct:modified "2025-04-01T12:07:17"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch realfagstermer:c030811,
        <http://dewey.info/class/2--483614/e23/>,
        <http://dewey.info/class/914.83614/e23/>,
        <http://dewey.info/class/948.3614/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030811,
        <http://dewey.info/class/2--483614/e23/>,
        <http://dewey.info/class/914.83614/e23/>,
        <http://dewey.info/class/948.3614/e23/> ;
    skos:prefLabel "Kvinnherad"@en,
        "Kvinnherad"@nb,
        "Kvinnherad"@nn .

humord:c02719 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02719" ;
    dct:modified "2025-04-01T12:05:09"^^xsd:dateTime ;
    skos:broader humord:c58555 ;
    skos:closeMatch <http://dewey.info/class/2--483653/e23/>,
        <http://dewey.info/class/914.83653/e23/>,
        <http://dewey.info/class/948.3653/e23/> ;
    skos:exactMatch realfagstermer:c030509 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030509,
        <http://dewey.info/class/2--483653/e23/>,
        <http://dewey.info/class/914.83653/e23/>,
        <http://dewey.info/class/948.3653/e23/> ;
    skos:prefLabel "Lindås"@en,
        "Lindås"@nb,
        "Lindås"@nn .

humord:c02720 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02720" ;
    dct:modified "2025-04-01T12:12:02"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch <http://dewey.info/class/2--483656/e23/>,
        <http://dewey.info/class/914.83656/e23/>,
        <http://dewey.info/class/948.3656/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483656/e23/>,
        <http://dewey.info/class/914.83656/e23/>,
        <http://dewey.info/class/948.3656/e23/> ;
    skos:prefLabel "Modalen"@en,
        "Modalen"@nb,
        "Modalen"@nn .

humord:c02721 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02721" ;
    dct:modified "2026-01-09T08:48:38"^^xsd:dateTime ;
    skos:broader humord:c13018 ;
    skos:closeMatch <http://dewey.info/class/2--483625/e23/>,
        <http://dewey.info/class/914.83625/e23/>,
        <http://dewey.info/class/948.3625/e23/> ;
    skos:exactMatch realfagstermer:c030501 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030501,
        <http://dewey.info/class/2--483625/e23/>,
        <http://dewey.info/class/914.83625/e23/>,
        <http://dewey.info/class/948.3625/e23/> ;
    skos:prefLabel "Odda"@en,
        "Odda"@nb,
        "Odda"@nn .

humord:c02722 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-06-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02722" ;
    dct:modified "2025-04-01T08:28:53"^^xsd:dateTime ;
    skos:broader humord:c61615 ;
    skos:closeMatch <http://dewey.info/class/2--483636/e23/>,
        <http://dewey.info/class/914.83636/e23/>,
        <http://dewey.info/class/948.3636/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483636/e23/>,
        <http://dewey.info/class/914.83636/e23/>,
        <http://dewey.info/class/948.3636/e23/> ;
    skos:prefLabel "Os (Vestland)"@en,
        "Os (Vestland)"@nb,
        "Os (Vestland)"@nn .

humord:c02723 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02723" ;
    dct:modified "2025-04-01T08:29:11"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch <http://dewey.info/class/2--483657/e23/>,
        <http://dewey.info/class/914.83657/e23/>,
        <http://dewey.info/class/948.3657/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483657/e23/>,
        <http://dewey.info/class/914.83657/e23/>,
        <http://dewey.info/class/948.3657/e23/> ;
    skos:prefLabel "Osterøy"@en,
        "Osterøy"@nb,
        "Osterøy"@nn .

humord:c02724 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02724" ;
    dct:modified "2025-04-01T08:33:31"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch <http://dewey.info/class/2--483615/e23/>,
        <http://dewey.info/class/914.83615/e23/>,
        <http://dewey.info/class/948.3615/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483615/e23/>,
        <http://dewey.info/class/914.83615/e23/>,
        <http://dewey.info/class/948.3615/e23/> ;
    skos:prefLabel "Stord"@en,
        "Stord"@nb,
        "Stord"@nn .

humord:c02725 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02725" ;
    dct:modified "2025-04-01T08:33:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483624/e23/>,
        <http://dewey.info/class/914.83624/e23/>,
        <http://dewey.info/class/948.3624/e23/> ;
    skos:broader humord:c13081 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483624/e23/>,
        <http://dewey.info/class/914.83624/e23/>,
        <http://dewey.info/class/948.3624/e23/> ;
    skos:prefLabel "Strandebarm"@en,
        "Strandebarm"@nb,
        "Strandebarm"@nn .

humord:c02726 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02726" ;
    dct:modified "2025-04-01T08:20:16"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch realfagstermer:c030483,
        <http://dewey.info/class/2--48361/e23/>,
        <http://dewey.info/class/914.8361/e23/>,
        <http://dewey.info/class/948.361/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030483,
        <http://dewey.info/class/2--48361/e23/>,
        <http://dewey.info/class/914.8361/e23/>,
        <http://dewey.info/class/948.361/e23/> ;
    skos:prefLabel "Sunnhordland"@en,
        "Sunnhordland"@nb,
        "Sunnhordland"@nn .

humord:c02727 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02727" ;
    dct:modified "2025-04-01T08:23:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483634/e23/>,
        <http://dewey.info/class/914.83634/e23/>,
        <http://dewey.info/class/948.3634/e23/> ;
    skos:broader humord:c11723 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483634/e23/>,
        <http://dewey.info/class/914.83634/e23/>,
        <http://dewey.info/class/948.3634/e23/> ;
    skos:prefLabel "Tælavåg"@en,
        "Tælavåg"@nb,
        "Tælavåg"@nn .

humord:c02728 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02728" ;
    dct:modified "2026-01-09T08:48:25"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch <http://dewey.info/class/2--483617/e23/>,
        <http://dewey.info/class/914.83617/e23/>,
        <http://dewey.info/class/948.3617/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483617/e23/>,
        <http://dewey.info/class/914.83617/e23/>,
        <http://dewey.info/class/948.3617/e23/> ;
    skos:prefLabel "Tysnes"@en,
        "Tysnes"@nb,
        "Tysnes"@nn .

humord:c02729 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02729" ;
    dct:modified "2026-01-09T08:48:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483614/e23/>,
        <http://dewey.info/class/914.83614/e23/>,
        <http://dewey.info/class/948.3614/e23/> ;
    skos:broader humord:c02718 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483614/e23/>,
        <http://dewey.info/class/914.83614/e23/>,
        <http://dewey.info/class/948.3614/e23/> ;
    skos:prefLabel "Varaldsøy"@en,
        "Varaldsøy"@nb,
        "Varaldsøy"@nn .

humord:c02730 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02730" ;
    dct:modified "2025-04-01T08:25:28"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch <http://dewey.info/class/2--483642/e23/>,
        <http://dewey.info/class/914.83642/e23/>,
        <http://dewey.info/class/948.3642/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483642/e23/>,
        <http://dewey.info/class/914.83642/e23/>,
        <http://dewey.info/class/948.3642/e23/> ;
    skos:prefLabel "Voss"@en,
        "Voss"@nb,
        "Voss"@nn .

humord:c02731 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02731" ;
    dct:modified "2024-08-21T08:34:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483446/e23/>,
        <http://dewey.info/class/914.83446/e23/>,
        <http://dewey.info/class/948.3446/e23/> ;
    skos:broader humord:c16158 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483446/e23/>,
        <http://dewey.info/class/914.83446/e23/>,
        <http://dewey.info/class/948.3446/e23/> ;
    skos:prefLabel "Ølen"@en,
        "Ølen"@nb,
        "Ølen"@nn .

humord:c02732 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02732" ;
    dct:modified "2024-08-21T11:09:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483624/e23/>,
        <http://dewey.info/class/914.83624/e23/>,
        <http://dewey.info/class/948.3624/e23/> ;
    skos:broader humord:c13081 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483624/e23/>,
        <http://dewey.info/class/914.83624/e23/>,
        <http://dewey.info/class/948.3624/e23/> ;
    skos:prefLabel "Øystese"@en,
        "Øystese"@nb,
        "Øystese"@nn .

humord:c02733 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02733" ;
    dct:modified "2025-03-24T08:03:39"^^xsd:dateTime ;
    skos:altLabel "Romsdals amt"@nb,
        "Romsdals amt"@nn ;
    skos:broader humord:c02613 ;
    skos:exactMatch realfagstermer:c030780,
        <http://dewey.info/class/2--4839/e23/>,
        <http://dewey.info/class/914.839/e23/>,
        <http://dewey.info/class/948.39/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030780,
        <http://dewey.info/class/2--4839/e23/>,
        <http://dewey.info/class/914.839/e23/>,
        <http://dewey.info/class/948.39/e23/> ;
    skos:prefLabel "Møre og Romsdal"@en,
        "Møre og Romsdal"@nb,
        "Møre og Romsdal"@nn .

humord:c02734 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02734" ;
    dct:modified "2025-03-30T18:46:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483923/e23/>,
        <http://dewey.info/class/914.83923/e23/>,
        <http://dewey.info/class/948.3923/e23/> ;
    skos:broader humord:c61617 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483923/e23/>,
        <http://dewey.info/class/914.83923/e23/>,
        <http://dewey.info/class/948.3923/e23/> ;
    skos:prefLabel "Bjørnsund"@en,
        "Bjørnsund"@nb,
        "Bjørnsund"@nn .

humord:c02735 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02735" ;
    dct:modified "2025-03-30T18:47:24"^^xsd:dateTime ;
    skos:broader humord:c61617 ;
    skos:closeMatch <http://dewey.info/class/2--483923/e23/>,
        <http://dewey.info/class/914.83923/e23/>,
        <http://dewey.info/class/948.3923/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483923/e23/>,
        <http://dewey.info/class/914.83923/e23/>,
        <http://dewey.info/class/948.3923/e23/> ;
    skos:prefLabel "Fræna"@en,
        "Fræna"@nb,
        "Fræna"@nn .

humord:c02736 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02736" ;
    dct:modified "2024-02-12T15:30:31"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch <http://dewey.info/class/2--483913/e23/>,
        <http://dewey.info/class/914.83913/e23/>,
        <http://dewey.info/class/948.3913/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483913/e23/>,
        <http://dewey.info/class/914.83913/e23/>,
        <http://dewey.info/class/948.3913/e23/> ;
    skos:prefLabel "Haram"@en,
        "Haram"@nb,
        "Haram"@nn .

humord:c02737 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02737" ;
    dct:modified "2025-04-04T08:21:30"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch <http://dewey.info/class/2--483914/e23/>,
        <http://dewey.info/class/914.83914/e23/>,
        <http://dewey.info/class/948.3914/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483914/e23/>,
        <http://dewey.info/class/914.83914/e23/>,
        <http://dewey.info/class/948.3914/e23/> ;
    skos:prefLabel "Hareid"@en,
        "Hareid"@nb,
        "Hareid"@nn .

humord:c02739 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-10-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02739" ;
    dct:modified "2026-01-09T08:48:00"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch <http://dewey.info/class/2--483915/e23/>,
        <http://dewey.info/class/914.83915/e23/>,
        <http://dewey.info/class/948.3915/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483915/e23/>,
        <http://dewey.info/class/914.83915/e23/>,
        <http://dewey.info/class/948.3915/e23/> ;
    skos:prefLabel "Herøy (Møre og Romsdal)"@en,
        "Herøy (Møre og Romsdal)"@nb,
        "Herøy (Møre og Romsdal)"@nn .

humord:c02740 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02740" ;
    dct:modified "2025-03-28T08:17:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4839199/e23/>,
        <http://dewey.info/class/914.839199/e23/>,
        <http://dewey.info/class/948.39199/e23/> ;
    skos:broader humord:c12656 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4839199/e23/>,
        <http://dewey.info/class/914.839199/e23/>,
        <http://dewey.info/class/948.39199/e23/> ;
    skos:prefLabel "Hjørundfjord"@en,
        "Hjørundfjord"@nb,
        "Hjørundfjord"@nn .

humord:c02742 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02742" ;
    dct:modified "2025-03-28T13:10:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483926/e23/>,
        <http://dewey.info/class/914.83926/e23/>,
        <http://dewey.info/class/948.3926/e23/> ;
    skos:broader humord:c12152 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483926/e23/>,
        <http://dewey.info/class/914.83926/e23/>,
        <http://dewey.info/class/948.3926/e23/> ;
    skos:prefLabel "Isfjorden"@en,
        "Isfjorden"@nb,
        "Isfjorden"@nn .

humord:c02743 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02743" ;
    dct:modified "2025-04-04T08:29:39"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch <http://dewey.info/class/2--483931/e23/>,
        <http://dewey.info/class/914.83931/e23/>,
        <http://dewey.info/class/948.3931/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483931/e23/>,
        <http://dewey.info/class/914.83931/e23/>,
        <http://dewey.info/class/948.3931/e23/> ;
    skos:prefLabel "Kristiansund"@en,
        "Kristiansund"@nb,
        "Kristiansund"@nn .

humord:c02744 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02744" ;
    dct:modified "2025-03-30T17:59:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483921/e23/>,
        <http://dewey.info/class/914.83921/e23/>,
        <http://dewey.info/class/948.3921/e23/> ;
    skos:broader humord:c02745 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483921/e23/>,
        <http://dewey.info/class/914.83921/e23/>,
        <http://dewey.info/class/948.3921/e23/> ;
    skos:prefLabel "Midsund"@en,
        "Midsund"@nb,
        "Midsund"@nn .

humord:c02745 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02745" ;
    dct:modified "2025-04-04T08:20:30"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch <http://dewey.info/class/2--483921/e23/>,
        <http://dewey.info/class/914.83921/e23/>,
        <http://dewey.info/class/948.3921/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483921/e23/>,
        <http://dewey.info/class/914.83921/e23/>,
        <http://dewey.info/class/948.3921/e23/> ;
    skos:prefLabel "Molde"@en,
        "Molde"@nb,
        "Molde"@nn .

humord:c02746 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-03-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02746" ;
    dct:modified "2025-04-04T08:23:20"^^xsd:dateTime ;
    skos:broader humord:c61616 ;
    skos:closeMatch <http://dewey.info/class/2--483916/e23/>,
        <http://dewey.info/class/914.83916/e23/>,
        <http://dewey.info/class/948.3916/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483916/e23/>,
        <http://dewey.info/class/914.83916/e23/>,
        <http://dewey.info/class/948.3916/e23/> ;
    skos:prefLabel "Norddal (Møre og Romsdal)"@en,
        "Norddal (Møre og Romsdal)"@nb,
        "Norddal (Møre og Romsdal)"@nn .

humord:c02747 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02747" ;
    dct:modified "2025-04-04T08:18:27"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch realfagstermer:c030758,
        <http://dewey.info/class/2--48393/e23/>,
        <http://dewey.info/class/914.8393/e23/>,
        <http://dewey.info/class/948.393/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030758,
        <http://dewey.info/class/2--48393/e23/>,
        <http://dewey.info/class/914.8393/e23/>,
        <http://dewey.info/class/948.393/e23/> ;
    skos:prefLabel "Nordmøre"@en,
        "Nordmøre"@nb,
        "Nordmøre"@nn .

humord:c02748 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02748" ;
    dct:modified "2025-04-02T09:24:23"^^xsd:dateTime ;
    skos:broader humord:c03007 ;
    skos:exactMatch realfagstermer:c030745,
        <http://dewey.info/class/2--484135/e23/>,
        <http://dewey.info/class/914.84135/e23/>,
        <http://dewey.info/class/948.4135/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030745,
        <http://dewey.info/class/2--484135/e23/>,
        <http://dewey.info/class/914.84135/e23/>,
        <http://dewey.info/class/948.4135/e23/> ;
    skos:prefLabel "Rindal"@en,
        "Rindal"@nb,
        "Rindal"@nn .

humord:c02749 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02749" ;
    dct:modified "2025-03-28T08:19:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4839392/e23/>,
        <http://dewey.info/class/914.839392/e23/>,
        <http://dewey.info/class/948.39392/e23/> ;
    skos:broader humord:c02754 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4839392/e23/>,
        <http://dewey.info/class/914.839392/e23/>,
        <http://dewey.info/class/948.39392/e23/> ;
    skos:prefLabel "Romfo"@en,
        "Romfo"@nb,
        "Romfo"@nn .

humord:c02750 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02750" ;
    dct:modified "2026-01-09T08:47:46"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch realfagstermer:c030255,
        <http://dewey.info/class/2--48392/e23/>,
        <http://dewey.info/class/914.8392/e23/>,
        <http://dewey.info/class/948.392/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030255,
        <http://dewey.info/class/2--48392/e23/>,
        <http://dewey.info/class/914.8392/e23/>,
        <http://dewey.info/class/948.392/e23/> ;
    skos:prefLabel "Romsdal"@en,
        "Romsdal"@nb,
        "Romsdal"@nn .

humord:c02751 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02751" ;
    dct:modified "2025-03-30T18:53:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483932/e23/>,
        <http://dewey.info/class/914.83932/e23/>,
        <http://dewey.info/class/948.3932/e23/> ;
    skos:broader humord:c13663 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483932/e23/>,
        <http://dewey.info/class/914.83932/e23/>,
        <http://dewey.info/class/948.3932/e23/> ;
    skos:prefLabel "Stemshaug"@en,
        "Stemshaug"@nb,
        "Stemshaug"@nn .

humord:c02753 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02753" ;
    dct:modified "2025-04-04T08:16:56"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch <http://dewey.info/class/2--4839192/e23/>,
        <http://dewey.info/class/914.839192/e23/>,
        <http://dewey.info/class/948.39192/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4839192/e23/>,
        <http://dewey.info/class/914.839192/e23/>,
        <http://dewey.info/class/948.39192/e23/> ;
    skos:prefLabel "Stranda (Møre og Romsdal)"@en,
        "Stranda (Møre og Romsdal)"@nb,
        "Stranda (Møre og Romsdal)"@nn .

humord:c02754 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02754" ;
    dct:modified "2025-04-04T08:19:37"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch <http://dewey.info/class/2--4839392/e23/>,
        <http://dewey.info/class/914.839392/e23/>,
        <http://dewey.info/class/948.39392/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4839392/e23/>,
        <http://dewey.info/class/914.839392/e23/>,
        <http://dewey.info/class/948.39392/e23/> ;
    skos:prefLabel "Sunndal"@en,
        "Sunndal"@nb,
        "Sunndal"@nn .

humord:c02755 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02755" ;
    dct:modified "2025-04-04T08:16:16"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch realfagstermer:c030726,
        <http://dewey.info/class/2--48391/e23/>,
        <http://dewey.info/class/914.8391/e23/>,
        <http://dewey.info/class/948.391/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030726,
        <http://dewey.info/class/2--48391/e23/>,
        <http://dewey.info/class/914.8391/e23/>,
        <http://dewey.info/class/948.391/e23/> ;
    skos:prefLabel "Sunnmøre"@en,
        "Sunnmøre"@nb,
        "Sunnmøre"@nn .

humord:c02756 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02756" ;
    dct:modified "2025-04-04T08:16:04"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch realfagstermer:c030482,
        <http://dewey.info/class/2--4839393/e23/>,
        <http://dewey.info/class/914.839393/e23/>,
        <http://dewey.info/class/948.39393/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030482,
        <http://dewey.info/class/2--4839393/e23/>,
        <http://dewey.info/class/914.839393/e23/>,
        <http://dewey.info/class/948.39393/e23/> ;
    skos:prefLabel "Surnadal"@en,
        "Surnadal"@nb,
        "Surnadal"@nn .

humord:c02757 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02757" ;
    dct:modified "2025-04-04T08:15:52"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch <http://dewey.info/class/2--4839194/e23/>,
        <http://dewey.info/class/914.839194/e23/>,
        <http://dewey.info/class/948.39194/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4839194/e23/>,
        <http://dewey.info/class/914.839194/e23/>,
        <http://dewey.info/class/948.39194/e23/> ;
    skos:prefLabel "Sykkylven"@en,
        "Sykkylven"@nb,
        "Sykkylven"@nn .

humord:c02758 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-12-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02758" ;
    dct:modified "2025-03-28T08:18:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4839393/e23/>,
        <http://dewey.info/class/914.839393/e23/>,
        <http://dewey.info/class/948.39393/e23/> ;
    skos:broader humord:c02756 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4839393/e23/>,
        <http://dewey.info/class/914.839393/e23/>,
        <http://dewey.info/class/948.39393/e23/> ;
    skos:prefLabel "Todal"@en,
        "Todal"@nb,
        "Todal"@nn .

humord:c02759 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02759" ;
    dct:modified "2025-03-28T08:17:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483928/e23/>,
        <http://dewey.info/class/914.83928/e23/>,
        <http://dewey.info/class/948.3928/e23/> ;
    skos:broader humord:c11473 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483928/e23/>,
        <http://dewey.info/class/914.83928/e23/>,
        <http://dewey.info/class/948.3928/e23/> ;
    skos:prefLabel "Tresfjord"@en,
        "Tresfjord"@nb,
        "Tresfjord"@nn .

humord:c02761 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02761" ;
    dct:modified "2025-03-28T13:32:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483926/e23/>,
        <http://dewey.info/class/914.83926/e23/>,
        <http://dewey.info/class/948.3926/e23/> ;
    skos:broader humord:c12152 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483926/e23/>,
        <http://dewey.info/class/914.83926/e23/>,
        <http://dewey.info/class/948.3926/e23/> ;
    skos:prefLabel "Voll"@en,
        "Voll"@nb,
        "Voll"@nn .

humord:c02762 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02762" ;
    dct:modified "2024-08-21T08:44:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483911/e23/>,
        <http://dewey.info/class/914.83911/e23/>,
        <http://dewey.info/class/948.3911/e23/> ;
    skos:broader humord:c02763 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483911/e23/>,
        <http://dewey.info/class/914.83911/e23/>,
        <http://dewey.info/class/948.3911/e23/> ;
    skos:prefLabel "Ørskog"@en,
        "Ørskog"@nb,
        "Ørskog"@nn .

humord:c02763 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02763" ;
    dct:modified "2024-08-19T12:57:18"^^xsd:dateTime ;
    skos:broader humord:c02733 ;
    skos:exactMatch <http://dewey.info/class/2--483911/e23/>,
        <http://dewey.info/class/914.83911/e23/>,
        <http://dewey.info/class/948.3911/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483911/e23/>,
        <http://dewey.info/class/914.83911/e23/>,
        <http://dewey.info/class/948.3911/e23/> ;
    skos:prefLabel "Ålesund"@en,
        "Ålesund"@nb,
        "Ålesund"@nn .

humord:c02764 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02764" ;
    dct:modified "2025-04-04T10:05:33"^^xsd:dateTime ;
    skos:altLabel "Nordlaanten"@nb,
        "Nordlánda"@nb ;
    skos:broader humord:c02613 ;
    skos:exactMatch realfagstermer:c030237,
        <http://dewey.info/class/2--4844/e23/>,
        <http://dewey.info/class/914.844/e23/>,
        <http://dewey.info/class/948.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030237,
        <http://dewey.info/class/2--4844/e23/>,
        <http://dewey.info/class/914.844/e23/>,
        <http://dewey.info/class/948.44/e23/> ;
    skos:prefLabel "Nordland"@en,
        "Nordland"@nb,
        "Nordland"@nn,
        "Nordlándda"@se .

humord:c02765 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02765" ;
    dct:modified "2025-04-04T08:48:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484431/e23/>,
        <http://dewey.info/class/914.84431/e23/>,
        <http://dewey.info/class/948.4431/e23/> ;
    skos:broader humord:c02766 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484431/e23/>,
        <http://dewey.info/class/914.84431/e23/>,
        <http://dewey.info/class/948.4431/e23/> ;
    skos:prefLabel "Bodin"@en,
        "Bodin"@nb,
        "Bodin"@nn .

humord:c02766 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02766" ;
    dct:modified "2025-04-04T09:57:04"^^xsd:dateTime ;
    skos:altLabel "Buvvda"@nb,
        "Bådåddjo"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484431/e23/>,
        <http://dewey.info/class/914.84431/e23/>,
        <http://dewey.info/class/948.4431/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484431/e23/>,
        <http://dewey.info/class/914.84431/e23/>,
        <http://dewey.info/class/948.4431/e23/> ;
    skos:prefLabel "Bodø"@en,
        "Bodø"@nb,
        "Bodø"@nn .

humord:c02767 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02767" ;
    dct:modified "2025-04-04T09:58:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484454/e23/>,
        <http://dewey.info/class/914.84454/e23/>,
        <http://dewey.info/class/948.4454/e23/> ;
    skos:broader humord:c12661 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484454/e23/>,
        <http://dewey.info/class/914.84454/e23/>,
        <http://dewey.info/class/948.4454/e23/> ;
    skos:prefLabel "Borge (Nordland)"@en,
        "Borge (Nordland)"@nb,
        "Borge (Nordland)"@nn .

humord:c02768 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02768" ;
    dct:modified "2025-04-04T09:59:06"^^xsd:dateTime ;
    skos:altLabel "Brïenne"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484423/e23/>,
        <http://dewey.info/class/914.84423/e23/>,
        <http://dewey.info/class/948.4423/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484423/e23/>,
        <http://dewey.info/class/914.84423/e23/>,
        <http://dewey.info/class/948.4423/e23/> ;
    skos:prefLabel "Brønnøy"@en,
        "Brønnøy"@nb,
        "Brønnøy"@nn .

humord:c02769 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02769" ;
    dct:modified "2025-04-04T08:36:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484454/e23/>,
        <http://dewey.info/class/914.84454/e23/>,
        <http://dewey.info/class/948.4454/e23/> ;
    skos:broader humord:c12661 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484454/e23/>,
        <http://dewey.info/class/914.84454/e23/>,
        <http://dewey.info/class/948.4454/e23/> ;
    skos:prefLabel "Buksnes"@en,
        "Buksnes"@nb,
        "Buksnes"@nn .

humord:c02770 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02770" ;
    dct:modified "2025-04-04T09:56:15"^^xsd:dateTime ;
    skos:altLabel "Bø i Vesterålen"@nb,
        "Bø i Vesterålen"@nn ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484462/e23/>,
        <http://dewey.info/class/914.84462/e23/>,
        <http://dewey.info/class/948.4462/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484462/e23/>,
        <http://dewey.info/class/914.84462/e23/>,
        <http://dewey.info/class/948.4462/e23/> ;
    skos:prefLabel "Bø (Nordland)"@en,
        "Bø (Nordland)"@nb,
        "Bø (Nordland)"@nn,
        "Bievák"@se .

humord:c02771 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02771" ;
    dct:modified "2025-04-04T08:55:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484461/e23/>,
        <http://dewey.info/class/914.84461/e23/>,
        <http://dewey.info/class/948.4461/e23/> ;
    skos:broader humord:c12695 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484461/e23/>,
        <http://dewey.info/class/914.84461/e23/>,
        <http://dewey.info/class/948.4461/e23/> ;
    skos:prefLabel "Dverberg"@en,
        "Dverberg"@nb,
        "Dverberg"@nn,
        "Dearka"@se .

humord:c02772 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02772" ;
    dct:modified "2025-04-04T09:59:45"^^xsd:dateTime ;
    skos:altLabel "Fuassko"@nb,
        "Fuossko"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch realfagstermer:c030879,
        <http://dewey.info/class/2--484433/e23/>,
        <http://dewey.info/class/914.84433/e23/>,
        <http://dewey.info/class/948.4433/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030879,
        <http://dewey.info/class/2--484433/e23/>,
        <http://dewey.info/class/914.84433/e23/>,
        <http://dewey.info/class/948.4433/e23/> ;
    skos:prefLabel "Fauske"@en,
        "Fauske"@nb,
        "Fauske"@nn .

humord:c02773 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02773" ;
    dct:modified "2025-04-04T10:00:29"^^xsd:dateTime ;
    skos:altLabel "Årrjelij-Bájjdár"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484434/e23/>,
        <http://dewey.info/class/914.84434/e23/>,
        <http://dewey.info/class/948.4434/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484434/e23/>,
        <http://dewey.info/class/914.84434/e23/>,
        <http://dewey.info/class/948.4434/e23/> ;
    skos:prefLabel "Gildeskål"@en,
        "Gildeskål"@nb,
        "Gildeskål"@nn .

humord:c02774 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02774" ;
    dct:modified "2025-04-04T10:03:05"^^xsd:dateTime ;
    skos:altLabel "Hábmer"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484435/e23/>,
        <http://dewey.info/class/914.84435/e23/>,
        <http://dewey.info/class/948.4435/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484435/e23/>,
        <http://dewey.info/class/914.84435/e23/>,
        <http://dewey.info/class/948.4435/e23/> ;
    skos:prefLabel "Hamarøy"@en,
        "Hamarøy"@nb,
        "Hamarøy"@nn .

humord:c02775 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02775" ;
    dct:modified "2025-04-04T10:01:55"^^xsd:dateTime ;
    skos:altLabel "Aarborte"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484412/e23/>,
        <http://dewey.info/class/914.84412/e23/>,
        <http://dewey.info/class/948.4412/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484412/e23/>,
        <http://dewey.info/class/914.84412/e23/>,
        <http://dewey.info/class/948.4412/e23/> ;
    skos:prefLabel "Hattfjelldal"@en,
        "Hattfjelldal"@nb,
        "Hattfjelldal"@nn .

humord:c02776 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02776" ;
    dct:modified "2025-04-04T09:06:15"^^xsd:dateTime ;
    skos:broader humord:c02764 ;
    skos:closeMatch <http://dewey.info/class/2--48441/e23/>,
        <http://dewey.info/class/914.8441/e23/>,
        <http://dewey.info/class/948.441/e23/> ;
    skos:exactMatch realfagstermer:c030354 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030354,
        <http://dewey.info/class/2--48441/e23/>,
        <http://dewey.info/class/914.8441/e23/>,
        <http://dewey.info/class/948.441/e23/> ;
    skos:prefLabel "Helgeland"@en,
        "Helgeland"@nb,
        "Helgeland"@nn .

humord:c02777 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02777" ;
    dct:modified "2025-04-04T09:06:46"^^xsd:dateTime ;
    skos:altLabel "Heäjmmanássja"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch realfagstermer:c030520,
        <http://dewey.info/class/2--484413/e23/>,
        <http://dewey.info/class/914.84413/e23/>,
        <http://dewey.info/class/948.4413/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030520,
        <http://dewey.info/class/2--484413/e23/>,
        <http://dewey.info/class/914.84413/e23/>,
        <http://dewey.info/class/948.4413/e23/> ;
    skos:prefLabel "Hemnes"@en,
        "Hemnes"@nb,
        "Hemnes"@nn .

humord:c02778 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02778" ;
    dct:modified "2025-03-24T14:34:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484518/e23/>,
        <http://dewey.info/class/914.84518/e23/>,
        <http://dewey.info/class/948.4518/e23/> ;
    skos:broader humord:c02792 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484518/e23/>,
        <http://dewey.info/class/914.84518/e23/>,
        <http://dewey.info/class/948.4518/e23/> ;
    skos:prefLabel "Hol i Tjeldsund"@en,
        "Hol i Tjeldsund"@nb,
        "Hol i Tjeldsund"@nn .

humord:c02779 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02779" ;
    dct:modified "2025-04-04T09:11:38"^^xsd:dateTime ;
    skos:altLabel "Lufoahtta"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch realfagstermer:c030352,
        <http://dewey.info/class/2--48445/e23/>,
        <http://dewey.info/class/914.8445/e23/>,
        <http://dewey.info/class/948.445/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030352,
        <http://dewey.info/class/2--48445/e23/>,
        <http://dewey.info/class/914.8445/e23/>,
        <http://dewey.info/class/948.445/e23/> ;
    skos:prefLabel "Lofoten"@en,
        "Lofoten"@nb,
        "Lofoten"@nn,
        "Lufuohttá"@se .

humord:c02780 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02780" ;
    dct:modified "2025-04-04T08:48:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484423/e23/>,
        <http://dewey.info/class/914.84423/e23/>,
        <http://dewey.info/class/948.4423/e23/> ;
    skos:broader humord:c02768 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484423/e23/>,
        <http://dewey.info/class/914.84423/e23/>,
        <http://dewey.info/class/948.4423/e23/> ;
    skos:prefLabel "Lomsdalen"@en,
        "Lomsdalen"@nb,
        "Lomsdalen"@nn .

humord:c02781 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02781" ;
    dct:modified "2025-04-04T09:11:03"^^xsd:dateTime ;
    skos:altLabel "Lådik"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484444/e23/>,
        <http://dewey.info/class/914.84444/e23/>,
        <http://dewey.info/class/948.4444/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484444/e23/>,
        <http://dewey.info/class/914.84444/e23/>,
        <http://dewey.info/class/948.4444/e23/> ;
    skos:prefLabel "Lødingen"@en,
        "Lødingen"@nb,
        "Lødingen"@nn,
        "Lodegak"@se .

humord:c02782 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02782" ;
    dct:modified "2025-04-04T09:14:25"^^xsd:dateTime ;
    skos:altLabel "Mällesuolo"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484428/e23/>,
        <http://dewey.info/class/914.84428/e23/>,
        <http://dewey.info/class/948.4428/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484428/e23/>,
        <http://dewey.info/class/914.84428/e23/>,
        <http://dewey.info/class/948.4428/e23/> ;
    skos:prefLabel "Meløy"@en,
        "Meløy"@nb,
        "Meløy"@nn .

humord:c02783 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02783" ;
    dct:modified "2025-04-04T09:47:43"^^xsd:dateTime ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--48444/e23/>,
        <http://dewey.info/class/914.8444/e23/>,
        <http://dewey.info/class/948.444/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48444/e23/>,
        <http://dewey.info/class/914.8444/e23/>,
        <http://dewey.info/class/948.444/e23/> ;
    skos:prefLabel "Ofoten"@en,
        "Ofoten"@nb,
        "Ofoten"@nn,
        "Ufuohttá"@se .

humord:c02784 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02784" ;
    dct:modified "2025-04-04T09:49:18"^^xsd:dateTime ;
    skos:altLabel "Raavta"@nb,
        "Rávddá"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--4844292/e23/>,
        <http://dewey.info/class/914.844292/e23/>,
        <http://dewey.info/class/948.44292/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4844292/e23/>,
        <http://dewey.info/class/914.844292/e23/>,
        <http://dewey.info/class/948.44292/e23/> ;
    skos:prefLabel "Rødøy"@en,
        "Rødøy"@nb,
        "Rødøy"@nn .

humord:c02785 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02785" ;
    dct:modified "2025-04-04T08:45:37"^^xsd:dateTime ;
    skos:altLabel "Røsvassholmen"@nb,
        "Sååle"@nb,
        "Røsvassholmen"@nn ;
    skos:broadMatch <http://dewey.info/class/2--484412/e23/>,
        <http://dewey.info/class/914.84412/e23/>,
        <http://dewey.info/class/948.4412/e23/> ;
    skos:broader humord:c02775 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484412/e23/>,
        <http://dewey.info/class/914.84412/e23/>,
        <http://dewey.info/class/948.4412/e23/> ;
    skos:prefLabel "Røssvassholmen"@en,
        "Røssvassholmen"@nb,
        "Røssvassholmen"@nn .

humord:c02787 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02787" ;
    dct:modified "2025-04-04T09:50:53"^^xsd:dateTime ;
    skos:altLabel "Sállto"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--48443/e23/>,
        <http://dewey.info/class/914.8443/e23/>,
        <http://dewey.info/class/948.443/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48443/e23/>,
        <http://dewey.info/class/914.8443/e23/>,
        <http://dewey.info/class/948.443/e23/> ;
    skos:prefLabel "Salten"@en,
        "Salten"@nb,
        "Salten"@nn .

humord:c02788 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02788" ;
    dct:modified "2025-04-04T08:54:10"^^xsd:dateTime ;
    skos:altLabel "Skierrestádde"@nb ;
    skos:broadMatch <http://dewey.info/class/2--484431/e23/>,
        <http://dewey.info/class/914.84431/e23/>,
        <http://dewey.info/class/948.4431/e23/> ;
    skos:broader humord:c02766 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484431/e23/>,
        <http://dewey.info/class/914.84431/e23/>,
        <http://dewey.info/class/948.4431/e23/> ;
    skos:prefLabel "Skjerstad"@en,
        "Skjerstad"@nb,
        "Skjerstad"@nn .

humord:c02789 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02789" ;
    dct:modified "2025-04-04T09:51:59"^^xsd:dateTime ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484464/e23/>,
        <http://dewey.info/class/914.84464/e23/>,
        <http://dewey.info/class/948.4464/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484464/e23/>,
        <http://dewey.info/class/914.84464/e23/>,
        <http://dewey.info/class/948.4464/e23/> ;
    skos:prefLabel "Sortland"@en,
        "Sortland"@nb,
        "Sortland"@nn,
        "Suortá"@se .

humord:c02790 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02790" ;
    dct:modified "2025-04-04T08:46:25"^^xsd:dateTime ;
    skos:altLabel "Såvsoenvuemie"@nb ;
    skos:broadMatch <http://dewey.info/class/2--484412/e23/>,
        <http://dewey.info/class/914.84412/e23/>,
        <http://dewey.info/class/948.4412/e23/> ;
    skos:broader humord:c02775 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484412/e23/>,
        <http://dewey.info/class/914.84412/e23/>,
        <http://dewey.info/class/948.4412/e23/> ;
    skos:prefLabel "Susendalen"@en,
        "Susendalen"@nb,
        "Susendalen"@nn .

humord:c02791 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02791" ;
    dct:modified "2025-04-04T09:49:40"^^xsd:dateTime ;
    skos:altLabel "Sïebne"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--4844293/e23/>,
        <http://dewey.info/class/914.844293/e23/>,
        <http://dewey.info/class/948.44293/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4844293/e23/>,
        <http://dewey.info/class/914.844293/e23/>,
        <http://dewey.info/class/948.44293/e23/> ;
    skos:prefLabel "Sømna"@en,
        "Sømna"@nb,
        "Sømna"@nn .

humord:c02792 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02792" ;
    dct:modified "2025-04-04T09:53:12"^^xsd:dateTime ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484518/e23/>,
        <http://dewey.info/class/914.84518/e23/>,
        <http://dewey.info/class/948.4518/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484518/e23/>,
        <http://dewey.info/class/914.84518/e23/>,
        <http://dewey.info/class/948.4518/e23/> ;
    skos:prefLabel "Tjeldsund"@en,
        "Tjeldsund"@nb,
        "Tjeldsund"@nn,
        "Dielddanuorri"@se .

humord:c02793 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02793" ;
    dct:modified "2025-04-04T09:54:30"^^xsd:dateTime ;
    skos:altLabel "Divtasvuodna"@nb ;
    skos:broadMatch <http://dewey.info/class/2--484441/e23/>,
        <http://dewey.info/class/914.84441/e23/>,
        <http://dewey.info/class/948.4441/e23/> ;
    skos:broader humord:c02764 ;
    skos:closeMatch <http://dewey.info/class/2--484435/e23/>,
        <http://dewey.info/class/914.84435/e23/>,
        <http://dewey.info/class/948.4435/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484435/e23/>,
        <http://dewey.info/class/2--484441/e23/>,
        <http://dewey.info/class/914.84435/e23/>,
        <http://dewey.info/class/914.84441/e23/>,
        <http://dewey.info/class/948.4435/e23/>,
        <http://dewey.info/class/948.4441/e23/> ;
    skos:prefLabel "Tysfjord"@en,
        "Tiitisvuono"@fkv,
        "Tysfjord"@nb,
        "Tysfjord"@nn .

humord:c02794 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02794" ;
    dct:modified "2025-04-04T09:55:00"^^xsd:dateTime ;
    skos:altLabel "Vaapste"@nb ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484415/e23/>,
        <http://dewey.info/class/914.84415/e23/>,
        <http://dewey.info/class/948.4415/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484415/e23/>,
        <http://dewey.info/class/914.84415/e23/>,
        <http://dewey.info/class/948.4415/e23/> ;
    skos:prefLabel "Vefsn"@en,
        "Vefsn"@nb,
        "Vefsn"@nn .

humord:c02795 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02795" ;
    dct:modified "2025-04-04T10:07:26"^^xsd:dateTime ;
    skos:broader humord:c02764 ;
    skos:exactMatch realfagstermer:c030705,
        <http://dewey.info/class/2--48446/e23/>,
        <http://dewey.info/class/914.8446/e23/>,
        <http://dewey.info/class/948.446/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030705,
        <http://dewey.info/class/2--48446/e23/>,
        <http://dewey.info/class/914.8446/e23/>,
        <http://dewey.info/class/948.446/e23/> ;
    skos:prefLabel "Vesterålen"@en,
        "Vesterålen"@nb,
        "Vesterålen"@nn,
        "Viestterálas"@se .

humord:c02796 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02796" ;
    dct:modified "2025-04-04T10:06:58"^^xsd:dateTime ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484455/e23/>,
        <http://dewey.info/class/914.84455/e23/>,
        <http://dewey.info/class/948.4455/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484455/e23/>,
        <http://dewey.info/class/914.84455/e23/>,
        <http://dewey.info/class/948.4455/e23/> ;
    skos:prefLabel "Værøy"@en,
        "Værøy"@nb,
        "Værøy"@nn .

humord:c02797 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02797" ;
    dct:modified "2025-04-04T10:06:15"^^xsd:dateTime ;
    skos:broader humord:c02764 ;
    skos:exactMatch <http://dewey.info/class/2--484465/e23/>,
        <http://dewey.info/class/914.84465/e23/>,
        <http://dewey.info/class/948.4465/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484465/e23/>,
        <http://dewey.info/class/914.84465/e23/>,
        <http://dewey.info/class/948.4465/e23/> ;
    skos:prefLabel "Øksnes"@en,
        "Øksnes"@nb,
        "Øksnes"@nn,
        "Ikšnášši"@se .

humord:c02798 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02798" ;
    dct:modified "2025-04-02T09:54:11"^^xsd:dateTime ;
    skos:altLabel "Nordre Trondhjems amt"@nb ;
    skos:broader humord:c03001 ;
    skos:exactMatch realfagstermer:c030761,
        <http://dewey.info/class/2--4842/e23/>,
        <http://dewey.info/class/914.842/e23/>,
        <http://dewey.info/class/948.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030761,
        <http://dewey.info/class/2--4842/e23/>,
        <http://dewey.info/class/914.842/e23/>,
        <http://dewey.info/class/948.42/e23/> ;
    skos:prefLabel "Nord-Trøndelag"@en,
        "Nord-Trøndelag"@nb,
        "Nord-Trøndelag"@nn ;
    skos:related humord:c03007 .

humord:c02799 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02799" ;
    dct:modified "2024-10-16T14:11:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484221/e23/>,
        <http://dewey.info/class/914.84221/e23/>,
        <http://dewey.info/class/948.4221/e23/> ;
    skos:broader humord:c12659 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484221/e23/>,
        <http://dewey.info/class/914.84221/e23/>,
        <http://dewey.info/class/948.4221/e23/> ;
    skos:prefLabel "Beitstad"@en,
        "Beitstad"@nb,
        "Beitstad"@nn .

humord:c02801 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02801" ;
    dct:modified "2025-04-02T09:46:36"^^xsd:dateTime ;
    skos:altLabel "Kråangke"@nb ;
    skos:broader humord:c03007 ;
    skos:exactMatch <http://dewey.info/class/2--484231/e23/>,
        <http://dewey.info/class/914.84231/e23/>,
        <http://dewey.info/class/948.4231/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484231/e23/>,
        <http://dewey.info/class/914.84231/e23/>,
        <http://dewey.info/class/948.4231/e23/> ;
    skos:prefLabel "Grong"@en,
        "Grong"@nb,
        "Grong"@nn .

humord:c02802 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02802" ;
    dct:modified "2025-04-02T08:05:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484231/e23/>,
        <http://dewey.info/class/914.84231/e23/>,
        <http://dewey.info/class/948.4231/e23/> ;
    skos:broader humord:c02801 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484231/e23/>,
        <http://dewey.info/class/914.84231/e23/>,
        <http://dewey.info/class/948.4231/e23/> ;
    skos:prefLabel "Harran"@en,
        "Harran"@nb,
        "Harran"@nn .

humord:c02803 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02803" ;
    dct:modified "2025-04-01T19:56:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484215/e23/>,
        <http://dewey.info/class/914.84215/e23/>,
        <http://dewey.info/class/948.4215/e23/> ;
    skos:broader humord:c02814 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484215/e23/>,
        <http://dewey.info/class/914.84215/e23/>,
        <http://dewey.info/class/948.4215/e23/> ;
    skos:prefLabel "Hegra"@en,
        "Hegra"@nb,
        "Hegra"@nn .

humord:c02804 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02804" ;
    dct:modified "2025-04-02T09:53:16"^^xsd:dateTime ;
    skos:altLabel "Innherad"@nb,
        "Innherad"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4842/e23/>,
        <http://dewey.info/class/914.842/e23/>,
        <http://dewey.info/class/948.42/e23/> ;
    skos:broader humord:c03007 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4842/e23/>,
        <http://dewey.info/class/914.842/e23/>,
        <http://dewey.info/class/948.42/e23/> ;
    skos:prefLabel "Innherred"@en,
        "Innherred"@nb,
        "Innherred"@nn .

humord:c02805 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02805" ;
    dct:modified "2025-04-02T08:02:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484123/e23/>,
        <http://dewey.info/class/914.84123/e23/>,
        <http://dewey.info/class/948.4123/e23/> ;
    skos:broader humord:c58387 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484123/e23/>,
        <http://dewey.info/class/914.84123/e23/>,
        <http://dewey.info/class/948.4123/e23/> ;
    skos:prefLabel "Leksvik"@en,
        "Leksvik"@nb,
        "Leksvik"@nn .

humord:c02806 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02806" ;
    dct:modified "2025-04-02T09:18:12"^^xsd:dateTime ;
    skos:altLabel "Levangke"@nb ;
    skos:broader humord:c03007 ;
    skos:exactMatch <http://dewey.info/class/2--484213/e23/>,
        <http://dewey.info/class/914.84213/e23/>,
        <http://dewey.info/class/948.4213/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484213/e23/>,
        <http://dewey.info/class/914.84213/e23/>,
        <http://dewey.info/class/948.4213/e23/> ;
    skos:prefLabel "Levanger"@en,
        "Levanger"@nb,
        "Levanger"@nn .

humord:c02807 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02807" ;
    dct:modified "2025-04-02T09:21:23"^^xsd:dateTime ;
    skos:altLabel "Lijre"@nb ;
    skos:broader humord:c03007 ;
    skos:exactMatch realfagstermer:c030802,
        <http://dewey.info/class/2--484233/e23/>,
        <http://dewey.info/class/914.84233/e23/>,
        <http://dewey.info/class/948.4233/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030802,
        <http://dewey.info/class/2--484233/e23/>,
        <http://dewey.info/class/914.84233/e23/>,
        <http://dewey.info/class/948.4233/e23/> ;
    skos:prefLabel "Lierne"@en,
        "Lierne"@nb,
        "Lierne"@nn .

humord:c02808 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02808" ;
    dct:modified "2025-04-02T07:55:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484246/e23/>,
        <http://dewey.info/class/914.84246/e23/>,
        <http://dewey.info/class/948.4246/e23/> ;
    skos:broader humord:c61622 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484246/e23/>,
        <http://dewey.info/class/914.84246/e23/>,
        <http://dewey.info/class/948.4246/e23/> ;
    skos:prefLabel "Nærøy"@en,
        "Nærøy"@nb,
        "Nærøy"@nn .

humord:c02809 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02809" ;
    dct:modified "2025-04-01T12:31:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484221/e23/>,
        <http://dewey.info/class/914.84221/e23/>,
        <http://dewey.info/class/948.4221/e23/> ;
    skos:broader humord:c12659 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484221/e23/>,
        <http://dewey.info/class/914.84221/e23/>,
        <http://dewey.info/class/948.4221/e23/> ;
    skos:prefLabel "Ogndal"@en,
        "Ogndal"@nb,
        "Ogndal"@nn .

humord:c02810 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02810" ;
    dct:modified "2025-04-02T09:35:19"^^xsd:dateTime ;
    skos:altLabel "Ååverhaellie"@nb ;
    skos:broader humord:c03007 ;
    skos:exactMatch <http://dewey.info/class/2--484235/e23/>,
        <http://dewey.info/class/914.84235/e23/>,
        <http://dewey.info/class/948.4235/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484235/e23/>,
        <http://dewey.info/class/914.84235/e23/>,
        <http://dewey.info/class/948.4235/e23/> ;
    skos:prefLabel "Overhalla"@en,
        "Overhalla"@nb,
        "Overhalla"@nn .

humord:c02811 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02811" ;
    dct:modified "2025-04-02T09:38:42"^^xsd:dateTime ;
    skos:altLabel "Snåase"@nb ;
    skos:broader humord:c03007 ;
    skos:exactMatch realfagstermer:c030566,
        <http://dewey.info/class/2--484224/e23/>,
        <http://dewey.info/class/914.84224/e23/>,
        <http://dewey.info/class/948.4224/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030566,
        <http://dewey.info/class/2--484224/e23/>,
        <http://dewey.info/class/914.84224/e23/>,
        <http://dewey.info/class/948.4224/e23/> ;
    skos:prefLabel "Snåsa"@en,
        "Snåsa"@nb,
        "Snåsa"@nn .

humord:c02812 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02812" ;
    dct:modified "2025-04-01T12:33:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484221/e23/>,
        <http://dewey.info/class/914.84221/e23/>,
        <http://dewey.info/class/948.4221/e23/> ;
    skos:broader humord:c12659 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484221/e23/>,
        <http://dewey.info/class/914.84221/e23/>,
        <http://dewey.info/class/948.4221/e23/> ;
    skos:prefLabel "Sparbu"@en,
        "Sparbu"@nb,
        "Sparbu"@nn .

humord:c02813 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02813" ;
    dct:modified "2025-04-01T19:54:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484216/e23/>,
        <http://dewey.info/class/914.84216/e23/>,
        <http://dewey.info/class/948.4216/e23/> ;
    skos:broader humord:c02816 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484216/e23/>,
        <http://dewey.info/class/914.84216/e23/>,
        <http://dewey.info/class/948.4216/e23/> ;
    skos:prefLabel "Stiklestad"@en,
        "Stiklestad"@nb,
        "Stiklestad"@nn .

humord:c02814 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02814" ;
    dct:modified "2025-04-02T09:39:19"^^xsd:dateTime ;
    skos:broader humord:c03007 ;
    skos:exactMatch <http://dewey.info/class/2--484215/e23/>,
        <http://dewey.info/class/914.84215/e23/>,
        <http://dewey.info/class/948.4215/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484215/e23/>,
        <http://dewey.info/class/914.84215/e23/>,
        <http://dewey.info/class/948.4215/e23/> ;
    skos:prefLabel "Stjørdal"@en,
        "Stjørdal"@nb,
        "Stjørdal"@nn .

humord:c02815 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02815" ;
    dct:modified "2025-04-01T12:31:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484221/e23/>,
        <http://dewey.info/class/914.84221/e23/>,
        <http://dewey.info/class/948.4221/e23/> ;
    skos:broader humord:c12659 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484221/e23/>,
        <http://dewey.info/class/914.84221/e23/>,
        <http://dewey.info/class/948.4221/e23/> ;
    skos:prefLabel "Stod"@en,
        "Stod"@nb,
        "Stod"@nn .

humord:c02816 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02816" ;
    dct:modified "2025-04-02T09:42:48"^^xsd:dateTime ;
    skos:altLabel "Vïeredaelie"@nb ;
    skos:broader humord:c03007 ;
    skos:exactMatch <http://dewey.info/class/2--484216/e23/>,
        <http://dewey.info/class/914.84216/e23/>,
        <http://dewey.info/class/948.4216/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484216/e23/>,
        <http://dewey.info/class/914.84216/e23/>,
        <http://dewey.info/class/948.4216/e23/> ;
    skos:prefLabel "Verdal"@en,
        "Verdal"@nb,
        "Verdal"@nn .

humord:c02817 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02817" ;
    dct:modified "2024-08-20T08:31:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484213/e23/>,
        <http://dewey.info/class/914.84213/e23/>,
        <http://dewey.info/class/948.4213/e23/> ;
    skos:broader humord:c02806 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484213/e23/>,
        <http://dewey.info/class/914.84213/e23/>,
        <http://dewey.info/class/948.4213/e23/> ;
    skos:prefLabel "Åsen (Levanger)"@en,
        "Åsen (Levanger"@nb,
        "Åsen (Levanger)"@nn .

humord:c02818 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02818" ;
    dct:modified "2025-04-06T22:39:17"^^xsd:dateTime ;
    skos:altLabel "Kristians amt"@nb ;
    skos:broader humord:c03001 ;
    skos:exactMatch realfagstermer:c030244,
        <http://dewey.info/class/2--4825/e23/>,
        <http://dewey.info/class/914.825/e23/>,
        <http://dewey.info/class/948.25/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030244,
        <http://dewey.info/class/2--4825/e23/>,
        <http://dewey.info/class/914.825/e23/>,
        <http://dewey.info/class/948.25/e23/> ;
    skos:prefLabel "Oppland"@en,
        "Oppland"@nb,
        "Oppland"@nn ;
    skos:related humord:c58370 .

humord:c02819 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02819" ;
    dct:modified "2025-04-03T08:56:03"^^xsd:dateTime ;
    skos:altLabel "Dokkfløyvatnet"@en,
        "Dokkfløyvatnet"@nb,
        "Dokkfløyvatnet"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4825/e23/>,
        <http://dewey.info/class/914.825/e23/>,
        <http://dewey.info/class/948.25/e23/> ;
    skos:broader humord:c58370 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4825/e23/>,
        <http://dewey.info/class/914.825/e23/>,
        <http://dewey.info/class/948.25/e23/> ;
    skos:prefLabel "Dokkfløyvatn"@en,
        "Dokkfløyvatn"@nb,
        "Dokkfløyvatn"@nn .

humord:c02820 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02820" ;
    dct:modified "2025-04-06T22:26:59"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c030377,
        <http://dewey.info/class/2--482511/e23/>,
        <http://dewey.info/class/914.82511/e23/>,
        <http://dewey.info/class/948.2511/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030377,
        <http://dewey.info/class/2--482511/e23/>,
        <http://dewey.info/class/914.82511/e23/>,
        <http://dewey.info/class/948.2511/e23/> ;
    skos:prefLabel "Dovre"@en,
        "Dovre"@nb,
        "Dovre"@nn .

humord:c02821 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02821" ;
    dct:modified "2025-04-06T22:32:32"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--482556/e23/>,
        <http://dewey.info/class/914.82556/e23/>,
        <http://dewey.info/class/948.2556/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482556/e23/>,
        <http://dewey.info/class/914.82556/e23/>,
        <http://dewey.info/class/948.2556/e23/> ;
    skos:prefLabel "Etnedal"@en,
        "Etnedal"@nb,
        "Etnedal"@nn .

humord:c02822 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02822" ;
    dct:modified "2025-04-06T22:35:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48252/e23/>,
        <http://dewey.info/class/914.8252/e23/>,
        <http://dewey.info/class/948.252/e23/> ;
    skos:broader humord:c58370 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48252/e23/>,
        <http://dewey.info/class/914.8252/e23/>,
        <http://dewey.info/class/948.252/e23/> ;
    skos:prefLabel "Fron"@en,
        "Fron"@nb,
        "Fron"@nn .

humord:c02823 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02823" ;
    dct:modified "2025-03-27T09:59:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482521/e23/>,
        <http://dewey.info/class/914.82521/e23/>,
        <http://dewey.info/class/948.2521/e23/> ;
    skos:broader humord:c02831 ;
    skos:exactMatch realfagstermer:c030864 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030864,
        <http://dewey.info/class/2--482521/e23/>,
        <http://dewey.info/class/914.82521/e23/>,
        <http://dewey.info/class/948.2521/e23/> ;
    skos:prefLabel "Fåberg"@en,
        "Fåberg"@nb,
        "Fåberg"@nn .

humord:c02824 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02824" ;
    dct:modified "2025-04-06T22:35:50"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c030626,
        <http://dewey.info/class/2--482522/e23/>,
        <http://dewey.info/class/914.82522/e23/>,
        <http://dewey.info/class/948.2522/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030626,
        <http://dewey.info/class/2--482522/e23/>,
        <http://dewey.info/class/914.82522/e23/>,
        <http://dewey.info/class/948.2522/e23/> ;
    skos:prefLabel "Gausdal"@en,
        "Gausdal"@nb,
        "Gausdal"@nn .

humord:c02825 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02825" ;
    dct:modified "2025-04-06T22:41:03"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--482542/e23/>,
        <http://dewey.info/class/914.82542/e23/>,
        <http://dewey.info/class/948.2542/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482542/e23/>,
        <http://dewey.info/class/914.82542/e23/>,
        <http://dewey.info/class/948.2542/e23/> ;
    skos:prefLabel "Gran (Innlandet)"@en,
        "Gran (Innlandet)"@nb,
        "Gran (Innlandet)"@nn .

humord:c02826 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02826" ;
    dct:modified "2025-04-06T22:35:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48251/e23/>,
        <http://dewey.info/class/914.8251/e23/>,
        <http://dewey.info/class/948.251/e23/> ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c030336 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030336,
        <http://dewey.info/class/2--48251/e23/>,
        <http://dewey.info/class/914.8251/e23/>,
        <http://dewey.info/class/948.251/e23/> ;
    skos:prefLabel "Gudbrandsdalen"@en,
        "Gudbrandsdalen"@nb,
        "Gudbrandsdalen"@nn .

humord:c02827 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02827" ;
    dct:modified "2025-04-06T22:38:27"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:closeMatch <http://dewey.info/class/2--48254/e23/>,
        <http://dewey.info/class/914.8254/e23/>,
        <http://dewey.info/class/948.254/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48254/e23/>,
        <http://dewey.info/class/914.8254/e23/>,
        <http://dewey.info/class/948.254/e23/> ;
    skos:prefLabel "Hadeland"@en,
        "Hadeland"@nb,
        "Hadeland"@nn .

humord:c02828 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02828" ;
    dct:modified "2025-03-27T09:50:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482552/e23/>,
        <http://dewey.info/class/914.82552/e23/>,
        <http://dewey.info/class/948.2552/e23/> ;
    skos:broader humord:c02836 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482552/e23/>,
        <http://dewey.info/class/914.82552/e23/>,
        <http://dewey.info/class/948.2552/e23/> ;
    skos:prefLabel "Hedalen"@en,
        "Hedalen"@nb,
        "Hedalen"@nn .

humord:c02829 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02829" ;
    dct:modified "2025-04-06T22:36:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482553/e23/>,
        <http://dewey.info/class/914.82553/e23/>,
        <http://dewey.info/class/948.2553/e23/> ;
    skos:broader humord:c11636 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482553/e23/>,
        <http://dewey.info/class/914.82553/e23/>,
        <http://dewey.info/class/948.2553/e23/> ;
    skos:prefLabel "Høre"@en,
        "Høre"@nb,
        "Høre"@nn .

humord:c02830 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02830" ;
    dct:modified "2025-04-06T22:36:28"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--482512/e23/>,
        <http://dewey.info/class/914.82512/e23/>,
        <http://dewey.info/class/948.2512/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482512/e23/>,
        <http://dewey.info/class/914.82512/e23/>,
        <http://dewey.info/class/948.2512/e23/> ;
    skos:prefLabel "Lesja"@en,
        "Lesja"@nb,
        "Lesja"@nn .

humord:c02831 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02831" ;
    dct:modified "2025-04-06T22:38:05"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c030510,
        <http://dewey.info/class/2--482521/e23/>,
        <http://dewey.info/class/914.82521/e23/>,
        <http://dewey.info/class/948.2521/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030510,
        <http://dewey.info/class/2--482521/e23/>,
        <http://dewey.info/class/914.82521/e23/>,
        <http://dewey.info/class/948.2521/e23/> ;
    skos:prefLabel "Lillehammer"@en,
        "Lillehammer"@nb,
        "Lillehammer"@nn .

humord:c02832 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02832" ;
    dct:modified "2025-03-25T09:36:23"^^xsd:dateTime ;
    skos:broader humord:c02614 ;
    skos:exactMatch <http://dewey.info/class/2--482238/e23/>,
        <http://dewey.info/class/914.82238/e23/>,
        <http://dewey.info/class/948.2238/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482238/e23/>,
        <http://dewey.info/class/914.82238/e23/>,
        <http://dewey.info/class/948.2238/e23/> ;
    skos:prefLabel "Lunner"@en,
        "Lunner"@nb,
        "Lunner"@nn .

humord:c02833 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02833" ;
    dct:modified "2025-04-06T22:37:45"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--482545/e23/>,
        <http://dewey.info/class/914.82545/e23/>,
        <http://dewey.info/class/948.2545/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482545/e23/>,
        <http://dewey.info/class/914.82545/e23/>,
        <http://dewey.info/class/948.2545/e23/> ;
    skos:prefLabel "Nordre Land"@en,
        "Nordre Land"@nb,
        "Nordre Land"@nn .

humord:c02834 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02834" ;
    dct:modified "2025-04-06T22:39:44"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--482524/e23/>,
        <http://dewey.info/class/914.82524/e23/>,
        <http://dewey.info/class/948.2524/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482524/e23/>,
        <http://dewey.info/class/914.82524/e23/>,
        <http://dewey.info/class/948.2524/e23/> ;
    skos:prefLabel "Ringebu"@en,
        "Ringebu"@nb,
        "Ringebu"@nn .

humord:c02835 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02835" ;
    dct:modified "2025-04-06T22:40:01"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c030736,
        <http://dewey.info/class/2--482515/e23/>,
        <http://dewey.info/class/914.82515/e23/>,
        <http://dewey.info/class/948.2515/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030736,
        <http://dewey.info/class/2--482515/e23/>,
        <http://dewey.info/class/914.82515/e23/>,
        <http://dewey.info/class/948.2515/e23/> ;
    skos:prefLabel "Skjåk"@en,
        "Skjåk"@nb,
        "Skjåk"@nn .

humord:c02836 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02836" ;
    dct:modified "2025-04-06T22:40:26"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch <http://dewey.info/class/2--482552/e23/>,
        <http://dewey.info/class/914.82552/e23/>,
        <http://dewey.info/class/948.2552/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482552/e23/>,
        <http://dewey.info/class/914.82552/e23/>,
        <http://dewey.info/class/948.2552/e23/> ;
    skos:prefLabel "Sør-Aurdal"@en,
        "Sør-Aurdal"@nb,
        "Sør-Aurdal"@nn .

humord:c02837 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02837" ;
    dct:modified "2025-03-27T13:34:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482542/e23/>,
        <http://dewey.info/class/914.82542/e23/>,
        <http://dewey.info/class/948.2542/e23/> ;
    skos:broader humord:c02825 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482542/e23/>,
        <http://dewey.info/class/914.82542/e23/>,
        <http://dewey.info/class/948.2542/e23/> ;
    skos:prefLabel "Tingelstad"@en,
        "Tingelstad"@nb,
        "Tingelstad"@nn .

humord:c02838 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02838" ;
    dct:modified "2025-04-06T22:21:04"^^xsd:dateTime ;
    skos:broader humord:c58370 ;
    skos:exactMatch realfagstermer:c030709,
        <http://dewey.info/class/2--48255/e23/>,
        <http://dewey.info/class/914.8255/e23/>,
        <http://dewey.info/class/948.255/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030709,
        <http://dewey.info/class/2--48255/e23/>,
        <http://dewey.info/class/914.8255/e23/>,
        <http://dewey.info/class/948.255/e23/> ;
    skos:prefLabel "Valdres"@en,
        "Valdres"@nb,
        "Valdres"@nn .

humord:c02839 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-10-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02839" ;
    dct:modified "2024-04-29T08:34:14"^^xsd:dateTime ;
    skos:altLabel "Archipelagos"@en,
        "Arkipeler"@nb,
        "Øy"@nb,
        "Øygrupper"@nb,
        "Arkipel"@nn,
        "Øyar"@nn,
        "Øygrupper"@nn ;
    skos:broader humord:c08315 ;
    skos:exactMatch realfagstermer:c006303,
        <http://dewey.info/class/2--142/e23/>,
        <http://dewey.info/class/551.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006303,
        <http://dewey.info/class/2--142/e23/>,
        <http://dewey.info/class/551.42/e23/>,
        <http://dewey.info/class/577.52/e23/> ;
    skos:prefLabel "Islands"@en,
        "Øyer"@nb,
        "Øyer"@nn ;
    skos:relatedMatch <http://dewey.info/class/577.52/e23/> .

humord:c02840 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-01-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02840" ;
    dct:modified "2024-09-16T13:51:02"^^xsd:dateTime ;
    skos:altLabel "Christiania"@nb,
        "Kristiania"@nb,
        "Oslo (By)"@nb,
        "Christiania"@nn,
        "Kristiania"@nn,
        "Oslo (By)"@nn ;
    skos:broader humord:c02613 ;
    skos:closeMatch realfagstermer:c030343 ;
    skos:editorialNote "Brukes både om byen og fylket"@nb ;
    skos:exactMatch realfagstermer:c030208,
        realfagstermer:c030542,
        <http://dewey.info/class/2--4821/e23/>,
        <http://dewey.info/class/914.821/e23/>,
        <http://dewey.info/class/948.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030208,
        realfagstermer:c030343,
        realfagstermer:c030542,
        <http://dewey.info/class/2--4821/e23/>,
        <http://dewey.info/class/914.821/e23/>,
        <http://dewey.info/class/948.21/e23/> ;
    skos:prefLabel "Oslo"@en,
        "Oslo"@nb,
        "Oslo"@nn .

humord:c02843 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02843" ;
    dct:modified "2025-03-24T07:03:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4821/e23/>,
        <http://dewey.info/class/914.821/e23/>,
        <http://dewey.info/class/948.21/e23/> ;
    skos:broader humord:c02840 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4821/e23/>,
        <http://dewey.info/class/914.821/e23/>,
        <http://dewey.info/class/948.21/e23/> ;
    skos:prefLabel "Aker"@en,
        "Aker"@nb,
        "Aker"@nn .

humord:c02844 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02844" ;
    dct:modified "2025-03-24T07:04:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4821/e23/>,
        <http://dewey.info/class/914.821/e23/>,
        <http://dewey.info/class/948.21/e23/> ;
    skos:broader humord:c02840 ;
    skos:exactMatch realfagstermer:c030651 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030651,
        <http://dewey.info/class/2--4821/e23/>,
        <http://dewey.info/class/914.821/e23/>,
        <http://dewey.info/class/948.21/e23/> ;
    skos:prefLabel "Bygdøy"@en,
        "Bygdøy"@nb,
        "Bygdøy"@nn .

humord:c02845 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02845" ;
    dct:modified "2025-03-24T07:10:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4821/e23/>,
        <http://dewey.info/class/914.821/e23/>,
        <http://dewey.info/class/948.21/e23/> ;
    skos:broader humord:c02840 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4821/e23/>,
        <http://dewey.info/class/914.821/e23/>,
        <http://dewey.info/class/948.21/e23/> ;
    skos:prefLabel "Ljabru"@en,
        "Ljabru"@nb,
        "Ljabru"@nn .

humord:c02846 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02846" ;
    dct:modified "2024-05-13T13:42:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482/e23/>,
        <http://dewey.info/class/914.82/e23/>,
        <http://dewey.info/class/948.2/e23/> ;
    skos:broader humord:c03010 ;
    skos:definition "Skogstrekningene i Oslo. I videre forstand med tilgrensende områder i nabokommunene/-fylkene <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030350 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030350,
        <http://dewey.info/class/2--482/e23/>,
        <http://dewey.info/class/914.82/e23/>,
        <http://dewey.info/class/948.2/e23/> ;
    skos:prefLabel "Oslomarka"@en,
        "Oslomarka"@nb,
        "Oslomarka"@nn .

humord:c02847 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02847" ;
    dct:modified "2026-01-12T11:15:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482/e23/>,
        <http://dewey.info/class/914.82/e23/>,
        <http://dewey.info/class/948.2/e23/> ;
    skos:broader humord:c02846 ;
    skos:definition "Åslandskap mellom tettbebyggelsen i Oslo og Hadeland <SNL>"@nb ;
    skos:exactMatch realfagstermer:c031380 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031380,
        <http://dewey.info/class/2--482/e23/>,
        <http://dewey.info/class/914.82/e23/>,
        <http://dewey.info/class/948.2/e23/> ;
    skos:prefLabel "Nordmarka"@en,
        "Nordmarka"@nb,
        "Nordmarka"@nn .

humord:c02848 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02848" ;
    dct:modified "2025-03-24T08:07:49"^^xsd:dateTime ;
    skos:altLabel "Stavanger amt"@nb,
        "Stavanger amt"@nn ;
    skos:broader humord:c02613 ;
    skos:exactMatch realfagstermer:c030694,
        <http://dewey.info/class/2--4834/e23/>,
        <http://dewey.info/class/914.834/e23/>,
        <http://dewey.info/class/948.34/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030694,
        <http://dewey.info/class/2--4834/e23/>,
        <http://dewey.info/class/914.834/e23/>,
        <http://dewey.info/class/948.34/e23/> ;
    skos:prefLabel "Rogaland"@en,
        "Rogaland"@nb,
        "Rogaland"@nn .

humord:c02849 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02849" ;
    dct:modified "2024-09-30T13:40:11"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:definition "Dalane er den sørligste delen av Rogaland fylke, mellom Jæren og grensen mot Agder, fra Ryfylkeheiane i nord til kysten i sør <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--48341/e23/>,
        <http://dewey.info/class/914.8341/e23/>,
        <http://dewey.info/class/948.341/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48341/e23/>,
        <http://dewey.info/class/914.8341/e23/>,
        <http://dewey.info/class/948.341/e23/> ;
    skos:prefLabel "Dalane"@en,
        "Dalane"@nb,
        "Dalane"@nn .

humord:c02850 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02850" ;
    dct:modified "2025-04-04T13:34:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483411/e23/>,
        <http://dewey.info/class/914.83411/e23/>,
        <http://dewey.info/class/948.3411/e23/> ;
    skos:broader humord:c12876 ;
    skos:definition "Tettsted og administrasjonssenter i Eigersund kommune <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483411/e23/>,
        <http://dewey.info/class/914.83411/e23/>,
        <http://dewey.info/class/948.3411/e23/> ;
    skos:prefLabel "Egersund"@en,
        "Egersund"@nb,
        "Egersund"@nn .

humord:c02851 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02851" ;
    dct:modified "2025-04-04T13:00:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483421/e23/>,
        <http://dewey.info/class/914.83421/e23/>,
        <http://dewey.info/class/948.3421/e23/> ;
    skos:broader humord:c02862 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483421/e23/>,
        <http://dewey.info/class/914.83421/e23/>,
        <http://dewey.info/class/948.3421/e23/> ;
    skos:prefLabel "Forsand"@en,
        "Forsand"@nb,
        "Forsand"@nn .

humord:c02852 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02852" ;
    dct:modified "2025-04-04T14:26:12"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:exactMatch realfagstermer:c030620,
        <http://dewey.info/class/2--483441/e23/>,
        <http://dewey.info/class/914.83441/e23/>,
        <http://dewey.info/class/948.3441/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030620,
        <http://dewey.info/class/2--483441/e23/>,
        <http://dewey.info/class/914.83441/e23/>,
        <http://dewey.info/class/948.3441/e23/> ;
    skos:prefLabel "Haugesund"@en,
        "Haugesund"@nb,
        "Haugesund"@nn .

humord:c02853 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02853" ;
    dct:modified "2025-04-04T14:26:23"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:exactMatch <http://dewey.info/class/2--483433/e23/>,
        <http://dewey.info/class/914.83433/e23/>,
        <http://dewey.info/class/948.3433/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483433/e23/>,
        <http://dewey.info/class/914.83433/e23/>,
        <http://dewey.info/class/948.3433/e23/> ;
    skos:prefLabel "Hjelmeland"@en,
        "Hjelmeland"@nb,
        "Hjelmeland"@nn .

humord:c02854 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02854" ;
    dct:modified "2025-04-04T12:57:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483421/e23/>,
        <http://dewey.info/class/914.83421/e23/>,
        <http://dewey.info/class/948.3421/e23/> ;
    skos:broader humord:c02862 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483421/e23/>,
        <http://dewey.info/class/914.83421/e23/>,
        <http://dewey.info/class/948.3421/e23/> ;
    skos:prefLabel "Høyland"@en,
        "Høyland"@nb,
        "Høyland"@nn .

humord:c02855 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02855" ;
    dct:modified "2026-01-12T11:16:03"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:exactMatch realfagstermer:c030835,
        <http://dewey.info/class/2--483424/e23/>,
        <http://dewey.info/class/914.83424/e23/>,
        <http://dewey.info/class/948.3424/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030835,
        <http://dewey.info/class/2--483424/e23/>,
        <http://dewey.info/class/914.83424/e23/>,
        <http://dewey.info/class/948.3424/e23/> ;
    skos:prefLabel "Hå"@en,
        "Hå"@nb,
        "Hå"@nn .

humord:c02856 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02856" ;
    dct:modified "2025-04-04T14:28:37"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:closeMatch <http://dewey.info/class/2--48342/e23/> ;
    skos:exactMatch realfagstermer:c030299,
        <http://dewey.info/class/914.8342/e23/>,
        <http://dewey.info/class/948.342/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030299,
        <http://dewey.info/class/2--48342/e23/>,
        <http://dewey.info/class/914.8342/e23/>,
        <http://dewey.info/class/948.342/e23/> ;
    skos:prefLabel "Jæren"@en,
        "Jæren"@nb,
        "Jæren"@nn .

humord:c02857 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02857" ;
    dct:modified "2025-04-04T14:28:25"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:exactMatch realfagstermer:c030396,
        <http://dewey.info/class/2--483443/e23/>,
        <http://dewey.info/class/914.83443/e23/>,
        <http://dewey.info/class/948.3443/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030396,
        <http://dewey.info/class/2--483443/e23/>,
        <http://dewey.info/class/914.83443/e23/>,
        <http://dewey.info/class/948.3443/e23/> ;
    skos:prefLabel "Karmøy"@en,
        "Karmøy"@nb,
        "Karmøy"@nn .

humord:c02858 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02858" ;
    dct:modified "2025-04-06T21:54:57"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:exactMatch <http://dewey.info/class/2--483425/e23/>,
        <http://dewey.info/class/914.83425/e23/>,
        <http://dewey.info/class/948.3425/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483425/e23/>,
        <http://dewey.info/class/914.83425/e23/>,
        <http://dewey.info/class/948.3425/e23/> ;
    skos:prefLabel "Klepp"@en,
        "Klepp"@nb,
        "Klepp"@nn .

humord:c02859 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02859" ;
    dct:modified "2025-04-06T21:54:01"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:exactMatch <http://dewey.info/class/2--483426/e23/>,
        <http://dewey.info/class/914.83426/e23/>,
        <http://dewey.info/class/948.3426/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483426/e23/>,
        <http://dewey.info/class/914.83426/e23/>,
        <http://dewey.info/class/948.3426/e23/> ;
    skos:prefLabel "Kvitsøy"@en,
        "Kvitsøy"@nb,
        "Kvitsøy"@nn .

humord:c02860 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02860" ;
    dct:modified "2025-04-04T12:55:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483422/e23/>,
        <http://dewey.info/class/914.83422/e23/>,
        <http://dewey.info/class/948.3422/e23/> ;
    skos:broader humord:c02865 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483422/e23/>,
        <http://dewey.info/class/914.83422/e23/>,
        <http://dewey.info/class/948.3422/e23/> ;
    skos:prefLabel "Madla"@en,
        "Madla"@nb,
        "Madla"@nn .

humord:c02861 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02861" ;
    dct:modified "2025-04-06T21:56:33"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:exactMatch <http://dewey.info/class/2--483427/e23/>,
        <http://dewey.info/class/914.83427/e23/>,
        <http://dewey.info/class/948.3427/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483427/e23/>,
        <http://dewey.info/class/914.83427/e23/>,
        <http://dewey.info/class/948.3427/e23/> ;
    skos:prefLabel "Randaberg"@en,
        "Randaberg"@nb,
        "Randaberg"@nn .

humord:c02862 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02862" ;
    dct:modified "2025-04-06T21:57:53"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:exactMatch <http://dewey.info/class/2--483421/e23/>,
        <http://dewey.info/class/914.83421/e23/>,
        <http://dewey.info/class/948.3421/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483421/e23/>,
        <http://dewey.info/class/914.83421/e23/>,
        <http://dewey.info/class/948.3421/e23/> ;
    skos:prefLabel "Sandnes"@en,
        "Sandnes"@nb,
        "Sandnes"@nn .

humord:c02863 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02863" ;
    dct:modified "2025-04-06T21:57:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483436/e23/>,
        <http://dewey.info/class/914.83436/e23/>,
        <http://dewey.info/class/948.3436/e23/> ;
    skos:broader humord:c02866 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483436/e23/>,
        <http://dewey.info/class/914.83436/e23/>,
        <http://dewey.info/class/948.3436/e23/> ;
    skos:prefLabel "Sand (Rogaland)"@en,
        "Sand (Rogaland)"@nb,
        "Sand (Rogaland)"@nn .

humord:c02864 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02864" ;
    dct:modified "2025-04-06T21:58:11"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:exactMatch <http://dewey.info/class/2--483434/e23/>,
        <http://dewey.info/class/914.83434/e23/>,
        <http://dewey.info/class/948.3434/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483434/e23/>,
        <http://dewey.info/class/914.83434/e23/>,
        <http://dewey.info/class/948.3434/e23/> ;
    skos:prefLabel "Sauda"@en,
        "Sauda"@nb,
        "Sauda"@nn .

humord:c02865 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02865" ;
    dct:modified "2025-04-06T21:59:16"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:exactMatch realfagstermer:c030693,
        <http://dewey.info/class/2--483422/e23/>,
        <http://dewey.info/class/914.83422/e23/>,
        <http://dewey.info/class/948.3422/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030693,
        <http://dewey.info/class/2--483422/e23/>,
        <http://dewey.info/class/914.83422/e23/>,
        <http://dewey.info/class/948.3422/e23/> ;
    skos:prefLabel "Stavanger"@en,
        "Stavanger"@nb,
        "Stavanger"@nn .

humord:c02866 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02866" ;
    dct:modified "2025-04-06T21:59:37"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:exactMatch realfagstermer:c030728,
        <http://dewey.info/class/2--483436/e23/>,
        <http://dewey.info/class/914.83436/e23/>,
        <http://dewey.info/class/948.3436/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030728,
        <http://dewey.info/class/2--483436/e23/>,
        <http://dewey.info/class/914.83436/e23/>,
        <http://dewey.info/class/948.3436/e23/> ;
    skos:prefLabel "Suldal"@en,
        "Suldal"@nb,
        "Suldal"@nn .

humord:c02867 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02867" ;
    dct:modified "2025-04-01T08:20:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483831/e23/>,
        <http://dewey.info/class/914.83831/e23/>,
        <http://dewey.info/class/948.3831/e23/> ;
    skos:broader humord:c12913 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483831/e23/>,
        <http://dewey.info/class/914.83831/e23/>,
        <http://dewey.info/class/948.3831/e23/> ;
    skos:prefLabel "Svanøy"@en,
        "Svanøy"@nb,
        "Svanøy"@nn .

humord:c02868 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02868" ;
    dct:modified "2025-04-06T22:02:00"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:exactMatch <http://dewey.info/class/2--483444/e23/>,
        <http://dewey.info/class/914.83444/e23/>,
        <http://dewey.info/class/948.3444/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483444/e23/>,
        <http://dewey.info/class/914.83444/e23/>,
        <http://dewey.info/class/948.3444/e23/> ;
    skos:prefLabel "Tysvær"@en,
        "Tysvær"@nb,
        "Tysvær"@nn .

humord:c02869 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02869" ;
    dct:modified "2025-04-04T13:04:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483422/e23/>,
        <http://dewey.info/class/914.83422/e23/>,
        <http://dewey.info/class/948.3422/e23/> ;
    skos:broader humord:c02865 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483422/e23/>,
        <http://dewey.info/class/914.83422/e23/>,
        <http://dewey.info/class/948.3422/e23/> ;
    skos:prefLabel "Ullandhaug"@en,
        "Ullandhaug"@nb,
        "Ullandhaug"@nn .

humord:c02870 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02870" ;
    dct:modified "2025-04-07T07:09:06"^^xsd:dateTime ;
    skos:broader humord:c02848 ;
    skos:closeMatch <http://dewey.info/class/936.83445/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--483445/e23/>,
        <http://dewey.info/class/914.83445/e23/>,
        <http://dewey.info/class/948.3445/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483445/e23/>,
        <http://dewey.info/class/914.83445/e23/>,
        <http://dewey.info/class/936.83445/e23/>,
        <http://dewey.info/class/948.3445/e23/> ;
    skos:prefLabel "Utsira"@en,
        "Utsira"@nb,
        "Utsira"@nn .

humord:c02871 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02871" ;
    dct:modified "2025-04-04T13:25:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483443/e23/>,
        <http://dewey.info/class/914.83443/e23/>,
        <http://dewey.info/class/948.3443/e23/> ;
    skos:broader humord:c02857 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483443/e23/>,
        <http://dewey.info/class/914.83443/e23/>,
        <http://dewey.info/class/948.3443/e23/> ;
    skos:prefLabel "Visnes"@en,
        "Visnes"@nb,
        "Visnes"@nn .

humord:c02872 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02872" ;
    dct:modified "2025-04-01T08:31:53"^^xsd:dateTime ;
    skos:altLabel "Nordre Bergenhus amt"@nb,
        "Nordre Bergenhus amt"@nn ;
    skos:broader humord:c03001 ;
    skos:exactMatch realfagstermer:c030310,
        <http://dewey.info/class/2--4838/e23/>,
        <http://dewey.info/class/914.838/e23/>,
        <http://dewey.info/class/948.38/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030310,
        <http://dewey.info/class/2--4838/e23/>,
        <http://dewey.info/class/914.838/e23/>,
        <http://dewey.info/class/948.38/e23/> ;
    skos:prefLabel "Sogn og Fjordane"@en,
        "Sogn og Fjordane"@nb,
        "Sogn og Fjordane"@nn ;
    skos:related humord:c58368 .

humord:c02873 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02873" ;
    dct:modified "2024-08-28T20:00:31"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch realfagstermer:c030955,
        <http://dewey.info/class/2--483811/e23/>,
        <http://dewey.info/class/914.83811/e23/>,
        <http://dewey.info/class/948.3811/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030955,
        <http://dewey.info/class/2--483811/e23/>,
        <http://dewey.info/class/914.83811/e23/>,
        <http://dewey.info/class/948.3811/e23/> ;
    skos:prefLabel "Aurland"@en,
        "Aurland"@nb,
        "Aurland"@nn .

humord:c02874 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02874" ;
    dct:modified "2026-01-12T11:13:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483815/e23/>,
        <http://dewey.info/class/914.83815/e23/>,
        <http://dewey.info/class/948.3815/e23/> ;
    skos:broader humord:c02883 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483815/e23/>,
        <http://dewey.info/class/914.83815/e23/>,
        <http://dewey.info/class/948.3815/e23/> ;
    skos:prefLabel "Borgund (Lærdal)"@en,
        "Borgund (Lærdal)"@nb,
        "Borgund (Lærdal)"@nn .

humord:c02875 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02875" ;
    dct:modified "2024-04-11T13:03:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4838/e23/>,
        <http://dewey.info/class/914.838/e23/>,
        <http://dewey.info/class/948.38/e23/> ;
    skos:broader humord:c58368 ;
    skos:exactMatch realfagstermer:c030923 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030923,
        <http://dewey.info/class/2--4838/e23/>,
        <http://dewey.info/class/914.838/e23/>,
        <http://dewey.info/class/948.38/e23/> ;
    skos:prefLabel "Breheimen"@en,
        "Breheimen"@nb,
        "Breheimen"@nn .

humord:c02876 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02876" ;
    dct:modified "2025-04-04T13:35:00"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch realfagstermer:c030654,
        <http://dewey.info/class/2--483841/e23/>,
        <http://dewey.info/class/914.83841/e23/>,
        <http://dewey.info/class/948.3841/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030654,
        <http://dewey.info/class/2--483841/e23/>,
        <http://dewey.info/class/914.83841/e23/>,
        <http://dewey.info/class/948.3841/e23/> ;
    skos:prefLabel "Bremanger"@en,
        "Bremanger"@nb,
        "Bremanger"@nn .

humord:c02877 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02877" ;
    dct:modified "2026-01-12T11:13:35"^^xsd:dateTime ;
    skos:broader humord:c15566 ;
    skos:closeMatch <http://dewey.info/class/2--483834/e23/>,
        <http://dewey.info/class/914.83834/e23/>,
        <http://dewey.info/class/948.3834/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483834/e23/>,
        <http://dewey.info/class/914.83834/e23/>,
        <http://dewey.info/class/948.3834/e23/> ;
    skos:prefLabel "Førde"@en,
        "Førde"@nb,
        "Førde"@nn .

humord:c02878 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02878" ;
    dct:modified "2025-03-30T18:50:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48383/e23/>,
        <http://dewey.info/class/914.8383/e23/>,
        <http://dewey.info/class/948.383/e23/> ;
    skos:broader humord:c58368 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48383/e23/>,
        <http://dewey.info/class/914.8383/e23/>,
        <http://dewey.info/class/948.383/e23/> ;
    skos:prefLabel "Førde fjord"@en,
        "Førdefjorden"@nb,
        "Førdefjorden"@nn .

humord:c02879 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02879" ;
    dct:modified "2026-01-13T09:12:02"^^xsd:dateTime ;
    skos:altLabel "Indre Holmedal"@nb,
        "Indre Holmedal"@nn ;
    skos:broadMatch <http://dewey.info/class/2--483834/e23/>,
        <http://dewey.info/class/914.83834/e23/>,
        <http://dewey.info/class/948.3834/e23/> ;
    skos:broader humord:c15566 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483834/e23/>,
        <http://dewey.info/class/914.83834/e23/>,
        <http://dewey.info/class/948.3834/e23/> ;
    skos:prefLabel "Gaular"@en,
        "Gaular"@nb,
        "Gaular"@nn .

humord:c02880 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02880" ;
    dct:modified "2025-03-31T18:45:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483833/e23/>,
        <http://dewey.info/class/914.83833/e23/>,
        <http://dewey.info/class/948.3833/e23/> ;
    skos:broader humord:c11481 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483833/e23/>,
        <http://dewey.info/class/914.83833/e23/>,
        <http://dewey.info/class/948.3833/e23/> ;
    skos:prefLabel "Guddal"@en,
        "Guddal"@nb,
        "Guddal"@nn .

humord:c02881 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02881" ;
    dct:modified "2026-01-12T11:14:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483834/e23/>,
        <http://dewey.info/class/914.83834/e23/>,
        <http://dewey.info/class/948.3834/e23/> ;
    skos:broader humord:c15566 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483834/e23/>,
        <http://dewey.info/class/914.83834/e23/>,
        <http://dewey.info/class/948.3834/e23/> ;
    skos:prefLabel "Jølster"@en,
        "Jølster"@nb,
        "Jølster"@nn .

humord:c02882 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02882" ;
    dct:modified "2025-04-01T12:04:52"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch realfagstermer:c030598,
        <http://dewey.info/class/2--483814/e23/>,
        <http://dewey.info/class/914.83814/e23/>,
        <http://dewey.info/class/948.3814/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030598,
        <http://dewey.info/class/2--483814/e23/>,
        <http://dewey.info/class/914.83814/e23/>,
        <http://dewey.info/class/948.3814/e23/> ;
    skos:prefLabel "Luster"@en,
        "Luster"@nb,
        "Luster"@nn .

humord:c02883 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02883" ;
    dct:modified "2025-04-01T12:05:30"^^xsd:dateTime ;
    skos:broader humord:c58368 ;
    skos:exactMatch <http://dewey.info/class/2--483815/e23/>,
        <http://dewey.info/class/914.83815/e23/>,
        <http://dewey.info/class/948.3815/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483815/e23/>,
        <http://dewey.info/class/914.83815/e23/>,
        <http://dewey.info/class/948.3815/e23/> ;
    skos:prefLabel "Lærdal"@en,
        "Lærdal"@nb,
        "Lærdal"@nn .

humord:c02884 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02884" ;
    dct:modified "2026-01-12T11:15:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483842/e23/>,
        <http://dewey.info/class/914.83842/e23/>,
        <http://dewey.info/class/948.3842/e23/> ;
    skos:broader humord:c14251 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483842/e23/>,
        <http://dewey.info/class/914.83842/e23/>,
        <http://dewey.info/class/948.3842/e23/> ;
    skos:prefLabel "Selje"@en,
        "Selje"@nb,
        "Selje"@nn .

humord:c02885 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02885" ;
    dct:modified "2025-04-01T08:31:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483818/e23/>,
        <http://dewey.info/class/914.83818/e23/>,
        <http://dewey.info/class/948.3818/e23/> ;
    skos:broader humord:c13084 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483818/e23/>,
        <http://dewey.info/class/914.83818/e23/>,
        <http://dewey.info/class/948.3818/e23/> ;
    skos:prefLabel "Skrivarhelleren"@en,
        "Skrivarhelleren"@nb,
        "Skrivarhelleren"@nn .

humord:c02886 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02886" ;
    dct:modified "2025-03-31T18:35:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483823/e23/>,
        <http://dewey.info/class/914.83823/e23/>,
        <http://dewey.info/class/948.3823/e23/> ;
    skos:broader humord:c12364 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483823/e23/>,
        <http://dewey.info/class/914.83823/e23/>,
        <http://dewey.info/class/948.3823/e23/> ;
    skos:prefLabel "Vadheim"@en,
        "Vadheim"@nb,
        "Vadheim"@nn .

humord:c02887 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02887" ;
    dct:modified "2025-04-02T09:53:42"^^xsd:dateTime ;
    skos:altLabel "Søndre Trondhjems amt"@nb ;
    skos:broader humord:c03001 ;
    skos:closeMatch <http://dewey.info/class/2--4841/e23/>,
        <http://dewey.info/class/914.841/e23/>,
        <http://dewey.info/class/948.41/e23/> ;
    skos:exactMatch realfagstermer:c030250 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030250,
        <http://dewey.info/class/2--4841/e23/>,
        <http://dewey.info/class/914.841/e23/>,
        <http://dewey.info/class/948.41/e23/> ;
    skos:prefLabel "Sør-Trøndelag"@en,
        "Sør-Trøndelag"@nb,
        "Sør-Trøndelag"@nn ;
    skos:related humord:c03007 .

humord:c02888 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02888" ;
    dct:modified "2025-04-02T09:14:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48412/e23/>,
        <http://dewey.info/class/914.8412/e23/>,
        <http://dewey.info/class/948.412/e23/> ;
    skos:broader humord:c03007 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48412/e23/>,
        <http://dewey.info/class/914.8412/e23/>,
        <http://dewey.info/class/948.412/e23/> ;
    skos:prefLabel "Bjørnør"@en,
        "Bjørnør"@nb,
        "Bjørnør"@nn .

humord:c02889 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02889" ;
    dct:modified "2025-04-01T19:56:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484154/e23/>,
        <http://dewey.info/class/914.84154/e23/>,
        <http://dewey.info/class/948.4154/e23/> ;
    skos:broader humord:c02903 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484154/e23/>,
        <http://dewey.info/class/914.84154/e23/>,
        <http://dewey.info/class/948.4154/e23/> ;
    skos:prefLabel "Børsa"@en,
        "Børsa"@nb,
        "Børsa"@nn .

humord:c02890 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02890" ;
    dct:modified "2025-04-02T09:16:18"^^xsd:dateTime ;
    skos:broader humord:c03007 ;
    skos:exactMatch <http://dewey.info/class/2--48412/e23/>,
        <http://dewey.info/class/914.8412/e23/>,
        <http://dewey.info/class/948.412/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48412/e23/>,
        <http://dewey.info/class/914.8412/e23/>,
        <http://dewey.info/class/948.412/e23/> ;
    skos:prefLabel "Fosen"@en,
        "Fosen"@nb,
        "Fosen"@nn .

humord:c02891 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02891" ;
    dct:modified "2025-04-02T08:11:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484123/e23/>,
        <http://dewey.info/class/914.84123/e23/>,
        <http://dewey.info/class/948.4123/e23/> ;
    skos:broader humord:c02900 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484123/e23/>,
        <http://dewey.info/class/914.84123/e23/>,
        <http://dewey.info/class/948.4123/e23/> ;
    skos:prefLabel "Hasselvika"@en,
        "Hasselvika"@nb,
        "Hasselvika"@nn .

humord:c02892 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02892" ;
    dct:modified "2025-04-02T09:15:53"^^xsd:dateTime ;
    skos:broader humord:c61618 ;
    skos:closeMatch <http://dewey.info/class/2--484113/e23/>,
        <http://dewey.info/class/914.84113/e23/>,
        <http://dewey.info/class/948.4113/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484113/e23/>,
        <http://dewey.info/class/914.84113/e23/>,
        <http://dewey.info/class/948.4113/e23/> ;
    skos:prefLabel "Hemne"@en,
        "Hemne"@nb,
        "Hemne"@nn .

humord:c02893 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02893" ;
    dct:modified "2025-04-04T09:38:35"^^xsd:dateTime ;
    skos:broader humord:c03007,
        humord:c03012 ;
    skos:exactMatch realfagstermer:c030840,
        <http://dewey.info/class/2--484114/e23/>,
        <http://dewey.info/class/914.84114/e23/>,
        <http://dewey.info/class/948.4114/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030840,
        <http://dewey.info/class/2--484114/e23/>,
        <http://dewey.info/class/914.84114/e23/>,
        <http://dewey.info/class/948.4114/e23/> ;
    skos:prefLabel "Hitra"@en,
        "Hitra"@nb,
        "Hitra"@nn .

humord:c02894 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02894" ;
    dct:modified "2025-04-01T12:49:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484152/e23/>,
        <http://dewey.info/class/914.84152/e23/>,
        <http://dewey.info/class/948.4152/e23/> ;
    skos:broader humord:c02896 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484152/e23/>,
        <http://dewey.info/class/914.84152/e23/>,
        <http://dewey.info/class/948.4152/e23/> ;
    skos:prefLabel "Horg"@en,
        "Horg"@nb,
        "Horg"@nn .

humord:c02895 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02895" ;
    dct:modified "2025-04-02T09:45:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484152/e23/>,
        <http://dewey.info/class/914.84152/e23/>,
        <http://dewey.info/class/948.4152/e23/> ;
    skos:broader humord:c02896 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484152/e23/>,
        <http://dewey.info/class/914.84152/e23/>,
        <http://dewey.info/class/948.4152/e23/> ;
    skos:prefLabel "Hovin (Melhus)"@en,
        "Hovin (Melhus)"@nb,
        "Hovin (Melhus)"@nn .

humord:c02896 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02896" ;
    dct:modified "2025-04-02T09:22:08"^^xsd:dateTime ;
    skos:broader humord:c03007 ;
    skos:exactMatch <http://dewey.info/class/2--484152/e23/>,
        <http://dewey.info/class/914.84152/e23/>,
        <http://dewey.info/class/948.4152/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484152/e23/>,
        <http://dewey.info/class/914.84152/e23/>,
        <http://dewey.info/class/948.4152/e23/> ;
    skos:prefLabel "Melhus"@en,
        "Melhus"@nb,
        "Melhus"@nn .

humord:c02897 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02897" ;
    dct:modified "2025-04-02T09:22:26"^^xsd:dateTime ;
    skos:broader humord:c03007 ;
    skos:exactMatch realfagstermer:c030500,
        <http://dewey.info/class/2--484132/e23/>,
        <http://dewey.info/class/914.84132/e23/>,
        <http://dewey.info/class/948.4132/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030500,
        <http://dewey.info/class/2--484132/e23/>,
        <http://dewey.info/class/914.84132/e23/>,
        <http://dewey.info/class/948.4132/e23/> ;
    skos:prefLabel "Oppdal"@en,
        "Oppdal"@nb,
        "Oppdal"@nn .

humord:c02898 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02898" ;
    dct:modified "2025-04-01T12:35:10"^^xsd:dateTime ;
    skos:broader humord:c61619 ;
    skos:closeMatch <http://dewey.info/class/2--484133/e23/>,
        <http://dewey.info/class/914.84133/e23/>,
        <http://dewey.info/class/948.4133/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484133/e23/>,
        <http://dewey.info/class/914.84133/e23/>,
        <http://dewey.info/class/948.4133/e23/> ;
    skos:prefLabel "Orkdal"@en,
        "Orkdal"@nb,
        "Orkdal"@nn .

humord:c02899 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02899" ;
    dct:modified "2025-04-02T09:36:10"^^xsd:dateTime ;
    skos:broader humord:c03007 ;
    skos:exactMatch realfagstermer:c030695,
        <http://dewey.info/class/2--484134/e23/>,
        <http://dewey.info/class/914.84134/e23/>,
        <http://dewey.info/class/948.4134/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030695,
        <http://dewey.info/class/2--484134/e23/>,
        <http://dewey.info/class/914.84134/e23/>,
        <http://dewey.info/class/948.4134/e23/> ;
    skos:prefLabel "Rennebu"@en,
        "Rennebu"@nb,
        "Rennebu"@nn .

humord:c02900 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02900" ;
    dct:modified "2025-04-02T08:04:38"^^xsd:dateTime ;
    skos:broader humord:c58387 ;
    skos:closeMatch <http://dewey.info/class/2--484123/e23/>,
        <http://dewey.info/class/914.84123/e23/>,
        <http://dewey.info/class/948.4123/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484123/e23/>,
        <http://dewey.info/class/914.84123/e23/>,
        <http://dewey.info/class/948.4123/e23/> ;
    skos:prefLabel "Rissa"@en,
        "Rissa"@nb,
        "Rissa"@nn .

humord:c02901 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02901" ;
    dct:modified "2025-04-02T09:35:46"^^xsd:dateTime ;
    skos:broader humord:c03007 ;
    skos:exactMatch realfagstermer:c030569,
        <http://dewey.info/class/2--48414/e23/>,
        <http://dewey.info/class/914.8414/e23/>,
        <http://dewey.info/class/948.414/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030569,
        <http://dewey.info/class/2--48414/e23/>,
        <http://dewey.info/class/914.8414/e23/>,
        <http://dewey.info/class/948.414/e23/> ;
    skos:prefLabel "Røros"@en,
        "Røros"@nb,
        "Røros"@nn .

humord:c02902 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02902" ;
    dct:modified "2025-04-02T09:36:51"^^xsd:dateTime ;
    skos:altLabel "Saalpove"@nb ;
    skos:broader humord:c03007 ;
    skos:exactMatch <http://dewey.info/class/2--484171/e23/>,
        <http://dewey.info/class/914.84171/e23/>,
        <http://dewey.info/class/948.4171/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484171/e23/>,
        <http://dewey.info/class/914.84171/e23/>,
        <http://dewey.info/class/948.4171/e23/> ;
    skos:prefLabel "Selbu"@en,
        "Selbu"@nb,
        "Selbu"@nn .

humord:c02903 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02903" ;
    dct:modified "2025-04-02T09:37:43"^^xsd:dateTime ;
    skos:broader humord:c03007 ;
    skos:exactMatch <http://dewey.info/class/2--484154/e23/>,
        <http://dewey.info/class/914.84154/e23/>,
        <http://dewey.info/class/948.4154/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484154/e23/>,
        <http://dewey.info/class/914.84154/e23/>,
        <http://dewey.info/class/948.4154/e23/> ;
    skos:prefLabel "Skaun"@en,
        "Skaun"@nb,
        "Skaun"@nn .

humord:c02904 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02904" ;
    dct:modified "2025-04-02T09:38:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484114/e23/>,
        <http://dewey.info/class/2--484133/e23/>,
        <http://dewey.info/class/914.84114/e23/>,
        <http://dewey.info/class/914.84133/e23/>,
        <http://dewey.info/class/948.4114/e23/>,
        <http://dewey.info/class/948.4133/e23/> ;
    skos:broader humord:c03007 ;
    skos:closeMatch <http://dewey.info/class/2--484113/e23/>,
        <http://dewey.info/class/914.84113/e23/>,
        <http://dewey.info/class/948.4113/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484113/e23/>,
        <http://dewey.info/class/2--484114/e23/>,
        <http://dewey.info/class/2--484133/e23/>,
        <http://dewey.info/class/914.84113/e23/>,
        <http://dewey.info/class/914.84114/e23/>,
        <http://dewey.info/class/914.84133/e23/>,
        <http://dewey.info/class/948.4113/e23/>,
        <http://dewey.info/class/948.4114/e23/>,
        <http://dewey.info/class/948.4133/e23/> ;
    skos:prefLabel "Snillfjord"@en,
        "Snillfjord"@nb,
        "Snillfjord"@nn .

humord:c02905 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02905" ;
    dct:modified "2025-04-02T07:57:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484123/e23/>,
        <http://dewey.info/class/914.84123/e23/>,
        <http://dewey.info/class/948.4123/e23/> ;
    skos:broader humord:c02900 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484123/e23/>,
        <http://dewey.info/class/914.84123/e23/>,
        <http://dewey.info/class/948.4123/e23/> ;
    skos:prefLabel "Stadsbygd"@en,
        "Stadsbygd"@nb,
        "Stadsbygd"@nn .

humord:c02906 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02906" ;
    dct:modified "2025-04-01T12:49:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484153/e23/>,
        <http://dewey.info/class/914.84153/e23/>,
        <http://dewey.info/class/948.4153/e23/> ;
    skos:broader humord:c12534 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484153/e23/>,
        <http://dewey.info/class/914.84153/e23/>,
        <http://dewey.info/class/948.4153/e23/> ;
    skos:prefLabel "Støren"@en,
        "Støren"@nb,
        "Støren"@nn .

humord:c02907 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02907" ;
    dct:modified "2025-04-02T09:40:16"^^xsd:dateTime ;
    skos:altLabel "Nidaros"@nb,
        "Nidaros"@nn ;
    skos:broader humord:c03007 ;
    skos:exactMatch realfagstermer:c030275,
        <http://dewey.info/class/2--484161/e23/>,
        <http://dewey.info/class/914.84161/e23/>,
        <http://dewey.info/class/948.4161/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030275,
        <http://dewey.info/class/2--484161/e23/>,
        <http://dewey.info/class/914.84161/e23/>,
        <http://dewey.info/class/948.4161/e23/> ;
    skos:prefLabel "Trondheim"@en,
        "Trondheim"@nb,
        "Trondheim"@nn .

humord:c02908 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02908" ;
    dct:modified "2024-10-10T08:56:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484161/e23/>,
        <http://dewey.info/class/914.84161/e23/>,
        <http://dewey.info/class/948.4161/e23/> ;
    skos:broader humord:c02907 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484161/e23/>,
        <http://dewey.info/class/914.84161/e23/>,
        <http://dewey.info/class/948.4161/e23/> ;
    skos:prefLabel "Bakklandet"@en,
        "Bakklandet"@nb,
        "Bakklandet"@nn .

humord:c02909 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02909" ;
    dct:modified "2025-04-01T12:44:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484161/e23/>,
        <http://dewey.info/class/914.84161/e23/>,
        <http://dewey.info/class/948.4161/e23/> ;
    skos:broader humord:c02907 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484161/e23/>,
        <http://dewey.info/class/914.84161/e23/>,
        <http://dewey.info/class/948.4161/e23/> ;
    skos:prefLabel "Munkholmen"@en,
        "Munkholmen"@nb,
        "Munkholmen"@nn .

humord:c02910 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02910" ;
    dct:modified "2025-04-01T12:39:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484161/e23/>,
        <http://dewey.info/class/914.84161/e23/>,
        <http://dewey.info/class/948.4161/e23/> ;
    skos:broader humord:c02907 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484161/e23/>,
        <http://dewey.info/class/914.84161/e23/>,
        <http://dewey.info/class/948.4161/e23/> ;
    skos:prefLabel "Møllenberg"@en,
        "Møllenberg"@nb,
        "Møllenberg"@nn .

humord:c02911 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02911" ;
    dct:modified "2025-04-01T12:40:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484161/e23/>,
        <http://dewey.info/class/914.84161/e23/>,
        <http://dewey.info/class/948.4161/e23/> ;
    skos:broader humord:c02907 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484161/e23/>,
        <http://dewey.info/class/914.84161/e23/>,
        <http://dewey.info/class/948.4161/e23/> ;
    skos:prefLabel "Sanden"@en,
        "Sanden"@nb,
        "Sanden"@nn .

humord:c02912 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02912" ;
    dct:modified "2025-06-18T10:15:39"^^xsd:dateTime ;
    skos:altLabel "Tydaelie"@nb ;
    skos:broader humord:c03007 ;
    skos:exactMatch realfagstermer:c030556,
        <http://dewey.info/class/2--484172/e23/>,
        <http://dewey.info/class/914.84172/e23/>,
        <http://dewey.info/class/948.4172/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030556,
        <http://dewey.info/class/2--484172/e23/>,
        <http://dewey.info/class/914.84172/e23/>,
        <http://dewey.info/class/948.4172/e23/> ;
    skos:prefLabel "Tydal"@en,
        "Tydal"@nb,
        "Tydal"@nn .

humord:c02913 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02913" ;
    dct:modified "2024-08-21T08:43:41"^^xsd:dateTime ;
    skos:broader humord:c03007 ;
    skos:exactMatch <http://dewey.info/class/2--484125/e23/>,
        <http://dewey.info/class/914.84125/e23/>,
        <http://dewey.info/class/948.4125/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484125/e23/>,
        <http://dewey.info/class/914.84125/e23/>,
        <http://dewey.info/class/948.4125/e23/> ;
    skos:prefLabel "Ørland"@en,
        "Ørland"@nb,
        "Ørland"@nn .

humord:c02914 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-05-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02914" ;
    dct:modified "2024-08-19T12:30:56"^^xsd:dateTime ;
    skos:broader humord:c03007 ;
    skos:exactMatch <http://dewey.info/class/2--484126/e23/>,
        <http://dewey.info/class/914.84126/e23/>,
        <http://dewey.info/class/948.4126/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484126/e23/>,
        <http://dewey.info/class/914.84126/e23/>,
        <http://dewey.info/class/948.4126/e23/> ;
    skos:prefLabel "Åfjord"@en,
        "Åfjord"@nb,
        "Åfjord"@nn .

humord:c02915 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02915" ;
    dct:modified "2024-08-19T12:57:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484151/e23/>,
        <http://dewey.info/class/914.84151/e23/>,
        <http://dewey.info/class/948.4151/e23/> ;
    skos:broader humord:c13236 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484151/e23/>,
        <http://dewey.info/class/914.84151/e23/>,
        <http://dewey.info/class/948.4151/e23/> ;
    skos:prefLabel "Ålen"@en,
        "Ålen"@nb,
        "Ålen"@nn .

humord:c02916 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02916" ;
    dct:modified "2025-03-24T08:10:35"^^xsd:dateTime ;
    skos:altLabel "Bratsberg amt"@nb,
        "Bratsberg amt"@nn ;
    skos:broader humord:c02613 ;
    skos:exactMatch realfagstermer:c030240,
        <http://dewey.info/class/2--4828/e23/>,
        <http://dewey.info/class/914.828/e23/>,
        <http://dewey.info/class/948.28/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030240,
        <http://dewey.info/class/2--4828/e23/>,
        <http://dewey.info/class/914.828/e23/>,
        <http://dewey.info/class/948.28/e23/> ;
    skos:prefLabel "Telemark"@en,
        "Telemark"@nb,
        "Telemark"@nn ;
    skos:related humord:c58369 .

humord:c02917 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02917" ;
    dct:modified "2024-08-28T20:07:35"^^xsd:dateTime ;
    skos:altLabel "Austbygde"@en,
        "Austbygde"@nb,
        "Austbygde"@nn ;
    skos:broadMatch <http://dewey.info/class/2--482833/e23/>,
        <http://dewey.info/class/914.82833/e23/>,
        <http://dewey.info/class/948.2833/e23/> ;
    skos:broader humord:c02937 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482833/e23/>,
        <http://dewey.info/class/914.82833/e23/>,
        <http://dewey.info/class/948.2833/e23/> ;
    skos:prefLabel "Austbygdi"@en,
        "Austbygdi"@nb,
        "Austbygdi"@nn .

humord:c02918 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-06-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02918" ;
    dct:modified "2025-04-03T13:38:42"^^xsd:dateTime ;
    skos:broader humord:c61612 ;
    skos:closeMatch <http://dewey.info/class/2--482821/e23/>,
        <http://dewey.info/class/914.82821/e23/>,
        <http://dewey.info/class/948.2821/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482821/e23/>,
        <http://dewey.info/class/914.82821/e23/>,
        <http://dewey.info/class/948.2821/e23/> ;
    skos:prefLabel "Bø (Telemark)"@en,
        "Bø (Telemark)"@nb,
        "Bø (Telemark)"@nn .

humord:c02919 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02919" ;
    dct:modified "2026-01-12T11:18:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482845/e23/>,
        <http://dewey.info/class/914.82845/e23/>,
        <http://dewey.info/class/948.2845/e23/> ;
    skos:broader humord:c13344 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482845/e23/>,
        <http://dewey.info/class/914.82845/e23/>,
        <http://dewey.info/class/948.2845/e23/> ;
    skos:prefLabel "Bøgrend"@en,
        "Bøgrend"@nb,
        "Bøgrend"@nn .

humord:c02920 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02920" ;
    dct:modified "2025-04-03T10:28:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482811/e23/>,
        <http://dewey.info/class/914.82811/e23/>,
        <http://dewey.info/class/948.2811/e23/> ;
    skos:broader humord:c12861 ;
    skos:exactMatch realfagstermer:c030887 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030887,
        <http://dewey.info/class/2--482811/e23/>,
        <http://dewey.info/class/914.82811/e23/>,
        <http://dewey.info/class/948.2811/e23/> ;
    skos:prefLabel "Eidanger"@en,
        "Eidanger"@nb,
        "Eidanger"@nn .

humord:c02922 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02922" ;
    dct:modified "2025-04-03T09:59:37"^^xsd:dateTime ;
    skos:broader humord:c02916 ;
    skos:exactMatch realfagstermer:c030865,
        <http://dewey.info/class/2--482841/e23/>,
        <http://dewey.info/class/914.82841/e23/>,
        <http://dewey.info/class/948.2841/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030865,
        <http://dewey.info/class/2--482841/e23/>,
        <http://dewey.info/class/914.82841/e23/>,
        <http://dewey.info/class/948.2841/e23/> ;
    skos:prefLabel "Fyresdal"@en,
        "Fyresdal"@nb,
        "Fyresdal"@nn .

humord:c02923 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02923" ;
    dct:modified "2025-04-03T08:56:39"^^xsd:dateTime ;
    skos:broader humord:c02916 ;
    skos:closeMatch <http://dewey.info/class/2--48281/e23/>,
        <http://dewey.info/class/914.8281/e23/>,
        <http://dewey.info/class/948.281/e23/> ;
    skos:exactMatch realfagstermer:c030853 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030853,
        <http://dewey.info/class/2--48281/e23/>,
        <http://dewey.info/class/914.8281/e23/>,
        <http://dewey.info/class/948.281/e23/> ;
    skos:prefLabel "Grenland"@en,
        "Grenland"@nb,
        "Grenland"@nn .

humord:c02924 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02924" ;
    dct:modified "2025-04-03T13:45:40"^^xsd:dateTime ;
    skos:broader humord:c02916 ;
    skos:exactMatch <http://dewey.info/class/2--482832/e23/>,
        <http://dewey.info/class/914.82832/e23/>,
        <http://dewey.info/class/948.2832/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482832/e23/>,
        <http://dewey.info/class/914.82832/e23/>,
        <http://dewey.info/class/948.2832/e23/> ;
    skos:prefLabel "Hjartdal"@en,
        "Hjartdal"@nb,
        "Hjartdal"@nn .

humord:c02925 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02925" ;
    dct:modified "2025-04-03T12:44:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482822/e23/>,
        <http://dewey.info/class/914.82822/e23/>,
        <http://dewey.info/class/948.2822/e23/> ;
    skos:broader humord:c12699 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482822/e23/>,
        <http://dewey.info/class/914.82822/e23/>,
        <http://dewey.info/class/948.2822/e23/> ;
    skos:prefLabel "Holla"@en,
        "Holla"@nb,
        "Holla"@nn .

humord:c02926 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02926" ;
    dct:modified "2025-04-03T10:00:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48282/e23/>,
        <http://dewey.info/class/914.8282/e23/>,
        <http://dewey.info/class/948.282/e23/> ;
    skos:broader humord:c02916 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48282/e23/>,
        <http://dewey.info/class/914.8282/e23/>,
        <http://dewey.info/class/948.282/e23/> ;
    skos:prefLabel "Hørteverket"@en,
        "Hørteverket"@nb,
        "Hørteverket"@nn .

humord:c02927 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02927" ;
    dct:modified "2025-04-03T13:44:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482852/e23/>,
        <http://dewey.info/class/914.82852/e23/>,
        <http://dewey.info/class/948.2852/e23/> ;
    skos:broader humord:c12860 ;
    skos:exactMatch realfagstermer:c030971 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030971,
        <http://dewey.info/class/2--482852/e23/>,
        <http://dewey.info/class/914.82852/e23/>,
        <http://dewey.info/class/948.2852/e23/> ;
    skos:prefLabel "Jomfruland"@en,
        "Jomfruland"@nb,
        "Jomfruland"@nn .

humord:c02928 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02928" ;
    dct:modified "2025-04-03T10:01:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482844/e23/>,
        <http://dewey.info/class/914.82844/e23/>,
        <http://dewey.info/class/948.2844/e23/> ;
    skos:broader humord:c02938 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482844/e23/>,
        <http://dewey.info/class/914.82844/e23/>,
        <http://dewey.info/class/948.2844/e23/> ;
    skos:prefLabel "Mo (Telemark)"@en,
        "Mo (Telemark)"@nb,
        "Mo (Telemark)"@nn .

humord:c02929 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02929" ;
    dct:modified "2025-04-02T14:42:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482845/e23/>,
        <http://dewey.info/class/914.82845/e23/>,
        <http://dewey.info/class/948.2845/e23/> ;
    skos:broader humord:c13344 ;
    skos:exactMatch realfagstermer:c030779 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030779,
        <http://dewey.info/class/2--482845/e23/>,
        <http://dewey.info/class/914.82845/e23/>,
        <http://dewey.info/class/948.2845/e23/> ;
    skos:prefLabel "Møsstrond"@en,
        "Møsstrond"@nb,
        "Møsstrond"@nn .

humord:c02930 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02930" ;
    dct:modified "2025-04-03T10:05:51"^^xsd:dateTime ;
    skos:broader humord:c02916 ;
    skos:exactMatch realfagstermer:c030765,
        <http://dewey.info/class/2--482843/e23/>,
        <http://dewey.info/class/914.82843/e23/>,
        <http://dewey.info/class/948.2843/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030765,
        <http://dewey.info/class/2--482843/e23/>,
        <http://dewey.info/class/914.82843/e23/>,
        <http://dewey.info/class/948.2843/e23/> ;
    skos:prefLabel "Nissedal"@en,
        "Nissedal"@nb,
        "Nissedal"@nn .

humord:c02931 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02931" ;
    dct:modified "2025-04-02T14:40:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482845/e23/>,
        <http://dewey.info/class/914.82845/e23/>,
        <http://dewey.info/class/948.2845/e23/> ;
    skos:broader humord:c13344 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482845/e23/>,
        <http://dewey.info/class/914.82845/e23/>,
        <http://dewey.info/class/948.2845/e23/> ;
    skos:prefLabel "Rauland"@en,
        "Rauland"@nb,
        "Rauland"@nn .

humord:c02932 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02932" ;
    dct:modified "2025-04-03T13:43:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482821/e23/>,
        <http://dewey.info/class/914.82821/e23/>,
        <http://dewey.info/class/948.2821/e23/> ;
    skos:broader humord:c61612 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482821/e23/>,
        <http://dewey.info/class/914.82821/e23/>,
        <http://dewey.info/class/948.2821/e23/> ;
    skos:prefLabel "Sauherad"@en,
        "Sauherad"@nb,
        "Sauherad"@nn .

humord:c02933 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02933" ;
    dct:modified "2025-04-03T14:50:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482832/e23/>,
        <http://dewey.info/class/914.82832/e23/>,
        <http://dewey.info/class/948.2832/e23/> ;
    skos:broader humord:c02924 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482832/e23/>,
        <http://dewey.info/class/914.82832/e23/>,
        <http://dewey.info/class/948.2832/e23/> ;
    skos:prefLabel "Sauland"@en,
        "Sauland"@nb,
        "Sauland"@nn .

humord:c02934 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02934" ;
    dct:modified "2025-04-03T08:47:40"^^xsd:dateTime ;
    skos:broader humord:c02916 ;
    skos:exactMatch <http://dewey.info/class/2--482824/e23/>,
        <http://dewey.info/class/914.82824/e23/>,
        <http://dewey.info/class/948.2824/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482824/e23/>,
        <http://dewey.info/class/914.82824/e23/>,
        <http://dewey.info/class/948.2824/e23/> ;
    skos:prefLabel "Seljord"@en,
        "Seljord"@nb,
        "Seljord"@nn .

humord:c02935 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-11-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02935" ;
    dct:modified "2025-04-03T08:49:39"^^xsd:dateTime ;
    skos:broader humord:c02916 ;
    skos:exactMatch <http://dewey.info/class/2--482814/e23/>,
        <http://dewey.info/class/914.82814/e23/>,
        <http://dewey.info/class/948.2814/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482814/e23/>,
        <http://dewey.info/class/914.82814/e23/>,
        <http://dewey.info/class/948.2814/e23/> ;
    skos:prefLabel "Siljan (Telemark)"@en,
        "Siljan (Telemark)"@nb,
        "Siljan (Telemark)"@nn .

humord:c02936 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02936" ;
    dct:modified "2025-04-03T10:10:42"^^xsd:dateTime ;
    skos:broader humord:c02916 ;
    skos:exactMatch <http://dewey.info/class/2--482812/e23/>,
        <http://dewey.info/class/914.82812/e23/>,
        <http://dewey.info/class/948.2812/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482812/e23/>,
        <http://dewey.info/class/914.82812/e23/>,
        <http://dewey.info/class/948.2812/e23/> ;
    skos:prefLabel "Skien"@en,
        "Skien"@nb,
        "Skien"@nn .

humord:c02937 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02937" ;
    dct:modified "2024-10-11T10:35:14"^^xsd:dateTime ;
    skos:broader humord:c02916 ;
    skos:exactMatch <http://dewey.info/class/2--482833/e23/>,
        <http://dewey.info/class/914.82833/e23/>,
        <http://dewey.info/class/948.2833/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482833/e23/>,
        <http://dewey.info/class/914.82833/e23/>,
        <http://dewey.info/class/948.2833/e23/> ;
    skos:prefLabel "Tinn (Telemark)"@en,
        "Tinn (Telemark)"@nb,
        "Tinn (Telemark)"@nn .

humord:c02938 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02938" ;
    dct:modified "2025-04-03T10:07:04"^^xsd:dateTime ;
    skos:broader humord:c02916 ;
    skos:exactMatch <http://dewey.info/class/2--482844/e23/>,
        <http://dewey.info/class/914.82844/e23/>,
        <http://dewey.info/class/948.2844/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482844/e23/>,
        <http://dewey.info/class/914.82844/e23/>,
        <http://dewey.info/class/948.2844/e23/> ;
    skos:prefLabel "Tokke"@en,
        "Tokke"@nb,
        "Tokke"@nn .

humord:c02939 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02939" ;
    dct:modified "2025-04-04T07:43:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482832/e23/>,
        <http://dewey.info/class/914.82832/e23/>,
        <http://dewey.info/class/948.2832/e23/> ;
    skos:broader humord:c02924 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482832/e23/>,
        <http://dewey.info/class/914.82832/e23/>,
        <http://dewey.info/class/948.2832/e23/> ;
    skos:prefLabel "Tuddal"@en,
        "Tuddal"@nb,
        "Tuddal"@nn .

humord:c02940 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02940" ;
    dct:modified "2025-04-03T08:56:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48285/e23/>,
        <http://dewey.info/class/914.8285/e23/>,
        <http://dewey.info/class/948.285/e23/> ;
    skos:broader humord:c02916 ;
    skos:definition "Gammelt navn på kysten av Grenland <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48285/e23/>,
        <http://dewey.info/class/914.8285/e23/>,
        <http://dewey.info/class/948.285/e23/> ;
    skos:prefLabel "Vestmar"@en,
        "Vestmar"@nb,
        "Vestmar"@nn .

humord:c02942 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02942" ;
    dct:modified "2025-04-07T07:37:01"^^xsd:dateTime ;
    skos:altLabel "Tromsø amt"@nb,
        "Tromsø amt"@nn ;
    skos:broader humord:c02613 ;
    skos:closeMatch <http://dewey.info/class/2--4845/e23/>,
        <http://dewey.info/class/914.845/e23/>,
        <http://dewey.info/class/948.45/e23/> ;
    skos:exactMatch realfagstermer:c030263 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030263,
        <http://dewey.info/class/2--4845/e23/>,
        <http://dewey.info/class/914.845/e23/>,
        <http://dewey.info/class/948.45/e23/> ;
    skos:prefLabel "Troms"@en,
        "Tromssa"@fkv,
        "Troms"@nb,
        "Troms"@nn,
        "Romsa (Fylke)"@se ;
    skos:related humord:c13444,
        humord:c58371 .

humord:c02943 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02943" ;
    dct:modified "2025-04-07T07:24:32"^^xsd:dateTime ;
    skos:broader humord:c02942 ;
    skos:exactMatch <http://dewey.info/class/2--484541/e23/>,
        <http://dewey.info/class/914.84541/e23/>,
        <http://dewey.info/class/948.4541/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484541/e23/>,
        <http://dewey.info/class/914.84541/e23/>,
        <http://dewey.info/class/948.4541/e23/> ;
    skos:prefLabel "Balsfjord"@en,
        "Paatsivuonon"@fkv,
        "Balsfjord"@nb,
        "Balsfjord"@nn,
        "Báhccavuona"@se .

humord:c02944 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02944" ;
    dct:modified "2025-04-04T07:55:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484523/e23/>,
        <http://dewey.info/class/914.84523/e23/>,
        <http://dewey.info/class/948.4523/e23/> ;
    skos:broader humord:c02950 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484523/e23/>,
        <http://dewey.info/class/914.84523/e23/>,
        <http://dewey.info/class/948.4523/e23/> ;
    skos:prefLabel "Gryllefjord"@en,
        "Gryllefjord"@nb,
        "Gryllefjord"@nn .

humord:c02945 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02945" ;
    dct:modified "2025-04-04T08:01:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484532/e23/>,
        <http://dewey.info/class/914.84532/e23/>,
        <http://dewey.info/class/948.4532/e23/> ;
    skos:broader humord:c02946 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484532/e23/>,
        <http://dewey.info/class/914.84532/e23/>,
        <http://dewey.info/class/948.4532/e23/> ;
    skos:prefLabel "Helgøy"@en,
        "Helgøy"@nb,
        "Helgøy"@nn .

humord:c02946 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02946" ;
    dct:modified "2025-04-07T07:28:33"^^xsd:dateTime ;
    skos:broader humord:c02942 ;
    skos:exactMatch <http://dewey.info/class/2--484532/e23/>,
        <http://dewey.info/class/914.84532/e23/>,
        <http://dewey.info/class/948.4532/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484532/e23/>,
        <http://dewey.info/class/914.84532/e23/>,
        <http://dewey.info/class/948.4532/e23/> ;
    skos:prefLabel "Karlsøy"@en,
        "Kalsan"@fkv,
        "Karlsøy"@nb,
        "Karlsøy"@nn,
        "Gálssá"@se .

humord:c02947 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02947" ;
    dct:modified "2025-04-07T07:30:37"^^xsd:dateTime ;
    skos:broader humord:c02942 ;
    skos:exactMatch <http://dewey.info/class/2--484516/e23/>,
        <http://dewey.info/class/914.84516/e23/>,
        <http://dewey.info/class/948.4516/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484516/e23/>,
        <http://dewey.info/class/914.84516/e23/>,
        <http://dewey.info/class/948.4516/e23/> ;
    skos:prefLabel "Lavangen"@en,
        "Lavangen"@nb,
        "Lavangen"@nn,
        "Loabák"@se .

humord:c02948 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02948" ;
    dct:modified "2025-04-03T08:41:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484541/e23/>,
        <http://dewey.info/class/914.84541/e23/>,
        <http://dewey.info/class/948.4541/e23/> ;
    skos:broader humord:c02943 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484541/e23/>,
        <http://dewey.info/class/914.84541/e23/>,
        <http://dewey.info/class/948.4541/e23/> ;
    skos:prefLabel "Malangen"@en,
        "Malangen"@nb,
        "Malangen"@nn .

humord:c02949 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02949" ;
    dct:modified "2025-02-11T12:19:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484531/e23/>,
        <http://dewey.info/class/914.84531/e23/>,
        <http://dewey.info/class/948.4531/e23/> ;
    skos:broader humord:c02952 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484531/e23/>,
        <http://dewey.info/class/914.84531/e23/>,
        <http://dewey.info/class/948.4531/e23/> ;
    skos:prefLabel "Ramfjord"@en,
        "Ramfjord"@nb,
        "Ramfjord"@nn .

humord:c02950 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02950" ;
    dct:modified "2025-04-07T07:26:48"^^xsd:dateTime ;
    skos:broader humord:c02942 ;
    skos:exactMatch <http://dewey.info/class/2--484523/e23/>,
        <http://dewey.info/class/914.84523/e23/>,
        <http://dewey.info/class/948.4523/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484523/e23/>,
        <http://dewey.info/class/914.84523/e23/>,
        <http://dewey.info/class/948.4523/e23/> ;
    skos:prefLabel "Senja"@en,
        "Satšasullu"@fkv,
        "Senja"@nb,
        "Senja"@nn,
        "Sážžá"@se .

humord:c02951 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02951" ;
    dct:modified "2025-04-04T08:41:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484518/e23/>,
        <http://dewey.info/class/914.84518/e23/>,
        <http://dewey.info/class/948.4518/e23/> ;
    skos:broader humord:c02792 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--484518/e23/>,
        <http://dewey.info/class/914.84518/e23/>,
        <http://dewey.info/class/948.4518/e23/> ;
    skos:prefLabel "Skoddebergvann"@en,
        "Skoddebergvann"@nb,
        "Skoddebergvann"@nn,
        "Skoaberjávri"@se .

humord:c02952 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02952" ;
    dct:modified "2025-04-07T07:37:11"^^xsd:dateTime ;
    skos:broader humord:c02942 ;
    skos:exactMatch realfagstermer:c030308,
        <http://dewey.info/class/2--484531/e23/>,
        <http://dewey.info/class/914.84531/e23/>,
        <http://dewey.info/class/948.4531/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030308,
        <http://dewey.info/class/2--484531/e23/>,
        <http://dewey.info/class/914.84531/e23/>,
        <http://dewey.info/class/948.4531/e23/> ;
    skos:prefLabel "Tromsø"@en,
        "Tromsø"@nb,
        "Tromsø"@nn,
        "Romsa (By)"@se .

humord:c02953 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02953" ;
    dct:modified "2025-03-24T06:48:24"^^xsd:dateTime ;
    skos:altLabel "Lister og Mandals amt"@nb ;
    skos:broader humord:c03001 ;
    skos:exactMatch realfagstermer:c030330,
        <http://dewey.info/class/2--4832/e23/>,
        <http://dewey.info/class/914.832/e23/>,
        <http://dewey.info/class/948.32/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030330,
        <http://dewey.info/class/2--4832/e23/>,
        <http://dewey.info/class/914.832/e23/>,
        <http://dewey.info/class/948.32/e23/> ;
    skos:prefLabel "Vest-Agder"@en,
        "Vest-Agder"@nb,
        "Vest-Agder"@nn ;
    skos:related humord:c03002 .

humord:c02954 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02954" ;
    dct:modified "2025-03-20T09:29:08"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch <http://dewey.info/class/2--483231/e23/>,
        <http://dewey.info/class/914.83231/e23/>,
        <http://dewey.info/class/948.3231/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483231/e23/>,
        <http://dewey.info/class/914.83231/e23/>,
        <http://dewey.info/class/948.3231/e23/> ;
    skos:prefLabel "Flekkefjord"@en,
        "Flekkefjord"@nb,
        "Flekkefjord"@nn .

humord:c02955 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02955" ;
    dct:modified "2025-03-18T09:11:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483211/e23/>,
        <http://dewey.info/class/914.83211/e23/>,
        <http://dewey.info/class/948.3211/e23/> ;
    skos:broader humord:c02959 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483211/e23/>,
        <http://dewey.info/class/914.83211/e23/>,
        <http://dewey.info/class/948.3211/e23/> ;
    skos:prefLabel "Greipstad"@en,
        "Greipstad"@nb,
        "Greipstad"@nn .

humord:c02956 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02956" ;
    dct:modified "2025-03-24T06:40:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483226/e23/>,
        <http://dewey.info/class/914.83226/e23/>,
        <http://dewey.info/class/948.3226/e23/> ;
    skos:broader humord:c02962 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483226/e23/>,
        <http://dewey.info/class/914.83226/e23/>,
        <http://dewey.info/class/948.3226/e23/> ;
    skos:prefLabel "Grindheim (Agder)"@en,
        "Grindheim (Agder)"@nb,
        "Grindheim (Agder)"@nn .

humord:c02957 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02957" ;
    dct:modified "2025-03-20T09:02:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483231/e23/>,
        <http://dewey.info/class/914.83231/e23/>,
        <http://dewey.info/class/948.3231/e23/> ;
    skos:broader humord:c02954 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483231/e23/>,
        <http://dewey.info/class/914.83231/e23/>,
        <http://dewey.info/class/948.3231/e23/> ;
    skos:prefLabel "Hidra"@en,
        "Hidra"@nb,
        "Hidra"@nn .

humord:c02958 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02958" ;
    dct:modified "2025-03-24T06:40:38"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch <http://dewey.info/class/2--483224/e23/>,
        <http://dewey.info/class/914.83224/e23/>,
        <http://dewey.info/class/948.3224/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483224/e23/>,
        <http://dewey.info/class/914.83224/e23/>,
        <http://dewey.info/class/948.3224/e23/> ;
    skos:prefLabel "Hægebostad"@en,
        "Hægebostad"@nb,
        "Hægebostad"@nn .

humord:c02959 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02959" ;
    dct:modified "2025-03-24T06:44:40"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch realfagstermer:c030417,
        <http://dewey.info/class/2--483211/e23/>,
        <http://dewey.info/class/914.83211/e23/>,
        <http://dewey.info/class/948.3211/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030417,
        <http://dewey.info/class/2--483211/e23/>,
        <http://dewey.info/class/914.83211/e23/>,
        <http://dewey.info/class/948.3211/e23/> ;
    skos:prefLabel "Kristiansand"@en,
        "Kristiansand"@nb,
        "Kristiansand"@nn .

humord:c02960 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02960" ;
    dct:modified "2025-03-18T09:03:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483226/e23/>,
        <http://dewey.info/class/914.83226/e23/>,
        <http://dewey.info/class/948.3226/e23/> ;
    skos:broader humord:c02962 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483226/e23/>,
        <http://dewey.info/class/914.83226/e23/>,
        <http://dewey.info/class/948.3226/e23/> ;
    skos:prefLabel "Kvås"@en,
        "Kvås"@nb,
        "Kvås"@nn .

humord:c02961 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02961" ;
    dct:modified "2025-03-20T09:04:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483221/e23/>,
        <http://dewey.info/class/914.83221/e23/>,
        <http://dewey.info/class/948.3221/e23/> ;
    skos:broader humord:c12871 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483221/e23/>,
        <http://dewey.info/class/914.83221/e23/>,
        <http://dewey.info/class/948.3221/e23/> ;
    skos:prefLabel "Lista"@en,
        "Lista"@nb,
        "Lista"@nn .

humord:c02962 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02962" ;
    dct:modified "2025-03-24T06:44:56"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch <http://dewey.info/class/2--483226/e23/>,
        <http://dewey.info/class/914.83226/e23/>,
        <http://dewey.info/class/948.3226/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483226/e23/>,
        <http://dewey.info/class/914.83226/e23/>,
        <http://dewey.info/class/948.3226/e23/> ;
    skos:prefLabel "Lyngdal"@en,
        "Lyngdal"@nb,
        "Lyngdal"@nn .

humord:c02964 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02964" ;
    dct:modified "2025-03-24T06:47:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483231/e23/>,
        <http://dewey.info/class/914.83231/e23/>,
        <http://dewey.info/class/948.3231/e23/> ;
    skos:broader humord:c02954 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483231/e23/>,
        <http://dewey.info/class/914.83231/e23/>,
        <http://dewey.info/class/948.3231/e23/> ;
    skos:prefLabel "Nes (Agder)"@en,
        "Nes (Agder)"@nb,
        "Nes (Agder)"@nn .

humord:c02965 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02965" ;
    dct:modified "2025-03-18T09:12:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483211/e23/>,
        <http://dewey.info/class/914.83211/e23/>,
        <http://dewey.info/class/948.3211/e23/> ;
    skos:broader humord:c02959 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483211/e23/>,
        <http://dewey.info/class/914.83211/e23/>,
        <http://dewey.info/class/948.3211/e23/> ;
    skos:prefLabel "Ny-Hellesund"@en,
        "Ny-Hellesund"@nb,
        "Ny-Hellesund"@nn .

humord:c02966 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02966" ;
    dct:modified "2025-03-24T06:48:05"^^xsd:dateTime ;
    skos:broader humord:c03002 ;
    skos:exactMatch <http://dewey.info/class/2--483233/e23/>,
        <http://dewey.info/class/914.83233/e23/>,
        <http://dewey.info/class/948.3233/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483233/e23/>,
        <http://dewey.info/class/914.83233/e23/>,
        <http://dewey.info/class/948.3233/e23/> ;
    skos:prefLabel "Sirdal"@en,
        "Sirdal"@nb,
        "Sirdal"@nn .

humord:c02967 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02967" ;
    dct:modified "2025-03-18T09:12:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--483211/e23/>,
        <http://dewey.info/class/914.83211/e23/>,
        <http://dewey.info/class/948.3211/e23/> ;
    skos:broader humord:c02959 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--483211/e23/>,
        <http://dewey.info/class/914.83211/e23/>,
        <http://dewey.info/class/948.3211/e23/> ;
    skos:prefLabel "Søgne"@en,
        "Søgne"@nb,
        "Søgne"@nn .

humord:c02968 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02968" ;
    dct:modified "2025-03-24T08:20:08"^^xsd:dateTime ;
    skos:altLabel "Jarlsberg og Larviks amt"@nb,
        "Jarlsberg og Larviks amt"@nn ;
    skos:broader humord:c02613 ;
    skos:exactMatch realfagstermer:c030268,
        <http://dewey.info/class/2--4827/e23/>,
        <http://dewey.info/class/914.827/e23/>,
        <http://dewey.info/class/948.27/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030268,
        <http://dewey.info/class/2--4827/e23/>,
        <http://dewey.info/class/914.827/e23/>,
        <http://dewey.info/class/948.27/e23/> ;
    skos:prefLabel "Vestfold"@en,
        "Vestfold"@nb,
        "Vestfold"@nn ;
    skos:related humord:c58369 .

humord:c02969 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02969" ;
    dct:modified "2024-08-14T14:13:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482721/e23/>,
        <http://dewey.info/class/914.82721/e23/>,
        <http://dewey.info/class/948.2721/e23/> ;
    skos:broader humord:c02979 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482721/e23/>,
        <http://dewey.info/class/914.82721/e23/>,
        <http://dewey.info/class/948.2721/e23/> ;
    skos:prefLabel "Andebu"@en,
        "Andebu"@nb,
        "Andebu"@nn .

humord:c02970 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02970" ;
    dct:modified "2025-04-02T14:24:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:broader humord:c12662 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:prefLabel "Brunlanes"@en,
        "Brunlanes"@nb,
        "Brunlanes"@nn .

humord:c02971 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02971" ;
    dct:modified "2025-04-02T14:26:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:broader humord:c12662 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:prefLabel "Hedrum"@en,
        "Hedrum"@nb,
        "Hedrum"@nn .

humord:c02972 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02972" ;
    dct:modified "2025-04-02T14:31:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:broader humord:c12662 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:prefLabel "Hem"@en,
        "Hem"@nb,
        "Hem"@nn .

humord:c02973 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02973" ;
    dct:modified "2025-04-02T14:45:06"^^xsd:dateTime ;
    skos:broader humord:c02968 ;
    skos:exactMatch <http://dewey.info/class/2--482712/e23/>,
        <http://dewey.info/class/914.82712/e23/>,
        <http://dewey.info/class/948.2712/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482712/e23/>,
        <http://dewey.info/class/914.82712/e23/>,
        <http://dewey.info/class/948.2712/e23/> ;
    skos:prefLabel "Horten"@en,
        "Horten"@nb,
        "Horten"@nn .

humord:c02974 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02974" ;
    dct:modified "2025-04-02T14:29:18"^^xsd:dateTime ;
    skos:altLabel "Sciringes healh"@nb,
        "Skiringssal"@nb,
        "Skiringssal-kaupangen"@nb,
        "Skiringssal"@nn,
        "Skiringssal-kaupangen"@nn ;
    skos:broadMatch <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:broader humord:c12662 ;
    skos:definition "Gård i Larvik kommune. Her lå i tidlig vikingtid et kultsted med markedsplass og boplassområde <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/936.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:prefLabel "Kaupang"@en,
        "Kaupang"@nb,
        "Kaupang"@nn ;
    skos:relatedMatch <http://dewey.info/class/936.8273/e23/> .

humord:c02975 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02975" ;
    dct:modified "2025-04-02T14:34:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:broader humord:c12662 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:prefLabel "Kvelde"@en,
        "Kvelde"@nb,
        "Kvelde"@nn .

humord:c02976 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02976" ;
    dct:modified "2025-04-02T14:40:22"^^xsd:dateTime ;
    skos:broader humord:c35216 ;
    skos:closeMatch <http://dewey.info/class/2--482724/e23/>,
        <http://dewey.info/class/914.82724/e23/>,
        <http://dewey.info/class/948.2724/e23/> ;
    skos:exactMatch realfagstermer:c030749 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030749,
        <http://dewey.info/class/2--482724/e23/>,
        <http://dewey.info/class/914.82724/e23/>,
        <http://dewey.info/class/948.2724/e23/> ;
    skos:prefLabel "Nøtterøy"@en,
        "Nøtterøy"@nb,
        "Nøtterøy"@nn .

humord:c02977 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02977" ;
    dct:modified "2025-04-02T12:13:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482722/e23/>,
        <http://dewey.info/class/914.82722/e23/>,
        <http://dewey.info/class/948.2722/e23/> ;
    skos:broader humord:c02982 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482722/e23/>,
        <http://dewey.info/class/914.82722/e23/>,
        <http://dewey.info/class/948.2722/e23/> ;
    skos:prefLabel "Oseberg"@en,
        "Oseberg"@nb,
        "Oseberg"@nn .

humord:c02978 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02978" ;
    dct:modified "2025-04-02T14:47:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482711/e23/>,
        <http://dewey.info/class/914.82711/e23/>,
        <http://dewey.info/class/948.2711/e23/> ;
    skos:broader humord:c12151 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482711/e23/>,
        <http://dewey.info/class/914.82711/e23/>,
        <http://dewey.info/class/948.2711/e23/> ;
    skos:prefLabel "Sande (Vestfold)"@en,
        "Sande (Vestfold)"@nb,
        "Sande (Vestfold)"@nn .

humord:c02979 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02979" ;
    dct:modified "2025-04-02T14:47:07"^^xsd:dateTime ;
    skos:broader humord:c02968 ;
    skos:exactMatch <http://dewey.info/class/2--482721/e23/>,
        <http://dewey.info/class/914.82721/e23/>,
        <http://dewey.info/class/948.2721/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482721/e23/>,
        <http://dewey.info/class/914.82721/e23/>,
        <http://dewey.info/class/948.2721/e23/> ;
    skos:prefLabel "Sandefjord"@en,
        "Sandefjord"@nb,
        "Sandefjord"@nn .

humord:c02981 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02981" ;
    dct:modified "2025-04-03T08:39:04"^^xsd:dateTime ;
    skos:altLabel "Fredriksvern"@nb,
        "Fredriksværn"@nb,
        "Fredriksvern"@nn,
        "Fredriksværn"@nn ;
    skos:broadMatch <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:broader humord:c12662 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--48273/e23/>,
        <http://dewey.info/class/914.8273/e23/>,
        <http://dewey.info/class/948.273/e23/> ;
    skos:prefLabel "Stavern"@en,
        "Stavern"@nb,
        "Stavern"@nn .

humord:c02982 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02982" ;
    dct:modified "2025-04-07T07:37:52"^^xsd:dateTime ;
    skos:broader humord:c02968 ;
    skos:exactMatch <http://dewey.info/class/2--482722/e23/>,
        <http://dewey.info/class/914.82722/e23/>,
        <http://dewey.info/class/948.2722/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482722/e23/>,
        <http://dewey.info/class/914.82722/e23/>,
        <http://dewey.info/class/948.2722/e23/> ;
    skos:prefLabel "Tønsberg"@en,
        "Tønsberg"@nb,
        "Tønsberg"@nn .

humord:c02983 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02983" ;
    dct:modified "2024-08-20T08:30:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482711/e23/>,
        <http://dewey.info/class/914.82711/e23/>,
        <http://dewey.info/class/948.2711/e23/> ;
    skos:broader humord:c12151 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482711/e23/>,
        <http://dewey.info/class/914.82711/e23/>,
        <http://dewey.info/class/948.2711/e23/> ;
    skos:prefLabel "Åshaugen"@en,
        "Åshaugen"@nb,
        "Åshaugen"@nn .

humord:c02984 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02984" ;
    dct:modified "2024-08-21T10:31:36"^^xsd:dateTime ;
    skos:broader humord:c02613 ;
    skos:exactMatch realfagstermer:c030270,
        <http://dewey.info/class/2--4823/e23/>,
        <http://dewey.info/class/914.823/e23/>,
        <http://dewey.info/class/948.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030270,
        <http://dewey.info/class/2--4823/e23/>,
        <http://dewey.info/class/914.823/e23/>,
        <http://dewey.info/class/948.23/e23/> ;
    skos:prefLabel "Østfold"@en,
        "Østfold"@nb,
        "Østfold"@nn ;
    skos:related humord:c58372 .

humord:c02985 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02985" ;
    dct:modified "2024-08-28T10:22:30"^^xsd:dateTime ;
    skos:broader humord:c58730 ;
    skos:closeMatch <http://dewey.info/class/2--482311/e23/>,
        <http://dewey.info/class/914.82311/e23/>,
        <http://dewey.info/class/948.2311/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482311/e23/>,
        <http://dewey.info/class/914.82311/e23/>,
        <http://dewey.info/class/948.2311/e23/> ;
    skos:prefLabel "Askim"@en,
        "Askim"@nb,
        "Askim"@nn .

humord:c02986 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02986" ;
    dct:modified "2025-03-31T13:46:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482311/e23/>,
        <http://dewey.info/class/914.82311/e23/>,
        <http://dewey.info/class/948.2311/e23/> ;
    skos:broader humord:c58730 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482311/e23/>,
        <http://dewey.info/class/914.82311/e23/>,
        <http://dewey.info/class/948.2311/e23/> ;
    skos:prefLabel "Eidsberg (Østfold)"@en,
        "Eidsberg (Østfold)"@nb,
        "Eidsberg (Østfold)"@nn .

humord:c02987 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02987" ;
    dct:modified "2025-03-31T13:52:08"^^xsd:dateTime ;
    skos:broader humord:c02984 ;
    skos:exactMatch realfagstermer:c030870,
        <http://dewey.info/class/2--482331/e23/>,
        <http://dewey.info/class/914.82331/e23/>,
        <http://dewey.info/class/948.2331/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030870,
        <http://dewey.info/class/2--482331/e23/>,
        <http://dewey.info/class/914.82331/e23/>,
        <http://dewey.info/class/948.2331/e23/> ;
    skos:prefLabel "Fredrikstad"@en,
        "Fredrikstad"@nb,
        "Fredrikstad"@nn .

humord:c02988 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02988" ;
    dct:modified "2025-04-04T09:39:56"^^xsd:dateTime ;
    skos:broader humord:c02984,
        humord:c03012 ;
    skos:definition "Kommune i Østfold. Ligger i sin helhet på øyer <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030459,
        <http://dewey.info/class/2--482334/e23/>,
        <http://dewey.info/class/914.82334/e23/>,
        <http://dewey.info/class/948.2334/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030459,
        <http://dewey.info/class/2--482334/e23/>,
        <http://dewey.info/class/914.82334/e23/>,
        <http://dewey.info/class/948.2334/e23/> ;
    skos:prefLabel "Hvaler (Municipality)"@en,
        "Hvaler (Kommune)"@nb,
        "Hvaler (Kommune)"@nn .

humord:c02989 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02989" ;
    dct:modified "2025-03-31T13:44:55"^^xsd:dateTime ;
    skos:broader humord:c02984 ;
    skos:exactMatch <http://dewey.info/class/2--482341/e23/>,
        <http://dewey.info/class/914.82341/e23/>,
        <http://dewey.info/class/948.2341/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482341/e23/>,
        <http://dewey.info/class/914.82341/e23/>,
        <http://dewey.info/class/948.2341/e23/> ;
    skos:prefLabel "Moss"@en,
        "Moss"@nb,
        "Moss"@nn .

humord:c02990 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02990" ;
    dct:modified "2025-03-31T13:44:26"^^xsd:dateTime ;
    skos:broader humord:c02984 ;
    skos:exactMatch <http://dewey.info/class/2--482315/e23/>,
        <http://dewey.info/class/914.82315/e23/>,
        <http://dewey.info/class/948.2315/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482315/e23/>,
        <http://dewey.info/class/914.82315/e23/>,
        <http://dewey.info/class/948.2315/e23/> ;
    skos:prefLabel "Rakkestad"@en,
        "Rakkestad"@nb,
        "Rakkestad"@nn .

humord:c02991 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02991" ;
    dct:modified "2025-03-31T13:31:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482341/e23/>,
        <http://dewey.info/class/914.82341/e23/>,
        <http://dewey.info/class/948.2341/e23/> ;
    skos:broader humord:c02989 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482341/e23/>,
        <http://dewey.info/class/914.82341/e23/>,
        <http://dewey.info/class/948.2341/e23/> ;
    skos:prefLabel "Rygge"@en,
        "Rygge"@nb,
        "Rygge"@nn .

humord:c02992 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02992" ;
    dct:modified "2025-03-31T13:39:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482314/e23/>,
        <http://dewey.info/class/914.82314/e23/>,
        <http://dewey.info/class/948.2314/e23/> ;
    skos:broader humord:c18073 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482314/e23/>,
        <http://dewey.info/class/914.82314/e23/>,
        <http://dewey.info/class/948.2314/e23/> ;
    skos:prefLabel "Rødenes"@en,
        "Rødenes"@nb,
        "Rødenes"@nn .

humord:c02993 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02993" ;
    dct:modified "2025-03-26T12:39:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482221/e23/>,
        <http://dewey.info/class/914.82221/e23/>,
        <http://dewey.info/class/948.2221/e23/> ;
    skos:broader humord:c27874 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482221/e23/>,
        <http://dewey.info/class/914.82221/e23/>,
        <http://dewey.info/class/948.2221/e23/> ;
    skos:prefLabel "Rømskog"@en,
        "Rømskog"@nb,
        "Rømskog"@nn .

humord:c02994 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02994" ;
    dct:modified "2025-03-31T13:30:32"^^xsd:dateTime ;
    skos:broader humord:c02984 ;
    skos:exactMatch <http://dewey.info/class/2--482332/e23/>,
        <http://dewey.info/class/914.82332/e23/>,
        <http://dewey.info/class/948.2332/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482332/e23/>,
        <http://dewey.info/class/914.82332/e23/>,
        <http://dewey.info/class/948.2332/e23/> ;
    skos:prefLabel "Sarpsborg"@en,
        "Sarpsborg"@nb,
        "Sarpsborg"@nn .

humord:c02995 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02995" ;
    dct:modified "2025-03-31T13:30:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482311/e23/>,
        <http://dewey.info/class/914.82311/e23/>,
        <http://dewey.info/class/948.2311/e23/> ;
    skos:broader humord:c58730 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482311/e23/>,
        <http://dewey.info/class/914.82311/e23/>,
        <http://dewey.info/class/948.2311/e23/> ;
    skos:prefLabel "Spydeberg"@en,
        "Spydeberg"@nb,
        "Spydeberg"@nn .

humord:c02996 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02996" ;
    dct:modified "2025-03-31T13:38:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482321/e23/>,
        <http://dewey.info/class/914.82321/e23/>,
        <http://dewey.info/class/948.2321/e23/> ;
    skos:broader humord:c11828 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482321/e23/>,
        <http://dewey.info/class/914.82321/e23/>,
        <http://dewey.info/class/948.2321/e23/> ;
    skos:prefLabel "Svinesund"@en,
        "Svinesund"@nb,
        "Svinesund"@nn .

humord:c02997 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02997" ;
    dct:modified "2025-03-31T13:34:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482321/e23/>,
        <http://dewey.info/class/914.82321/e23/>,
        <http://dewey.info/class/948.2321/e23/> ;
    skos:broader humord:c11828 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482321/e23/>,
        <http://dewey.info/class/914.82321/e23/>,
        <http://dewey.info/class/948.2321/e23/> ;
    skos:prefLabel "Tistedalen"@en,
        "Tistedalen"@nb,
        "Tistedalen"@nn .

humord:c02998 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02998" ;
    dct:modified "2025-03-31T13:29:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482311/e23/>,
        <http://dewey.info/class/914.82311/e23/>,
        <http://dewey.info/class/948.2311/e23/> ;
    skos:broader humord:c58730 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482311/e23/>,
        <http://dewey.info/class/914.82311/e23/>,
        <http://dewey.info/class/948.2311/e23/> ;
    skos:prefLabel "Trøgstad"@en,
        "Trøgstad"@nb,
        "Trøgstad"@nn .

humord:c02999 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME02999" ;
    dct:modified "2025-03-31T13:29:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--482332/e23/>,
        <http://dewey.info/class/914.82332/e23/>,
        <http://dewey.info/class/948.2332/e23/> ;
    skos:broader humord:c02994 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--482332/e23/>,
        <http://dewey.info/class/914.82332/e23/>,
        <http://dewey.info/class/948.2332/e23/> ;
    skos:prefLabel "Tune"@en,
        "Tune"@nb,
        "Tune"@nn .

humord:c03000 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03000" ;
    dct:modified "2025-03-27T09:48:03"^^xsd:dateTime ;
    skos:broader humord:c02984 ;
    skos:exactMatch realfagstermer:c030549,
        <http://dewey.info/class/2--482344/e23/>,
        <http://dewey.info/class/914.82344/e23/>,
        <http://dewey.info/class/948.2344/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030549,
        <http://dewey.info/class/2--482344/e23/>,
        <http://dewey.info/class/914.82344/e23/>,
        <http://dewey.info/class/948.2344/e23/> ;
    skos:prefLabel "Våler (Østfold)"@en,
        "Våler (Østfold)"@nb,
        "Våler (Østfold)"@nn .

humord:c03002 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03002" ;
    dct:modified "2025-03-24T08:01:50"^^xsd:dateTime ;
    skos:broader humord:c02613 ;
    skos:exactMatch realfagstermer:c031044,
        <http://dewey.info/class/2--4831/e23/>,
        <http://dewey.info/class/914.831/e23/>,
        <http://dewey.info/class/948.31/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031044,
        <http://dewey.info/class/2--4831/e23/>,
        <http://dewey.info/class/914.831/e23/>,
        <http://dewey.info/class/948.31/e23/> ;
    skos:prefLabel "Agder"@en,
        "Agder"@nb,
        "Agder"@nn ;
    skos:related humord:c02628,
        humord:c02953 .

humord:c03003 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03003" ;
    dct:modified "2026-01-12T11:18:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--484/e23/>,
        <http://dewey.info/class/914.84/e23/>,
        <http://dewey.info/class/948.4/e23/> ;
    skos:broader humord:c03001 ;
    skos:exactMatch realfagstermer:c030787 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030787,
        <http://dewey.info/class/2--484/e23/>,
        <http://dewey.info/class/914.84/e23/>,
        <http://dewey.info/class/948.4/e23/> ;
    skos:prefLabel "Mid-Norway"@en,
        "Midt-Norge"@nb,
        "Midt-Noreg"@nn .

humord:c03004 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03004" ;
    dct:modified "2026-01-12T11:25:06"^^xsd:dateTime ;
    skos:broader humord:c03001 ;
    skos:exactMatch realfagstermer:c030281,
        <http://dewey.info/class/2--4843/e23/>,
        <http://dewey.info/class/914.843/e23/>,
        <http://dewey.info/class/948.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030281,
        <http://dewey.info/class/2--4843/e23/>,
        <http://dewey.info/class/914.843/e23/>,
        <http://dewey.info/class/948.43/e23/> ;
    skos:prefLabel "Northern Norway"@en,
        "Nord-Norge"@nb,
        "Nord-Noreg"@nn .

humord:c03005 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03005" ;
    dct:modified "2026-01-12T11:24:46"^^xsd:dateTime ;
    skos:altLabel "Sørlandet"@en ;
    skos:broader humord:c03001 ;
    skos:closeMatch <http://dewey.info/class/2--4831/e23/>,
        <http://dewey.info/class/914.831/e23/>,
        <http://dewey.info/class/948.31/e23/> ;
    skos:exactMatch realfagstermer:c030692 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030692,
        <http://dewey.info/class/2--4831/e23/>,
        <http://dewey.info/class/914.831/e23/>,
        <http://dewey.info/class/948.31/e23/> ;
    skos:prefLabel "Southern Norway"@en,
        "Sørlandet"@nb,
        "Sørlandet"@nn .

humord:c03006 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03006" ;
    dct:modified "2026-01-12T11:25:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--481/e23/>,
        <http://dewey.info/class/914.81/e23/>,
        <http://dewey.info/class/948.1/e23/> ;
    skos:broader humord:c03001 ;
    skos:exactMatch realfagstermer:c030438 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030438,
        <http://dewey.info/class/2--481/e23/>,
        <http://dewey.info/class/914.81/e23/>,
        <http://dewey.info/class/948.1/e23/> ;
    skos:prefLabel "South Norway"@en,
        "Sør-Norge"@nb,
        "Sør-Noreg"@nn .

humord:c03007 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03007" ;
    dct:modified "2025-03-24T08:18:35"^^xsd:dateTime ;
    skos:altLabel "Trööndelage"@nb ;
    skos:broader humord:c02613 ;
    skos:exactMatch realfagstermer:c030266,
        <http://dewey.info/class/2--4841/e23/>,
        <http://dewey.info/class/914.841/e23/>,
        <http://dewey.info/class/948.41/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030266,
        <http://dewey.info/class/2--4841/e23/>,
        <http://dewey.info/class/914.841/e23/>,
        <http://dewey.info/class/948.41/e23/> ;
    skos:prefLabel "Trøndelag"@en,
        "Trøndelag"@nb,
        "Trøndelag"@nn ;
    skos:related humord:c02798,
        humord:c02887 .

humord:c03008 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03008" ;
    dct:modified "2026-01-12T11:26:07"^^xsd:dateTime ;
    skos:altLabel "Vest-Norge"@nb,
        "Vest-Noreg"@nn ;
    skos:broader humord:c03001 ;
    skos:exactMatch realfagstermer:c030704,
        <http://dewey.info/class/2--4833/e23/>,
        <http://dewey.info/class/914.833/e23/>,
        <http://dewey.info/class/948.33/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030704,
        <http://dewey.info/class/2--4833/e23/>,
        <http://dewey.info/class/914.833/e23/>,
        <http://dewey.info/class/948.33/e23/> ;
    skos:prefLabel "Western Norway"@en,
        "Vestlandet"@nb,
        "Vestlandet"@nn .

humord:c03010 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03010" ;
    dct:modified "2024-08-21T08:53:27"^^xsd:dateTime ;
    skos:altLabel "Øst-Norge"@nb,
        "Aust-Noreg"@nn ;
    skos:broader humord:c03001 ;
    skos:exactMatch realfagstermer:c030686,
        <http://dewey.info/class/2--482/e23/>,
        <http://dewey.info/class/914.82/e23/>,
        <http://dewey.info/class/948.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030686,
        <http://dewey.info/class/2--482/e23/>,
        <http://dewey.info/class/914.82/e23/>,
        <http://dewey.info/class/948.2/e23/> ;
    skos:prefLabel "Eastern Norway"@en,
        "Østlandet"@nb,
        "Austlandet"@nn .

humord:c03013 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03013" ;
    dct:modified "2025-04-04T09:45:34"^^xsd:dateTime ;
    skos:broader humord:c03012 ;
    skos:exactMatch realfagstermer:c030203,
        <http://dewey.info/class/2--981/e23/>,
        <http://dewey.info/class/919.81/e23/>,
        <http://dewey.info/class/998.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030203,
        <http://dewey.info/class/2--981/e23/>,
        <http://dewey.info/class/919.81/e23/>,
        <http://dewey.info/class/998.1/e23/> ;
    skos:prefLabel "Svalbard"@en,
        "Svalbard"@nb,
        "Svalbard"@nn .

humord:c03014 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03014" ;
    dct:modified "2025-03-12T15:38:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--981/e23/>,
        <http://dewey.info/class/919.81/e23/>,
        <http://dewey.info/class/998.1/e23/> ;
    skos:broader humord:c03013 ;
    skos:exactMatch realfagstermer:c030294 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030294,
        <http://dewey.info/class/2--981/e23/>,
        <http://dewey.info/class/919.81/e23/>,
        <http://dewey.info/class/998.1/e23/> ;
    skos:prefLabel "Bear Island"@en,
        "Bjørnøya"@nb,
        "Bjørnøya"@nn .

humord:c03015 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03015" ;
    dct:modified "2025-03-04T15:38:19"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030231,
        <http://dewey.info/class/2--438/e23/>,
        <http://dewey.info/class/914.38/e23/>,
        <http://dewey.info/class/943.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030231,
        <http://dewey.info/class/2--438/e23/>,
        <http://dewey.info/class/914.38/e23/>,
        <http://dewey.info/class/943.8/e23/> ;
    skos:prefLabel "Poland"@en,
        "Polen"@nb,
        "Polen"@nn .

humord:c03017 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03017" ;
    dct:modified "2025-04-13T10:08:12"^^xsd:dateTime ;
    skos:altLabel "Babia Gora"@en,
        "Babia hora"@en,
        "Babia Góra"@nb,
        "Babia hora"@nb,
        "Babia Góra"@nn,
        "Babia hora"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43862/e23/>,
        <http://dewey.info/class/914.3862/e23/>,
        <http://dewey.info/class/943.862/e23/> ;
    skos:broader humord:c69654 ;
    skos:definition "Babia Gora er et fjell i Polen, på grensen til Slovakia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43862/e23/>,
        <http://dewey.info/class/914.3862/e23/>,
        <http://dewey.info/class/943.862/e23/> ;
    skos:prefLabel "Babia Góra"@en,
        "Babia Gora"@nb,
        "Babia Gora"@nn .

humord:c03018 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03018" ;
    dct:modified "2025-04-13T10:40:33"^^xsd:dateTime ;
    skos:altLabel "Białystok"@en,
        "Białystok"@nb,
        "Białystok"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43836/e23/>,
        <http://dewey.info/class/914.3836/e23/>,
        <http://dewey.info/class/943.836/e23/> ;
    skos:broader humord:c03035 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43836/e23/>,
        <http://dewey.info/class/914.3836/e23/>,
        <http://dewey.info/class/943.836/e23/> ;
    skos:prefLabel "Bialystok"@en,
        "Bialystok"@nb,
        "Bialystok"@nn .

humord:c03019 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03019" ;
    dct:modified "2025-04-13T10:35:49"^^xsd:dateTime ;
    skos:altLabel "Bory Tucholskie"@en,
        "Tuchola Conifer Woods"@en,
        "Tuchola Pinewoods"@en,
        "Tucholaskogen"@nb,
        "Tucholaskogen"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43826/e23/>,
        <http://dewey.info/class/914.3826/e23/>,
        <http://dewey.info/class/943.826/e23/> ;
    skos:broader humord:c69657 ;
    skos:definition "Tucholaskogen er en stor skog ved byen Tuvhola i det nordlige Polen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43826/e23/>,
        <http://dewey.info/class/914.3826/e23/>,
        <http://dewey.info/class/943.826/e23/> ;
    skos:prefLabel "Tuchola Forest"@en,
        "Bory Tucholskie"@nb,
        "Bory Tucholskie"@nn .

humord:c03020 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03020" ;
    dct:modified "2025-04-13T10:47:39"^^xsd:dateTime ;
    skos:altLabel "Chełm"@en,
        "Chełm"@nb,
        "Chełm"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43843/e23/>,
        <http://dewey.info/class/914.3843/e23/>,
        <http://dewey.info/class/943.843/e23/> ;
    skos:broader humord:c69658 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43843/e23/>,
        <http://dewey.info/class/914.3843/e23/>,
        <http://dewey.info/class/943.843/e23/> ;
    skos:prefLabel "Chelm"@en,
        "Chelm"@nb,
        "Chelm"@nn .

humord:c03021 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03021" ;
    dct:modified "2026-04-26T14:44:52"^^xsd:dateTime ;
    skos:altLabel "Częstochowa"@en,
        "Częstochowa"@nb,
        "Częstochowa"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43858/e23/>,
        <http://dewey.info/class/914.3858/e23/>,
        <http://dewey.info/class/943.858/e23/> ;
    skos:broader humord:c03040 ;
    skos:definition "Częstochowa er en by i det sørlige Polen ved elven Warta i det schlesiske voivodskap <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43858/e23/>,
        <http://dewey.info/class/914.3858/e23/>,
        <http://dewey.info/class/943.858/e23/> ;
    skos:prefLabel "Czestochowa"@en,
        "Czestochowa"@nb,
        "Czestochowa"@nn .

humord:c03023 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03023" ;
    dct:modified "2025-04-13T10:26:38"^^xsd:dateTime ;
    skos:altLabel "Danzig"@en,
        "Gdańsk"@en,
        "Danzig"@nb,
        "Gdańsk"@nb,
        "Danzig"@nn,
        "Gdańsk"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43822/e23/>,
        <http://dewey.info/class/914.3822/e23/>,
        <http://dewey.info/class/943.822/e23/> ;
    skos:broader humord:c69656 ;
    skos:definition "Gdansk er en by i Polen, ved Gdańskbukta (Zatoka Gdańska)."@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43822/e23/>,
        <http://dewey.info/class/914.3822/e23/>,
        <http://dewey.info/class/943.822/e23/> ;
    skos:prefLabel "Gdansk"@en,
        "Gdansk"@nb,
        "Gdansk"@nn .

humord:c03024 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03024" ;
    dct:modified "2025-04-13T10:27:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43822/e23/>,
        <http://dewey.info/class/914.3822/e23/>,
        <http://dewey.info/class/943.822/e23/> ;
    skos:broader humord:c69656 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43822/e23/>,
        <http://dewey.info/class/914.3822/e23/>,
        <http://dewey.info/class/943.822/e23/> ;
    skos:prefLabel "Gniew"@en,
        "Gniew"@nb,
        "Gniew"@nn .

humord:c03025 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03025" ;
    dct:modified "2025-04-13T10:06:08"^^xsd:dateTime ;
    skos:altLabel "Igołomia"@en,
        "Igołomia"@nb,
        "Igołomia"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43862/e23/>,
        <http://dewey.info/class/914.3862/e23/>,
        <http://dewey.info/class/943.862022/e23/> ;
    skos:broader humord:c69654 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43862/e23/>,
        <http://dewey.info/class/914.3862/e23/>,
        <http://dewey.info/class/943.862022/e23/> ;
    skos:prefLabel "Igolomia"@en,
        "Igolomia"@nb,
        "Igolomia"@nn .

humord:c03026 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03026" ;
    dct:modified "2025-04-13T10:05:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43862/e23/>,
        <http://dewey.info/class/914.3862/e23/>,
        <http://dewey.info/class/943.862/e23/> ;
    skos:broader humord:c69654 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43862/e23/>,
        <http://dewey.info/class/914.3862/e23/>,
        <http://dewey.info/class/943.862/e23/> ;
    skos:prefLabel "Iwanowice"@en,
        "Iwanowice"@nb,
        "Iwanowice"@nn .

humord:c03027 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03027" ;
    dct:modified "2025-04-13T10:49:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43845/e23/>,
        <http://dewey.info/class/914.3845/e23/>,
        <http://dewey.info/class/943.845/e23/> ;
    skos:broader humord:c69652 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43845/e23/>,
        <http://dewey.info/class/914.3845/e23/>,
        <http://dewey.info/class/943.845/e23/> ;
    skos:prefLabel "Kielce"@en,
        "Kielce"@nb,
        "Kielce"@nn .

humord:c03028 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03028" ;
    dct:modified "2025-04-13T10:04:22"^^xsd:dateTime ;
    skos:altLabel "Krakow"@en,
        "Kraków"@nb,
        "Kraków"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43862/e23/>,
        <http://dewey.info/class/914.3862/e23/>,
        <http://dewey.info/class/943.862/e23/> ;
    skos:broader humord:c69654 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43862/e23/>,
        <http://dewey.info/class/914.3862/e23/>,
        <http://dewey.info/class/943.862/e23/> ;
    skos:prefLabel "Kraków"@en,
        "Krakow"@nb,
        "Krakow"@nn .

humord:c03029 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03029" ;
    dct:modified "2025-04-13T10:37:48"^^xsd:dateTime ;
    skos:altLabel "Kujawy"@en,
        "Kujavia"@nb,
        "Kujavia"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43826/e23/>,
        <http://dewey.info/class/914.3826/e23/>,
        <http://dewey.info/class/943.826/e23/> ;
    skos:broader humord:c69657 ;
    skos:definition "Kujavia er en historisk region i Polen, mellom elvene Wisła i øst, Noteć i vest, samt Noteć og Krówka i sør. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43826/e23/>,
        <http://dewey.info/class/914.3826/e23/>,
        <http://dewey.info/class/943.826/e23/> ;
    skos:prefLabel "Kuyavia"@en,
        "Kujawy"@nb,
        "Kujawy"@nn .

humord:c03030 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03030" ;
    dct:modified "2025-04-13T10:57:30"^^xsd:dateTime ;
    skos:altLabel "Łaski (Kalisz)"@en,
        "Łaski (Kalisz)"@nb,
        "Łaski (Kalisz)"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43849/e23/>,
        <http://dewey.info/class/914.3849/e23/>,
        <http://dewey.info/class/943.849/e23/> ;
    skos:broader humord:c69653 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43849/e23/>,
        <http://dewey.info/class/914.3849/e23/>,
        <http://dewey.info/class/943.849/e23/> ;
    skos:prefLabel "Laski (Kalisz)"@en,
        "Laski (Kalisz)"@nb,
        "Laski (Kalisz)"@nn .

humord:c03031 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-07-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03031" ;
    dct:modified "2025-04-13T09:20:49"^^xsd:dateTime ;
    skos:altLabel "Mazovia"@en,
        "Mazowsze"@en,
        "Mazowsze"@nb,
        "Mazowsze"@nn ;
    skos:broader humord:c03015 ;
    skos:exactMatch <http://dewey.info/class/2--43841/e23/>,
        <http://dewey.info/class/914.3841/e23/>,
        <http://dewey.info/class/943.841/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43841/e23/>,
        <http://dewey.info/class/914.3841/e23/>,
        <http://dewey.info/class/943.841/e23/> ;
    skos:prefLabel "Mazowieckie"@en,
        "Mazowieckie"@nb,
        "Mazowieckie"@nn .

humord:c03032 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03032" ;
    dct:modified "2025-04-13T09:50:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43845/e23/>,
        <http://dewey.info/class/914.3845/e23/>,
        <http://dewey.info/class/943.845/e23/> ;
    skos:broader humord:c69652 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43845/e23/>,
        <http://dewey.info/class/914.3845/e23/>,
        <http://dewey.info/class/943.845/e23/> ;
    skos:prefLabel "Nietulisko Male"@en,
        "Nietulisko Male"@nb,
        "Nietulisko Male"@nn .

humord:c03033 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03033" ;
    dct:modified "2025-04-13T09:24:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43849/e23/>,
        <http://dewey.info/class/914.3849/e23/>,
        <http://dewey.info/class/943.849/e23/> ;
    skos:broader humord:c03015 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43849/e23/>,
        <http://dewey.info/class/914.3849/e23/>,
        <http://dewey.info/class/943.849/e23/> ;
    skos:prefLabel "Paluki"@en,
        "Paluki"@nb,
        "Paluki"@nn .

humord:c03035 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03035" ;
    dct:modified "2025-04-13T09:25:43"^^xsd:dateTime ;
    skos:altLabel "Podlasia"@en,
        "Podlasie"@en,
        "Podlasia"@nb,
        "Podlasia"@nn ;
    skos:broader humord:c03015 ;
    skos:exactMatch <http://dewey.info/class/2--43836/e23/>,
        <http://dewey.info/class/914.3836/e23/>,
        <http://dewey.info/class/943.836/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43836/e23/>,
        <http://dewey.info/class/914.3836/e23/>,
        <http://dewey.info/class/943.836/e23/> ;
    skos:prefLabel "Podlachia"@en,
        "Podlasie"@nb,
        "Podlasie"@nn .

humord:c03037 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03037" ;
    dct:modified "2025-04-13T10:18:01"^^xsd:dateTime ;
    skos:broader humord:c69655 ;
    skos:closeMatch <http://dewey.info/class/2--43816/e23/>,
        <http://dewey.info/class/914.3816/e23/>,
        <http://dewey.info/class/943.816/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43816/e23/>,
        <http://dewey.info/class/914.3816/e23/>,
        <http://dewey.info/class/943.816/e23/> ;
    skos:prefLabel "Pomerania (Poland)"@en,
        "Pommern (Polen)"@nb,
        "Pommern (Polen)"@nn .

humord:c03038 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03038" ;
    dct:modified "2025-04-13T09:55:55"^^xsd:dateTime ;
    skos:altLabel "Poznań"@en,
        "Poznań"@nb,
        "Poznań"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43849/e23/>,
        <http://dewey.info/class/914.3849/e23/>,
        <http://dewey.info/class/943.849/e23/> ;
    skos:broader humord:c69653 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43849/e23/>,
        <http://dewey.info/class/914.3849/e23/>,
        <http://dewey.info/class/943.849/e23/> ;
    skos:prefLabel "Poznan"@en,
        "Poznan"@nb,
        "Poznan"@nn .

humord:c03039 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03039" ;
    dct:modified "2025-04-13T10:03:13"^^xsd:dateTime ;
    skos:altLabel "Racławice"@en,
        "Racławice"@nb,
        "Racławice"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43862/e23/>,
        <http://dewey.info/class/914.3862/e23/>,
        <http://dewey.info/class/943.862/e23/> ;
    skos:broader humord:c69654 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43862/e23/>,
        <http://dewey.info/class/914.3862/e23/>,
        <http://dewey.info/class/943.862/e23/> ;
    skos:prefLabel "Raclawice"@en,
        "Raclawice"@nb,
        "Raclawice"@nn .

humord:c03040 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-03-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03040" ;
    dct:modified "2026-04-23T11:39:47"^^xsd:dateTime ;
    skos:altLabel "Silesia (Poland)"@en,
        "Silesian Voivodeship"@en,
        "Śląsk"@en,
        "Oberschlesien"@nb,
        "Schlesiske voivodskap"@nb,
        "Slask"@nb,
        "Slezsko"@nb,
        "Śląsk"@nb,
        "Oberschlesien"@nn,
        "Schlesiske voivodskap"@nn,
        "Slask"@nn,
        "Slezsko"@nn,
        "Śląsk"@nn ;
    skos:broader humord:c03015,
        humord:c15593 ;
    skos:closeMatch <http://dewey.info/class/2--4385/e23/>,
        <http://dewey.info/class/914.385/e23/>,
        <http://dewey.info/class/943.85/e23/> ;
    skos:definition "Det schlesiske voivodskap, eller Voivodskapet Śląsk er et voivodskap i sørlige del av Polen  <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4385/e23/>,
        <http://dewey.info/class/914.385/e23/>,
        <http://dewey.info/class/943.85/e23/> ;
    skos:prefLabel "Silesia (Poland)"@en,
        "Schlesien (Polen)"@nb,
        "Schlesien (Polen)"@nn .

humord:c03043 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03043" ;
    dct:modified "2025-04-13T11:06:30"^^xsd:dateTime ;
    skos:altLabel "Stradów"@en,
        "Stradów"@nb,
        "Stradów"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43852/e23/>,
        <http://dewey.info/class/914.3852/e23/>,
        <http://dewey.info/class/943.852/e23/> ;
    skos:broader humord:c69660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43852/e23/>,
        <http://dewey.info/class/914.3852/e23/>,
        <http://dewey.info/class/943.852/e23/> ;
    skos:prefLabel "Stradów"@en,
        "Stradow"@nb,
        "Stradow"@nn .

humord:c03044 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03044" ;
    dct:modified "2025-04-13T10:41:45"^^xsd:dateTime ;
    skos:altLabel "Warszawa"@en ;
    skos:broadMatch <http://dewey.info/class/2--43841/e23/>,
        <http://dewey.info/class/914.3841/e23/>,
        <http://dewey.info/class/943.841/e23/> ;
    skos:broader humord:c03031 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43841/e23/>,
        <http://dewey.info/class/914.3841/e23/>,
        <http://dewey.info/class/943.841/e23/> ;
    skos:prefLabel "Warsaw"@en,
        "Warszawa"@nb,
        "Warszawa"@nn .

humord:c03045 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03045" ;
    dct:modified "2025-04-13T10:16:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43816/e23/>,
        <http://dewey.info/class/914.3816/e23/>,
        <http://dewey.info/class/943.816/e23/> ;
    skos:broader humord:c69655 ;
    skos:definition "Wolin er en øy i Østersjøen i det nordvestre Polen. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43816/e23/>,
        <http://dewey.info/class/914.3816/e23/>,
        <http://dewey.info/class/943.816/e23/> ;
    skos:prefLabel "Wolin"@en,
        "Wolin"@nb,
        "Wolin"@nn .

humord:c03046 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03046" ;
    dct:modified "2025-04-13T11:07:13"^^xsd:dateTime ;
    skos:altLabel "Wrocław"@en,
        "Wrocław"@nb,
        "Wrocław"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43852/e23/>,
        <http://dewey.info/class/914.3852/e23/>,
        <http://dewey.info/class/943.852/e23/> ;
    skos:broader humord:c69660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43852/e23/>,
        <http://dewey.info/class/914.3852/e23/>,
        <http://dewey.info/class/943.852/e23/> ;
    skos:prefLabel "Wroclaw"@en,
        "Wroclaw"@nb,
        "Wroclaw"@nn .

humord:c03047 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03047" ;
    dct:modified "2025-03-04T15:38:44"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/936.69/e23/> ;
    skos:exactMatch realfagstermer:c030249,
        <http://dewey.info/class/2--469/e23/>,
        <http://dewey.info/class/914.69/e23/>,
        <http://dewey.info/class/946.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030249,
        <http://dewey.info/class/2--469/e23/>,
        <http://dewey.info/class/914.69/e23/>,
        <http://dewey.info/class/936.69/e23/>,
        <http://dewey.info/class/946.9/e23/> ;
    skos:prefLabel "Portugal"@en,
        "Portugal"@nb,
        "Portugal"@nn .

humord:c03048 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03048" ;
    dct:modified "2025-04-11T14:40:48"^^xsd:dateTime ;
    skos:broader humord:c03047 ;
    skos:exactMatch <http://dewey.info/class/2--46927/e23/>,
        <http://dewey.info/class/914.6927/e23/>,
        <http://dewey.info/class/946.927/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--46927/e23/>,
        <http://dewey.info/class/914.6927/e23/>,
        <http://dewey.info/class/946.927/e23/> ;
    skos:prefLabel "Braganca (District)"@en,
        "Braganca (Distrikt)"@nb,
        "Braganca (Distrikt)"@nn .

humord:c03049 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03049" ;
    dct:modified "2024-09-17T14:54:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--46935/e23/>,
        <http://dewey.info/class/914.6935/e23/>,
        <http://dewey.info/class/946.935/e23/> ;
    skos:broader humord:c03047 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--46935/e23/>,
        <http://dewey.info/class/914.6935/e23/>,
        <http://dewey.info/class/946.935/e23/> ;
    skos:prefLabel "Coimbra"@en,
        "Coimbra"@nb,
        "Coimbra"@nn .

humord:c03050 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03050" ;
    dct:modified "2025-04-13T09:12:32"^^xsd:dateTime ;
    skos:altLabel "Lisboa"@en ;
    skos:broader humord:c03047 ;
    skos:closeMatch <http://dewey.info/class/2--46942/e23/>,
        <http://dewey.info/class/914.6942/e23/>,
        <http://dewey.info/class/946.942/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--46942/e23/>,
        <http://dewey.info/class/914.6942/e23/>,
        <http://dewey.info/class/946.942/e23/> ;
    skos:prefLabel "Lisbon"@en,
        "Lisboa"@nb,
        "Lisboa"@nn .

humord:c03051 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03051" ;
    dct:modified "2025-04-13T09:14:07"^^xsd:dateTime ;
    skos:altLabel "Serra de Estrela"@en ;
    skos:broadMatch <http://dewey.info/class/2--46932/e23/>,
        <http://dewey.info/class/914.6932/e23/>,
        <http://dewey.info/class/946.932/e23/> ;
    skos:broader humord:c03047 ;
    skos:definition "Det høyeste fjellet i fastlands-Portugal <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--46932/e23/>,
        <http://dewey.info/class/914.6932/e23/>,
        <http://dewey.info/class/946.932/e23/> ;
    skos:prefLabel "Serra da Estrela"@en,
        "Serra de Estrela"@nb,
        "Serra de Estrela"@nn .

humord:c03052 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03052" ;
    dct:modified "2025-03-04T15:38:57"^^xsd:dateTime ;
    skos:altLabel "Sosialistiske republikk Romania"@nb,
        "Sosialistiske republikk Romania"@nn ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--3988/e23/>,
        <http://dewey.info/class/939.88/e23/> ;
    skos:exactMatch realfagstermer:c030272,
        <http://dewey.info/class/2--498/e23/>,
        <http://dewey.info/class/914.98/e23/>,
        <http://dewey.info/class/949.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030272,
        <http://dewey.info/class/2--3988/e23/>,
        <http://dewey.info/class/2--498/e23/>,
        <http://dewey.info/class/914.98/e23/>,
        <http://dewey.info/class/939.88/e23/>,
        <http://dewey.info/class/949.8/e23/> ;
    skos:prefLabel "Romania"@en,
        "Romania"@nb,
        "Romania"@nn .

humord:c03054 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03054" ;
    dct:modified "2024-10-10T13:36:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/949.71/e23/> ;
    skos:broader humord:c03052 ;
    skos:exactMatch <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4971/e23/>,
        <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.971/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.71/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:prefLabel "Banat"@en,
        "Banat"@nb,
        "Banat"@nn .

humord:c03055 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03055" ;
    dct:modified "2025-04-11T12:37:41"^^xsd:dateTime ;
    skos:altLabel "Bucuresti"@en,
        "Bukarest"@nb,
        "Bukarest"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4982/e23/>,
        <http://dewey.info/class/914.982/e23/>,
        <http://dewey.info/class/949.82/e23/> ;
    skos:broader humord:c03052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4982/e23/>,
        <http://dewey.info/class/914.982/e23/>,
        <http://dewey.info/class/949.82/e23/> ;
    skos:prefLabel "Bucharest"@en,
        "Bucuresti"@nb,
        "Bucuresti"@nn .

humord:c03057 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03057" ;
    dct:modified "2025-02-27T08:20:55"^^xsd:dateTime ;
    skos:altLabel "Bucovina"@nb,
        "Bucovina"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4779/e23/>,
        <http://dewey.info/class/2--4981/e23/>,
        <http://dewey.info/class/914.779/e23/>,
        <http://dewey.info/class/914.981/e23/>,
        <http://dewey.info/class/947.79/e23/>,
        <http://dewey.info/class/949.81/e23/> ;
    skos:broader humord:c03661 ;
    skos:definition "Bukovina er et landskap i de nordøstlige Karpatene, i dag delt mellom Ukraina og Romania <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030916 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030916,
        <http://dewey.info/class/2--4779/e23/>,
        <http://dewey.info/class/2--4981/e23/>,
        <http://dewey.info/class/914.779/e23/>,
        <http://dewey.info/class/914.981/e23/>,
        <http://dewey.info/class/947.79/e23/>,
        <http://dewey.info/class/949.81/e23/> ;
    skos:prefLabel "Bukovina"@en,
        "Bukovina"@nb,
        "Bukovina"@nn .

humord:c03058 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03058" ;
    dct:modified "2024-09-04T16:54:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4982/e23/>,
        <http://dewey.info/class/914.982/e23/>,
        <http://dewey.info/class/949.82/e23/> ;
    skos:broader humord:c03052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4982/e23/>,
        <http://dewey.info/class/914.982/e23/>,
        <http://dewey.info/class/949.82/e23/> ;
    skos:prefLabel "Caracal"@en,
        "Caracal"@nb,
        "Caracal"@nn .

humord:c03059 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03059" ;
    dct:modified "2024-09-17T14:16:25"^^xsd:dateTime ;
    skos:altLabel "Cluj-Napoca"@en,
        "Kolozsvar"@en,
        "Cluj-Napoca"@nb,
        "Kolozsvar"@nb,
        "Cluj-Napoca"@nn,
        "Kolozsvar"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:broader humord:c03052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:prefLabel "Cluj"@en,
        "Cluj"@nb,
        "Cluj"@nn .

humord:c03061 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03061" ;
    dct:modified "2024-09-10T15:32:20"^^xsd:dateTime ;
    skos:altLabel "Dakia"@nb,
        "Dakia"@nn ;
    skos:broader humord:c03052 ;
    skos:exactMatch <http://dewey.info/class/2--3988/e23/>,
        <http://dewey.info/class/939.88/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3988/e23/>,
        <http://dewey.info/class/939.88/e23/> ;
    skos:prefLabel "Dacia"@en,
        "Dacia"@nb,
        "Dacia"@nn .

humord:c03062 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03062" ;
    dct:modified "2025-04-11T12:39:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:broader humord:c03052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:prefLabel "Gherla"@en,
        "Gherla"@nb,
        "Gherla"@nn .

humord:c03063 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03063" ;
    dct:modified "2025-04-11T12:41:35"^^xsd:dateTime ;
    skos:altLabel "Hurezi"@en ;
    skos:broadMatch <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:broader humord:c03052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:prefLabel "Horezu"@en,
        "Hurezi"@nb,
        "Hurezi"@nn .

humord:c03065 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03065" ;
    dct:modified "2025-04-11T12:39:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--477/e23/>,
        <http://dewey.info/class/2--498/e23/>,
        <http://dewey.info/class/914.77/e23/>,
        <http://dewey.info/class/914.98/e23/>,
        <http://dewey.info/class/947.7/e23/>,
        <http://dewey.info/class/949.8/e23/> ;
    skos:broader humord:c03052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--477/e23/>,
        <http://dewey.info/class/2--498/e23/>,
        <http://dewey.info/class/914.77/e23/>,
        <http://dewey.info/class/914.98/e23/>,
        <http://dewey.info/class/947.7/e23/>,
        <http://dewey.info/class/949.8/e23/> ;
    skos:prefLabel "Maramures (Historical region)"@en,
        "Maramures (Historisk region)"@nb,
        "Maramures (Historisk region)"@nn .

humord:c03066 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03066" ;
    dct:modified "2025-03-24T13:30:10"^^xsd:dateTime ;
    skos:altLabel "Moldavia (Romania)"@nb,
        "Moldavia (Romania)"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3988/e23/>,
        <http://dewey.info/class/939.88/e23/> ;
    skos:broader humord:c03052 ;
    skos:closeMatch realfagstermer:c030590,
        <http://dewey.info/class/2--4981/e23/>,
        <http://dewey.info/class/914.981/e23/>,
        <http://dewey.info/class/949.81/e23/> ;
    skos:exactMatch <http://dewey.info/class/949.8014/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030590,
        <http://dewey.info/class/2--3988/e23/>,
        <http://dewey.info/class/2--4981/e23/>,
        <http://dewey.info/class/914.981/e23/>,
        <http://dewey.info/class/939.88/e23/>,
        <http://dewey.info/class/949.8014/e23/>,
        <http://dewey.info/class/949.81/e23/> ;
    skos:prefLabel "Moldavia (Romania)"@en,
        "Moldova (Romania)"@nb,
        "Moldova (Romania)"@nn ;
    skos:related humord:c02593 .

humord:c03068 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03068" ;
    dct:modified "2025-04-11T12:40:30"^^xsd:dateTime ;
    skos:altLabel "Moresti"@en ;
    skos:broadMatch <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:broader humord:c03052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:prefLabel "Ungheni"@en,
        "Moresti"@nb,
        "Moresti"@nn .

humord:c03070 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03070" ;
    dct:modified "2025-04-11T12:45:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:broader humord:c03052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:prefLabel "Plaiul Closanilor"@en,
        "Plaiul Closanilor"@nb,
        "Plaiul Closanilor"@nn .

humord:c03072 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03072" ;
    dct:modified "2025-04-11T12:46:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4981/e23/>,
        <http://dewey.info/class/914.981/e23/>,
        <http://dewey.info/class/949.81/e23/> ;
    skos:broader humord:c03052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4981/e23/>,
        <http://dewey.info/class/914.981/e23/>,
        <http://dewey.info/class/949.81/e23/> ;
    skos:prefLabel "Suceava"@en,
        "Suceava"@nb,
        "Suceava"@nn .

humord:c03075 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03075" ;
    dct:modified "2025-04-11T12:57:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:broader humord:c03052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:prefLabel "Timisoara"@en,
        "Timisoara"@nb,
        "Timisoara"@nn .

humord:c03076 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03076" ;
    dct:modified "2025-04-11T12:57:21"^^xsd:dateTime ;
    skos:altLabel "Tirgu Mures"@en ;
    skos:broadMatch <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:broader humord:c03052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:prefLabel "Târgu Mures"@en,
        "Tirgu Mures"@nb,
        "Tirgu Mures"@nn .

humord:c03077 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03077" ;
    dct:modified "2024-08-27T14:53:44"^^xsd:dateTime ;
    skos:altLabel "Transilvania"@en,
        "Ardeal"@nb,
        "Erdely"@nb,
        "Siebenbürgen"@nb,
        "Transsylvania"@nb,
        "Ardeal"@nn,
        "Erdely"@nn,
        "Siebenbürgen"@nn,
        "Transsylvania"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:broader humord:c03052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4984/e23/>,
        <http://dewey.info/class/914.984/e23/>,
        <http://dewey.info/class/949.84/e23/> ;
    skos:prefLabel "Transylvania"@en,
        "Transilvania"@nb,
        "Transilvania"@nn .

humord:c03082 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03082" ;
    dct:modified "2025-04-11T14:35:33"^^xsd:dateTime ;
    skos:broader humord:c03052 ;
    skos:closeMatch <http://dewey.info/class/949.8014/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4982/e23/>,
        <http://dewey.info/class/914.982/e23/>,
        <http://dewey.info/class/949.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4982/e23/>,
        <http://dewey.info/class/914.982/e23/>,
        <http://dewey.info/class/949.8014/e23/>,
        <http://dewey.info/class/949.82/e23/> ;
    skos:prefLabel "Wallachia"@en,
        "Valakia"@nb,
        "Valakia"@nn ;
    skos:related humord:c19087 .

humord:c03083 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03083" ;
    dct:modified "2025-03-04T15:39:24"^^xsd:dateTime ;
    skos:altLabel "Russian Federation"@en,
        "Den russiske føderasjon"@nb,
        "Russiske sosialistiske føderative sovjetrepublikk"@nb,
        "Russiske sosialistiske sovjetrepublikk"@nb,
        "Den russiske føderasjon"@nn,
        "Russiske sosialistiske føderative sovjetrepublikk"@nn,
        "Russiske sosialistiske sovjetrepublikk"@nn ;
    skos:broadMatch <http://dewey.info/class/2--57/e23/>,
        <http://dewey.info/class/957/e23/> ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030215,
        <http://dewey.info/class/2--47/e23/>,
        <http://dewey.info/class/914.7/e23/>,
        <http://dewey.info/class/947/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030215,
        <http://dewey.info/class/2--47/e23/>,
        <http://dewey.info/class/2--57/e23/>,
        <http://dewey.info/class/914.7/e23/>,
        <http://dewey.info/class/947/e23/>,
        <http://dewey.info/class/957/e23/> ;
    skos:prefLabel "Russia"@en,
        "Russland"@nb,
        "Russland"@nn ;
    skos:related humord:c03667,
        humord:c03767 .

humord:c03088 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-12-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03088" ;
    dct:modified "2024-08-28T07:46:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4717/e23/>,
        <http://dewey.info/class/914.717/e23/>,
        <http://dewey.info/class/947.17/e23/> ;
    skos:broader humord:c28794 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4717/e23/>,
        <http://dewey.info/class/914.717/e23/>,
        <http://dewey.info/class/947.17/e23/> ;
    skos:prefLabel "Arkhangelsk (City)"@en,
        "Arkhangelsk (By)"@nb,
        "Arkhangelsk (By)"@nn .

humord:c03089 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03089" ;
    dct:modified "2025-04-13T15:43:17"^^xsd:dateTime ;
    skos:altLabel "Beslenei"@en ;
    skos:broadMatch <http://dewey.info/class/2--4752/e23/>,
        <http://dewey.info/class/914.752/e23/>,
        <http://dewey.info/class/947.52/e23/> ;
    skos:broader humord:c19207 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4752/e23/>,
        <http://dewey.info/class/914.752/e23/>,
        <http://dewey.info/class/947.52/e23/> ;
    skos:prefLabel "Besleney"@en,
        "Beslenei"@nb,
        "Beslenei"@nn .

humord:c03090 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03090" ;
    dct:modified "2025-04-13T14:59:04"^^xsd:dateTime ;
    skos:altLabel "Bogoljubovo"@nb,
        "Bogoljubovo"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4733/e23/>,
        <http://dewey.info/class/914.733/e23/>,
        <http://dewey.info/class/947.33/e23/> ;
    skos:broader humord:c69663 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4733/e23/>,
        <http://dewey.info/class/914.733/e23/>,
        <http://dewey.info/class/947.33/e23/> ;
    skos:prefLabel "Bogolyubova"@en,
        "Bogolyubova"@nb,
        "Bogolyubova"@nn .

humord:c03092 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03092" ;
    dct:modified "2025-04-15T10:45:56"^^xsd:dateTime ;
    skos:altLabel "Gucul'scina"@nb,
        "Hucul'scyna"@nb,
        "Hucul'scyna"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4779/e23/>,
        <http://dewey.info/class/914.779/e23/>,
        <http://dewey.info/class/947.79/e23/> ;
    skos:broader humord:c03619 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4779/e23/>,
        <http://dewey.info/class/914.779/e23/>,
        <http://dewey.info/class/947.79/e23/> ;
    skos:prefLabel "Hutsulshchyna"@en,
        "Hucul'styna"@nb,
        "Hucul'styna"@nn .

humord:c03094 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03094" ;
    dct:modified "2025-04-13T14:37:36"^^xsd:dateTime ;
    skos:altLabel "Ingermanland"@en ;
    skos:broadMatch <http://dewey.info/class/2--4721/e23/>,
        <http://dewey.info/class/914.721/e23/>,
        <http://dewey.info/class/947.21/e23/> ;
    skos:broader humord:c69664 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4721/e23/>,
        <http://dewey.info/class/914.721/e23/>,
        <http://dewey.info/class/947.21/e23/> ;
    skos:prefLabel "Ingria"@en,
        "Ingermanland"@nb,
        "Ingermanland"@nn .

humord:c03096 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03096" ;
    dct:modified "2026-01-12T11:26:23"^^xsd:dateTime ;
    skos:altLabel "Kamchatka Peninsula"@en,
        "Kamtchatka Province"@en,
        "Kamuchatka"@en,
        "Kamtsjatkahalvøya"@nb,
        "Kamtsjatkahalvøya"@nn ;
    skos:broadMatch <http://dewey.info/class/2--577/e23/>,
        <http://dewey.info/class/915.77/e23/>,
        <http://dewey.info/class/957.7/e23/> ;
    skos:broader humord:c03111 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--577/e23/>,
        <http://dewey.info/class/915.77/e23/>,
        <http://dewey.info/class/957.7/e23/> ;
    skos:prefLabel "Kamchatka Oblast"@en,
        "Kamtsjatka"@nb,
        "Kamtsjatka"@nn .

humord:c03097 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03097" ;
    dct:modified "2025-04-13T15:48:46"^^xsd:dateTime ;
    skos:broader humord:c69670 ;
    skos:closeMatch realfagstermer:c030517 ;
    skos:exactMatch <http://dewey.info/class/2--4715/e23/>,
        <http://dewey.info/class/914.715/e23/>,
        <http://dewey.info/class/947.15/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030517,
        <http://dewey.info/class/2--4715/e23/>,
        <http://dewey.info/class/914.715/e23/>,
        <http://dewey.info/class/947.15/e23/> ;
    skos:prefLabel "Karelia (Russia)"@en,
        "Karelen (Russland)"@nb,
        "Karelen (Russland)"@nn .

humord:c03098 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03098" ;
    dct:modified "2025-10-14T15:26:02"^^xsd:dateTime ;
    skos:broader humord:c03083 ;
    skos:closeMatch <http://dewey.info/class/2--3953/e23/>,
        <http://dewey.info/class/939.53/e23/> ;
    skos:definition "Kaukasus er et fjellområde mellom Svartehavet i vest og Det kaspiske hav i øst. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030515,
        <http://dewey.info/class/2--475/e23/>,
        <http://dewey.info/class/914.75/e23/>,
        <http://dewey.info/class/947.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030515,
        <http://dewey.info/class/2--3953/e23/>,
        <http://dewey.info/class/2--475/e23/>,
        <http://dewey.info/class/914.75/e23/>,
        <http://dewey.info/class/939.53/e23/>,
        <http://dewey.info/class/947.5/e23/> ;
    skos:prefLabel "Caucasus Mountains"@en,
        "Kaukasus"@nb,
        "Kaukasus"@nn .

humord:c03099 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03099" ;
    dct:modified "2024-09-17T14:50:43"^^xsd:dateTime ;
    skos:altLabel "Colchis"@nb,
        "Kolchis"@nb,
        "Colchis"@nn,
        "Kolchis"@nn ;
    skos:broader humord:c03098 ;
    skos:definition "Kolkhis var et rike i Kaukasus i oldtiden <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--39538/e23/>,
        <http://dewey.info/class/939.538/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39538/e23/>,
        <http://dewey.info/class/939.538/e23/> ;
    skos:prefLabel "Colchis"@en,
        "Kolkhis"@nb,
        "Kolkhis"@nn .

humord:c03102 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03102" ;
    dct:modified "2025-03-04T13:54:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4786/e23/>,
        <http://dewey.info/class/914.786/e23/>,
        <http://dewey.info/class/947.86/e23/> ;
    skos:broader humord:c02404 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4786/e23/>,
        <http://dewey.info/class/914.786/e23/>,
        <http://dewey.info/class/947.86/e23/> ;
    skos:prefLabel "Minsk"@en,
        "Minsk"@nb,
        "Minsk"@nn .

humord:c03103 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03103" ;
    dct:modified "2025-04-13T14:54:41"^^xsd:dateTime ;
    skos:broader humord:c69667 ;
    skos:closeMatch <http://dewey.info/class/2--4731/e23/>,
        <http://dewey.info/class/947.31/e23/> ;
    skos:definition "Moskva er hovedstaden i Russland og Europas største by.  <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030504 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030504,
        <http://dewey.info/class/2--4731/e23/>,
        <http://dewey.info/class/947.31/e23/> ;
    skos:prefLabel "Moscow (City)"@en,
        "Moskva (By)"@nb,
        "Moskva (By)"@nn ;
    skos:related humord:c03675 .

humord:c03104 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03104" ;
    dct:modified "2025-04-13T15:40:49"^^xsd:dateTime ;
    skos:altLabel "North Russia"@en ;
    skos:broadMatch <http://dewey.info/class/2--47/e23/>,
        <http://dewey.info/class/914.7/e23/>,
        <http://dewey.info/class/947/e23/> ;
    skos:broader humord:c03083 ;
    skos:exactMatch realfagstermer:c031056 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031056,
        <http://dewey.info/class/2--47/e23/>,
        <http://dewey.info/class/914.7/e23/>,
        <http://dewey.info/class/947/e23/> ;
    skos:prefLabel "Northern Russia"@en,
        "Nord-Russland"@nb,
        "Nord-Russland"@nn .

humord:c03105 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-12-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03105" ;
    dct:modified "2025-04-13T15:53:14"^^xsd:dateTime ;
    skos:altLabel "Novaja Zemlja"@en,
        "Novaja Zemlja"@nb,
        "Novaya Zemlya"@nb,
        "Novaja Zemlja"@nn,
        "Novaya Zemlya"@nn ;
    skos:broader humord:c15918 ;
    skos:definition "Novaja Semlja er to store hovedøyer med mange omkransende småøyer, som danner skillet mellom Barentshavet i vest og Karahavet i øst. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030390,
        <http://dewey.info/class/2--986/e23/>,
        <http://dewey.info/class/919.86/e23/>,
        <http://dewey.info/class/998.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030390,
        <http://dewey.info/class/2--986/e23/>,
        <http://dewey.info/class/919.86/e23/>,
        <http://dewey.info/class/998.6/e23/> ;
    skos:prefLabel "Novaya Zemlya"@en,
        "Novaja Semlja"@nb,
        "Novaja Semlja"@nn .

humord:c03106 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03106" ;
    dct:modified "2025-04-13T14:47:32"^^xsd:dateTime ;
    skos:altLabel "Novgorod (City)"@en,
        "Velikij Novgorod"@nb,
        "Velikij Novgorod"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4722/e23/>,
        <http://dewey.info/class/914.722/e23/>,
        <http://dewey.info/class/947.22/e23/> ;
    skos:broader humord:c69665 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4722/e23/>,
        <http://dewey.info/class/914.722/e23/>,
        <http://dewey.info/class/947.22/e23/> ;
    skos:prefLabel "Veliky Novgorod"@en,
        "Novgorod (By)"@nb,
        "Novgorod (By)"@nn .

humord:c03107 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03107" ;
    dct:modified "2025-04-13T14:39:30"^^xsd:dateTime ;
    skos:altLabel "Leningrad (City)"@en,
        "Petrograd"@en,
        "Leningrad (Sovjetunionen)"@nb,
        "Petersburg"@nb,
        "Petrograd"@nb,
        "St. Petersburg"@nb,
        "Leningrad (Sovjetunionen)"@nn,
        "Petersburg"@nn,
        "Petrograd"@nn,
        "St. Petersburg"@nn ;
    skos:broader humord:c69664 ;
    skos:closeMatch <http://dewey.info/class/2--4721/e23/>,
        <http://dewey.info/class/914.721/e23/>,
        <http://dewey.info/class/947.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4721/e23/>,
        <http://dewey.info/class/914.721/e23/>,
        <http://dewey.info/class/947.21/e23/> ;
    skos:prefLabel "Saint Petersburg"@en,
        "Sankt Petersburg"@nb,
        "Sankt Petersburg"@nn .

humord:c03111 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03111" ;
    dct:modified "2025-05-06T12:21:07"^^xsd:dateTime ;
    skos:broader humord:c03083 ;
    skos:definition "Sibir utgjør de nordlige delene av Asia.  <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030740,
        <http://dewey.info/class/2--57/e23/>,
        <http://dewey.info/class/915.7/e23/>,
        <http://dewey.info/class/957/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030740,
        <http://dewey.info/class/2--57/e23/>,
        <http://dewey.info/class/915.7/e23/>,
        <http://dewey.info/class/957/e23/> ;
    skos:prefLabel "Sibiria"@en,
        "Sibir"@nb,
        "Sibir"@nn ;
    skos:related humord:c15159 .

humord:c03112 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03112" ;
    dct:modified "2025-04-13T15:01:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4733/e23/>,
        <http://dewey.info/class/914.733/e23/>,
        <http://dewey.info/class/947.33/e23/> ;
    skos:broader humord:c69663 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4733/e23/>,
        <http://dewey.info/class/914.733/e23/>,
        <http://dewey.info/class/947.33/e23/> ;
    skos:prefLabel "Suzdal"@en,
        "Suzdal"@nb,
        "Suzdal"@nn .

humord:c03113 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03113" ;
    dct:modified "2025-04-13T14:28:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4733/e23/>,
        <http://dewey.info/class/914.733/e23/>,
        <http://dewey.info/class/947.33/e23/> ;
    skos:broader humord:c69663 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4733/e23/>,
        <http://dewey.info/class/914.733/e23/>,
        <http://dewey.info/class/947.33/e23/> ;
    skos:prefLabel "Vladimir (City)"@en,
        "Vladimir (By)"@nb,
        "Vladimir (By)"@nn .

humord:c03114 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03114" ;
    dct:modified "2025-04-13T15:51:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--474/e23/>,
        <http://dewey.info/class/914.74/e23/>,
        <http://dewey.info/class/947.4/e23/> ;
    skos:broader humord:c03083 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--474/e23/>,
        <http://dewey.info/class/914.74/e23/>,
        <http://dewey.info/class/947.4/e23/> ;
    skos:prefLabel "Volga region"@en,
        "Volga-Regionen"@nb,
        "Volga-Regionen"@nn .

humord:c03115 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03115" ;
    dct:modified "2025-04-13T14:34:40"^^xsd:dateTime ;
    skos:altLabel "Viborg (Russland)"@nb,
        "Viborg (Russland)"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4721/e23/>,
        <http://dewey.info/class/914.721/e23/>,
        <http://dewey.info/class/947.21/e23/> ;
    skos:broader humord:c69664 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4721/e23/>,
        <http://dewey.info/class/914.721/e23/>,
        <http://dewey.info/class/947.21/e23/> ;
    skos:prefLabel "Vyborg"@en,
        "Vyborg"@nb,
        "Vyborg"@nn .

humord:c03117 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03117" ;
    dct:modified "2025-04-13T14:29:08"^^xsd:dateTime ;
    skos:altLabel "Yuryev-Polskoi"@nb,
        "Yuryev-Polskoi"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4733/e23/>,
        <http://dewey.info/class/914.733/e23/>,
        <http://dewey.info/class/947.33/e23/> ;
    skos:broader humord:c69663 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4733/e23/>,
        <http://dewey.info/class/914.733/e23/>,
        <http://dewey.info/class/947.33/e23/> ;
    skos:prefLabel "Yuryev-Polsky"@en,
        "Jurjev-Polskij"@nb,
        "Jurjev-Polskij"@nn .

humord:c03118 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03118" ;
    dct:modified "2025-03-04T14:04:01"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030488,
        <http://dewey.info/class/2--4373/e23/>,
        <http://dewey.info/class/914.373/e23/>,
        <http://dewey.info/class/943.73/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030488,
        <http://dewey.info/class/2--4373/e23/>,
        <http://dewey.info/class/914.373/e23/>,
        <http://dewey.info/class/943.73/e23/> ;
    skos:prefLabel "Slovakia"@en,
        "Slovakia"@nb,
        "Slovakia"@nn ;
    skos:related humord:c03424 .

humord:c03119 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-09-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03119" ;
    dct:modified "2025-03-04T14:04:34"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030734,
        <http://dewey.info/class/2--4973/e23/>,
        <http://dewey.info/class/914.973/e23/>,
        <http://dewey.info/class/949.73/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030734,
        <http://dewey.info/class/2--4973/e23/>,
        <http://dewey.info/class/914.973/e23/>,
        <http://dewey.info/class/949.73/e23/> ;
    skos:prefLabel "Slovenia"@en,
        "Slovenia"@nb,
        "Slovenia"@nn ;
    skos:related humord:c02546 .

humord:c03120 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03120" ;
    dct:modified "2025-04-15T08:35:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4973/e23/>,
        <http://dewey.info/class/914.973/e23/>,
        <http://dewey.info/class/949.73/e23/> ;
    skos:broader humord:c03119 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4973/e23/>,
        <http://dewey.info/class/914.973/e23/>,
        <http://dewey.info/class/949.73/e23/> ;
    skos:prefLabel "Prekmurje"@en,
        "Prekmurje"@nb,
        "Prekmurje"@nn .

humord:c03121 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03121" ;
    dct:modified "2025-03-04T14:04:18"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--366/e23/>,
        <http://dewey.info/class/936.6/e23/> ;
    skos:exactMatch realfagstermer:c030232,
        <http://dewey.info/class/2--46/e23/>,
        <http://dewey.info/class/914.6/e23/>,
        <http://dewey.info/class/946/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030232,
        <http://dewey.info/class/2--366/e23/>,
        <http://dewey.info/class/2--46/e23/>,
        <http://dewey.info/class/914.6/e23/>,
        <http://dewey.info/class/936.6/e23/>,
        <http://dewey.info/class/946/e23/> ;
    skos:prefLabel "Spain"@en,
        "Spania"@nb,
        "Spania"@nn .

humord:c03122 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03122" ;
    dct:modified "2024-08-14T14:09:18"^^xsd:dateTime ;
    skos:altLabel "Andalucia"@en,
        "Al-Andalus"@nb,
        "Andalusia"@nb,
        "Al-Andalus"@nn,
        "Andalusia"@nn ;
    skos:broader humord:c14086 ;
    skos:closeMatch <http://dewey.info/class/2--3668/e23/>,
        <http://dewey.info/class/936.68/e23/> ;
    skos:exactMatch realfagstermer:c030961,
        <http://dewey.info/class/2--468/e23/>,
        <http://dewey.info/class/914.68/e23/>,
        <http://dewey.info/class/946.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030961,
        <http://dewey.info/class/2--3668/e23/>,
        <http://dewey.info/class/2--468/e23/>,
        <http://dewey.info/class/914.68/e23/>,
        <http://dewey.info/class/936.68/e23/>,
        <http://dewey.info/class/946.8/e23/> ;
    skos:prefLabel "Andalusia"@en,
        "Andalucía"@nb,
        "Andalucía"@nn .

humord:c03125 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-08-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03125" ;
    dct:modified "2024-09-19T13:25:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4688/e23/>,
        <http://dewey.info/class/914.688/e23/>,
        <http://dewey.info/class/946.88/e23/> ;
    skos:broader humord:c03122 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4688/e23/>,
        <http://dewey.info/class/914.688/e23/>,
        <http://dewey.info/class/946.88/e23/> ;
    skos:prefLabel "Cádiz"@en,
        "Cádiz"@nb,
        "Cádiz"@nn .

humord:c03126 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03126" ;
    dct:modified "2024-09-04T16:54:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4686/e23/>,
        <http://dewey.info/class/914.686/e23/>,
        <http://dewey.info/class/946.86/e23/> ;
    skos:broader humord:c03122 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4686/e23/>,
        <http://dewey.info/class/914.686/e23/>,
        <http://dewey.info/class/946.86/e23/> ;
    skos:prefLabel "Carmona"@en,
        "Carmona"@nb,
        "Carmona"@nn .

humord:c03127 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03127" ;
    dct:modified "2024-09-19T13:24:47"^^xsd:dateTime ;
    skos:broader humord:c03122 ;
    skos:closeMatch <http://dewey.info/class/2--4684/e23/>,
        <http://dewey.info/class/914.684/e23/>,
        <http://dewey.info/class/946.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4684/e23/>,
        <http://dewey.info/class/914.684/e23/>,
        <http://dewey.info/class/946.84/e23/> ;
    skos:prefLabel "Córdoba"@en,
        "Córdoba"@nb,
        "Córdoba"@nn .

humord:c03128 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03128" ;
    dct:modified "2025-04-14T14:02:15"^^xsd:dateTime ;
    skos:altLabel "Fuente Obejuna"@nb,
        "Fuente Obejuna"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4684/e23/>,
        <http://dewey.info/class/914.684/e23/>,
        <http://dewey.info/class/946.84/e23/> ;
    skos:broader humord:c03122 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4684/e23/>,
        <http://dewey.info/class/914.684/e23/>,
        <http://dewey.info/class/946.84/e23/> ;
    skos:prefLabel "Fuente Obejuna"@en,
        "Fuenteovejuna"@nb,
        "Fuenteovejuna"@nn .

humord:c03129 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03129" ;
    dct:modified "2025-04-14T14:02:28"^^xsd:dateTime ;
    skos:broader humord:c03122 ;
    skos:closeMatch <http://dewey.info/class/2--4682/e23/>,
        <http://dewey.info/class/914.682/e23/>,
        <http://dewey.info/class/946.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4682/e23/>,
        <http://dewey.info/class/914.682/e23/>,
        <http://dewey.info/class/946.82/e23/> ;
    skos:prefLabel "Granada"@en,
        "Granada"@nb,
        "Granada"@nn .

humord:c03131 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03131" ;
    dct:modified "2025-04-14T14:02:41"^^xsd:dateTime ;
    skos:broader humord:c03122 ;
    skos:closeMatch <http://dewey.info/class/2--4685/e23/>,
        <http://dewey.info/class/914.685/e23/>,
        <http://dewey.info/class/946.85/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4685/e23/>,
        <http://dewey.info/class/914.685/e23/>,
        <http://dewey.info/class/946.85/e23/> ;
    skos:prefLabel "Málaga"@en,
        "Málaga"@nb,
        "Málaga"@nn .

humord:c03132 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03132" ;
    dct:modified "2025-04-15T08:23:39"^^xsd:dateTime ;
    skos:broader humord:c03122 ;
    skos:closeMatch <http://dewey.info/class/2--4686/e23/>,
        <http://dewey.info/class/914.686/e23/>,
        <http://dewey.info/class/946.86/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4686/e23/>,
        <http://dewey.info/class/914.686/e23/>,
        <http://dewey.info/class/946.86/e23/> ;
    skos:prefLabel "Seville (City)"@en,
        "Sevilla (By)"@nb,
        "Sevilla (By)"@nn .

humord:c03133 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03133" ;
    dct:modified "2024-08-23T12:59:32"^^xsd:dateTime ;
    skos:broader humord:c14086 ;
    skos:exactMatch <http://dewey.info/class/2--4655/e23/>,
        <http://dewey.info/class/914.655/e23/>,
        <http://dewey.info/class/946.55/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4655/e23/>,
        <http://dewey.info/class/914.655/e23/>,
        <http://dewey.info/class/946.55/e23/> ;
    skos:prefLabel "Aragon"@en,
        "Aragón"@nb,
        "Aragón"@nn .

humord:c03134 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03134" ;
    dct:modified "2025-04-14T14:00:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--46553/e23/>,
        <http://dewey.info/class/914.6553/e23/>,
        <http://dewey.info/class/946.553/e23/> ;
    skos:broader humord:c03133 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--46553/e23/>,
        <http://dewey.info/class/914.6553/e23/>,
        <http://dewey.info/class/946.553/e23/> ;
    skos:prefLabel "Botorrita"@en,
        "Botorrita"@nb,
        "Botorrita"@nn .

humord:c03135 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03135" ;
    dct:modified "2024-08-28T11:31:57"^^xsd:dateTime ;
    skos:altLabel "Pricipado de Asturias"@nb,
        "Pricipado de Asturias"@nn ;
    skos:broader humord:c14086 ;
    skos:exactMatch <http://dewey.info/class/2--4619/e23/>,
        <http://dewey.info/class/914.619/e23/>,
        <http://dewey.info/class/946.19/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4619/e23/>,
        <http://dewey.info/class/914.619/e23/>,
        <http://dewey.info/class/946.19/e23/> ;
    skos:prefLabel "Asturias"@en,
        "Asturias"@nb,
        "Asturias"@nn .

humord:c03136 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03136" ;
    dct:modified "2024-10-10T08:50:02"^^xsd:dateTime ;
    skos:altLabel "Illes Balears"@nb,
        "Islas Baleares"@nb,
        "Illes Balears"@nn,
        "Islas Baleares"@nn ;
    skos:broader humord:c14086 ;
    skos:exactMatch realfagstermer:c030379,
        <http://dewey.info/class/2--4675/e23/>,
        <http://dewey.info/class/914.675/e23/>,
        <http://dewey.info/class/946.75/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030379,
        <http://dewey.info/class/2--4675/e23/>,
        <http://dewey.info/class/914.675/e23/>,
        <http://dewey.info/class/946.75/e23/> ;
    skos:prefLabel "Balearic Islands"@en,
        "Balearene"@nb,
        "Balearane"@nn .

humord:c03138 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03138" ;
    dct:modified "2025-04-14T13:59:58"^^xsd:dateTime ;
    skos:broader humord:c03136 ;
    skos:closeMatch <http://dewey.info/class/2--46756/e23/>,
        <http://dewey.info/class/914.6756/e23/>,
        <http://dewey.info/class/946.756/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--46756/e23/>,
        <http://dewey.info/class/914.6756/e23/>,
        <http://dewey.info/class/946.756/e23/> ;
    skos:prefLabel "Formentera"@en,
        "Formentera"@nb,
        "Formentera"@nn .

humord:c03139 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03139" ;
    dct:modified "2025-04-14T14:00:10"^^xsd:dateTime ;
    skos:broader humord:c03136 ;
    skos:closeMatch <http://dewey.info/class/2--46756/e23/>,
        <http://dewey.info/class/914.6756/e23/>,
        <http://dewey.info/class/946.756/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--46756/e23/>,
        <http://dewey.info/class/914.6756/e23/>,
        <http://dewey.info/class/946.756/e23/> ;
    skos:prefLabel "Ibiza"@en,
        "Ibiza"@nb,
        "Ibiza"@nn .

humord:c03140 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03140" ;
    dct:modified "2025-04-14T14:00:37"^^xsd:dateTime ;
    skos:broader humord:c03136 ;
    skos:exactMatch realfagstermer:c030393,
        <http://dewey.info/class/2--46754/e23/>,
        <http://dewey.info/class/914.6754/e23/>,
        <http://dewey.info/class/946.754/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030393,
        <http://dewey.info/class/2--46754/e23/>,
        <http://dewey.info/class/914.6754/e23/>,
        <http://dewey.info/class/946.754/e23/> ;
    skos:prefLabel "Mallorca"@en,
        "Mallorca"@nb,
        "Mallorca"@nn .

humord:c03141 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03141" ;
    dct:modified "2025-04-14T14:01:23"^^xsd:dateTime ;
    skos:broader humord:c03136 ;
    skos:exactMatch <http://dewey.info/class/2--46752/e23/>,
        <http://dewey.info/class/914.6752/e23/>,
        <http://dewey.info/class/946.752/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--46752/e23/>,
        <http://dewey.info/class/914.6752/e23/>,
        <http://dewey.info/class/946.752/e23/> ;
    skos:prefLabel "Menorca"@en,
        "Menorca"@nb,
        "Menorca"@nn .

humord:c03142 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03142" ;
    dct:modified "2024-10-15T13:18:27"^^xsd:dateTime ;
    skos:altLabel "Baskiske provinser"@nb,
        "Euzkadi"@nb,
        "Pais Vasco"@nb,
        "Provincias Vascongadas"@nb,
        "Vascongadas"@nb,
        "Baskiske provinsar"@nn,
        "Euzkadi"@nn,
        "Pais Vasco"@nn,
        "Provincias Vascongadas"@nn,
        "Vascongadas"@nn ;
    skos:broader humord:c14086 ;
    skos:definition "Autonom region i Spania. Omfatter de baskiske provinser Alava, Guipuzcoa og  Viscaya <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--466/e23/>,
        <http://dewey.info/class/914.66/e23/>,
        <http://dewey.info/class/946.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--466/e23/>,
        <http://dewey.info/class/914.66/e23/>,
        <http://dewey.info/class/946.6/e23/> ;
    skos:prefLabel "Basque Country"@en,
        "Baskerland"@nb,
        "Baskarland"@nn .

humord:c03143 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03143" ;
    dct:modified "2024-09-04T16:53:41"^^xsd:dateTime ;
    skos:broader humord:c17008 ;
    skos:definition "Landskap og tidligere kongedømme i Spania. Delt i Castilla la Vieja og Castilla la Nueva. Fra 1979 delt i to autonome regioner: Castilla -La Mancha og   Castilla Leon <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--463/e23/>,
        <http://dewey.info/class/914.63/e23/>,
        <http://dewey.info/class/946.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--463/e23/>,
        <http://dewey.info/class/914.63/e23/>,
        <http://dewey.info/class/946.3/e23/> ;
    skos:prefLabel "Castile"@en,
        "Castilla"@nb,
        "Castilla"@nn ;
    skos:related humord:c16988,
        humord:c16990 .

humord:c03145 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03145" ;
    dct:modified "2026-01-09T08:45:43"^^xsd:dateTime ;
    skos:altLabel "Castilla la Vieja"@en,
        "Gammel-Castilla"@nb,
        "Gamal-Castilla"@nn,
        "Gammal-Castilla"@nn ;
    skos:broader humord:c03143 ;
    skos:exactMatch <http://dewey.info/class/2--4635/e23/>,
        <http://dewey.info/class/914.635/e23/>,
        <http://dewey.info/class/946.35/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4635/e23/>,
        <http://dewey.info/class/914.635/e23/>,
        <http://dewey.info/class/946.35/e23/> ;
    skos:prefLabel "Old Castila"@en,
        "Castilla la Vieja"@nb,
        "Castilla la Vieja"@nn .

humord:c03146 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03146" ;
    dct:modified "2025-04-14T13:55:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--46353/e23/>,
        <http://dewey.info/class/914.6353/e23/>,
        <http://dewey.info/class/946.353/e23/> ;
    skos:broader humord:c16988 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--46353/e23/>,
        <http://dewey.info/class/914.6353/e23/>,
        <http://dewey.info/class/946.353/e23/> ;
    skos:prefLabel "Burgos"@en,
        "Burgos"@nb,
        "Burgos"@nn .

humord:c03147 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03147" ;
    dct:modified "2024-09-04T16:55:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--46355/e23/>,
        <http://dewey.info/class/914.6355/e23/>,
        <http://dewey.info/class/946.355/e23/> ;
    skos:broader humord:c16988 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--46355/e23/>,
        <http://dewey.info/class/914.6355/e23/>,
        <http://dewey.info/class/946.355/e23/> ;
    skos:prefLabel "Caracena"@en,
        "Caracena"@nb,
        "Caracena"@nn .

humord:c03148 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03148" ;
    dct:modified "2025-04-14T13:58:02"^^xsd:dateTime ;
    skos:broader humord:c16988 ;
    skos:closeMatch <http://dewey.info/class/2--4623/e23/>,
        <http://dewey.info/class/914.623/e23/>,
        <http://dewey.info/class/946.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4623/e23/>,
        <http://dewey.info/class/914.623/e23/>,
        <http://dewey.info/class/946.23/e23/> ;
    skos:prefLabel "Valladolid"@en,
        "Valladolid"@nb,
        "Valladolid"@nn .

humord:c03150 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03150" ;
    dct:modified "2024-09-04T16:48:34"^^xsd:dateTime ;
    skos:altLabel "Castilla la Nueva"@en,
        "Ny-Castilla"@nb,
        "Ny-Castilla"@nn ;
    skos:broader humord:c03143 ;
    skos:exactMatch <http://dewey.info/class/2--464/e23/>,
        <http://dewey.info/class/914.64/e23/>,
        <http://dewey.info/class/946.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--464/e23/>,
        <http://dewey.info/class/914.64/e23/>,
        <http://dewey.info/class/946.4/e23/> ;
    skos:prefLabel "New Castile"@en,
        "Castilla la Nueva"@nb,
        "Castilla la Nueva"@nn .

humord:c03151 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03151" ;
    dct:modified "2025-04-13T16:36:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4641/e23/>,
        <http://dewey.info/class/914.641/e23/>,
        <http://dewey.info/class/946.41/e23/> ;
    skos:broader humord:c16993 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4641/e23/>,
        <http://dewey.info/class/914.641/e23/>,
        <http://dewey.info/class/946.41/e23/> ;
    skos:prefLabel "Alcalá de Henares"@en,
        "Alcalá de Henares"@nb,
        "Alcalá de Henares"@nn .

humord:c03152 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03152" ;
    dct:modified "2024-08-23T13:16:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4641/e23/>,
        <http://dewey.info/class/914.641/e23/>,
        <http://dewey.info/class/946.41/e23/> ;
    skos:broader humord:c16993 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4641/e23/>,
        <http://dewey.info/class/914.641/e23/>,
        <http://dewey.info/class/946.41/e23/> ;
    skos:prefLabel "Aranjuez"@en,
        "Aranjuez"@nb,
        "Aranjuez"@nn .

humord:c03154 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03154" ;
    dct:modified "2025-04-13T16:37:12"^^xsd:dateTime ;
    skos:altLabel "Madrid (By)"@nb,
        "Madrid (By)"@nn ;
    skos:broader humord:c16993 ;
    skos:closeMatch <http://dewey.info/class/2--4641/e23/>,
        <http://dewey.info/class/914.641/e23/>,
        <http://dewey.info/class/946.41/e23/> ;
    skos:exactMatch realfagstermer:c030795 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030795,
        <http://dewey.info/class/2--4641/e23/>,
        <http://dewey.info/class/914.641/e23/>,
        <http://dewey.info/class/946.41/e23/> ;
    skos:prefLabel "Madrid"@en,
        "Madrid"@nb,
        "Madrid"@nn .

humord:c03156 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03156" ;
    dct:modified "2025-04-13T16:39:48"^^xsd:dateTime ;
    skos:broader humord:c16990 ;
    skos:closeMatch <http://dewey.info/class/2--4643/e23/>,
        <http://dewey.info/class/914.643/e23/>,
        <http://dewey.info/class/946.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4643/e23/>,
        <http://dewey.info/class/914.643/e23/>,
        <http://dewey.info/class/946.43/e23/> ;
    skos:prefLabel "Toledo"@en,
        "Toledo"@nb,
        "Toledo"@nn .

humord:c03157 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03157" ;
    dct:modified "2024-09-04T16:44:35"^^xsd:dateTime ;
    skos:altLabel "Cataluña"@en,
        "Catalonia"@nb,
        "Catalunya"@nb,
        "Katalonia"@nb,
        "Catalonia"@nn,
        "Catalunya"@nn,
        "Katalonia"@nn ;
    skos:broader humord:c14086 ;
    skos:closeMatch <http://dewey.info/class/2--3667/e23/>,
        <http://dewey.info/class/2--467/e23/>,
        <http://dewey.info/class/914.67/e23/>,
        <http://dewey.info/class/936.67/e23/>,
        <http://dewey.info/class/946.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3667/e23/>,
        <http://dewey.info/class/2--467/e23/>,
        <http://dewey.info/class/914.67/e23/>,
        <http://dewey.info/class/936.67/e23/>,
        <http://dewey.info/class/946.7/e23/> ;
    skos:prefLabel "Catalonia"@en,
        "Cataluña"@nb,
        "Cataluña"@nn .

humord:c03160 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-12-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03160" ;
    dct:modified "2024-10-14T15:20:52"^^xsd:dateTime ;
    skos:broader humord:c28796 ;
    skos:closeMatch <http://dewey.info/class/2--4672/e23/>,
        <http://dewey.info/class/914.672/e23/>,
        <http://dewey.info/class/946.72/e23/> ;
    skos:exactMatch realfagstermer:c030944 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030944,
        <http://dewey.info/class/2--4672/e23/>,
        <http://dewey.info/class/914.672/e23/>,
        <http://dewey.info/class/946.72/e23/> ;
    skos:prefLabel "Barcelona (City)"@en,
        "Barcelona (By)"@nb,
        "Barcelona (By)"@nn .

humord:c03161 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03161" ;
    dct:modified "2025-04-13T16:38:14"^^xsd:dateTime ;
    skos:altLabel "Lerida (City)"@en,
        "Lleida"@nb,
        "Lleida"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4674/e23/>,
        <http://dewey.info/class/914.674/e23/>,
        <http://dewey.info/class/946.74/e23/> ;
    skos:broader humord:c03157 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4674/e23/>,
        <http://dewey.info/class/914.674/e23/>,
        <http://dewey.info/class/946.74/e23/> ;
    skos:prefLabel "Lleida (City)"@en,
        "Lérida (By)"@nb,
        "Lérida (By)"@nn .

humord:c03162 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03162" ;
    dct:modified "2025-04-13T16:38:56"^^xsd:dateTime ;
    skos:broader humord:c03157 ;
    skos:exactMatch <http://dewey.info/class/2--72975/e23/>,
        <http://dewey.info/class/917.2975/e23/>,
        <http://dewey.info/class/972.975/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--72975/e23/>,
        <http://dewey.info/class/917.2975/e23/>,
        <http://dewey.info/class/972.975/e23/> ;
    skos:prefLabel "Montserrat"@en,
        "Montserrat"@nb,
        "Montserrat"@nn .

humord:c03163 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03163" ;
    dct:modified "2025-04-14T13:53:33"^^xsd:dateTime ;
    skos:altLabel "Valle de Arán"@en,
        "Vall d'Aran"@nb,
        "Vall d'Aran"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4674/e23/>,
        <http://dewey.info/class/914.674/e23/>,
        <http://dewey.info/class/946.74/e23/> ;
    skos:broader humord:c03157 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4674/e23/>,
        <http://dewey.info/class/914.674/e23/>,
        <http://dewey.info/class/946.74/e23/> ;
    skos:prefLabel "Val d'Aran"@en,
        "Valle de Arán"@nb,
        "Valle de Arán"@nn .

humord:c03164 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03164" ;
    dct:modified "2025-04-15T08:26:15"^^xsd:dateTime ;
    skos:broader humord:c14086 ;
    skos:exactMatch <http://dewey.info/class/2--4626/e23/>,
        <http://dewey.info/class/914.626/e23/>,
        <http://dewey.info/class/946.26/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4626/e23/>,
        <http://dewey.info/class/914.626/e23/>,
        <http://dewey.info/class/946.26/e23/> ;
    skos:prefLabel "Extremadura"@en,
        "Extremadura"@nb,
        "Extremadura"@nn .

humord:c03166 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03166" ;
    dct:modified "2024-10-09T08:10:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4627/e23/>,
        <http://dewey.info/class/914.627/e23/>,
        <http://dewey.info/class/946.27/e23/> ;
    skos:broader humord:c28775 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4627/e23/>,
        <http://dewey.info/class/914.627/e23/>,
        <http://dewey.info/class/946.27/e23/> ;
    skos:prefLabel "Badajoz (City)"@en,
        "Badajoz (By)"@nb,
        "Badajoz (By)"@nn .

humord:c03167 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03167" ;
    dct:modified "2024-09-19T13:25:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4628/e23/>,
        <http://dewey.info/class/914.628/e23/>,
        <http://dewey.info/class/936.628/e23/>,
        <http://dewey.info/class/946.28/e23/> ;
    skos:broader humord:c03164 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4628/e23/>,
        <http://dewey.info/class/914.628/e23/>,
        <http://dewey.info/class/936.628/e23/>,
        <http://dewey.info/class/946.28/e23/> ;
    skos:prefLabel "Cáceres"@en,
        "Cáceres"@nb,
        "Cáceres"@nn .

humord:c03168 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03168" ;
    dct:modified "2025-04-13T16:20:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4628/e23/>,
        <http://dewey.info/class/914.628/e23/>,
        <http://dewey.info/class/946.28/e23/> ;
    skos:broader humord:c03164 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4628/e23/>,
        <http://dewey.info/class/914.628/e23/>,
        <http://dewey.info/class/946.28/e23/> ;
    skos:prefLabel "Valencia de Alcántara"@en,
        "Valencia de Alcántara"@nb,
        "Valencia de Alcántara"@nn .

humord:c03169 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-10-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03169" ;
    dct:modified "2025-04-15T08:27:55"^^xsd:dateTime ;
    skos:broader humord:c14086 ;
    skos:closeMatch <http://dewey.info/class/2--461/e23/>,
        <http://dewey.info/class/914.61/e23/>,
        <http://dewey.info/class/946.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--461/e23/>,
        <http://dewey.info/class/914.61/e23/>,
        <http://dewey.info/class/946.1/e23/> ;
    skos:prefLabel "Galicia (Spain)"@en,
        "Galicia (Spania)"@nb,
        "Galicia (Spania)"@nn .

humord:c03171 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03171" ;
    dct:modified "2025-04-15T08:34:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4611/e23/>,
        <http://dewey.info/class/914.611/e23/>,
        <http://dewey.info/class/946.11/e23/> ;
    skos:broader humord:c03169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4611/e23/>,
        <http://dewey.info/class/914.611/e23/>,
        <http://dewey.info/class/946.11/e23/> ;
    skos:prefLabel "Santiago de Compostela"@en,
        "Santiago de Compostela"@nb,
        "Santiago de Compostela"@nn .

humord:c03172 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03172" ;
    dct:modified "2025-04-15T08:28:41"^^xsd:dateTime ;
    skos:altLabel "Islas Canarias"@nb,
        "Islas Canarias"@nn,
        "Kanariøyane"@nn ;
    skos:broader humord:c14086 ;
    skos:definition "Øygruppe (og spansk provins) utenfor Afrikas nordvestkyst <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030227,
        <http://dewey.info/class/2--649/e23/>,
        <http://dewey.info/class/916.49/e23/>,
        <http://dewey.info/class/964.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030227,
        <http://dewey.info/class/2--649/e23/>,
        <http://dewey.info/class/916.49/e23/>,
        <http://dewey.info/class/964.9/e23/> ;
    skos:prefLabel "Canary Islands"@en,
        "Kanariøyene"@nb,
        "Kanariøyene"@nn .

humord:c03174 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03174" ;
    dct:modified "2025-04-14T13:57:25"^^xsd:dateTime ;
    skos:altLabel "León (Province)"@en ;
    skos:broader humord:c16988 ;
    skos:exactMatch <http://dewey.info/class/2--4621/e23/>,
        <http://dewey.info/class/914.621/e23/>,
        <http://dewey.info/class/946.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4621/e23/>,
        <http://dewey.info/class/914.621/e23/>,
        <http://dewey.info/class/946.21/e23/> ;
    skos:prefLabel "Province of León"@en,
        "León (Provins)"@nb,
        "León (Provins)"@nn .

humord:c03175 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03175" ;
    dct:modified "2024-09-19T13:34:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4621/e23/>,
        <http://dewey.info/class/914.621/e23/>,
        <http://dewey.info/class/946.21/e23/> ;
    skos:broader humord:c03174 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4621/e23/>,
        <http://dewey.info/class/914.621/e23/>,
        <http://dewey.info/class/946.21/e23/> ;
    skos:prefLabel "Curueño"@en,
        "Curueno"@nb,
        "Curueno"@nn .

humord:c03176 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03176" ;
    dct:modified "2025-04-14T13:54:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4621/e23/>,
        <http://dewey.info/class/914.621/e23/>,
        <http://dewey.info/class/946.21/e23/> ;
    skos:broader humord:c03174 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4621/e23/>,
        <http://dewey.info/class/914.621/e23/>,
        <http://dewey.info/class/946.21/e23/> ;
    skos:prefLabel "León (City)"@en,
        "León (By)"@nb,
        "León (By)"@nn .

humord:c03178 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03178" ;
    dct:modified "2025-04-13T16:13:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4652/e23/>,
        <http://dewey.info/class/914.652/e23/>,
        <http://dewey.info/class/946.52/e23/> ;
    skos:broader humord:c16995 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4652/e23/>,
        <http://dewey.info/class/914.652/e23/>,
        <http://dewey.info/class/946.52/e23/> ;
    skos:prefLabel "Tudela"@en,
        "Tudela"@nb,
        "Tudela"@nn .

humord:c03180 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03180" ;
    dct:modified "2025-04-13T16:36:15"^^xsd:dateTime ;
    skos:broader humord:c16996 ;
    skos:closeMatch <http://dewey.info/class/2--46763/e23/>,
        <http://dewey.info/class/914.6763/e23/>,
        <http://dewey.info/class/946.763/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--46763/e23/>,
        <http://dewey.info/class/914.6763/e23/>,
        <http://dewey.info/class/946.763/e23/> ;
    skos:prefLabel "Valencia (City)"@en,
        "Valencia (By)"@nb,
        "Valencia (By)"@nn .

humord:c03182 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03182" ;
    dct:modified "2025-04-14T13:59:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4663/e23/>,
        <http://dewey.info/class/914.663/e23/>,
        <http://dewey.info/class/946.63/e23/> ;
    skos:broader humord:c03142 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4663/e23/>,
        <http://dewey.info/class/914.663/e23/>,
        <http://dewey.info/class/946.63/e23/> ;
    skos:prefLabel "Guernica"@en,
        "Guernica"@nb,
        "Guernica"@nn .

humord:c03183 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03183" ;
    dct:modified "2025-03-04T14:04:55"^^xsd:dateTime ;
    skos:altLabel "Britain"@en,
        "UK"@en,
        "United Kingdom"@en ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--361/e23/>,
        <http://dewey.info/class/2--41/e23/>,
        <http://dewey.info/class/914.1/e23/>,
        <http://dewey.info/class/936.1/e23/>,
        <http://dewey.info/class/941/e23/> ;
    skos:exactMatch realfagstermer:c030731 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030731,
        <http://dewey.info/class/2--361/e23/>,
        <http://dewey.info/class/2--41/e23/>,
        <http://dewey.info/class/914.1/e23/>,
        <http://dewey.info/class/936.1/e23/>,
        <http://dewey.info/class/941/e23/> ;
    skos:prefLabel "Great Britain"@en,
        "Storbritannia"@nb,
        "Storbritannia"@nn ;
    skos:related humord:c03664 .

humord:c03184 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03184" ;
    dct:modified "2025-04-15T10:29:15"^^xsd:dateTime ;
    skos:broader humord:c03183 ;
    skos:closeMatch <http://dewey.info/class/2--362/e23/>,
        <http://dewey.info/class/936.2/e23/> ;
    skos:exactMatch realfagstermer:c030210,
        <http://dewey.info/class/2--42/e23/>,
        <http://dewey.info/class/914.2/e23/>,
        <http://dewey.info/class/942/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030210,
        <http://dewey.info/class/2--362/e23/>,
        <http://dewey.info/class/2--42/e23/>,
        <http://dewey.info/class/914.2/e23/>,
        <http://dewey.info/class/936.2/e23/>,
        <http://dewey.info/class/942/e23/> ;
    skos:prefLabel "England"@en,
        "England"@nb,
        "England"@nn .

humord:c03185 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03185" ;
    dct:modified "2024-10-15T13:03:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--42166/e23/>,
        <http://dewey.info/class/914.2166/e23/>,
        <http://dewey.info/class/942.166/e23/> ;
    skos:broader humord:c03210 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42166/e23/>,
        <http://dewey.info/class/914.2166/e23/>,
        <http://dewey.info/class/942.166/e23/> ;
    skos:prefLabel "Battersea"@en,
        "Battersea"@nb,
        "Battersea"@nn .

humord:c03186 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03186" ;
    dct:modified "2025-04-15T09:36:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--42839/e23/>,
        <http://dewey.info/class/914.2839/e23/>,
        <http://dewey.info/class/942.839/e23/> ;
    skos:broader humord:c27853 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42839/e23/>,
        <http://dewey.info/class/914.2839/e23/>,
        <http://dewey.info/class/942.839/e23/> ;
    skos:prefLabel "Beverley"@en,
        "Beverley"@nb,
        "Beverley"@nn .

humord:c03187 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03187" ;
    dct:modified "2025-04-15T09:50:13"^^xsd:dateTime ;
    skos:broader humord:c03215 ;
    skos:closeMatch <http://dewey.info/class/936.2614/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--42614/e23/>,
        <http://dewey.info/class/914.2614/e23/>,
        <http://dewey.info/class/942.614/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42614/e23/>,
        <http://dewey.info/class/914.2614/e23/>,
        <http://dewey.info/class/936.2614/e23/>,
        <http://dewey.info/class/942.614/e23/> ;
    skos:prefLabel "Breckland"@en,
        "Breckland"@nb,
        "Breckland"@nn .

humord:c03188 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03188" ;
    dct:modified "2025-04-15T09:59:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--42274/e23/>,
        <http://dewey.info/class/914.2274/e23/>,
        <http://dewey.info/class/942.274/e23/> ;
    skos:broader humord:c25775 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42274/e23/>,
        <http://dewey.info/class/914.2274/e23/>,
        <http://dewey.info/class/942.274/e23/> ;
    skos:prefLabel "Butser"@en,
        "Butser"@nb,
        "Butser"@nn .

humord:c03189 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03189" ;
    dct:modified "2024-09-03T08:33:02"^^xsd:dateTime ;
    skos:broader humord:c13274 ;
    skos:closeMatch <http://dewey.info/class/2--42659/e23/>,
        <http://dewey.info/class/914.2659/e23/>,
        <http://dewey.info/class/942.659/e23/> ;
    skos:exactMatch realfagstermer:c030316 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030316,
        <http://dewey.info/class/2--42659/e23/>,
        <http://dewey.info/class/914.2659/e23/>,
        <http://dewey.info/class/942.659/e23/> ;
    skos:prefLabel "Cambridge"@en,
        "Cambridge"@nb,
        "Cambridge"@nn .

humord:c03190 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03190" ;
    dct:modified "2024-09-04T15:51:03"^^xsd:dateTime ;
    skos:broader humord:c17092 ;
    skos:exactMatch <http://dewey.info/class/2--42234/e23/>,
        <http://dewey.info/class/914.2234/e23/>,
        <http://dewey.info/class/942.234/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42234/e23/>,
        <http://dewey.info/class/914.2234/e23/>,
        <http://dewey.info/class/942.234/e23/> ;
    skos:prefLabel "Canterbury"@en,
        "Canterbury"@nb,
        "Canterbury"@nn .

humord:c03191 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03191" ;
    dct:modified "2024-09-16T09:07:38"^^xsd:dateTime ;
    skos:altLabel "Channel Islands"@nb,
        "Channel Islands"@nn,
        "Kanaløyane"@nn ;
    skos:broader humord:c03183 ;
    skos:closeMatch <http://dewey.info/class/936.234/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4234/e23/>,
        <http://dewey.info/class/914.234/e23/>,
        <http://dewey.info/class/942.34/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4234/e23/>,
        <http://dewey.info/class/914.234/e23/>,
        <http://dewey.info/class/936.234/e23/>,
        <http://dewey.info/class/942.34/e23/> ;
    skos:prefLabel "Channel Islands"@en,
        "Kanaløyene"@nb,
        "Kanaløyene"@nn .

humord:c03193 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03193" ;
    dct:modified "2024-09-16T09:40:22"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:exactMatch <http://dewey.info/class/2--4271/e23/>,
        <http://dewey.info/class/914.271/e23/>,
        <http://dewey.info/class/942.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4271/e23/>,
        <http://dewey.info/class/914.271/e23/>,
        <http://dewey.info/class/942.71/e23/> ;
    skos:prefLabel "Cheshire"@en,
        "Cheshire"@nb,
        "Cheshire"@nn .

humord:c03194 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-12-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03194" ;
    dct:modified "2024-09-16T09:23:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--42262/e23/>,
        <http://dewey.info/class/914.2262/e23/>,
        <http://dewey.info/class/942.262/e23/> ;
    skos:broader humord:c27856 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42262/e23/>,
        <http://dewey.info/class/914.2262/e23/>,
        <http://dewey.info/class/942.262/e23/> ;
    skos:prefLabel "Chichester (City)"@en,
        "Chichester (By)"@nb,
        "Chichester (By)"@nn .

humord:c03195 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03195" ;
    dct:modified "2024-09-16T16:06:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--42417/e23/>,
        <http://dewey.info/class/914.2417/e23/>,
        <http://dewey.info/class/942.417/e23/> ;
    skos:broader humord:c12702 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42417/e23/>,
        <http://dewey.info/class/914.2417/e23/>,
        <http://dewey.info/class/942.417/e23/> ;
    skos:prefLabel "Cirencester"@en,
        "Cirencester"@nb,
        "Cirencester"@nn .

humord:c03196 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03196" ;
    dct:modified "2024-09-19T13:35:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4278/e23/>,
        <http://dewey.info/class/914.278/e23/>,
        <http://dewey.info/class/942.78/e23/> ;
    skos:broader humord:c03184 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4278/e23/>,
        <http://dewey.info/class/914.278/e23/>,
        <http://dewey.info/class/942.78/e23/> ;
    skos:prefLabel "Cumberland"@en,
        "Cumberland"@nb,
        "Cumberland"@nn .

humord:c03197 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03197" ;
    dct:modified "2024-09-19T13:35:33"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:exactMatch <http://dewey.info/class/2--4278/e23/>,
        <http://dewey.info/class/914.278/e23/>,
        <http://dewey.info/class/942.78/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4278/e23/>,
        <http://dewey.info/class/914.278/e23/>,
        <http://dewey.info/class/942.78/e23/> ;
    skos:prefLabel "Cumbria"@en,
        "Cumbria"@nb,
        "Cumbria"@nn .

humord:c03198 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03198" ;
    dct:modified "2025-04-15T10:12:57"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:closeMatch <http://dewey.info/class/2--4233/e23/>,
        <http://dewey.info/class/914.233/e23/>,
        <http://dewey.info/class/936.233/e23/>,
        <http://dewey.info/class/942.33/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4233/e23/>,
        <http://dewey.info/class/914.233/e23/>,
        <http://dewey.info/class/936.233/e23/>,
        <http://dewey.info/class/942.33/e23/> ;
    skos:prefLabel "Dorset"@en,
        "Dorset"@nb,
        "Dorset"@nn .

humord:c03199 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03199" ;
    dct:modified "2025-04-15T10:01:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4286/e23/>,
        <http://dewey.info/class/914.286/e23/>,
        <http://dewey.info/class/942.86/e23/> ;
    skos:broader humord:c27866 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4286/e23/>,
        <http://dewey.info/class/914.286/e23/>,
        <http://dewey.info/class/942.86/e23/> ;
    skos:prefLabel "Durham (City)"@en,
        "Durham (By)"@nb,
        "Durham (By)"@nn .

humord:c03200 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03200" ;
    dct:modified "2025-04-15T10:12:44"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:closeMatch <http://dewey.info/class/2--426/e23/>,
        <http://dewey.info/class/914.26/e23/>,
        <http://dewey.info/class/942.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--426/e23/>,
        <http://dewey.info/class/914.26/e23/>,
        <http://dewey.info/class/942.6/e23/> ;
    skos:prefLabel "East Anglia"@en,
        "East Anglia"@nb,
        "East Anglia"@nn .

humord:c03201 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03201" ;
    dct:modified "2025-04-15T10:13:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--42839/e23/>,
        <http://dewey.info/class/914.2839/e23/>,
        <http://dewey.info/class/942.839/e23/> ;
    skos:broader humord:c03184 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42839/e23/>,
        <http://dewey.info/class/914.2839/e23/>,
        <http://dewey.info/class/942.839/e23/> ;
    skos:prefLabel "Ferriby"@en,
        "Ferriby"@nb,
        "Ferriby"@nn .

humord:c03202 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03202" ;
    dct:modified "2025-04-15T09:48:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--42383/e23/>,
        <http://dewey.info/class/914.2383/e23/>,
        <http://dewey.info/class/936.2383/e23/>,
        <http://dewey.info/class/942.383/e23/> ;
    skos:broader humord:c27858 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42383/e23/>,
        <http://dewey.info/class/914.2383/e23/>,
        <http://dewey.info/class/936.2383/e23/>,
        <http://dewey.info/class/942.383/e23/> ;
    skos:prefLabel "Glastonbury"@en,
        "Glastonbury"@nb,
        "Glastonbury"@nn .

humord:c03203 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03203" ;
    dct:modified "2025-04-15T09:47:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/936.2614/e23/> ;
    skos:broader humord:c16610 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/936.2614/e23/> ;
    skos:prefLabel "Grimes Graves"@en,
        "Grimes Graves"@nb,
        "Grimes Graves"@nn .

humord:c03204 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03204" ;
    dct:modified "2025-04-15T09:47:13"^^xsd:dateTime ;
    skos:broader humord:c27855 ;
    skos:closeMatch <http://dewey.info/class/2--42259/e23/>,
        <http://dewey.info/class/914.2259/e23/>,
        <http://dewey.info/class/942.259/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42259/e23/>,
        <http://dewey.info/class/914.2259/e23/>,
        <http://dewey.info/class/942.259/e23/> ;
    skos:prefLabel "Hastings"@en,
        "Hastings"@nb,
        "Hastings"@nn .

humord:c03205 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03205" ;
    dct:modified "2025-04-15T10:25:39"^^xsd:dateTime ;
    skos:broader humord:c27853 ;
    skos:closeMatch <http://dewey.info/class/2--42837/e23/>,
        <http://dewey.info/class/914.2837/e23/>,
        <http://dewey.info/class/942.837/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42837/e23/>,
        <http://dewey.info/class/914.2837/e23/>,
        <http://dewey.info/class/942.837/e23/> ;
    skos:prefLabel "Hull (England)"@en,
        "Hull (England)"@nb,
        "Hull (England)"@nn .

humord:c03206 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03206" ;
    dct:modified "2025-04-15T10:13:33"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:closeMatch <http://dewey.info/class/2--4283/e23/>,
        <http://dewey.info/class/914.283/e23/>,
        <http://dewey.info/class/942.83/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4283/e23/>,
        <http://dewey.info/class/914.283/e23/>,
        <http://dewey.info/class/942.83/e23/> ;
    skos:prefLabel "Humberside"@en,
        "Humberside"@nb,
        "Humberside"@nn .

humord:c03207 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03207" ;
    dct:modified "2025-04-15T10:14:41"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:closeMatch <http://dewey.info/class/2--4276/e23/>,
        <http://dewey.info/class/914.276/e23/>,
        <http://dewey.info/class/942.76/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4276/e23/>,
        <http://dewey.info/class/914.276/e23/>,
        <http://dewey.info/class/942.76/e23/> ;
    skos:prefLabel "Lancashire"@en,
        "Lancashire"@nb,
        "Lancashire"@nn .

humord:c03208 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03208" ;
    dct:modified "2025-04-15T10:14:58"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:exactMatch <http://dewey.info/class/2--4253/e23/>,
        <http://dewey.info/class/914.253/e23/>,
        <http://dewey.info/class/942.53/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4253/e23/>,
        <http://dewey.info/class/914.253/e23/>,
        <http://dewey.info/class/942.53/e23/> ;
    skos:prefLabel "Lincolnshire"@en,
        "Lincolnshire"@nb,
        "Lincolnshire"@nn .

humord:c03210 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03210" ;
    dct:modified "2025-04-15T10:15:18"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:exactMatch realfagstermer:c030278,
        <http://dewey.info/class/2--421/e23/>,
        <http://dewey.info/class/914.21/e23/>,
        <http://dewey.info/class/942.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030278,
        <http://dewey.info/class/2--421/e23/>,
        <http://dewey.info/class/914.21/e23/>,
        <http://dewey.info/class/942.1/e23/> ;
    skos:prefLabel "London"@en,
        "London"@nb,
        "London"@nn .

humord:c03211 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03211" ;
    dct:modified "2025-04-15T09:48:44"^^xsd:dateTime ;
    skos:broader humord:c27858 ;
    skos:exactMatch <http://dewey.info/class/2--42383/e23/>,
        <http://dewey.info/class/914.2383/e23/>,
        <http://dewey.info/class/942.383/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42383/e23/>,
        <http://dewey.info/class/914.2383/e23/>,
        <http://dewey.info/class/942.383/e23/> ;
    skos:prefLabel "Mendip"@en,
        "Mendip"@nb,
        "Mendip"@nn .

humord:c03212 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03212" ;
    dct:modified "2025-04-15T10:15:46"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:exactMatch <http://dewey.info/class/2--424/e23/>,
        <http://dewey.info/class/914.24/e23/>,
        <http://dewey.info/class/942.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--424/e23/>,
        <http://dewey.info/class/914.24/e23/>,
        <http://dewey.info/class/942.4/e23/> ;
    skos:prefLabel "Midlands"@en,
        "Midlands"@nb,
        "Midlands"@nn .

humord:c03213 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03213" ;
    dct:modified "2025-04-15T10:05:00"^^xsd:dateTime ;
    skos:broader humord:c27862 ;
    skos:closeMatch <http://dewey.info/class/2--42591/e23/>,
        <http://dewey.info/class/914.2591/e23/>,
        <http://dewey.info/class/942.591/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42591/e23/>,
        <http://dewey.info/class/914.2591/e23/>,
        <http://dewey.info/class/942.591/e23/> ;
    skos:prefLabel "Milton Keynes"@en,
        "Milton Keynes"@nb,
        "Milton Keynes"@nn .

humord:c03214 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03214" ;
    dct:modified "2025-04-15T10:27:27"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:closeMatch <http://dewey.info/class/2--427/e23/>,
        <http://dewey.info/class/914.27/e23/>,
        <http://dewey.info/class/942.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--427/e23/>,
        <http://dewey.info/class/914.27/e23/>,
        <http://dewey.info/class/942.7/e23/> ;
    skos:prefLabel "Northern England"@en,
        "Nord-England"@nb,
        "Nord-England"@nn .

humord:c03215 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03215" ;
    dct:modified "2025-04-15T10:16:29"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:exactMatch <http://dewey.info/class/2--4261/e23/>,
        <http://dewey.info/class/914.261/e23/>,
        <http://dewey.info/class/942.61/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4261/e23/>,
        <http://dewey.info/class/914.261/e23/>,
        <http://dewey.info/class/942.61/e23/> ;
    skos:prefLabel "Norfolk"@en,
        "Norfolk"@nb,
        "Norfolk"@nn .

humord:c03216 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03216" ;
    dct:modified "2025-04-15T10:16:00"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:exactMatch <http://dewey.info/class/2--4288/e23/>,
        <http://dewey.info/class/914.288/e23/>,
        <http://dewey.info/class/942.88/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4288/e23/>,
        <http://dewey.info/class/914.288/e23/>,
        <http://dewey.info/class/942.88/e23/> ;
    skos:prefLabel "Northumberland"@en,
        "Northumberland"@nb,
        "Northumberland"@nn .

humord:c03217 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03217" ;
    dct:modified "2025-04-15T10:30:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--428/e23/>,
        <http://dewey.info/class/914.28/e23/>,
        <http://dewey.info/class/942.0153/e23/> ;
    skos:broader humord:c03183 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--428/e23/>,
        <http://dewey.info/class/914.28/e23/>,
        <http://dewey.info/class/942.0153/e23/> ;
    skos:prefLabel "Northumbria"@en,
        "Northumbria"@nb,
        "Northumbria"@nn .

humord:c03218 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03218" ;
    dct:modified "2025-04-15T10:04:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--42718/e23/>,
        <http://dewey.info/class/914.2718/e23/>,
        <http://dewey.info/class/942.718/e23/> ;
    skos:broader humord:c03193 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42718/e23/>,
        <http://dewey.info/class/914.2718/e23/>,
        <http://dewey.info/class/942.718/e23/> ;
    skos:prefLabel "Norton"@en,
        "Norton"@nb,
        "Norton"@nn .

humord:c03219 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03219" ;
    dct:modified "2025-04-15T09:51:37"^^xsd:dateTime ;
    skos:broader humord:c03215 ;
    skos:closeMatch <http://dewey.info/class/2--42615/e23/>,
        <http://dewey.info/class/914.2615/e23/>,
        <http://dewey.info/class/942.615/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42615/e23/>,
        <http://dewey.info/class/914.2615/e23/>,
        <http://dewey.info/class/942.615/e23/> ;
    skos:prefLabel "Norwich"@en,
        "Norwich"@nb,
        "Norwich"@nn .

humord:c03221 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03221" ;
    dct:modified "2025-04-15T09:45:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4231/e23/>,
        <http://dewey.info/class/914.231/e23/>,
        <http://dewey.info/class/942.31/e23/> ;
    skos:broader humord:c13340 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4231/e23/>,
        <http://dewey.info/class/914.231/e23/>,
        <http://dewey.info/class/942.31/e23/> ;
    skos:prefLabel "Salisbury"@en,
        "Salisbury"@nb,
        "Salisbury"@nn .

humord:c03222 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03222" ;
    dct:modified "2025-04-15T10:16:44"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:exactMatch <http://dewey.info/class/2--4245/e23/>,
        <http://dewey.info/class/914.245/e23/>,
        <http://dewey.info/class/942.45/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4245/e23/>,
        <http://dewey.info/class/914.245/e23/>,
        <http://dewey.info/class/942.45/e23/> ;
    skos:prefLabel "Shropshire"@en,
        "Shropshire"@nb,
        "Shropshire"@nn .

humord:c03224 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03224" ;
    dct:modified "2024-11-21T08:40:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--36231/e23/>,
        <http://dewey.info/class/2--4231/e23/>,
        <http://dewey.info/class/914.231/e23/>,
        <http://dewey.info/class/936.231/e23/>,
        <http://dewey.info/class/942.31/e23/> ;
    skos:broader humord:c11687,
        humord:c13340 ;
    skos:exactMatch realfagstermer:c030732 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030732,
        <http://dewey.info/class/2--36231/e23/>,
        <http://dewey.info/class/2--4231/e23/>,
        <http://dewey.info/class/736.5/e23/>,
        <http://dewey.info/class/914.231/e23/>,
        <http://dewey.info/class/936.231/e23/>,
        <http://dewey.info/class/942.31/e23/> ;
    skos:prefLabel "Stonehenge"@en,
        "Stonehenge"@nb,
        "Stonehenge"@nn ;
    skos:relatedMatch <http://dewey.info/class/736.5/e23/> .

humord:c03225 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03225" ;
    dct:modified "2025-04-15T10:27:41"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:closeMatch <http://dewey.info/class/2--4225/e23/>,
        <http://dewey.info/class/914.225/e23/>,
        <http://dewey.info/class/942.25/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4225/e23/>,
        <http://dewey.info/class/914.225/e23/>,
        <http://dewey.info/class/942.25/e23/> ;
    skos:prefLabel "Sussex"@en,
        "Sussex"@nb,
        "Sussex"@nn .

humord:c03226 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03226" ;
    dct:modified "2024-05-22T13:35:41"^^xsd:dateTime ;
    skos:broader humord:c66444 ;
    skos:closeMatch <http://dewey.info/class/2--423/e23/>,
        <http://dewey.info/class/914.23/e23/>,
        <http://dewey.info/class/942.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--423/e23/>,
        <http://dewey.info/class/914.23/e23/>,
        <http://dewey.info/class/942.3/e23/> ;
    skos:prefLabel "South West England"@en,
        "Sørvest-England"@nb,
        "Sørvest-England"@nn .

humord:c03227 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03227" ;
    dct:modified "2024-05-22T13:35:29"^^xsd:dateTime ;
    skos:broader humord:c66444 ;
    skos:exactMatch <http://dewey.info/class/2--422/e23/>,
        <http://dewey.info/class/914.22/e23/>,
        <http://dewey.info/class/942.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--422/e23/>,
        <http://dewey.info/class/914.22/e23/>,
        <http://dewey.info/class/942.2/e23/> ;
    skos:prefLabel "South East England"@en,
        "Sørøst-England"@nb,
        "Søraust-England"@nn .

humord:c03228 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03228" ;
    dct:modified "2025-04-15T09:52:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--42614/e23/>,
        <http://dewey.info/class/914.2614/e23/>,
        <http://dewey.info/class/942.614/e23/> ;
    skos:broader humord:c03215 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42614/e23/>,
        <http://dewey.info/class/914.2614/e23/>,
        <http://dewey.info/class/942.614/e23/> ;
    skos:prefLabel "Thetford"@en,
        "Thetford"@nb,
        "Thetford"@nn .

humord:c03229 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03229" ;
    dct:modified "2024-08-29T17:47:22"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:exactMatch <http://dewey.info/class/2--4248/e23/>,
        <http://dewey.info/class/914.248/e23/>,
        <http://dewey.info/class/942.48/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4248/e23/>,
        <http://dewey.info/class/914.248/e23/>,
        <http://dewey.info/class/942.48/e23/> ;
    skos:prefLabel "Warwickshire"@en,
        "Warwickshire"@nb,
        "Warwickshire"@nn .

humord:c03230 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03230" ;
    dct:modified "2024-08-30T14:32:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--423/e23/>,
        <http://dewey.info/class/914.23/e23/> ;
    skos:broader humord:c03184 ;
    skos:exactMatch <http://dewey.info/class/942.016/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--423/e23/>,
        <http://dewey.info/class/914.23/e23/>,
        <http://dewey.info/class/942.016/e23/> ;
    skos:prefLabel "Wessex"@en,
        "Wessex"@nb,
        "Wessex"@nn .

humord:c03231 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03231" ;
    dct:modified "2024-08-30T14:37:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4278/e23/>,
        <http://dewey.info/class/942.78/e23/> ;
    skos:broader humord:c03184 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4278/e23/>,
        <http://dewey.info/class/942.78/e23/> ;
    skos:prefLabel "Westmorland"@en,
        "Westmorland"@nb,
        "Westmorland"@nn .

humord:c03232 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03232" ;
    dct:modified "2025-04-15T09:45:09"^^xsd:dateTime ;
    skos:broader humord:c27861 ;
    skos:closeMatch <http://dewey.info/class/2--42843/e23/>,
        <http://dewey.info/class/914.2843/e23/>,
        <http://dewey.info/class/942.843/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42843/e23/>,
        <http://dewey.info/class/914.2843/e23/>,
        <http://dewey.info/class/942.843/e23/> ;
    skos:prefLabel "York"@en,
        "York"@nb,
        "York"@nn .

humord:c03233 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03233" ;
    dct:modified "2025-04-15T10:28:43"^^xsd:dateTime ;
    skos:broader humord:c03184 ;
    skos:closeMatch <http://dewey.info/class/2--4281/e23/>,
        <http://dewey.info/class/914.281/e23/>,
        <http://dewey.info/class/942.81/e23/> ;
    skos:exactMatch realfagstermer:c030359 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030359,
        <http://dewey.info/class/2--4281/e23/>,
        <http://dewey.info/class/914.281/e23/>,
        <http://dewey.info/class/942.81/e23/> ;
    skos:prefLabel "Yorkshire"@en,
        "Yorkshire"@nb,
        "Yorkshire"@nn .

humord:c03234 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03234" ;
    dct:modified "2025-04-15T09:36:38"^^xsd:dateTime ;
    skos:broader humord:c03191 ;
    skos:exactMatch <http://dewey.info/class/2--42342/e23/>,
        <http://dewey.info/class/914.2342/e23/>,
        <http://dewey.info/class/942.342/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42342/e23/>,
        <http://dewey.info/class/914.2342/e23/>,
        <http://dewey.info/class/942.342/e23/> ;
    skos:prefLabel "Guernsey"@en,
        "Guernsey"@nb,
        "Guernsey"@nn .

humord:c03235 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03235" ;
    dct:modified "2025-04-15T09:09:59"^^xsd:dateTime ;
    skos:broader humord:c03244 ;
    skos:closeMatch <http://dewey.info/class/2--4114/e23/>,
        <http://dewey.info/class/914.114/e23/>,
        <http://dewey.info/class/941.14/e23/> ;
    skos:exactMatch realfagstermer:c030843 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030843,
        <http://dewey.info/class/2--4114/e23/>,
        <http://dewey.info/class/914.114/e23/>,
        <http://dewey.info/class/941.14/e23/> ;
    skos:prefLabel "Hebrides"@en,
        "Hebridene"@nb,
        "Hebridane"@nn ;
    skos:related humord:c16071 .

humord:c03236 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03236" ;
    dct:modified "2025-04-15T09:05:12"^^xsd:dateTime ;
    skos:altLabel "Isle of Lewis"@nb,
        "Isle of Lewis"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4114/e23/>,
        <http://dewey.info/class/914.114/e23/>,
        <http://dewey.info/class/941.14/e23/> ;
    skos:broader humord:c03235 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4114/e23/>,
        <http://dewey.info/class/914.114/e23/>,
        <http://dewey.info/class/941.14/e23/> ;
    skos:prefLabel "Lewis (Hebrides)"@en,
        "Lewis (Hebridene)"@nb,
        "Lewis (Hebridane)"@nn .

humord:c03238 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03238" ;
    dct:modified "2025-04-15T09:35:33"^^xsd:dateTime ;
    skos:broader humord:c03191 ;
    skos:exactMatch realfagstermer:c030608,
        <http://dewey.info/class/2--42341/e23/>,
        <http://dewey.info/class/914.2341/e23/>,
        <http://dewey.info/class/942.341/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030608,
        <http://dewey.info/class/2--42341/e23/>,
        <http://dewey.info/class/914.2341/e23/>,
        <http://dewey.info/class/942.341/e23/> ;
    skos:prefLabel "Jersey"@en,
        "Jersey"@nb,
        "Jersey"@nn .

humord:c03239 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-10-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03239" ;
    dct:modified "2025-02-26T07:41:52"^^xsd:dateTime ;
    skos:broader humord:c03183 ;
    skos:closeMatch <http://dewey.info/class/936.16/e23/> ;
    skos:exactMatch realfagstermer:c030584,
        <http://dewey.info/class/2--416/e23/>,
        <http://dewey.info/class/914.16/e23/>,
        <http://dewey.info/class/941.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030584,
        <http://dewey.info/class/2--416/e23/>,
        <http://dewey.info/class/914.16/e23/>,
        <http://dewey.info/class/936.16/e23/>,
        <http://dewey.info/class/941.6/e23/> ;
    skos:prefLabel "Northern Ireland"@en,
        "Nord-Irland"@nb,
        "Nord-Irland"@nn ;
    skos:related humord:c02406,
        humord:c03672 .

humord:c03240 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03240" ;
    dct:modified "2025-04-15T09:17:11"^^xsd:dateTime ;
    skos:altLabel "Emain Macha"@nb,
        "Fort Navan"@nb,
        "Emain Macha"@nn,
        "Fort Navan"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4166/e23/>,
        <http://dewey.info/class/914.166/e23/>,
        <http://dewey.info/class/936.166/e23/>,
        <http://dewey.info/class/941.66/e23/> ;
    skos:broader humord:c29165 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4166/e23/>,
        <http://dewey.info/class/914.166/e23/>,
        <http://dewey.info/class/936.166/e23/>,
        <http://dewey.info/class/941.66/e23/> ;
    skos:prefLabel "Navan Fort"@en,
        "Navan Fort"@nb,
        "Navan Fort"@nn .

humord:c03241 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03241" ;
    dct:modified "2025-04-15T09:34:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--416/e23/>,
        <http://dewey.info/class/914.16/e23/>,
        <http://dewey.info/class/941.6/e23/> ;
    skos:broader humord:c03239 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--416/e23/>,
        <http://dewey.info/class/914.16/e23/>,
        <http://dewey.info/class/941.6/e23/> ;
    skos:prefLabel "Ulster (Northern Ireland)"@en,
        "Ulster (Nord-Irland)"@nb,
        "Ulster (Nord-Irland)"@nn ;
    skos:related humord:c02427 .

humord:c03242 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03242" ;
    dct:modified "2025-04-15T09:12:30"^^xsd:dateTime ;
    skos:altLabel "Orkney Islands"@en,
        "Orknøyane"@nn ;
    skos:broader humord:c03244 ;
    skos:closeMatch <http://dewey.info/class/936.1132/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--41132/e23/>,
        <http://dewey.info/class/914.1132/e23/>,
        <http://dewey.info/class/941.132/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--41132/e23/>,
        <http://dewey.info/class/914.1132/e23/>,
        <http://dewey.info/class/936.1132/e23/>,
        <http://dewey.info/class/941.132/e23/> ;
    skos:prefLabel "Orkney"@en,
        "Orknøyene"@nb,
        "Orknøyene"@nn .

humord:c03243 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03243" ;
    dct:modified "2025-04-15T09:14:31"^^xsd:dateTime ;
    skos:altLabel "Shetland Islands"@en,
        "Shetlandsøyene"@nb,
        "Shetlandsøyane"@nn,
        "Shetlandsøyene"@nn ;
    skos:broader humord:c03244 ;
    skos:closeMatch <http://dewey.info/class/936.1135/e23/> ;
    skos:exactMatch realfagstermer:c030385,
        <http://dewey.info/class/2--41135/e23/>,
        <http://dewey.info/class/914.1135/e23/>,
        <http://dewey.info/class/941.135/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030385,
        <http://dewey.info/class/2--41135/e23/>,
        <http://dewey.info/class/914.1135/e23/>,
        <http://dewey.info/class/936.1135/e23/>,
        <http://dewey.info/class/941.135/e23/> ;
    skos:prefLabel "Shetland"@en,
        "Shetland"@nb,
        "Shetland"@nn .

humord:c03244 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03244" ;
    dct:modified "2025-04-15T10:30:15"^^xsd:dateTime ;
    skos:broader humord:c03183 ;
    skos:closeMatch <http://dewey.info/class/936.11/e23/> ;
    skos:exactMatch realfagstermer:c030233,
        <http://dewey.info/class/2--411/e23/>,
        <http://dewey.info/class/914.11/e23/>,
        <http://dewey.info/class/941.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030233,
        <http://dewey.info/class/2--411/e23/>,
        <http://dewey.info/class/914.11/e23/>,
        <http://dewey.info/class/936.11/e23/>,
        <http://dewey.info/class/941.1/e23/> ;
    skos:prefLabel "Scotland"@en,
        "Skottland"@nb,
        "Skottland"@nn .

humord:c03246 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03246" ;
    dct:modified "2025-04-15T09:12:57"^^xsd:dateTime ;
    skos:altLabel "Perthshire"@nb,
        "Perthshire"@nn ;
    skos:broader humord:c03244 ;
    skos:closeMatch <http://dewey.info/class/2--4128/e23/>,
        <http://dewey.info/class/914.128/e23/>,
        <http://dewey.info/class/941.28/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4128/e23/>,
        <http://dewey.info/class/914.128/e23/>,
        <http://dewey.info/class/941.28/e23/> ;
    skos:prefLabel "Perth"@en,
        "Perth"@nb,
        "Perth"@nn .

humord:c03248 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03248" ;
    dct:modified "2025-04-15T09:13:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4135/e23/>,
        <http://dewey.info/class/914.135/e23/>,
        <http://dewey.info/class/941.35/e23/> ;
    skos:broader humord:c03244 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4135/e23/>,
        <http://dewey.info/class/914.135/e23/>,
        <http://dewey.info/class/941.35/e23/> ;
    skos:prefLabel "Rosslyn"@en,
        "Rosslyn"@nb,
        "Rosslyn"@nn .

humord:c03249 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03249" ;
    dct:modified "2025-04-15T09:15:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--41152/e23/>,
        <http://dewey.info/class/914.1152/e23/>,
        <http://dewey.info/class/941.152/e23/> ;
    skos:broader humord:c03244 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--41152/e23/>,
        <http://dewey.info/class/914.1152/e23/>,
        <http://dewey.info/class/941.152/e23/> ;
    skos:prefLabel "Sutherland"@en,
        "Sutherland"@nb,
        "Sutherland"@nn .

humord:c03250 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03250" ;
    dct:modified "2024-08-26T15:33:34"^^xsd:dateTime ;
    skos:broader humord:c03183 ;
    skos:exactMatch realfagstermer:c030306,
        <http://dewey.info/class/2--429/e23/>,
        <http://dewey.info/class/914.29/e23/>,
        <http://dewey.info/class/942.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030306,
        <http://dewey.info/class/2--429/e23/>,
        <http://dewey.info/class/914.29/e23/>,
        <http://dewey.info/class/942.9/e23/> ;
    skos:prefLabel "Wales"@en,
        "Wales"@nb,
        "Wales"@nn .

humord:c03251 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03251" ;
    dct:modified "2025-04-15T08:57:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--42961/e23/>,
        <http://dewey.info/class/914.2961/e23/>,
        <http://dewey.info/class/942.961/e23/> ;
    skos:broader humord:c03250 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42961/e23/>,
        <http://dewey.info/class/914.2961/e23/>,
        <http://dewey.info/class/942.961/e23/> ;
    skos:prefLabel "Aberystwyth"@en,
        "Aberystwyth"@nb,
        "Aberystwyth"@nn .

humord:c03252 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03252" ;
    dct:modified "2024-09-04T16:53:52"^^xsd:dateTime ;
    skos:broader humord:c03250 ;
    skos:closeMatch <http://dewey.info/class/2--42987/e23/>,
        <http://dewey.info/class/914.2987/e23/>,
        <http://dewey.info/class/942.987/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42987/e23/>,
        <http://dewey.info/class/914.2987/e23/>,
        <http://dewey.info/class/942.987/e23/> ;
    skos:prefLabel "Cardiff"@en,
        "Cardiff"@nb,
        "Cardiff"@nn .

humord:c03253 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03253" ;
    dct:modified "2024-09-04T16:52:40"^^xsd:dateTime ;
    skos:altLabel "Ceredigion"@nb,
        "Ceredigion"@nn ;
    skos:broader humord:c03250 ;
    skos:exactMatch <http://dewey.info/class/2--42961/e23/>,
        <http://dewey.info/class/914.2961/e23/>,
        <http://dewey.info/class/942.961/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42961/e23/>,
        <http://dewey.info/class/914.2961/e23/>,
        <http://dewey.info/class/942.961/e23/> ;
    skos:prefLabel "Cardiganshire"@en,
        "Cardiganshire"@nb,
        "Cardiganshire"@nn .

humord:c03254 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03254" ;
    dct:modified "2025-04-15T08:59:44"^^xsd:dateTime ;
    skos:broader humord:c03250 ;
    skos:exactMatch <http://dewey.info/class/2--42925/e23/>,
        <http://dewey.info/class/914.2925/e23/>,
        <http://dewey.info/class/942.925/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42925/e23/>,
        <http://dewey.info/class/914.2925/e23/>,
        <http://dewey.info/class/942.925/e23/> ;
    skos:prefLabel "Gwynedd"@en,
        "Gwynedd"@nb,
        "Gwynedd"@nn .

humord:c03255 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03255" ;
    dct:modified "2025-04-15T09:03:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--42937/e23/>,
        <http://dewey.info/class/914.2937/e23/>,
        <http://dewey.info/class/942.937/e23/> ;
    skos:broader humord:c03250 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--42937/e23/>,
        <http://dewey.info/class/914.2937/e23/>,
        <http://dewey.info/class/942.937/e23/> ;
    skos:prefLabel "Prestatyn"@en,
        "Prestatyn"@nb,
        "Prestatyn"@nn .

humord:c03256 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03256" ;
    dct:modified "2025-03-04T14:05:22"^^xsd:dateTime ;
    skos:altLabel "Schweiz"@nb,
        "Suisse"@nb,
        "Svizzera"@nb,
        "Schweiz"@nn,
        "Suisse"@nn,
        "Svizzera"@nn ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/936.94/e23/> ;
    skos:exactMatch realfagstermer:c030218,
        <http://dewey.info/class/2--494/e23/>,
        <http://dewey.info/class/914.94/e23/>,
        <http://dewey.info/class/949.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030218,
        <http://dewey.info/class/2--494/e23/>,
        <http://dewey.info/class/914.94/e23/>,
        <http://dewey.info/class/936.94/e23/>,
        <http://dewey.info/class/949.4/e23/> ;
    skos:prefLabel "Switzerland"@en,
        "Sveits"@nb,
        "Sveits"@nn .

humord:c03260 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03260" ;
    dct:modified "2024-10-15T11:22:08"^^xsd:dateTime ;
    skos:broader humord:c29209 ;
    skos:closeMatch <http://dewey.info/class/2--49432/e23/>,
        <http://dewey.info/class/914.9432/e23/>,
        <http://dewey.info/class/949.432/e23/> ;
    skos:exactMatch realfagstermer:c030665 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030665,
        <http://dewey.info/class/2--49432/e23/>,
        <http://dewey.info/class/914.9432/e23/>,
        <http://dewey.info/class/949.432/e23/> ;
    skos:prefLabel "Basel"@en,
        "Basel (By)"@nb,
        "Basel (By)"@nn .

humord:c03261 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03261" ;
    dct:modified "2025-04-16T09:17:33"^^xsd:dateTime ;
    skos:broader humord:c28744 ;
    skos:exactMatch <http://dewey.info/class/2--4945424/e23/>,
        <http://dewey.info/class/914.945424/e23/>,
        <http://dewey.info/class/949.45424/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4945424/e23/>,
        <http://dewey.info/class/914.945424/e23/>,
        <http://dewey.info/class/949.45424/e23/> ;
    skos:prefLabel "Bern (City)"@en,
        "Bern (By)"@nb,
        "Bern (By)"@nn .

humord:c03262 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03262" ;
    dct:modified "2025-04-16T09:05:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--494591/e23/>,
        <http://dewey.info/class/914.94591/e23/>,
        <http://dewey.info/class/949.4591/e23/> ;
    skos:broader humord:c03274 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--494591/e23/>,
        <http://dewey.info/class/914.94591/e23/>,
        <http://dewey.info/class/949.4591/e23/> ;
    skos:prefLabel "Diessenhofen"@en,
        "Diessenhofen"@nb,
        "Diessenhofen"@nn .

humord:c03263 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03263" ;
    dct:modified "2025-04-16T09:10:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4947354/e23/>,
        <http://dewey.info/class/914.947354/e23/>,
        <http://dewey.info/class/949.47354/e23/> ;
    skos:broader humord:c03265 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4947354/e23/>,
        <http://dewey.info/class/914.947354/e23/>,
        <http://dewey.info/class/949.47354/e23/> ;
    skos:prefLabel "Domleschg"@en,
        "Domleschg"@nb,
        "Domleschg"@nn .

humord:c03264 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03264" ;
    dct:modified "2025-04-16T09:15:05"^^xsd:dateTime ;
    skos:altLabel "Genf (By)"@nb,
        "Genève (By)"@nb,
        "Genf (By)"@nn,
        "Genève (By)"@nn ;
    skos:broader humord:c29217 ;
    skos:exactMatch <http://dewey.info/class/2--494516/e23/>,
        <http://dewey.info/class/914.94516/e23/>,
        <http://dewey.info/class/949.4516/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--494516/e23/>,
        <http://dewey.info/class/914.94516/e23/>,
        <http://dewey.info/class/949.4516/e23/> ;
    skos:prefLabel "Geneva (City)"@en,
        "Geneve (By)"@nb,
        "Geneve (By)"@nn .

humord:c03265 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03265" ;
    dct:modified "2025-04-16T09:18:22"^^xsd:dateTime ;
    skos:altLabel "Canton of Graubünden"@en,
        "Graubünden (Canton)"@en,
        "Grisons (Kanton)"@nb,
        "Grisons (Kanton)"@nn ;
    skos:broader humord:c03256 ;
    skos:exactMatch <http://dewey.info/class/2--49473/e23/>,
        <http://dewey.info/class/914.9473/e23/>,
        <http://dewey.info/class/949.473/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49473/e23/>,
        <http://dewey.info/class/914.9473/e23/>,
        <http://dewey.info/class/949.473/e23/> ;
    skos:prefLabel "Canton of Grisons"@en,
        "Graubünden (Kanton)"@nb,
        "Graubünden (Kanton)"@nn .

humord:c03266 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03266" ;
    dct:modified "2025-04-17T09:00:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4945643/e23/>,
        <http://dewey.info/class/914.945643/e23/>,
        <http://dewey.info/class/949.45643/e23/> ;
    skos:broader humord:c15261 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4945643/e23/>,
        <http://dewey.info/class/914.945643/e23/>,
        <http://dewey.info/class/949.45643/e23/> ;
    skos:prefLabel "Kaiseragust"@en,
        "Kaiseraugst"@nb,
        "Kaiseraugst"@nn .

humord:c03267 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03267" ;
    dct:modified "2025-04-16T09:10:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4947324/e23/>,
        <http://dewey.info/class/914.947324/e23/>,
        <http://dewey.info/class/949.47324/e23/> ;
    skos:broader humord:c03265 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4947324/e23/>,
        <http://dewey.info/class/914.947324/e23/>,
        <http://dewey.info/class/949.47324/e23/> ;
    skos:prefLabel "Lenzerheide"@en,
        "Lenzerheide"@nb,
        "Lenzerheide"@nn .

humord:c03268 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03268" ;
    dct:modified "2025-04-16T09:07:01"^^xsd:dateTime ;
    skos:altLabel "Neuenburg (By)"@nb,
        "Neuenburg (By)"@nn ;
    skos:broader humord:c29215 ;
    skos:exactMatch <http://dewey.info/class/2--4943844/e23/>,
        <http://dewey.info/class/914.943844/e23/>,
        <http://dewey.info/class/949.43844/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4943844/e23/>,
        <http://dewey.info/class/914.943844/e23/>,
        <http://dewey.info/class/949.43844/e23/> ;
    skos:prefLabel "Neuchâtel (City)"@en,
        "Neuchatel (By)"@nb,
        "Neuchatel (By)"@nn .

humord:c03269 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03269" ;
    dct:modified "2025-04-16T09:11:00"^^xsd:dateTime ;
    skos:altLabel "Ober Engadin"@en,
        "Upper Engadine"@en,
        "Oberengadin"@nb,
        "Oberengadin"@nn ;
    skos:broadMatch <http://dewey.info/class/2--49473/e23/>,
        <http://dewey.info/class/914.9473/e23/>,
        <http://dewey.info/class/949.473/e23/> ;
    skos:broader humord:c03265 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49473/e23/>,
        <http://dewey.info/class/914.9473/e23/>,
        <http://dewey.info/class/949.473/e23/> ;
    skos:prefLabel "Engadin"@en,
        "Ober-Engadin"@nb,
        "Ober-Engadin"@nn .

humord:c03270 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03270" ;
    dct:modified "2025-04-16T09:11:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4947324/e23/>,
        <http://dewey.info/class/914.947324/e23/>,
        <http://dewey.info/class/949.47324/e23/> ;
    skos:broader humord:c03265 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4947324/e23/>,
        <http://dewey.info/class/914.947324/e23/>,
        <http://dewey.info/class/949.47324/e23/> ;
    skos:prefLabel "Obervaz"@en,
        "Obervaz"@nb,
        "Obervaz"@nn .

humord:c03271 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03271" ;
    dct:modified "2025-04-16T09:13:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--49473/e23/>,
        <http://dewey.info/class/914.9473/e23/>,
        <http://dewey.info/class/949.473/e23/> ;
    skos:broader humord:c03265 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49473/e23/>,
        <http://dewey.info/class/914.9473/e23/>,
        <http://dewey.info/class/949.473/e23/> ;
    skos:prefLabel "Schams"@en,
        "Schams"@nb,
        "Schams"@nn .

humord:c03272 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03272" ;
    dct:modified "2025-04-16T09:02:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4945728/e23/>,
        <http://dewey.info/class/914.945728/e23/>,
        <http://dewey.info/class/949.45728/e23/> ;
    skos:broader humord:c29224 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4945728/e23/>,
        <http://dewey.info/class/914.945728/e23/>,
        <http://dewey.info/class/949.45728/e23/> ;
    skos:prefLabel "Sihlwald"@en,
        "Sihlwald"@nb,
        "Sihlwald"@nn .

humord:c03273 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03273" ;
    dct:modified "2025-04-16T09:06:23"^^xsd:dateTime ;
    skos:altLabel "St. Gallen (By)"@nb,
        "St. Gallen (By)"@nn ;
    skos:broader humord:c29228 ;
    skos:exactMatch <http://dewey.info/class/2--4947234/e23/>,
        <http://dewey.info/class/914.947234/e23/>,
        <http://dewey.info/class/949.47234/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4947234/e23/>,
        <http://dewey.info/class/914.947234/e23/>,
        <http://dewey.info/class/949.47234/e23/> ;
    skos:prefLabel "St. Gallen (City)"@en,
        "Sankt Gallen (By)"@nb,
        "Sankt Gallen (By)"@nn .

humord:c03274 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03274" ;
    dct:modified "2025-04-16T09:18:39"^^xsd:dateTime ;
    skos:altLabel "Thurgau (Canton)"@en ;
    skos:broader humord:c03256 ;
    skos:exactMatch <http://dewey.info/class/2--49459/e23/>,
        <http://dewey.info/class/914.9459/e23/>,
        <http://dewey.info/class/949.459/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49459/e23/>,
        <http://dewey.info/class/914.9459/e23/>,
        <http://dewey.info/class/949.459/e23/> ;
    skos:prefLabel "Canton of Thurgau"@en,
        "Thurgau (Kanton)"@nb,
        "Thurgau (Kanton)"@nn .

humord:c03275 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03275" ;
    dct:modified "2025-04-16T09:19:04"^^xsd:dateTime ;
    skos:altLabel "Ticino (Canton)"@en,
        "Tessin"@nb,
        "Tessin"@nn ;
    skos:broader humord:c03256 ;
    skos:exactMatch <http://dewey.info/class/2--49478/e23/>,
        <http://dewey.info/class/914.9478/e23/>,
        <http://dewey.info/class/949.478/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49478/e23/>,
        <http://dewey.info/class/914.9478/e23/>,
        <http://dewey.info/class/949.478/e23/> ;
    skos:prefLabel "Canton of Ticino"@en,
        "Ticino (Kanton)"@nb,
        "Ticino (Kanton)"@nn .

humord:c03276 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03276" ;
    dct:modified "2025-04-16T09:11:32"^^xsd:dateTime ;
    skos:altLabel "Unterengadin"@nb,
        "Unterengadin"@nn ;
    skos:broadMatch <http://dewey.info/class/2--49473/e23/>,
        <http://dewey.info/class/914.9473/e23/>,
        <http://dewey.info/class/949.473/e23/> ;
    skos:broader humord:c03265 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--49473/e23/>,
        <http://dewey.info/class/914.9473/e23/>,
        <http://dewey.info/class/949.473/e23/> ;
    skos:prefLabel "Lower Engadine"@en,
        "Unter-Engadin"@nb,
        "Unter-Engadin"@nn .

humord:c03277 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03277" ;
    dct:modified "2025-04-16T09:13:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4947352/e23/>,
        <http://dewey.info/class/914.947352/e23/>,
        <http://dewey.info/class/949.47352/e23/> ;
    skos:broader humord:c03265 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4947352/e23/>,
        <http://dewey.info/class/914.947352/e23/>,
        <http://dewey.info/class/949.47352/e23/> ;
    skos:prefLabel "Valbella"@en,
        "Valbella"@nb,
        "Valbella"@nn .

humord:c03278 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03278" ;
    dct:modified "2025-04-16T09:01:23"^^xsd:dateTime ;
    skos:altLabel "Vindonissa"@nb,
        "Vindonissa"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4945626/e23/>,
        <http://dewey.info/class/914.945626/e23/>,
        <http://dewey.info/class/949.45626/e23/> ;
    skos:broader humord:c15261 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4945626/e23/>,
        <http://dewey.info/class/914.945626/e23/>,
        <http://dewey.info/class/949.45626/e23/> ;
    skos:prefLabel "Windisch"@en,
        "Windisch"@nb,
        "Windisch"@nn .

humord:c03280 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03280" ;
    dct:modified "2025-04-16T09:02:37"^^xsd:dateTime ;
    skos:broader humord:c29224 ;
    skos:closeMatch <http://dewey.info/class/2--4945726/e23/>,
        <http://dewey.info/class/914.945726/e23/>,
        <http://dewey.info/class/949.45726/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4945726/e23/>,
        <http://dewey.info/class/914.945726/e23/>,
        <http://dewey.info/class/949.45726/e23/> ;
    skos:prefLabel "Zürich (City)"@en,
        "Zürich (By)"@nb,
        "Zürich (By)"@nn .

humord:c03281 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03281" ;
    dct:modified "2025-03-04T14:05:41"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/936.85/e23/> ;
    skos:exactMatch realfagstermer:c030201,
        <http://dewey.info/class/2--485/e23/>,
        <http://dewey.info/class/914.85/e23/>,
        <http://dewey.info/class/948.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030201,
        <http://dewey.info/class/2--485/e23/>,
        <http://dewey.info/class/914.85/e23/>,
        <http://dewey.info/class/936.85/e23/>,
        <http://dewey.info/class/948.5/e23/> ;
    skos:prefLabel "Sweden"@en,
        "Sverige"@nb,
        "Sverige"@nn .

humord:c03283 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03283" ;
    dct:modified "2025-04-22T12:43:47"^^xsd:dateTime ;
    skos:broader humord:c03282 ;
    skos:exactMatch realfagstermer:c030929,
        <http://dewey.info/class/2--4862/e23/>,
        <http://dewey.info/class/914.862/e23/>,
        <http://dewey.info/class/948.62/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030929,
        <http://dewey.info/class/2--4862/e23/>,
        <http://dewey.info/class/914.862/e23/>,
        <http://dewey.info/class/948.62/e23/> ;
    skos:prefLabel "Blekinge"@en,
        "Blekinge (Len)"@nb,
        "Blekinge (Len)"@nn .

humord:c03284 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03284" ;
    dct:modified "2025-04-22T08:56:16"^^xsd:dateTime ;
    skos:broader humord:c03282 ;
    skos:exactMatch realfagstermer:c030374,
        <http://dewey.info/class/2--4869/e23/>,
        <http://dewey.info/class/914.869/e23/>,
        <http://dewey.info/class/948.69/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030374,
        <http://dewey.info/class/2--4869/e23/>,
        <http://dewey.info/class/914.869/e23/>,
        <http://dewey.info/class/948.69/e23/> ;
    skos:prefLabel "Gotland (County)"@en,
        "Gotland (Len)"@nb,
        "Gotland (Len)"@nn .

humord:c03285 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03285" ;
    dct:modified "2025-04-20T11:05:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4869/e23/>,
        <http://dewey.info/class/914.869/e23/>,
        <http://dewey.info/class/948.69/e23/> ;
    skos:broader humord:c03284 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4869/e23/>,
        <http://dewey.info/class/914.869/e23/>,
        <http://dewey.info/class/948.69/e23/> ;
    skos:prefLabel "Sviviken"@en,
        "Sviviken"@nb,
        "Sviviken"@nn .

humord:c03286 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03286" ;
    dct:modified "2025-04-20T11:06:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4869/e23/>,
        <http://dewey.info/class/914.869/e23/>,
        <http://dewey.info/class/948.69/e23/> ;
    skos:broader humord:c03284 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4869/e23/>,
        <http://dewey.info/class/914.869/e23/>,
        <http://dewey.info/class/948.69/e23/> ;
    skos:prefLabel "Visby"@en,
        "Visby"@nb,
        "Visby"@nn .

humord:c03287 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03287" ;
    dct:modified "2025-04-22T12:38:34"^^xsd:dateTime ;
    skos:altLabel "Gävleborg (County)"@en ;
    skos:broader humord:c03282 ;
    skos:exactMatch <http://dewey.info/class/2--4881/e23/>,
        <http://dewey.info/class/914.881/e23/>,
        <http://dewey.info/class/948.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4881/e23/>,
        <http://dewey.info/class/914.881/e23/>,
        <http://dewey.info/class/948.81/e23/> ;
    skos:prefLabel "Gävleborg County"@en,
        "Gävleborg (Len)"@nb,
        "Gävleborg (Len)"@nn .

humord:c03289 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03289" ;
    dct:modified "2025-04-20T11:05:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4881/e23/>,
        <http://dewey.info/class/914.881/e23/>,
        <http://dewey.info/class/948.81/e23/> ;
    skos:broader humord:c03287 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4881/e23/>,
        <http://dewey.info/class/914.881/e23/>,
        <http://dewey.info/class/948.81/e23/> ;
    skos:prefLabel "Enånger"@en,
        "Enånger"@nb,
        "Enånger"@nn .

humord:c03290 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03290" ;
    dct:modified "2025-04-20T11:05:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4881/e23/>,
        <http://dewey.info/class/914.881/e23/>,
        <http://dewey.info/class/948.81/e23/> ;
    skos:broader humord:c03287 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4881/e23/>,
        <http://dewey.info/class/914.881/e23/>,
        <http://dewey.info/class/948.81/e23/> ;
    skos:prefLabel "Skog (Sweden)"@en,
        "Skog (Sverige)"@nb,
        "Skog (Sverige)"@nn .

humord:c03291 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03291" ;
    dct:modified "2025-04-20T11:05:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4881/e23/>,
        <http://dewey.info/class/914.881/e23/>,
        <http://dewey.info/class/948.81/e23/> ;
    skos:broader humord:c03287 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4881/e23/>,
        <http://dewey.info/class/914.881/e23/>,
        <http://dewey.info/class/948.81/e23/> ;
    skos:prefLabel "Stocka"@en,
        "Stocka"@nb,
        "Stocka"@nn .

humord:c03292 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03292" ;
    dct:modified "2025-04-22T12:28:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c03399 ;
    skos:editorialNote "Historisk län, frem til 31/12 1997"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Gothenburg and Bohus County"@en,
        "Göteborg och Bohus (Len)"@nb,
        "Göteborg och Bohus (Len)"@nn .

humord:c03293 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03293" ;
    dct:modified "2025-04-17T09:42:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c36937 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Bergum"@en,
        "Bergum"@nb,
        "Bergum"@nn .

humord:c03294 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03294" ;
    dct:modified "2025-04-17T09:42:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c36937 ;
    skos:exactMatch realfagstermer:c030422 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030422,
        <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Gothenburg"@en,
        "Göteborg"@nb,
        "Göteborg"@nn .

humord:c03295 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03295" ;
    dct:modified "2025-04-17T09:41:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c03294 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Kortedala"@en,
        "Kortedala"@nb,
        "Kortedala"@nn .

humord:c03296 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03296" ;
    dct:modified "2025-04-17T09:46:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c36937 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Tjörn"@en,
        "Tjörn"@nb,
        "Tjörn"@nn .

humord:c03297 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03297" ;
    dct:modified "2024-08-20T16:07:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c36937 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Älvsborg (Västra Götaland)"@en,
        "Älvsborg (Västra Götaland)"@nb,
        "Älvsborg (Västra Götaland)"@nn .

humord:c03298 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03298" ;
    dct:modified "2025-04-22T08:54:20"^^xsd:dateTime ;
    skos:altLabel "Halland (County)"@en ;
    skos:broader humord:c03282 ;
    skos:exactMatch realfagstermer:c030848,
        <http://dewey.info/class/2--4866/e23/>,
        <http://dewey.info/class/914.866/e23/>,
        <http://dewey.info/class/948.66/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030848,
        <http://dewey.info/class/2--4866/e23/>,
        <http://dewey.info/class/914.866/e23/>,
        <http://dewey.info/class/948.66/e23/> ;
    skos:prefLabel "Halland County"@en,
        "Halland (Len)"@nb,
        "Halland (Len)"@nn .

humord:c03299 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03299" ;
    dct:modified "2025-04-20T11:04:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4866/e23/>,
        <http://dewey.info/class/914.866/e23/>,
        <http://dewey.info/class/948.66/e23/> ;
    skos:broader humord:c03298 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4866/e23/>,
        <http://dewey.info/class/914.866/e23/>,
        <http://dewey.info/class/948.66/e23/> ;
    skos:prefLabel "Bocksten"@en,
        "Bocksten"@nb,
        "Bocksten"@nn .

humord:c03300 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03300" ;
    dct:modified "2025-04-22T08:57:08"^^xsd:dateTime ;
    skos:altLabel "Jämtland (County)"@en ;
    skos:broader humord:c03282 ;
    skos:exactMatch realfagstermer:c030606,
        <http://dewey.info/class/2--4883/e23/>,
        <http://dewey.info/class/914.883/e23/>,
        <http://dewey.info/class/948.83/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030606,
        <http://dewey.info/class/2--4883/e23/>,
        <http://dewey.info/class/914.883/e23/>,
        <http://dewey.info/class/948.83/e23/> ;
    skos:prefLabel "Jämtland County"@en,
        "Jämtland (Len)"@nb,
        "Jämtland (Len)"@nn .

humord:c03301 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03301" ;
    dct:modified "2025-04-20T11:03:15"^^xsd:dateTime ;
    skos:altLabel "Herjedalen"@nb,
        "Herjedalen"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4883/e23/>,
        <http://dewey.info/class/914.883/e23/>,
        <http://dewey.info/class/948.83/e23/> ;
    skos:broader humord:c03300 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4883/e23/>,
        <http://dewey.info/class/914.883/e23/>,
        <http://dewey.info/class/948.83/e23/> ;
    skos:prefLabel "Härjedalen"@en,
        "Härjedalen"@nb,
        "Härjedalen"@nn .

humord:c03302 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03302" ;
    dct:modified "2024-08-20T16:12:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4883/e23/>,
        <http://dewey.info/class/914.883/e23/>,
        <http://dewey.info/class/948.83/e23/> ;
    skos:broader humord:c03300 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4883/e23/>,
        <http://dewey.info/class/914.883/e23/>,
        <http://dewey.info/class/948.83/e23/> ;
    skos:prefLabel "Överhogdal"@en,
        "Överhogdal"@nb,
        "Överhogdal"@nn .

humord:c03303 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03303" ;
    dct:modified "2025-04-22T12:38:47"^^xsd:dateTime ;
    skos:altLabel "Kalmar (County)"@en ;
    skos:broader humord:c03282 ;
    skos:exactMatch <http://dewey.info/class/2--4863/e23/>,
        <http://dewey.info/class/914.863/e23/>,
        <http://dewey.info/class/948.63/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4863/e23/>,
        <http://dewey.info/class/914.863/e23/>,
        <http://dewey.info/class/948.63/e23/> ;
    skos:prefLabel "Kalmar County"@en,
        "Kalmar (Len)"@nb,
        "Kalmar (Len)"@nn .

humord:c03304 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03304" ;
    dct:modified "2024-09-30T14:15:52"^^xsd:dateTime ;
    skos:altLabel "Kopparberg (Len)"@nb,
        "Kopparberg (Len)"@nn ;
    skos:broader humord:c03282 ;
    skos:definition "Dalarna er et landskap og len i Sverige, det nordligste i Svealand <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:prefLabel "Dalarna"@en,
        "Dalarna (Len)"@nb,
        "Dalarna (Len)"@nn .

humord:c03306 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03306" ;
    dct:modified "2025-04-20T11:06:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:broader humord:c03304 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:prefLabel "Borganäs"@en,
        "Borganäs"@nb,
        "Borganäs"@nn .

humord:c03307 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03307" ;
    dct:modified "2025-04-22T07:46:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:broader humord:c03304 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:prefLabel "Leksand"@en,
        "Leksand"@nb,
        "Leksand"@nn .

humord:c03308 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03308" ;
    dct:modified "2025-04-22T07:47:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:broader humord:c03304 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:prefLabel "Lima (Sweden)"@en,
        "Lima (Sverige)"@nb,
        "Lima (Sverige)"@nn .

humord:c03309 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03309" ;
    dct:modified "2025-04-22T07:47:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:broader humord:c03304 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:prefLabel "Malung"@en,
        "Malung"@nb,
        "Malung"@nn .

humord:c03310 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03310" ;
    dct:modified "2025-04-22T08:22:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:broader humord:c03304 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:prefLabel "Mora"@en,
        "Mora"@nb,
        "Mora"@nn .

humord:c03311 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03311" ;
    dct:modified "2025-04-22T08:51:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:broader humord:c03304 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:prefLabel "Sollerön"@en,
        "Sollerön"@nb,
        "Sollerön"@nn .

humord:c03312 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03312" ;
    dct:modified "2025-04-22T08:51:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:broader humord:c03304 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:prefLabel "Transtrand"@en,
        "Transtrand"@nb,
        "Transtrand"@nn .

humord:c03314 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03314" ;
    dct:modified "2025-04-22T08:52:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:broader humord:c03304 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:prefLabel "Venjan"@en,
        "Venjan"@nb,
        "Venjan"@nn .

humord:c03315 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03315" ;
    dct:modified "2025-04-22T08:52:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:broader humord:c03304 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:prefLabel "Våmhus"@en,
        "Våmhus"@nb,
        "Våmhus"@nn .

humord:c03316 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03316" ;
    dct:modified "2025-09-05T14:40:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:broader humord:c03399 ;
    skos:editorialNote "Historisk län, frem til 31/12 1996"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:prefLabel "Kristianstad (County)"@en,
        "Kristianstad (Len)"@nb,
        "Kristianstad (Len)"@nn .

humord:c03317 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03317" ;
    dct:modified "2025-04-18T16:18:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:broader humord:c03407 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:prefLabel "Göinge"@en,
        "Göinge"@nb,
        "Göinge"@nn .

humord:c03318 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03318" ;
    dct:modified "2025-04-22T12:32:45"^^xsd:dateTime ;
    skos:altLabel "Kronoberg (County)"@en ;
    skos:broader humord:c03282 ;
    skos:exactMatch <http://dewey.info/class/2--4865/e23/>,
        <http://dewey.info/class/914.865/e23/>,
        <http://dewey.info/class/948.65/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4865/e23/>,
        <http://dewey.info/class/914.865/e23/>,
        <http://dewey.info/class/948.65/e23/> ;
    skos:prefLabel "Kronoberg County"@en,
        "Kronoberg (Len)"@nb,
        "Kronoberg (Len)"@nn .

humord:c03320 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03320" ;
    dct:modified "2025-04-20T11:01:52"^^xsd:dateTime ;
    skos:broader humord:c17165 ;
    skos:closeMatch <http://dewey.info/class/2--4864/e23/>,
        <http://dewey.info/class/914.864/e23/>,
        <http://dewey.info/class/948.64/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4864/e23/>,
        <http://dewey.info/class/914.864/e23/>,
        <http://dewey.info/class/948.64/e23/> ;
    skos:prefLabel "Småland"@en,
        "Småland"@nb,
        "Småland"@nn .

humord:c03321 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03321" ;
    dct:modified "2025-04-20T11:01:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4864/e23/>,
        <http://dewey.info/class/914.864/e23/>,
        <http://dewey.info/class/948.64/e23/> ;
    skos:broader humord:c03320 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4864/e23/>,
        <http://dewey.info/class/914.864/e23/>,
        <http://dewey.info/class/948.64/e23/> ;
    skos:prefLabel "Handbörd"@en,
        "Handbörd"@nb,
        "Handbörd"@nn .

humord:c03322 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03322" ;
    dct:modified "2025-03-28T13:00:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4864/e23/>,
        <http://dewey.info/class/914.864/e23/>,
        <http://dewey.info/class/948.64/e23/> ;
    skos:broader humord:c03320 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4864/e23/>,
        <http://dewey.info/class/914.864/e23/>,
        <http://dewey.info/class/948.64/e23/> ;
    skos:prefLabel "Stranda (Sweden)"@en,
        "Stranda (Sverige)"@nb,
        "Stranda (Sverige)"@nn .

humord:c03323 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03323" ;
    dct:modified "2024-08-20T16:09:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4864/e23/>,
        <http://dewey.info/class/914.864/e23/>,
        <http://dewey.info/class/948.64/e23/> ;
    skos:broader humord:c03320 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4864/e23/>,
        <http://dewey.info/class/914.864/e23/>,
        <http://dewey.info/class/948.64/e23/> ;
    skos:prefLabel "Ödetofta"@en,
        "Ödetofta"@nb,
        "Ödetofta"@nn .

humord:c03324 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03324" ;
    dct:modified "2025-04-20T10:58:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4865/e23/>,
        <http://dewey.info/class/914.865/e23/>,
        <http://dewey.info/class/948.65/e23/> ;
    skos:broader humord:c03318 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4865/e23/>,
        <http://dewey.info/class/914.865/e23/>,
        <http://dewey.info/class/948.65/e23/> ;
    skos:prefLabel "Växjö"@en,
        "Växjö"@nb,
        "Växjö"@nn .

humord:c03325 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03325" ;
    dct:modified "2025-04-22T12:29:53"^^xsd:dateTime ;
    skos:altLabel "Malmöhus (County)"@en ;
    skos:broadMatch <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:broader humord:c03399 ;
    skos:editorialNote "Historisk län, frem til 31/12 1996"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:prefLabel "Malmöhus County"@en,
        "Malmöhus (Len)"@nb,
        "Malmöhus (Len)"@nn .

humord:c03326 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03326" ;
    dct:modified "2025-04-18T16:17:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:broader humord:c03407 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:prefLabel "Eslöv"@en,
        "Eslöv"@nb,
        "Eslöv"@nn .

humord:c03328 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03328" ;
    dct:modified "2025-04-18T16:18:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:broader humord:c03407 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:prefLabel "Kullaberg"@en,
        "Kullaberg"@nb,
        "Kullaberg"@nn .

humord:c03329 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03329" ;
    dct:modified "2025-04-20T09:01:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:broader humord:c03407 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:prefLabel "Landskrona"@en,
        "Landskrona"@nb,
        "Landskrona"@nn .

humord:c03330 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03330" ;
    dct:modified "2026-02-13T13:30:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:broader humord:c03407 ;
    skos:exactMatch realfagstermer:c030291 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030291,
        <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:prefLabel "Lund (Skåne)"@en,
        "Lund (Skåne)"@nb,
        "Lund (Skåne)"@nn .

humord:c03331 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03331" ;
    dct:modified "2025-04-18T16:19:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:broader humord:c03407 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:prefLabel "Malmö"@en,
        "Malmö"@nb,
        "Malmö"@nn .

humord:c03332 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03332" ;
    dct:modified "2025-04-20T09:02:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:broader humord:c03407 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:prefLabel "Sjöbo"@en,
        "Sjöbo"@nb,
        "Sjöbo"@nn .

humord:c03333 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03333" ;
    dct:modified "2025-04-20T09:04:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:broader humord:c03407 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:prefLabel "Ystad"@en,
        "Ystad"@nb,
        "Ystad"@nn .

humord:c03334 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03334" ;
    dct:modified "2025-04-22T12:37:25"^^xsd:dateTime ;
    skos:altLabel "Norrbotten (County)"@en ;
    skos:broader humord:c03282 ;
    skos:exactMatch realfagstermer:c030367,
        <http://dewey.info/class/2--4888/e23/>,
        <http://dewey.info/class/914.888/e23/>,
        <http://dewey.info/class/948.88/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030367,
        <http://dewey.info/class/2--4888/e23/>,
        <http://dewey.info/class/914.888/e23/>,
        <http://dewey.info/class/948.88/e23/> ;
    skos:prefLabel "Norrbotten County"@en,
        "Norrbotten (Len)"@nb,
        "Norrbotten (Len)"@nn .

humord:c03335 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-05-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03335" ;
    dct:modified "2026-01-09T08:45:31"^^xsd:dateTime ;
    skos:altLabel "Gällivarre"@nb,
        "Jiellevárre"@nb,
        "Váhtjer"@nb,
        "Gällivarre"@nn,
        "Váhčir"@se ;
    skos:broadMatch <http://dewey.info/class/2--4888/e23/>,
        <http://dewey.info/class/914.888/e23/>,
        <http://dewey.info/class/948.88/e23/> ;
    skos:broader humord:c03334 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4888/e23/>,
        <http://dewey.info/class/914.888/e23/>,
        <http://dewey.info/class/948.88/e23/> ;
    skos:prefLabel "Gällivare"@en,
        "Gällivare"@nb,
        "Gällivare"@nn,
        "Jiellevárri"@se .

humord:c03336 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03336" ;
    dct:modified "2025-04-20T09:27:08"^^xsd:dateTime ;
    skos:altLabel "Torne Valley"@en,
        "Tornedalen"@en ;
    skos:broadMatch <http://dewey.info/class/2--4888/e23/>,
        <http://dewey.info/class/914.888/e23/>,
        <http://dewey.info/class/948.88/e23/> ;
    skos:broader humord:c03334 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4888/e23/>,
        <http://dewey.info/class/914.888/e23/>,
        <http://dewey.info/class/948.88/e23/> ;
    skos:prefLabel "Meänmaa"@en,
        "Tornedalen"@nb,
        "Tornedalen"@nn .

humord:c03337 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03337" ;
    dct:modified "2024-08-20T16:13:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4888/e23/>,
        <http://dewey.info/class/914.888/e23/>,
        <http://dewey.info/class/948.88/e23/> ;
    skos:broader humord:c03334 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4888/e23/>,
        <http://dewey.info/class/914.888/e23/>,
        <http://dewey.info/class/948.88/e23/> ;
    skos:prefLabel "Överkalix"@en,
        "Överkalix"@nb,
        "Överkalix"@nn .

humord:c03338 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03338" ;
    dct:modified "2025-04-22T12:33:15"^^xsd:dateTime ;
    skos:altLabel "Skaraborg (County)"@en ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c03399 ;
    skos:editorialNote "Historisk län, frem til 1997"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Skaraborg County"@en,
        "Skaraborg (Len)"@nb,
        "Skaraborg (Len)"@nn .

humord:c03339 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03339" ;
    dct:modified "2025-04-17T09:43:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c36937 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Lake Hornborga"@en,
        "Hornborgasjön"@nb,
        "Hornborgasjön"@nn .

humord:c03340 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03340" ;
    dct:modified "2025-04-17T09:44:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c36937 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Redväg"@en,
        "Redväg"@nb,
        "Redväg"@nn .

humord:c03341 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03341" ;
    dct:modified "2025-04-18T16:17:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/936.873/e23/> ;
    skos:broader humord:c36819 ;
    skos:closeMatch <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:exactMatch realfagstermer:c030565 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030565,
        <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/936.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:prefLabel "Stockholm"@en,
        "Stockholm"@nb,
        "Stockholm"@nn .

humord:c03342 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03342" ;
    dct:modified "2025-04-17T10:05:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/936.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:broader humord:c36819 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/936.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:prefLabel "Birka"@en,
        "Birka"@nb,
        "Birka"@nn .

humord:c03343 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03343" ;
    dct:modified "2025-04-17T10:04:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:broader humord:c36819 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:prefLabel "Björkö"@en,
        "Björkö"@nb,
        "Björkö"@nn .

humord:c03344 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03344" ;
    dct:modified "2025-04-17T10:05:32"^^xsd:dateTime ;
    skos:altLabel "Saltsjö-Boo"@nb,
        "Saltsjö-Boo"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:broader humord:c36819 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:prefLabel "Boo"@en,
        "Boo"@nb,
        "Boo"@nn .

humord:c03346 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03346" ;
    dct:modified "2025-04-17T10:06:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:broader humord:c36819 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:prefLabel "Haninge"@en,
        "Haninge"@nb,
        "Haninge"@nn .

humord:c03347 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03347" ;
    dct:modified "2025-04-17T10:02:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:broader humord:c03341 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:prefLabel "Helgeandsholmen"@en,
        "Helgeandsholmen"@nb,
        "Helgeandsholmen"@nn .

humord:c03348 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03348" ;
    dct:modified "2025-04-17T10:06:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/936.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:broader humord:c36819 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/936.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:prefLabel "Helgö (Stockholm)"@en,
        "Helgö (Stockholm)"@nb,
        "Helgö (Stockholm)"@nn .

humord:c03349 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03349" ;
    dct:modified "2025-04-17T10:06:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:broader humord:c36819 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:prefLabel "Herrön"@en,
        "Herrön"@nb,
        "Herrön"@nn .

humord:c03350 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03350" ;
    dct:modified "2025-04-18T16:13:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/936.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:broader humord:c36819 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/936.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:prefLabel "Sigtuna"@en,
        "Sigtuna"@nb,
        "Sigtuna"@nn .

humord:c03351 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03351" ;
    dct:modified "2025-04-17T10:04:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:broader humord:c03341 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:prefLabel "Spånga"@en,
        "Spånga"@nb,
        "Spånga"@nn .

humord:c03353 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03353" ;
    dct:modified "2025-04-18T16:17:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:broader humord:c36819 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:prefLabel "Vallentuna"@en,
        "Vallentuna"@nb,
        "Vallentuna"@nn .

humord:c03354 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03354" ;
    dct:modified "2024-08-20T16:08:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:broader humord:c36819 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4873/e23/>,
        <http://dewey.info/class/914.873/e23/>,
        <http://dewey.info/class/948.73/e23/> ;
    skos:prefLabel "Ärvinge"@en,
        "Ärvinge"@nb,
        "Ärvinge"@nn .

humord:c03355 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03355" ;
    dct:modified "2025-04-22T12:33:03"^^xsd:dateTime ;
    skos:altLabel "Södermanland (County)"@en,
        "Sörmland"@nb,
        "Sörmland"@nn ;
    skos:broader humord:c03282 ;
    skos:exactMatch <http://dewey.info/class/2--4872/e23/>,
        <http://dewey.info/class/914.872/e23/>,
        <http://dewey.info/class/948.72/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4872/e23/>,
        <http://dewey.info/class/914.872/e23/>,
        <http://dewey.info/class/948.72/e23/> ;
    skos:prefLabel "Södermanland County"@en,
        "Södermanland (Len)"@nb,
        "Södermanland (Len)"@nn .

humord:c03357 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03357" ;
    dct:modified "2025-04-17T09:56:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4872/e23/>,
        <http://dewey.info/class/914.872/e23/>,
        <http://dewey.info/class/948.72/e23/> ;
    skos:broader humord:c03355 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4872/e23/>,
        <http://dewey.info/class/914.872/e23/>,
        <http://dewey.info/class/948.72/e23/> ;
    skos:prefLabel "Rekarne"@en,
        "Rekarne"@nb,
        "Rekarne"@nn .

humord:c03358 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03358" ;
    dct:modified "2024-08-19T12:32:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4872/e23/>,
        <http://dewey.info/class/914.872/e23/>,
        <http://dewey.info/class/948.72/e23/> ;
    skos:broader humord:c03355 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4872/e23/>,
        <http://dewey.info/class/914.872/e23/>,
        <http://dewey.info/class/948.72/e23/> ;
    skos:prefLabel "Åker (Sweden)"@en,
        "Åker (Sverige)"@nb,
        "Åker (Sverige)"@nn .

humord:c03359 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03359" ;
    dct:modified "2025-04-17T09:38:39"^^xsd:dateTime ;
    skos:broader humord:c03399 ;
    skos:closeMatch <http://dewey.info/class/2--4874/e23/>,
        <http://dewey.info/class/914.874/e23/>,
        <http://dewey.info/class/948.74/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4874/e23/>,
        <http://dewey.info/class/914.874/e23/>,
        <http://dewey.info/class/948.74/e23/> ;
    skos:prefLabel "Uppland"@en,
        "Uppland"@nb,
        "Uppland"@nn .

humord:c03360 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03360" ;
    dct:modified "2024-08-28T15:16:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4874/e23/>,
        <http://dewey.info/class/914.874/e23/>,
        <http://dewey.info/class/936.874/e23/>,
        <http://dewey.info/class/948.74/e23/> ;
    skos:broader humord:c03359 ;
    skos:definition "Attundaland er en del av Uppland <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4874/e23/>,
        <http://dewey.info/class/914.874/e23/>,
        <http://dewey.info/class/936.874/e23/>,
        <http://dewey.info/class/948.74/e23/> ;
    skos:prefLabel "Attundaland"@en,
        "Attundaland"@nb,
        "Attundaland"@nn .

humord:c03361 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03361" ;
    dct:modified "2025-04-17T10:06:59"^^xsd:dateTime ;
    skos:altLabel "Lovö"@nb,
        "Lovö"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4874/e23/>,
        <http://dewey.info/class/914.874/e23/>,
        <http://dewey.info/class/936.874/e23/>,
        <http://dewey.info/class/948.74/e23/> ;
    skos:broader humord:c36819 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4874/e23/>,
        <http://dewey.info/class/914.874/e23/>,
        <http://dewey.info/class/936.874/e23/>,
        <http://dewey.info/class/948.74/e23/> ;
    skos:prefLabel "Lovön"@en,
        "Lovön"@nb,
        "Lovön"@nn .

humord:c03362 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03362" ;
    dct:modified "2025-04-17T09:27:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/936.874/e23/> ;
    skos:broader humord:c03359 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/936.874/e23/> ;
    skos:prefLabel "Tiundaland"@en,
        "Tiundaland"@nb,
        "Tiundaland"@nn .

humord:c03363 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03363" ;
    dct:modified "2025-04-17T09:52:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4874/e23/>,
        <http://dewey.info/class/914.874/e23/>,
        <http://dewey.info/class/936.874/e23/>,
        <http://dewey.info/class/948.74/e23/> ;
    skos:broader humord:c36849 ;
    skos:exactMatch realfagstermer:c030411 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030411,
        <http://dewey.info/class/2--4874/e23/>,
        <http://dewey.info/class/914.874/e23/>,
        <http://dewey.info/class/936.874/e23/>,
        <http://dewey.info/class/948.74/e23/> ;
    skos:prefLabel "Uppsala (City)"@en,
        "Uppsala (By)"@nb,
        "Uppsala (By)"@nn .

humord:c03364 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03364" ;
    dct:modified "2025-04-17T09:52:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4874/e23/>,
        <http://dewey.info/class/914.874/e23/>,
        <http://dewey.info/class/948.74/e23/> ;
    skos:broader humord:c36849 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4874/e23/>,
        <http://dewey.info/class/914.874/e23/>,
        <http://dewey.info/class/948.74/e23/> ;
    skos:prefLabel "Forsmark"@en,
        "Forsmark"@nb,
        "Forsmark"@nn .

humord:c03365 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03365" ;
    dct:modified "2025-04-22T08:53:55"^^xsd:dateTime ;
    skos:altLabel "Värmland (County)"@en ;
    skos:broader humord:c03282 ;
    skos:exactMatch <http://dewey.info/class/2--4877/e23/>,
        <http://dewey.info/class/914.877/e23/>,
        <http://dewey.info/class/948.77/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4877/e23/>,
        <http://dewey.info/class/914.877/e23/>,
        <http://dewey.info/class/948.77/e23/> ;
    skos:prefLabel "Värmland County"@en,
        "Värmland (Len)"@nb,
        "Värmland (Len)"@nn .

humord:c03366 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03366" ;
    dct:modified "2025-04-17T09:51:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4877/e23/>,
        <http://dewey.info/class/914.877/e23/>,
        <http://dewey.info/class/948.77/e23/> ;
    skos:broader humord:c03365 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4877/e23/>,
        <http://dewey.info/class/914.877/e23/>,
        <http://dewey.info/class/948.77/e23/> ;
    skos:prefLabel "Kristinehamn"@en,
        "Kristinehamn"@nb,
        "Kristinehamn"@nn .

humord:c03367 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-03-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03367" ;
    dct:modified "2025-04-17T09:52:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4877/e23/>,
        <http://dewey.info/class/914.877/e23/>,
        <http://dewey.info/class/948.77/e23/> ;
    skos:broader humord:c03365 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4877/e23/>,
        <http://dewey.info/class/914.877/e23/>,
        <http://dewey.info/class/948.77/e23/> ;
    skos:prefLabel "Mången (Lake)"@en,
        "Mången (Innsjø)"@nb,
        "Mången (Innsjø)"@nn .

humord:c03368 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03368" ;
    dct:modified "2025-04-22T12:26:43"^^xsd:dateTime ;
    skos:altLabel "Västerbotten (County)"@en ;
    skos:broader humord:c03282 ;
    skos:exactMatch <http://dewey.info/class/2--4887/e23/>,
        <http://dewey.info/class/914.887/e23/>,
        <http://dewey.info/class/948.87/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4887/e23/>,
        <http://dewey.info/class/914.887/e23/>,
        <http://dewey.info/class/948.87/e23/> ;
    skos:prefLabel "Västerbotten County"@en,
        "Västerbotten (Len)"@nb,
        "Västerbotten (Len)"@nn .

humord:c03369 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03369" ;
    dct:modified "2025-04-17T09:50:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4887/e23/>,
        <http://dewey.info/class/914.887/e23/>,
        <http://dewey.info/class/948.87/e23/> ;
    skos:broader humord:c03368 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4887/e23/>,
        <http://dewey.info/class/914.887/e23/>,
        <http://dewey.info/class/948.87/e23/> ;
    skos:prefLabel "Holmsund"@en,
        "Holmsund"@nb,
        "Holmsund"@nn .

humord:c03371 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-08-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03371" ;
    dct:modified "2025-04-17T09:51:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4887/e23/>,
        <http://dewey.info/class/914.887/e23/>,
        <http://dewey.info/class/948.87/e23/> ;
    skos:broader humord:c03368 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4887/e23/>,
        <http://dewey.info/class/914.887/e23/>,
        <http://dewey.info/class/948.87/e23/> ;
    skos:prefLabel "Tärna"@en,
        "Tärna"@nb,
        "Tärna"@nn .

humord:c03372 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03372" ;
    dct:modified "2025-04-17T09:51:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4887/e23/>,
        <http://dewey.info/class/914.887/e23/>,
        <http://dewey.info/class/948.87/e23/> ;
    skos:broader humord:c03368 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4887/e23/>,
        <http://dewey.info/class/914.887/e23/>,
        <http://dewey.info/class/948.87/e23/> ;
    skos:prefLabel "Umeå"@en,
        "Umeå"@nb,
        "Umeå"@nn .

humord:c03373 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03373" ;
    dct:modified "2025-04-22T12:27:28"^^xsd:dateTime ;
    skos:altLabel "Västmanland (County)"@en ;
    skos:broader humord:c03282 ;
    skos:exactMatch <http://dewey.info/class/2--4875/e23/>,
        <http://dewey.info/class/914.875/e23/>,
        <http://dewey.info/class/948.75/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4875/e23/>,
        <http://dewey.info/class/914.875/e23/>,
        <http://dewey.info/class/948.75/e23/> ;
    skos:prefLabel "Västmanland County"@en,
        "Västmanland (Len)"@nb,
        "Västmanland (Len)"@nn .

humord:c03374 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-08-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03374" ;
    dct:modified "2025-04-17T09:47:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4875/e23/>,
        <http://dewey.info/class/914.875/e23/>,
        <http://dewey.info/class/948.75/e23/> ;
    skos:broader humord:c03373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4875/e23/>,
        <http://dewey.info/class/914.875/e23/>,
        <http://dewey.info/class/948.75/e23/> ;
    skos:prefLabel "Oland-Frösåker"@en,
        "Oland-Frösåker"@nb,
        "Oland-Frösåker"@nn .

humord:c03375 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03375" ;
    dct:modified "2025-04-17T09:47:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4875/e23/>,
        <http://dewey.info/class/914.875/e23/>,
        <http://dewey.info/class/948.75/e23/> ;
    skos:broader humord:c03373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4875/e23/>,
        <http://dewey.info/class/914.875/e23/>,
        <http://dewey.info/class/948.75/e23/> ;
    skos:prefLabel "Sala"@en,
        "Sala"@nb,
        "Sala"@nn .

humord:c03376 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03376" ;
    dct:modified "2025-04-17T09:48:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4875/e23/>,
        <http://dewey.info/class/914.875/e23/>,
        <http://dewey.info/class/948.75/e23/> ;
    skos:broader humord:c03373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4875/e23/>,
        <http://dewey.info/class/914.875/e23/>,
        <http://dewey.info/class/948.75/e23/> ;
    skos:prefLabel "Skultuna"@en,
        "Skultuna"@nb,
        "Skultuna"@nn .

humord:c03377 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-08-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03377" ;
    dct:modified "2025-04-17T09:49:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4875/e23/>,
        <http://dewey.info/class/914.875/e23/>,
        <http://dewey.info/class/948.75/e23/> ;
    skos:broader humord:c03373 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4875/e23/>,
        <http://dewey.info/class/914.875/e23/>,
        <http://dewey.info/class/948.75/e23/> ;
    skos:prefLabel "Västerås"@en,
        "Västerås"@nb,
        "Västerås"@nn .

humord:c03378 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03378" ;
    dct:modified "2025-04-22T12:25:34"^^xsd:dateTime ;
    skos:altLabel "Västernorrland (County)"@en ;
    skos:broader humord:c03282 ;
    skos:exactMatch <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:prefLabel "Västernorrland County"@en,
        "Västernorrland (Len)"@nb,
        "Västernorrland (Len)"@nn .

humord:c03379 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03379" ;
    dct:modified "2025-04-17T09:49:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:broader humord:c03378 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:prefLabel "Edsele"@en,
        "Edsele"@nb,
        "Edsele"@nn .

humord:c03380 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03380" ;
    dct:modified "2025-04-20T11:02:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4883/e23/>,
        <http://dewey.info/class/914.883/e23/>,
        <http://dewey.info/class/948.83/e23/> ;
    skos:broader humord:c03300 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4883/e23/>,
        <http://dewey.info/class/914.883/e23/>,
        <http://dewey.info/class/948.83/e23/> ;
    skos:prefLabel "Gallö"@en,
        "Gällö"@nb,
        "Gällö"@nn .

humord:c03381 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-08-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03381" ;
    dct:modified "2025-04-17T09:49:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/936.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:broader humord:c03378 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/936.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:prefLabel "Högom"@en,
        "Högom"@nb,
        "Högom"@nn .

humord:c03382 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03382" ;
    dct:modified "2025-04-17T09:49:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:broader humord:c03378 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:prefLabel "Medelpad"@en,
        "Medelpad"@nb,
        "Medelpad"@nn .

humord:c03383 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03383" ;
    dct:modified "2025-04-17T09:50:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:broader humord:c03378 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:prefLabel "Multrå"@en,
        "Multrå"@nb,
        "Multrå"@nn .

humord:c03384 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-08-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03384" ;
    dct:modified "2025-04-17T09:49:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/936.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:broader humord:c03378 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/936.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:prefLabel "Nämforsen"@en,
        "Nämforsen"@nb,
        "Nämforsen"@nn .

humord:c03385 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03385" ;
    dct:modified "2025-04-17T09:50:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:broader humord:c03378 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:prefLabel "Sundsvall"@en,
        "Sundsvall"@nb,
        "Sundsvall"@nn .

humord:c03386 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03386" ;
    dct:modified "2024-08-19T12:29:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:broader humord:c03378 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:prefLabel "Ådalen"@en,
        "Ådalen"@nb,
        "Ådalen"@nn .

humord:c03387 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03387" ;
    dct:modified "2024-08-20T16:07:17"^^xsd:dateTime ;
    skos:altLabel "Älvsborg (County)"@en ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c03399 ;
    skos:editorialNote "Historisk län, frem til 1/1 1998"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Älvsborg County"@en,
        "Älvsborg (Len)"@nb,
        "Älvsborg (Len)"@nn .

humord:c03388 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03388" ;
    dct:modified "2025-04-17T09:43:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c36937 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Kind"@en,
        "Kind"@nb,
        "Kind"@nn .

humord:c03389 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03389" ;
    dct:modified "2024-08-20T16:09:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4876/e23/>,
        <http://dewey.info/class/914.876/e23/>,
        <http://dewey.info/class/948.76/e23/> ;
    skos:broader humord:c36886 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4876/e23/>,
        <http://dewey.info/class/914.876/e23/>,
        <http://dewey.info/class/948.76/e23/> ;
    skos:prefLabel "Örebro (City)"@en,
        "Örebro (By)"@nb,
        "Örebro (By)"@nn .

humord:c03390 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03390" ;
    dct:modified "2025-04-17T09:40:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4876/e23/>,
        <http://dewey.info/class/914.876/e23/>,
        <http://dewey.info/class/948.76/e23/> ;
    skos:broader humord:c36886 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4876/e23/>,
        <http://dewey.info/class/914.876/e23/>,
        <http://dewey.info/class/948.76/e23/> ;
    skos:prefLabel "Kopparberg"@en,
        "Kopparberg (Örebro)"@nb,
        "Kopparberg (Örebro)"@nn .

humord:c03391 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03391" ;
    dct:modified "2025-04-17T09:41:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4876/e23/>,
        <http://dewey.info/class/914.876/e23/>,
        <http://dewey.info/class/948.76/e23/> ;
    skos:broader humord:c36886 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4876/e23/>,
        <http://dewey.info/class/914.876/e23/>,
        <http://dewey.info/class/948.76/e23/> ;
    skos:prefLabel "Mången (Örebro)"@en,
        "Mången (Örebro)"@nb,
        "Mången (Örebro)"@nn .

humord:c03392 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03392" ;
    dct:modified "2025-04-17T09:38:10"^^xsd:dateTime ;
    skos:broader humord:c03399 ;
    skos:closeMatch <http://dewey.info/class/2--4876/e23/>,
        <http://dewey.info/class/914.876/e23/>,
        <http://dewey.info/class/948.76/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4876/e23/>,
        <http://dewey.info/class/914.876/e23/>,
        <http://dewey.info/class/948.76/e23/> ;
    skos:prefLabel "Närke"@en,
        "Närke"@nb,
        "Närke"@nn .

humord:c03393 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03393" ;
    dct:modified "2024-08-20T16:11:02"^^xsd:dateTime ;
    skos:altLabel "Östergötland (County)"@en ;
    skos:broader humord:c03282 ;
    skos:closeMatch <http://dewey.info/class/936.868/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4868/e23/>,
        <http://dewey.info/class/914.868/e23/>,
        <http://dewey.info/class/948.68/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4868/e23/>,
        <http://dewey.info/class/914.868/e23/>,
        <http://dewey.info/class/936.868/e23/>,
        <http://dewey.info/class/948.68/e23/> ;
    skos:prefLabel "Östergötland County"@en,
        "Östergötland (Len)"@nb,
        "Östergötland (Len)"@nn .

humord:c03394 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-08-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03394" ;
    dct:modified "2025-04-17T09:39:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4868/e23/>,
        <http://dewey.info/class/914.868/e23/>,
        <http://dewey.info/class/948.68/e23/> ;
    skos:broader humord:c03393 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4868/e23/>,
        <http://dewey.info/class/914.868/e23/>,
        <http://dewey.info/class/948.68/e23/> ;
    skos:prefLabel "Linköping"@en,
        "Linköping"@nb,
        "Linköping"@nn .

humord:c03395 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-08-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03395" ;
    dct:modified "2025-04-17T09:40:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4868/e23/>,
        <http://dewey.info/class/914.868/e23/>,
        <http://dewey.info/class/948.68/e23/> ;
    skos:broader humord:c03393 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4868/e23/>,
        <http://dewey.info/class/914.868/e23/>,
        <http://dewey.info/class/948.68/e23/> ;
    skos:prefLabel "Norrköping"@en,
        "Norrköping"@nb,
        "Norrköping"@nn .

humord:c03396 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-08-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03396" ;
    dct:modified "2025-04-17T09:39:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4868/e23/>,
        <http://dewey.info/class/914.868/e23/>,
        <http://dewey.info/class/948.68/e23/> ;
    skos:broader humord:c03393 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4868/e23/>,
        <http://dewey.info/class/914.868/e23/>,
        <http://dewey.info/class/948.68/e23/> ;
    skos:prefLabel "Rök"@en,
        "Rök"@nb,
        "Rök"@nn .

humord:c03397 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-08-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03397" ;
    dct:modified "2025-04-17T09:40:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4868/e23/>,
        <http://dewey.info/class/914.868/e23/>,
        <http://dewey.info/class/948.68/e23/> ;
    skos:broader humord:c03393 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4868/e23/>,
        <http://dewey.info/class/914.868/e23/>,
        <http://dewey.info/class/948.68/e23/> ;
    skos:prefLabel "Stjärnorp"@en,
        "Stjärnorp"@nb,
        "Stjärnorp"@nn .

humord:c03398 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03398" ;
    dct:modified "2025-04-17T09:40:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4868/e23/>,
        <http://dewey.info/class/914.868/e23/>,
        <http://dewey.info/class/948.68/e23/> ;
    skos:broader humord:c03393 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4868/e23/>,
        <http://dewey.info/class/914.868/e23/>,
        <http://dewey.info/class/948.68/e23/> ;
    skos:prefLabel "Vadstena"@en,
        "Vadstena"@nb,
        "Vadstena"@nn .

humord:c03400 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-02-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03400" ;
    dct:modified "2026-02-09T07:56:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c36937 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Bohuslän"@en,
        "Bohuslän"@nb,
        "Bohuslän"@nn .

humord:c03401 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03401" ;
    dct:modified "2024-09-30T14:16:17"^^xsd:dateTime ;
    skos:broader humord:c03399 ;
    skos:definition "Dalarna er et landskap og len i Sverige, det nordligste i Svealand <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4878/e23/>,
        <http://dewey.info/class/914.878/e23/>,
        <http://dewey.info/class/948.78/e23/> ;
    skos:prefLabel "Dalarna (Region)"@en,
        "Dalarna (Landskap)"@nb,
        "Dalarna (Landskap)"@nn .

humord:c03402 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03402" ;
    dct:modified "2024-10-01T10:11:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c03399 ;
    skos:definition "Dalsland er et landskap i Sverige, i Götaland ved vestbredden av Vänern <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Dalsland"@en,
        "Dalsland"@nb,
        "Dalsland"@nn .

humord:c03403 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-09-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03403" ;
    dct:modified "2025-04-17T09:37:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4881/e23/>,
        <http://dewey.info/class/914.881/e23/>,
        <http://dewey.info/class/948.81/e23/> ;
    skos:broader humord:c03399 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4881/e23/>,
        <http://dewey.info/class/914.881/e23/>,
        <http://dewey.info/class/948.81/e23/> ;
    skos:prefLabel "Hälsingland"@en,
        "Hälsingland"@nb,
        "Hälsingland"@nn .

humord:c03404 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03404" ;
    dct:modified "2025-04-17T09:36:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4888/e23/>,
        <http://dewey.info/class/914.888/e23/>,
        <http://dewey.info/class/948.88/e23/> ;
    skos:broader humord:c03399 ;
    skos:closeMatch realfagstermer:c030297 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030297,
        <http://dewey.info/class/2--4888/e23/>,
        <http://dewey.info/class/914.888/e23/>,
        <http://dewey.info/class/948.88/e23/> ;
    skos:prefLabel "Lapland"@en,
        "Lappland"@nb,
        "Lappland"@nn .

humord:c03405 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03405" ;
    dct:modified "2025-04-17T09:37:44"^^xsd:dateTime ;
    skos:altLabel "North Sweden"@en ;
    skos:broadMatch <http://dewey.info/class/2--488/e23/>,
        <http://dewey.info/class/914.88/e23/>,
        <http://dewey.info/class/948.8/e23/> ;
    skos:broader humord:c03399 ;
    skos:exactMatch realfagstermer:c030290 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030290,
        <http://dewey.info/class/2--488/e23/>,
        <http://dewey.info/class/914.88/e23/>,
        <http://dewey.info/class/948.8/e23/> ;
    skos:prefLabel "Northern Sweden"@en,
        "Nord-Sverige"@nb,
        "Nord-Sverige"@nn .

humord:c03406 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03406" ;
    dct:modified "2025-04-17T09:37:56"^^xsd:dateTime ;
    skos:broader humord:c03399 ;
    skos:exactMatch realfagstermer:c030391,
        <http://dewey.info/class/2--488/e23/>,
        <http://dewey.info/class/914.88/e23/>,
        <http://dewey.info/class/948.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030391,
        <http://dewey.info/class/2--488/e23/>,
        <http://dewey.info/class/914.88/e23/>,
        <http://dewey.info/class/948.8/e23/> ;
    skos:prefLabel "Norrland"@en,
        "Norrland"@nb,
        "Norrland"@nn .

humord:c03407 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03407" ;
    dct:modified "2025-04-22T12:36:18"^^xsd:dateTime ;
    skos:altLabel "Scania"@en,
        "Skåne (County)"@en ;
    skos:broader humord:c03282 ;
    skos:closeMatch <http://dewey.info/class/936.861/e23/> ;
    skos:exactMatch realfagstermer:c030311,
        <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030311,
        <http://dewey.info/class/2--4861/e23/>,
        <http://dewey.info/class/914.861/e23/>,
        <http://dewey.info/class/936.861/e23/>,
        <http://dewey.info/class/948.61/e23/> ;
    skos:prefLabel "Skåne County"@en,
        "Skåne (Len)"@nb,
        "Skåne (Len)"@nn .

humord:c03408 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03408" ;
    dct:modified "2025-04-17T09:38:24"^^xsd:dateTime ;
    skos:altLabel "South Sweden"@en ;
    skos:broadMatch <http://dewey.info/class/2--486/e23/>,
        <http://dewey.info/class/914.86/e23/>,
        <http://dewey.info/class/948.6/e23/> ;
    skos:broader humord:c03399 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--486/e23/>,
        <http://dewey.info/class/914.86/e23/>,
        <http://dewey.info/class/948.6/e23/> ;
    skos:prefLabel "Southern Sweden"@en,
        "Sør-Sverige"@nb,
        "Sør-Sverige"@nn .

humord:c03409 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03409" ;
    dct:modified "2025-04-17T09:38:58"^^xsd:dateTime ;
    skos:altLabel "West Sweden"@en ;
    skos:broadMatch <http://dewey.info/class/2--487/e23/>,
        <http://dewey.info/class/914.87/e23/>,
        <http://dewey.info/class/948.7/e23/> ;
    skos:broader humord:c03399 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--487/e23/>,
        <http://dewey.info/class/914.87/e23/>,
        <http://dewey.info/class/948.7/e23/> ;
    skos:prefLabel "Western Sweden"@en,
        "Vest-Sverige"@nb,
        "Vest-Sverige"@nn .

humord:c03410 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-08-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03410" ;
    dct:modified "2025-04-17T09:39:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:broader humord:c03399 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4867/e23/>,
        <http://dewey.info/class/914.867/e23/>,
        <http://dewey.info/class/948.67/e23/> ;
    skos:prefLabel "Västergötland"@en,
        "Västergötland"@nb,
        "Västergötland"@nn .

humord:c03411 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03411" ;
    dct:modified "2024-08-20T10:23:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:broader humord:c03399 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4885/e23/>,
        <http://dewey.info/class/914.885/e23/>,
        <http://dewey.info/class/948.85/e23/> ;
    skos:prefLabel "Ångermanland"@en,
        "Ångermanland"@nb,
        "Ångermanland"@nn .

humord:c03412 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03412" ;
    dct:modified "2025-03-04T14:06:45"^^xsd:dateTime ;
    skos:altLabel "Czech Republic"@en,
        "Den tsjekkiske republikk"@nb,
        "Den tsjekkiske republikken"@nb,
        "Den tsjekkiske republikk"@nn,
        "Den tsjekkiske republikken"@nn ;
    skos:broader humord:c02157 ;
    skos:exactMatch realfagstermer:c030307,
        <http://dewey.info/class/2--4371/e23/>,
        <http://dewey.info/class/914.371/e23/>,
        <http://dewey.info/class/943.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030307,
        <http://dewey.info/class/2--4371/e23/>,
        <http://dewey.info/class/914.371/e23/>,
        <http://dewey.info/class/943.71/e23/> ;
    skos:prefLabel "Czechia"@en,
        "Tsjekkia"@nb,
        "Tsjekkia"@nn ;
    skos:related humord:c03424 .

humord:c03415 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-08-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03415" ;
    dct:modified "2024-09-05T14:52:40"^^xsd:dateTime ;
    skos:altLabel "Cechy"@en,
        "Bøhmen"@nb,
        "Cechy"@nb,
        "Bøhmen"@nn,
        "Cechy"@nn ;
    skos:broader humord:c03412 ;
    skos:closeMatch <http://dewey.info/class/2--4371/e23/>,
        <http://dewey.info/class/914.371/e23/> ;
    skos:exactMatch <http://dewey.info/class/943.7102/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4371/e23/>,
        <http://dewey.info/class/914.371/e23/>,
        <http://dewey.info/class/943.7102/e23/> ;
    skos:prefLabel "Bohemia"@en,
        "Böhmen"@nb,
        "Böhmen"@nn .

humord:c03416 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03416" ;
    dct:modified "2025-04-15T08:36:25"^^xsd:dateTime ;
    skos:altLabel "Kemend"@nb,
        "Kemend"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43733/e23/>,
        <http://dewey.info/class/914.3733/e23/>,
        <http://dewey.info/class/943.733/e23/> ;
    skos:broader humord:c03118 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43733/e23/>,
        <http://dewey.info/class/914.3733/e23/>,
        <http://dewey.info/class/943.733/e23/> ;
    skos:prefLabel "Kamenín"@en,
        "Kamenin"@nb,
        "Kamenin"@nn .

humord:c03419 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-02-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03419" ;
    dct:modified "2025-04-15T10:38:52"^^xsd:dateTime ;
    skos:altLabel "Morava"@nb,
        "Moravia"@nb,
        "Morava"@nn,
        "Moravia"@nn ;
    skos:broader humord:c03412 ;
    skos:exactMatch <http://dewey.info/class/2--4372/e23/>,
        <http://dewey.info/class/914.372/e23/>,
        <http://dewey.info/class/943.72/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4372/e23/>,
        <http://dewey.info/class/914.372/e23/>,
        <http://dewey.info/class/943.72/e23/> ;
    skos:prefLabel "Moravia"@en,
        "Mähren"@nb,
        "Mähren"@nn .

humord:c03420 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03420" ;
    dct:modified "2025-04-15T10:39:34"^^xsd:dateTime ;
    skos:altLabel "Prag"@nb,
        "Prag"@nn ;
    skos:broader humord:c03412 ;
    skos:exactMatch realfagstermer:c030414,
        <http://dewey.info/class/2--43712/e23/>,
        <http://dewey.info/class/914.3712/e23/>,
        <http://dewey.info/class/943.712/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030414,
        <http://dewey.info/class/2--43712/e23/>,
        <http://dewey.info/class/914.3712/e23/>,
        <http://dewey.info/class/943.712/e23/> ;
    skos:prefLabel "Prague"@en,
        "Praha"@nb,
        "Praha"@nn .

humord:c03422 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-03-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03422" ;
    dct:modified "2025-04-15T08:36:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43731/e23/>,
        <http://dewey.info/class/914.3731/e23/>,
        <http://dewey.info/class/943.731/e23/> ;
    skos:broader humord:c03118 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43731/e23/>,
        <http://dewey.info/class/914.3731/e23/>,
        <http://dewey.info/class/943.731/e23/> ;
    skos:prefLabel "Rusovce"@en,
        "Rusovce"@nb,
        "Rusovce"@nn .

humord:c03423 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03423" ;
    dct:modified "2025-04-15T10:41:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4371/e23/>,
        <http://dewey.info/class/914.371/e23/>,
        <http://dewey.info/class/943.71/e23/> ;
    skos:broader humord:c03412 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4371/e23/>,
        <http://dewey.info/class/914.371/e23/>,
        <http://dewey.info/class/943.71/e23/> ;
    skos:prefLabel "Sudetenland"@en,
        "Sudetenland"@nb,
        "Sudetenland"@nn .

humord:c03424 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-01-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03424" ;
    dct:modified "2025-03-04T14:07:10"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--437/e23/>,
        <http://dewey.info/class/914.37/e23/>,
        <http://dewey.info/class/943.703/e23/> ;
    skos:definition "Tidligere republikk i Mellom-Europa. Opprettet etter første verdenskrig. Oppløst ved en fredelig deling i 1993 da Slovakia og Tsjekkia ble etablert som selvstendige stater <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030274 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030274,
        <http://dewey.info/class/2--437/e23/>,
        <http://dewey.info/class/914.37/e23/>,
        <http://dewey.info/class/943.703/e23/> ;
    skos:prefLabel "Czechoslovakia"@en,
        "Tsjekkoslovakia"@nb,
        "Tsjekkoslovakia"@nn ;
    skos:related humord:c03118,
        humord:c03412 .

humord:c03425 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-10-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03425" ;
    dct:modified "2025-04-16T15:04:12"^^xsd:dateTime ;
    skos:altLabel "Türkiye"@en,
        "Türkiye"@nb,
        "Türkiye"@nn ;
    skos:broader humord:c01810,
        humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--392/e23/>,
        <http://dewey.info/class/939.2/e23/> ;
    skos:definition "Tyrkia er en republikk delt mellom Europa og Asia. 97% av landet ligger i Asia, på den store halvøya Lilleasia, mens de resterende 3% ligger i Europa <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030344,
        <http://dewey.info/class/2--561/e23/>,
        <http://dewey.info/class/915.61/e23/>,
        <http://dewey.info/class/956.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030344,
        <http://dewey.info/class/2--392/e23/>,
        <http://dewey.info/class/2--561/e23/>,
        <http://dewey.info/class/915.61/e23/>,
        <http://dewey.info/class/939.2/e23/>,
        <http://dewey.info/class/956.1/e23/> ;
    skos:prefLabel "Turkey"@en,
        "Tyrkia"@nb,
        "Tyrkia"@nn ;
    skos:related humord:c03427,
        humord:c03429 .

humord:c03427 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-05-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03427" ;
    dct:modified "2024-08-14T13:54:38"^^xsd:dateTime ;
    skos:altLabel "Asia Minor"@en,
        "Anatolia"@nb,
        "Anatolia"@nn ;
    skos:broader humord:c02106 ;
    skos:closeMatch <http://dewey.info/class/2--392/e23/>,
        <http://dewey.info/class/2--561/e23/>,
        <http://dewey.info/class/915.61/e23/>,
        <http://dewey.info/class/939.2/e23/>,
        <http://dewey.info/class/956.1/e23/> ;
    skos:definition "Lilleasia er ei halvøy i Vest-Asia mellom Svartehavet og Middelhavet. Utgjør sammen med Øst-Trakia og deler av Armenia og Kurdistan det nåværende Tyrkia <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--392/e23/>,
        <http://dewey.info/class/2--561/e23/>,
        <http://dewey.info/class/915.61/e23/>,
        <http://dewey.info/class/939.2/e23/>,
        <http://dewey.info/class/940.4291/e23/>,
        <http://dewey.info/class/956.1/e23/> ;
    skos:prefLabel "Anatolia"@en,
        "Lilleasia"@nb,
        "Lilleasia"@nn ;
    skos:related humord:c03425 ;
    skos:relatedMatch <http://dewey.info/class/940.4291/e23/> .

humord:c03429 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03429" ;
    dct:modified "2025-02-04T08:08:32"^^xsd:dateTime ;
    skos:altLabel "Osmanske rike"@nb,
        "Ottomanske imperium"@nb,
        "Tyrkiske rike"@nb,
        "Osmanske rike"@nn,
        "Ottomanske imperium"@nn,
        "Tyrkiske rike"@nn ;
    skos:broadMatch <http://dewey.info/class/2--56/e23/>,
        <http://dewey.info/class/915.6/e23/> ;
    skos:broader humord:c03745 ;
    skos:closeMatch <http://dewey.info/class/956.015/e23/> ;
    skos:definition "Det ottomanske imperium fra 1400-tallet til 1920 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--56/e23/>,
        <http://dewey.info/class/915.6/e23/>,
        <http://dewey.info/class/956.015/e23/> ;
    skos:prefLabel "Ottoman Empire"@en,
        "Ottomanske rike"@nb,
        "Ottomanske rike"@nn ;
    skos:related humord:c03425 .

humord:c03431 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-09-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03431" ;
    dct:modified "2025-02-24T08:45:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3921/e23/>,
        <http://dewey.info/class/939.21/e23/> ;
    skos:broader humord:c03427 ;
    skos:definition "Abydos var en gresk oldtidsby i Lilleasia, Mysia, ved Hellespont <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3921/e23/>,
        <http://dewey.info/class/939.21/e23/> ;
    skos:prefLabel "Abydos (Anatolia)"@en,
        "Abydos (Lilleasia)"@nb,
        "Abydos (Lilleasia)"@nn .

humord:c03432 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03432" ;
    dct:modified "2024-08-21T09:58:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5653/e23/>,
        <http://dewey.info/class/915.653/e23/>,
        <http://dewey.info/class/956.53/e23/> ;
    skos:broader humord:c29022 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5653/e23/>,
        <http://dewey.info/class/915.653/e23/>,
        <http://dewey.info/class/956.53/e23/> ;
    skos:prefLabel "Akifiye"@en,
        "Akifiye"@nb,
        "Akifiye"@nn .

humord:c03433 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03433" ;
    dct:modified "2025-02-25T07:29:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3924/e23/>,
        <http://dewey.info/class/939.24/e23/> ;
    skos:broader humord:c03462,
        humord:c29019 ;
    skos:definition "Afrodisias er en gresk oldtidsby i Lilleasia, nå arkeologisk område i Tyrkia nær Izmir <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3924/e23/>,
        <http://dewey.info/class/939.24/e23/> ;
    skos:prefLabel "Aphrodisias"@en,
        "Afrodisias"@nb,
        "Afrodisias"@nn .

humord:c03434 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03434" ;
    dct:modified "2024-08-21T09:01:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3955/e23/>,
        <http://dewey.info/class/939.55/e23/> ;
    skos:broader humord:c29023 ;
    skos:definition "Ani er en ruinby i Tyrkia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3955/e23/>,
        <http://dewey.info/class/939.55/e23/> ;
    skos:prefLabel "Ani"@en,
        "Ani"@nb,
        "Ani"@nn .

humord:c03435 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03435" ;
    dct:modified "2025-02-25T07:30:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3929/e23/>,
        <http://dewey.info/class/939.29/e23/> ;
    skos:broader humord:c29013,
        humord:c29021 ;
    skos:definition "Aspendos er en gammel by i Pamfylia, Lilleasia, nå landsbyen Balkis Kale, 40 km øst for Antalya <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3929/e23/>,
        <http://dewey.info/class/939.29/e23/> ;
    skos:prefLabel "Aspendos"@en,
        "Aspendos"@nb,
        "Aspendos"@nn .

humord:c03436 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03436" ;
    dct:modified "2025-02-25T07:31:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5657/e23/>,
        <http://dewey.info/class/915.657/e23/>,
        <http://dewey.info/class/956.57/e23/> ;
    skos:broader humord:c29022 ;
    skos:definition "Bayburt  er provinshovedstad i provinsen Bayburt, nordøst i Tyrkia <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39337/e23/>,
        <http://dewey.info/class/2--5657/e23/>,
        <http://dewey.info/class/915.657/e23/>,
        <http://dewey.info/class/939.337/e23/>,
        <http://dewey.info/class/956.57/e23/> ;
    skos:prefLabel "Bayburt (City)"@en,
        "Bayburt (By)"@nb,
        "Bayburt (By)"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--39337/e23/>,
        <http://dewey.info/class/939.337/e23/> .

humord:c03437 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03437" ;
    dct:modified "2025-02-25T07:31:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5642/e23/>,
        <http://dewey.info/class/915.642/e23/>,
        <http://dewey.info/class/956.42/e23/> ;
    skos:broader humord:c29021 ;
    skos:definition "Beysehir er en by og et distrikt i provinsen Konya i Sentral-Anatolia i Tyrkia <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5642/e23/>,
        <http://dewey.info/class/915.642/e23/>,
        <http://dewey.info/class/956.42/e23/> ;
    skos:prefLabel "Beysehir"@en,
        "Beysehir"@nb,
        "Beysehir"@nn .

humord:c03438 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03438" ;
    dct:modified "2025-02-25T07:33:41"^^xsd:dateTime ;
    skos:altLabel "Bogazköy"@nb,
        "Hattusa"@nb,
        "Bogazköy"@nn,
        "Hattusa"@nn ;
    skos:broadMatch <http://dewey.info/class/2--39332/e23/>,
        <http://dewey.info/class/2--56383/e23/>,
        <http://dewey.info/class/915.6383/e23/>,
        <http://dewey.info/class/939.332/e23/>,
        <http://dewey.info/class/956.383/e23/> ;
    skos:broader humord:c29020 ;
    skos:definition "Bogazkale er en by og distrikt i Çorum. Den antikke hettitiske byen Hattusa lå her <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39332/e23/>,
        <http://dewey.info/class/2--56383/e23/>,
        <http://dewey.info/class/915.6383/e23/>,
        <http://dewey.info/class/939.332/e23/>,
        <http://dewey.info/class/956.383/e23/> ;
    skos:prefLabel "Bogazkale"@en,
        "Bogazkale"@nb,
        "Bogazkale"@nn .

humord:c03439 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03439" ;
    dct:modified "2025-02-25T07:34:00"^^xsd:dateTime ;
    skos:altLabel "Brusa"@nb,
        "Brusa"@nn ;
    skos:broadMatch <http://dewey.info/class/2--5631/e23/>,
        <http://dewey.info/class/915.631/e23/>,
        <http://dewey.info/class/956.31/e23/> ;
    skos:broader humord:c29020 ;
    skos:definition "Bursa er en by og provins i nord-sentrale Tyrkia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39313/e23/>,
        <http://dewey.info/class/2--5631/e23/>,
        <http://dewey.info/class/915.631/e23/>,
        <http://dewey.info/class/939.313/e23/>,
        <http://dewey.info/class/956.31/e23/> ;
    skos:prefLabel "Bursa (City)"@en,
        "Bursa (By)"@nb,
        "Bursa (By)"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--39313/e23/>,
        <http://dewey.info/class/939.313/e23/> .

humord:c03440 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03440" ;
    dct:modified "2025-02-25T07:34:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5653/e23/>,
        <http://dewey.info/class/915.653/e23/>,
        <http://dewey.info/class/956.53/e23/> ;
    skos:broader humord:c29022 ;
    skos:definition "Büyükcamurlu er en landsby i Kahramanmaras-provinsen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5653/e23/>,
        <http://dewey.info/class/915.653/e23/>,
        <http://dewey.info/class/956.53/e23/> ;
    skos:prefLabel "Büyükcamurlu"@en,
        "Büyükcamurlu"@nb,
        "Büyükcamurlu"@nn .

humord:c03441 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03441" ;
    dct:modified "2025-02-25T07:34:53"^^xsd:dateTime ;
    skos:altLabel "Diarbekir"@nb,
        "Diarbekr"@nb,
        "Diarbekir"@nn,
        "Diarbekr"@nn ;
    skos:broadMatch <http://dewey.info/class/2--56677/e23/>,
        <http://dewey.info/class/915.6677/e23/>,
        <http://dewey.info/class/956.677/e23/> ;
    skos:broader humord:c29056 ;
    skos:definition "Diyarbakir er en by og provins i sørøst-sentrale Tyrkia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3942/e23/>,
        <http://dewey.info/class/2--56677/e23/>,
        <http://dewey.info/class/915.6677/e23/>,
        <http://dewey.info/class/939.42/e23/>,
        <http://dewey.info/class/956.677/e23/> ;
    skos:prefLabel "Diyarbakir (City)"@en,
        "Diyarbakir (By)"@nb,
        "Diyarbakir (By)"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--3942/e23/>,
        <http://dewey.info/class/939.42/e23/> .

humord:c03443 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03443" ;
    dct:modified "2025-02-25T07:24:18"^^xsd:dateTime ;
    skos:altLabel "Efesos"@en,
        "Efesus"@nb,
        "Efesus"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3923/e23/>,
        <http://dewey.info/class/939.23/e23/> ;
    skos:broader humord:c20029,
        humord:c29019 ;
    skos:definition "Efersos er en oldtidsby og viktig havneby på Lilleasias vestkyst <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3923/e23/>,
        <http://dewey.info/class/2--5625/e23/>,
        <http://dewey.info/class/915.625/e23/>,
        <http://dewey.info/class/939.23/e23/>,
        <http://dewey.info/class/956.25/e23/> ;
    skos:prefLabel "Ephesus"@en,
        "Efesos"@nb,
        "Efesos"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--5625/e23/>,
        <http://dewey.info/class/915.625/e23/>,
        <http://dewey.info/class/956.25/e23/> .

humord:c03445 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03445" ;
    dct:modified "2025-02-25T07:24:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3942/e23/>,
        <http://dewey.info/class/939.42/e23/> ;
    skos:broader humord:c29056 ;
    skos:definition "Erzincan er en by og provins med samme navn <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--56674/e23/>,
        <http://dewey.info/class/915.6674/e23/>,
        <http://dewey.info/class/956.674/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3942/e23/>,
        <http://dewey.info/class/2--56674/e23/>,
        <http://dewey.info/class/915.6674/e23/>,
        <http://dewey.info/class/939.42/e23/>,
        <http://dewey.info/class/956.674/e23/> ;
    skos:prefLabel "Erzincan (City)"@en,
        "Erzincan (By)"@nb,
        "Erzincan (By)"@nn .

humord:c03446 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03446" ;
    dct:modified "2025-02-25T07:25:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--56624/e23/>,
        <http://dewey.info/class/915.6624/e23/>,
        <http://dewey.info/class/956.624/e23/> ;
    skos:broader humord:c29019 ;
    skos:definition "Erzurum  er en by og provins med samme navn, historien går tilbake til 4000 f.Kr. <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3955/e23/>,
        <http://dewey.info/class/2--56624/e23/>,
        <http://dewey.info/class/915.6624/e23/>,
        <http://dewey.info/class/939.55/e23/>,
        <http://dewey.info/class/956.624/e23/> ;
    skos:prefLabel "Erzurum (City)"@en,
        "Erzurum (By)"@nb,
        "Erzurum (By)"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--3955/e23/>,
        <http://dewey.info/class/939.55/e23/> .

humord:c03447 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03447" ;
    dct:modified "2025-02-25T07:25:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5635/e23/>,
        <http://dewey.info/class/915.635/e23/>,
        <http://dewey.info/class/956.35/e23/> ;
    skos:broader humord:c29020 ;
    skos:definition "Eskisehir  er en by og provins med samme navn, byen antagelig mer enn 4000 år gammel <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3926/e23/>,
        <http://dewey.info/class/2--5635/e23/>,
        <http://dewey.info/class/915.635/e23/>,
        <http://dewey.info/class/939.26/e23/>,
        <http://dewey.info/class/956.35/e23/> ;
    skos:prefLabel "Eskisehir (City)"@en,
        "Eskisehir (By)"@nb,
        "Eskisehir (By)"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--3926/e23/>,
        <http://dewey.info/class/939.26/e23/> .

humord:c03448 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03448" ;
    dct:modified "2025-02-25T07:26:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--5657/e23/>,
        <http://dewey.info/class/915.657/e23/>,
        <http://dewey.info/class/956.57/e23/> ;
    skos:broader humord:c29022 ;
    skos:definition "Gümüshane  er en by, distrikt og provins med samme navn <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5657/e23/>,
        <http://dewey.info/class/915.657/e23/>,
        <http://dewey.info/class/956.57/e23/> ;
    skos:prefLabel "Gümüshane (City)"@en,
        "Gümüshane (By)"@nb,
        "Gümüshane (By)"@nn .

humord:c03449 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03449" ;
    dct:modified "2025-02-25T07:26:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--56628/e23/>,
        <http://dewey.info/class/915.6628/e23/>,
        <http://dewey.info/class/956.628/e23/> ;
    skos:broader humord:c29023 ;
    skos:definition "Hakkari er en by og provins med samme navn <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--56628/e23/>,
        <http://dewey.info/class/915.6628/e23/>,
        <http://dewey.info/class/956.628/e23/> ;
    skos:prefLabel "Hakkari (City)"@en,
        "Hakkari (By)"@nb,
        "Hakkari (By)"@nn .

humord:c03450 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03450" ;
    dct:modified "2025-02-25T07:26:58"^^xsd:dateTime ;
    skos:altLabel "Halikarnassos"@en,
        "Bodrum"@nb,
        "Bodrum"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3924/e23/>,
        <http://dewey.info/class/939.24/e23/> ;
    skos:broader humord:c29019 ;
    skos:definition "Halikarnassos er en gresk antikk by lokalisert hvor det moderne Bodrum i Tyrkia ligger i dag <Wikipdedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3924/e23/>,
        <http://dewey.info/class/939.24/e23/> ;
    skos:prefLabel "Halicarnassus"@en,
        "Halikarnassos"@nb,
        "Halikarnassos"@nn .

humord:c03452 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03452" ;
    dct:modified "2025-02-25T07:27:11"^^xsd:dateTime ;
    skos:altLabel "Hemshin"@nb,
        "Hemshin"@nn ;
    skos:broadMatch <http://dewey.info/class/2--39337/e23/>,
        <http://dewey.info/class/2--56622/e23/>,
        <http://dewey.info/class/915.6622/e23/>,
        <http://dewey.info/class/939.337/e23/>,
        <http://dewey.info/class/956.622/e23/> ;
    skos:broader humord:c29023 ;
    skos:definition "Hemsin er en by og distrikt i Rize-provinsen, har eksistert siden før Kristus <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39337/e23/>,
        <http://dewey.info/class/2--56622/e23/>,
        <http://dewey.info/class/915.6622/e23/>,
        <http://dewey.info/class/939.337/e23/>,
        <http://dewey.info/class/956.622/e23/> ;
    skos:prefLabel "Hemsin"@en,
        "Hemsin"@nb,
        "Hemsin"@nn .

humord:c03453 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03453" ;
    dct:modified "2024-08-21T09:34:42"^^xsd:dateTime ;
    skos:altLabel "Bysants"@nb,
        "Byzants"@nb,
        "Konstantinopel"@nb,
        "Miklagard"@nb,
        "Bysants"@nn,
        "Byzants"@nn,
        "Konstantinopel"@nn,
        "Miklagard"@nn ;
    skos:broader humord:c29020 ;
    skos:closeMatch <http://dewey.info/class/2--398618/e23/>,
        <http://dewey.info/class/939.8618/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--49618/e23/>,
        <http://dewey.info/class/914.9618/e23/>,
        <http://dewey.info/class/949.618/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39313/e23/>,
        <http://dewey.info/class/2--398618/e23/>,
        <http://dewey.info/class/2--49618/e23/>,
        <http://dewey.info/class/2--5632/e23/>,
        <http://dewey.info/class/914.9618/e23/>,
        <http://dewey.info/class/939.8618/e23/>,
        <http://dewey.info/class/949.618/e23/> ;
    skos:prefLabel "Istanbul"@en,
        "Istanbul"@nb,
        "Istanbul"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--39313/e23/>,
        <http://dewey.info/class/2--5632/e23/> .

humord:c03457 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03457" ;
    dct:modified "2025-02-25T06:50:08"^^xsd:dateTime ;
    skos:altLabel "Pera"@nb,
        "Pera"@nn ;
    skos:broadMatch <http://dewey.info/class/2--49618/e23/>,
        <http://dewey.info/class/914.9618/e23/>,
        <http://dewey.info/class/949.618/e23/> ;
    skos:broader humord:c03453 ;
    skos:definition "Beyoglu er i den europeiske delen av Istanbul, og er tidligere kjent under navnet Pera, hvis  historie går tilbake til oldtiden <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--398618/e23/>,
        <http://dewey.info/class/2--49618/e23/>,
        <http://dewey.info/class/914.9618/e23/>,
        <http://dewey.info/class/939.8618/e23/>,
        <http://dewey.info/class/949.618/e23/> ;
    skos:prefLabel "Beyoglu"@en,
        "Beyoglu"@nb,
        "Beyoglu"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--398618/e23/>,
        <http://dewey.info/class/939.8618/e23/> .

humord:c03459 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03459" ;
    dct:modified "2025-02-25T06:51:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--398618/e23/>,
        <http://dewey.info/class/2--49618/e23/>,
        <http://dewey.info/class/939.8618/e23/>,
        <http://dewey.info/class/949.618/e23/> ;
    skos:broader humord:c03453 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--398618/e23/>,
        <http://dewey.info/class/2--49618/e23/>,
        <http://dewey.info/class/939.8618/e23/>,
        <http://dewey.info/class/949.618/e23/> ;
    skos:prefLabel "Sarachane"@en,
        "Sarachane"@nb,
        "Sarachane"@nn .

humord:c03460 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03460" ;
    dct:modified "2025-02-25T07:48:49"^^xsd:dateTime ;
    skos:altLabel "Smyrna"@nb,
        "Smyrna"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3923/e23/>,
        <http://dewey.info/class/2--5625/e23/>,
        <http://dewey.info/class/915.625/e23/>,
        <http://dewey.info/class/939.23/e23/>,
        <http://dewey.info/class/956.25/e23/> ;
    skos:broader humord:c29019 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3923/e23/>,
        <http://dewey.info/class/2--5625/e23/>,
        <http://dewey.info/class/915.625/e23/>,
        <http://dewey.info/class/939.23/e23/>,
        <http://dewey.info/class/956.25/e23/> ;
    skos:prefLabel "Izmir (City)"@en,
        "Izmir (By)"@nb,
        "Izmir (By)"@nn .

humord:c03462 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03462" ;
    dct:modified "2024-09-04T16:54:13"^^xsd:dateTime ;
    skos:altLabel "Caria"@nb,
        "Caria"@nn ;
    skos:broader humord:c03427 ;
    skos:definition "Karia var et oldtidsrike lengst sørvest i Lilleasia - det nåværende Tyrkia <Wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--3924/e23/>,
        <http://dewey.info/class/939.24/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3924/e23/>,
        <http://dewey.info/class/939.24/e23/> ;
    skos:prefLabel "Caria"@en,
        "Karia"@nb,
        "Karia"@nn .

humord:c03464 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03464" ;
    dct:modified "2024-08-21T09:35:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--39317/e23/>,
        <http://dewey.info/class/2--5637/e23/>,
        <http://dewey.info/class/915.637/e23/>,
        <http://dewey.info/class/939.317/e23/>,
        <http://dewey.info/class/956.37/e23/> ;
    skos:broader humord:c29020 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39317/e23/>,
        <http://dewey.info/class/2--5637/e23/>,
        <http://dewey.info/class/915.637/e23/>,
        <http://dewey.info/class/939.317/e23/>,
        <http://dewey.info/class/956.37/e23/> ;
    skos:prefLabel "Kastamonu (City)"@en,
        "Kastamonu (By)"@nb,
        "Kastamonu (By)"@nn .

humord:c03465 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03465" ;
    dct:modified "2025-02-25T07:49:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--56674/e23/>,
        <http://dewey.info/class/915.6674/e23/>,
        <http://dewey.info/class/956.674/e23/> ;
    skos:broader humord:c29056 ;
    skos:definition "Kemah er en by i Erzincan-provinsen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3942/e23/>,
        <http://dewey.info/class/2--56674/e23/>,
        <http://dewey.info/class/915.6674/e23/>,
        <http://dewey.info/class/939.42/e23/>,
        <http://dewey.info/class/956.674/e23/> ;
    skos:prefLabel "Kemah"@en,
        "Kemah"@nb,
        "Kemah"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--3942/e23/>,
        <http://dewey.info/class/939.42/e23/> .

humord:c03466 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03466" ;
    dct:modified "2025-02-25T07:51:01"^^xsd:dateTime ;
    skos:altLabel "Cnidus"@en,
        "Cnidus"@nb,
        "Cnidus"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3924/e23/>,
        <http://dewey.info/class/939.24/e23/> ;
    skos:broader humord:c29019 ;
    skos:definition "Knidos var en antikk gresk by i Anatolia, i dagen provins Mugla <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3924/e23/>,
        <http://dewey.info/class/2--5627/e23/>,
        <http://dewey.info/class/915.627/e23/>,
        <http://dewey.info/class/939.24/e23/>,
        <http://dewey.info/class/956.27/e23/> ;
    skos:prefLabel "Knidos"@en,
        "Knidos"@nb,
        "Knidos"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--5627/e23/>,
        <http://dewey.info/class/915.627/e23/>,
        <http://dewey.info/class/956.27/e23/> .

humord:c03467 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03467" ;
    dct:modified "2025-02-25T08:33:56"^^xsd:dateTime ;
    skos:altLabel "Lapseki"@nb,
        "Lapseki"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3921/e23/>,
        <http://dewey.info/class/939.21/e23/> ;
    skos:broader humord:c03427,
        humord:c29019 ;
    skos:definition "Lampsakos var i antikken gresk by i Troas, nordvestlige Lilleasia. Nå Lapseki i Tyrkia <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3921/e23/>,
        <http://dewey.info/class/2--5622/e23/>,
        <http://dewey.info/class/915.622/e23/>,
        <http://dewey.info/class/939.21/e23/>,
        <http://dewey.info/class/956.22/e23/> ;
    skos:prefLabel "Lampsacus"@en,
        "Lampsakos"@nb,
        "Lampsakos"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--5622/e23/>,
        <http://dewey.info/class/915.622/e23/>,
        <http://dewey.info/class/956.22/e23/> .

humord:c03468 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-10-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03468" ;
    dct:modified "2025-02-24T08:50:05"^^xsd:dateTime ;
    skos:altLabel "Lykia"@en ;
    skos:broader humord:c03427 ;
    skos:definition "Lykia var et landskap i det sørvestlige Lilleasia i oldtiden <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--3928/e23/>,
        <http://dewey.info/class/939.28/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3928/e23/>,
        <http://dewey.info/class/939.28/e23/> ;
    skos:prefLabel "Lycia"@en,
        "Lykia"@nb,
        "Lykia"@nn .

humord:c03469 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03469" ;
    dct:modified "2025-02-25T08:34:21"^^xsd:dateTime ;
    skos:altLabel "Hod"@nb,
        "Hod"@nn ;
    skos:broadMatch <http://dewey.info/class/2--56676/e23/>,
        <http://dewey.info/class/915.6676/e23/>,
        <http://dewey.info/class/956.676/e23/> ;
    skos:broader humord:c29056 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--56676/e23/>,
        <http://dewey.info/class/915.6676/e23/>,
        <http://dewey.info/class/956.676/e23/> ;
    skos:prefLabel "Maden"@en,
        "Maden"@nb,
        "Maden"@nn .

humord:c03472 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03472" ;
    dct:modified "2025-02-25T07:35:19"^^xsd:dateTime ;
    skos:altLabel "Milet"@en,
        "Miletos"@nb,
        "Miletos"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3923/e23/>,
        <http://dewey.info/class/939.23/e23/> ;
    skos:broader humord:c03462,
        humord:c29019 ;
    skos:definition "Milet er en antikk gresk havneby <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3923/e23/>,
        <http://dewey.info/class/2--5626/e23/>,
        <http://dewey.info/class/915.626/e23/>,
        <http://dewey.info/class/939.23/e23/>,
        <http://dewey.info/class/956.26/e23/> ;
    skos:prefLabel "Miletus"@en,
        "Milet"@nb,
        "Milet"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--5626/e23/>,
        <http://dewey.info/class/915.626/e23/>,
        <http://dewey.info/class/956.26/e23/> .

humord:c03473 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03473" ;
    dct:modified "2025-02-25T07:54:31"^^xsd:dateTime ;
    skos:altLabel "Mush"@nb,
        "Mush"@nn ;
    skos:broadMatch <http://dewey.info/class/2--56672/e23/>,
        <http://dewey.info/class/915.6672/e23/>,
        <http://dewey.info/class/956.672/e23/> ;
    skos:broader humord:c29056 ;
    skos:definition "Mus er en by og provins i Tyrkia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3942/e23/>,
        <http://dewey.info/class/2--56672/e23/>,
        <http://dewey.info/class/915.6672/e23/>,
        <http://dewey.info/class/939.42/e23/>,
        <http://dewey.info/class/956.672/e23/> ;
    skos:prefLabel "Mus (Turkey)"@en,
        "Mus (Tyrkia)"@nb,
        "Mus (Tyrkia)"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--3942/e23/>,
        <http://dewey.info/class/939.42/e23/> .

humord:c03474 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-02-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03474" ;
    dct:modified "2026-01-09T08:43:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3921/e23/>,
        <http://dewey.info/class/939.21/e23/> ;
    skos:broader humord:c03427 ;
    skos:definition "Mysia var et landskap i Lilleasia i antikken <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3921/e23/>,
        <http://dewey.info/class/939.21/e23/> ;
    skos:prefLabel "Mysia"@en,
        "Mysia"@nb,
        "Mysia"@nn .

humord:c03475 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03475" ;
    dct:modified "2025-02-25T07:38:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--39337/e23/>,
        <http://dewey.info/class/2--5656/e23/>,
        <http://dewey.info/class/915.656/e23/>,
        <http://dewey.info/class/939.337/e23/>,
        <http://dewey.info/class/956.56/e23/> ;
    skos:broader humord:c29022 ;
    skos:definition "Niksar er en by i Tokat-provinsen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39337/e23/>,
        <http://dewey.info/class/2--5656/e23/>,
        <http://dewey.info/class/915.656/e23/>,
        <http://dewey.info/class/939.337/e23/>,
        <http://dewey.info/class/956.56/e23/> ;
    skos:prefLabel "Niksar"@en,
        "Niksar"@nb,
        "Niksar"@nn .

humord:c03476 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03476" ;
    dct:modified "2025-02-25T07:38:42"^^xsd:dateTime ;
    skos:altLabel "Bergama"@nb,
        "Bergama"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3923/e23/>,
        <http://dewey.info/class/2--5625/e23/>,
        <http://dewey.info/class/915.625/e23/>,
        <http://dewey.info/class/939.23/e23/>,
        <http://dewey.info/class/956.25/e23/> ;
    skos:broader humord:c03474,
        humord:c29019 ;
    skos:definition "Pergamon var en gresk oldtidsby i landskapet Mysia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3923/e23/>,
        <http://dewey.info/class/2--5625/e23/>,
        <http://dewey.info/class/915.625/e23/>,
        <http://dewey.info/class/939.23/e23/>,
        <http://dewey.info/class/956.25/e23/> ;
    skos:prefLabel "Pergamon"@en,
        "Pergamon"@nb,
        "Pergamon"@nn .

humord:c03478 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03478" ;
    dct:modified "2025-02-25T14:17:40"^^xsd:dateTime ;
    skos:broader humord:c03429 ;
    skos:closeMatch <http://dewey.info/class/2--496/e23/>,
        <http://dewey.info/class/914.96/e23/> ;
    skos:definition "Rumelia var betegnelsen som fra 1400-tallet kom i bruk om den europeiske delen av Det osmanske riket, dvs. Balkan <Wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/949.603/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--496/e23/>,
        <http://dewey.info/class/914.96/e23/>,
        <http://dewey.info/class/949.603/e23/> ;
    skos:prefLabel "Rumelia"@en,
        "Rumelia"@nb,
        "Rumelia"@nn ;
    skos:related humord:c03692,
        humord:c15353 .

humord:c03479 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03479" ;
    dct:modified "2025-02-27T15:05:09"^^xsd:dateTime ;
    skos:altLabel "East Rumelia"@en ;
    skos:broadMatch <http://dewey.info/class/2--499/e23/>,
        <http://dewey.info/class/914.99/e23/>,
        <http://dewey.info/class/949.603/e23/>,
        <http://dewey.info/class/949.9/e23/> ;
    skos:broader humord:c03478 ;
    skos:definition "Øst-Rumelia er et landskap i Bulgaria, omkring elven Maritsa, mellom Balkan- og Rhodopifjellene. Øst-Rumelia var 1878-85 en autonom provins i Det osmanske riket <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--499/e23/>,
        <http://dewey.info/class/914.99/e23/>,
        <http://dewey.info/class/949.603/e23/>,
        <http://dewey.info/class/949.9/e23/> ;
    skos:prefLabel "Eastern Rumelia"@en,
        "Øst-Rumelia"@nb,
        "Aust-Rumelia"@nn ;
    skos:related humord:c02172 .

humord:c03481 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03481" ;
    dct:modified "2025-02-24T12:08:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3927/e23/>,
        <http://dewey.info/class/939.27/e23/> ;
    skos:broader humord:c03427 ;
    skos:definition "Oldtidsby, i Pisidia-regionen i Lilleasia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3927/e23/>,
        <http://dewey.info/class/939.27/e23/> ;
    skos:prefLabel "Selge"@en,
        "Selge"@nb,
        "Selge"@nn .

humord:c03482 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03482" ;
    dct:modified "2025-02-25T07:39:03"^^xsd:dateTime ;
    skos:altLabel "Stratonicea"@nb,
        "Stratonicea"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3924/e23/>,
        <http://dewey.info/class/939.24/e23/> ;
    skos:broader humord:c03462,
        humord:c29019 ;
    skos:definition "Stratonikeia var en oldtidsby i Tyrkia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3924/e23/>,
        <http://dewey.info/class/2--5627/e23/>,
        <http://dewey.info/class/915.627/e23/>,
        <http://dewey.info/class/939.24/e23/>,
        <http://dewey.info/class/956.27/e23/> ;
    skos:prefLabel "Stratonicea"@en,
        "Stratonikeia"@nb,
        "Stratonikeia"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--5627/e23/>,
        <http://dewey.info/class/915.627/e23/>,
        <http://dewey.info/class/956.27/e23/> .

humord:c03483 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03483" ;
    dct:modified "2025-02-25T07:41:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--565/e23/>,
        <http://dewey.info/class/915.65/e23/>,
        <http://dewey.info/class/956.6/e23/> ;
    skos:broader humord:c29022 ;
    skos:definition "Tohma er en sideelv til Eufrat <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--565/e23/>,
        <http://dewey.info/class/915.65/e23/>,
        <http://dewey.info/class/956.6/e23/> ;
    skos:prefLabel "Tohma River"@en,
        "Tohma"@nb,
        "Tohma"@nn .

humord:c03484 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03484" ;
    dct:modified "2025-02-25T07:41:42"^^xsd:dateTime ;
    skos:altLabel "Trebizond"@en,
        "Trebizond"@nb,
        "Trebizond"@nn ;
    skos:broadMatch <http://dewey.info/class/2--39337/e23/>,
        <http://dewey.info/class/2--5658/e23/>,
        <http://dewey.info/class/915.658/e23/>,
        <http://dewey.info/class/939.337/e23/>,
        <http://dewey.info/class/956.58/e23/> ;
    skos:broader humord:c29022 ;
    skos:definition "Trabzon er en by og provins med samme navn, tidligste bebyggelse fra jernalderen, grunnlagt som Trapezous 756 f.Kr. <UBO>"@nb ;
    skos:editorialNote "Kan være by, provins eller historisk sted - ikke lagt til KV. 2017-04-12 bsh"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39337/e23/>,
        <http://dewey.info/class/2--5658/e23/>,
        <http://dewey.info/class/915.658/e23/>,
        <http://dewey.info/class/939.337/e23/>,
        <http://dewey.info/class/956.58/e23/> ;
    skos:prefLabel "Trabzon"@en,
        "Trabzon"@nb,
        "Trabzon"@nn ;
    skos:related humord:c19839 .

humord:c03485 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03485" ;
    dct:modified "2025-02-25T07:42:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3921/e23/>,
        <http://dewey.info/class/939.21/e23/> ;
    skos:broader humord:c03427,
        humord:c29019 ;
    skos:definition "Troja er en legendarisk by i landskapet Toras i det nordvestlige Lilleasia <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3921/e23/>,
        <http://dewey.info/class/939.21/e23/> ;
    skos:prefLabel "Troy"@en,
        "Troja"@nb,
        "Troja"@nn .

humord:c03486 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-11-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03486" ;
    dct:modified "2025-02-24T10:44:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3955/e23/>,
        <http://dewey.info/class/939.55/e23/> ;
    skos:broader humord:c02106 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3955/e23/>,
        <http://dewey.info/class/939.55/e23/> ;
    skos:prefLabel "Urartu"@en,
        "Urartu"@nb,
        "Urartu"@nn .

humord:c03487 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03487" ;
    dct:modified "2025-02-25T07:42:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3955/e23/>,
        <http://dewey.info/class/939.55/e23/> ;
    skos:broader humord:c29023 ;
    skos:closeMatch <http://dewey.info/class/2--56628/e23/>,
        <http://dewey.info/class/915.6628/e23/>,
        <http://dewey.info/class/956.628/e23/> ;
    skos:definition "Van er en by og provins med samme navn, tidlig bebyggelse av området tilbake til rundt 5000 år f.Kr. <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3955/e23/>,
        <http://dewey.info/class/2--56628/e23/>,
        <http://dewey.info/class/915.6628/e23/>,
        <http://dewey.info/class/939.55/e23/>,
        <http://dewey.info/class/956.628/e23/> ;
    skos:prefLabel "Van Province"@en,
        "Van (Provins)"@nb,
        "Van (Provins)"@nn .

humord:c03490 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-02-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03490" ;
    dct:modified "2025-04-16T14:40:47"^^xsd:dateTime ;
    skos:altLabel "Eastern Germany"@en,
        "German Democratic Republic"@en,
        "DDR"@nb,
        "Deutsche demokratische Republik"@nb,
        "Tyske demokratiske republikk"@nb,
        "DDR"@nn,
        "Deutsche demokratische Republik"@nn,
        "Tyske demokratiske republikk"@nn ;
    skos:broader humord:c03608 ;
    skos:closeMatch realfagstermer:c031062 ;
    skos:exactMatch <http://dewey.info/class/2--431/e23/>,
        <http://dewey.info/class/914.31/e23/>,
        <http://dewey.info/class/943.1087/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031062,
        <http://dewey.info/class/2--431/e23/>,
        <http://dewey.info/class/914.31/e23/>,
        <http://dewey.info/class/943.1087/e23/> ;
    skos:prefLabel "East Germany"@en,
        "Øst-Tyskland"@nb,
        "Aust-Tyskland"@nn ;
    skos:related humord:c17984 .

humord:c03491 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03491" ;
    dct:modified "2025-03-04T14:07:46"^^xsd:dateTime ;
    skos:altLabel "Federal Republic of Germany"@en,
        "BRD"@nb,
        "Bundesrepublik Deutschland"@nb,
        "Forbundsrepublikken Tyskland"@nb,
        "BRD"@nn,
        "Bundesrepublik Deutschland"@nn,
        "Forbundsrepublikken Tyskland"@nn ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--363/e23/>,
        <http://dewey.info/class/936.3/e23/> ;
    skos:definition "Land i Mellom-Europa. I perioden 1949-1990 delt i Forbundsrepublikken Tyskland og Den tyske demokratiske republikk"@nb ;
    skos:exactMatch realfagstermer:c030202,
        <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/914.3/e23/>,
        <http://dewey.info/class/943/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030202,
        <http://dewey.info/class/2--363/e23/>,
        <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/914.3/e23/>,
        <http://dewey.info/class/936.3/e23/>,
        <http://dewey.info/class/943/e23/> ;
    skos:prefLabel "Germany"@en,
        "Tyskland"@nb,
        "Tyskland"@nn ;
    skos:related humord:c03700,
        humord:c04159,
        humord:c18100 .

humord:c03493 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03493" ;
    dct:modified "2025-04-16T14:30:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43412/e23/>,
        <http://dewey.info/class/914.3412/e23/>,
        <http://dewey.info/class/943.412/e23/> ;
    skos:broader humord:c03535 ;
    skos:definition "Landskap rundt elven Schwalm i i Regierungsbezirk Kassel i delstaten Hessen  <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43412/e23/>,
        <http://dewey.info/class/914.3412/e23/>,
        <http://dewey.info/class/943.412/e23/> ;
    skos:prefLabel "Schwalm (Region)"@en,
        "Schwalm (Region)"@nb,
        "Schwalm (Region)"@nn .

humord:c03495 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03495" ;
    dct:modified "2024-10-09T08:05:50"^^xsd:dateTime ;
    skos:broader humord:c03494 ;
    skos:exactMatch realfagstermer:c030949,
        <http://dewey.info/class/2--4346/e23/>,
        <http://dewey.info/class/914.346/e23/>,
        <http://dewey.info/class/943.46/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030949,
        <http://dewey.info/class/2--4346/e23/>,
        <http://dewey.info/class/914.346/e23/>,
        <http://dewey.info/class/943.46/e23/> ;
    skos:prefLabel "Baden-Württemberg"@en,
        "Baden-Württemberg"@nb,
        "Baden-Württemberg"@nn .

humord:c03496 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03496" ;
    dct:modified "2024-10-09T08:14:29"^^xsd:dateTime ;
    skos:altLabel "Buchau"@en,
        "Buchau"@nb,
        "Buchau"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4346/e23/>,
        <http://dewey.info/class/914.346/e23/>,
        <http://dewey.info/class/943.46/e23/> ;
    skos:broader humord:c03495 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4346/e23/>,
        <http://dewey.info/class/914.346/e23/>,
        <http://dewey.info/class/943.46/e23/> ;
    skos:prefLabel "Bad Buchau"@en,
        "Bad Buchau"@nb,
        "Bad Buchau"@nn .

humord:c03497 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03497" ;
    dct:modified "2025-04-17T08:54:29"^^xsd:dateTime ;
    skos:altLabel "Endingen"@en,
        "Endingen am Kaiserstuhl"@nb,
        "Endingen am Kaiserstuhl"@nn ;
    skos:broadMatch <http://dewey.info/class/2--434626/e23/>,
        <http://dewey.info/class/914.34626/e23/>,
        <http://dewey.info/class/943.4626/e23/> ;
    skos:broader humord:c03495 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--434626/e23/>,
        <http://dewey.info/class/914.34626/e23/>,
        <http://dewey.info/class/943.4626/e23/> ;
    skos:prefLabel "Endingen am Kaiserstuhl"@en,
        "Endingen"@nb,
        "Endingen"@nn .

humord:c03498 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03498" ;
    dct:modified "2025-04-17T08:54:42"^^xsd:dateTime ;
    skos:broader humord:c03495 ;
    skos:exactMatch realfagstermer:c030824,
        <http://dewey.info/class/2--4346436/e23/>,
        <http://dewey.info/class/914.346436/e23/>,
        <http://dewey.info/class/943.46436/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030824,
        <http://dewey.info/class/2--4346436/e23/>,
        <http://dewey.info/class/914.346436/e23/>,
        <http://dewey.info/class/943.46436/e23/> ;
    skos:prefLabel "Karlsruhe (City)"@en,
        "Karlsruhe (By)"@nb,
        "Karlsruhe (By)"@nn .

humord:c03499 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03499" ;
    dct:modified "2025-04-17T08:55:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--434626/e23/>,
        <http://dewey.info/class/914.34626/e23/>,
        <http://dewey.info/class/943.4626/e23/> ;
    skos:broader humord:c03495 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--434626/e23/>,
        <http://dewey.info/class/914.34626/e23/>,
        <http://dewey.info/class/943.4626/e23/> ;
    skos:prefLabel "Kirchzarten"@en,
        "Kirchzarten"@nb,
        "Kirchzarten"@nn .

humord:c03500 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03500" ;
    dct:modified "2025-04-17T08:54:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43471/e23/>,
        <http://dewey.info/class/914.3471/e23/>,
        <http://dewey.info/class/943.471/e23/> ;
    skos:broader humord:c03495 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43471/e23/>,
        <http://dewey.info/class/914.3471/e23/>,
        <http://dewey.info/class/943.471/e23/> ;
    skos:prefLabel "Kösingen"@en,
        "Kösingen"@nb,
        "Kösingen"@nn .

humord:c03501 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03501" ;
    dct:modified "2025-04-17T08:56:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43471/e23/>,
        <http://dewey.info/class/914.3471/e23/>,
        <http://dewey.info/class/943.471/e23/> ;
    skos:broader humord:c03495 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43471/e23/>,
        <http://dewey.info/class/914.3471/e23/>,
        <http://dewey.info/class/943.471/e23/> ;
    skos:prefLabel "Neckarhausen"@en,
        "Neckarhausen"@nb,
        "Neckarhausen"@nn .

humord:c03502 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03502" ;
    dct:modified "2025-04-17T08:56:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43471/e23/>,
        <http://dewey.info/class/914.3471/e23/>,
        <http://dewey.info/class/943.471/e23/> ;
    skos:broader humord:c03495 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43471/e23/>,
        <http://dewey.info/class/914.3471/e23/>,
        <http://dewey.info/class/943.471/e23/> ;
    skos:prefLabel "Neresheim"@en,
        "Neresheim"@nb,
        "Neresheim"@nn .

humord:c03503 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03503" ;
    dct:modified "2025-04-17T08:57:13"^^xsd:dateTime ;
    skos:altLabel "Oberflacht"@nb,
        "Oberflacht"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43462/e23/>,
        <http://dewey.info/class/914.3462/e23/>,
        <http://dewey.info/class/943.462/e23/> ;
    skos:broader humord:c03495 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43462/e23/>,
        <http://dewey.info/class/914.3462/e23/>,
        <http://dewey.info/class/943.462/e23/> ;
    skos:prefLabel "Seitingen-Oberflacht"@en,
        "Seitingen-Oberflacht"@nb,
        "Seitingen-Oberflacht"@nn .

humord:c03504 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03504" ;
    dct:modified "2025-04-17T09:01:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/936.3462/e23/> ;
    skos:broader humord:c03495 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/936.3462/e23/> ;
    skos:prefLabel "Petersfels"@en,
        "Petersfels"@nb,
        "Petersfels"@nn .

humord:c03505 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03505" ;
    dct:modified "2025-04-17T09:05:49"^^xsd:dateTime ;
    skos:broader humord:c03495 ;
    skos:exactMatch <http://dewey.info/class/2--434715/e23/>,
        <http://dewey.info/class/914.34715/e23/>,
        <http://dewey.info/class/943.4715/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--434715/e23/>,
        <http://dewey.info/class/914.34715/e23/>,
        <http://dewey.info/class/943.4715/e23/> ;
    skos:prefLabel "Stuttgart"@en,
        "Stuttgart"@nb,
        "Stuttgart"@nn .

humord:c03506 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03506" ;
    dct:modified "2025-04-17T09:06:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43473/e23/>,
        <http://dewey.info/class/914.3473/e23/>,
        <http://dewey.info/class/943.473/e23/> ;
    skos:broader humord:c03495 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43473/e23/>,
        <http://dewey.info/class/914.3473/e23/>,
        <http://dewey.info/class/943.473/e23/> ;
    skos:prefLabel "Tübingen"@en,
        "Tübingen"@nb,
        "Tübingen"@nn .

humord:c03507 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03507" ;
    dct:modified "2025-04-17T09:06:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43473/e23/>,
        <http://dewey.info/class/914.3473/e23/>,
        <http://dewey.info/class/943.473/e23/> ;
    skos:broader humord:c03495 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43473/e23/>,
        <http://dewey.info/class/914.3473/e23/>,
        <http://dewey.info/class/943.473/e23/> ;
    skos:prefLabel "Ulm"@en,
        "Ulm"@nb,
        "Ulm"@nn .

humord:c03508 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03508" ;
    dct:modified "2024-08-30T14:28:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43473/e23/>,
        <http://dewey.info/class/914.3473/e23/>,
        <http://dewey.info/class/943.473/e23/> ;
    skos:broader humord:c03495 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43473/e23/>,
        <http://dewey.info/class/914.3473/e23/>,
        <http://dewey.info/class/943.473/e23/> ;
    skos:prefLabel "Weingarten"@en,
        "Weingarten"@nb,
        "Weingarten"@nn .

humord:c03509 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03509" ;
    dct:modified "2024-08-30T12:47:23"^^xsd:dateTime ;
    skos:broader humord:c03495 ;
    skos:closeMatch <http://dewey.info/class/2--4347/e23/>,
        <http://dewey.info/class/914.347/e23/>,
        <http://dewey.info/class/943.47/e23/> ;
    skos:exactMatch realfagstermer:c030701 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030701,
        <http://dewey.info/class/2--4347/e23/>,
        <http://dewey.info/class/914.347/e23/>,
        <http://dewey.info/class/943.47/e23/> ;
    skos:prefLabel "Württemberg"@en,
        "Württemberg"@nb,
        "Württemberg"@nn .

humord:c03510 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03510" ;
    dct:modified "2024-10-15T12:55:24"^^xsd:dateTime ;
    skos:altLabel "Bavaria"@nb,
        "Bavaria"@nn ;
    skos:broader humord:c03494 ;
    skos:exactMatch realfagstermer:c030329,
        <http://dewey.info/class/2--433/e23/>,
        <http://dewey.info/class/914.33/e23/>,
        <http://dewey.info/class/943.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030329,
        <http://dewey.info/class/2--433/e23/>,
        <http://dewey.info/class/914.33/e23/>,
        <http://dewey.info/class/943.3/e23/> ;
    skos:prefLabel "Bavaria"@en,
        "Bayern"@nb,
        "Bayern"@nn .

humord:c03511 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03511" ;
    dct:modified "2024-08-13T08:46:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4336/e23/>,
        <http://dewey.info/class/914.336/e23/>,
        <http://dewey.info/class/943.36/e23/> ;
    skos:broader humord:c03520 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4336/e23/>,
        <http://dewey.info/class/914.336/e23/>,
        <http://dewey.info/class/943.36/e23/> ;
    skos:prefLabel "Altenerding"@en,
        "Altenerding"@nb,
        "Altenerding"@nn .

humord:c03512 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03512" ;
    dct:modified "2025-04-16T14:47:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4336/e23/>,
        <http://dewey.info/class/914.336/e23/>,
        <http://dewey.info/class/943.36/e23/> ;
    skos:broader humord:c03520 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4336/e23/>,
        <http://dewey.info/class/914.336/e23/>,
        <http://dewey.info/class/943.36/e23/> ;
    skos:prefLabel "Buxheim"@en,
        "Buxheim"@nb,
        "Buxheim"@nn .

humord:c03514 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03514" ;
    dct:modified "2025-04-16T09:44:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4337/e23/>,
        <http://dewey.info/class/914.337/e23/>,
        <http://dewey.info/class/943.37/e23/> ;
    skos:broader humord:c12818 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4337/e23/>,
        <http://dewey.info/class/914.337/e23/>,
        <http://dewey.info/class/943.37/e23/> ;
    skos:prefLabel "Kempten"@en,
        "Kempten"@nb,
        "Kempten"@nn .

humord:c03515 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03515" ;
    dct:modified "2025-04-16T09:44:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4337/e23/>,
        <http://dewey.info/class/914.337/e23/>,
        <http://dewey.info/class/943.37/e23/> ;
    skos:broader humord:c12818 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4337/e23/>,
        <http://dewey.info/class/914.337/e23/>,
        <http://dewey.info/class/943.37/e23/> ;
    skos:prefLabel "Lindau"@en,
        "Lindau"@nb,
        "Lindau"@nn .

humord:c03516 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03516" ;
    dct:modified "2025-04-16T14:46:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4336/e23/>,
        <http://dewey.info/class/914.336/e23/>,
        <http://dewey.info/class/943.36/e23/> ;
    skos:broader humord:c03520 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4336/e23/>,
        <http://dewey.info/class/914.336/e23/>,
        <http://dewey.info/class/943.36/e23/> ;
    skos:prefLabel "Manching"@en,
        "Manching"@nb,
        "Manching"@nn .

humord:c03517 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03517" ;
    dct:modified "2025-04-16T14:46:54"^^xsd:dateTime ;
    skos:broader humord:c03520 ;
    skos:exactMatch realfagstermer:c030776,
        <http://dewey.info/class/2--43364/e23/>,
        <http://dewey.info/class/914.3364/e23/>,
        <http://dewey.info/class/943.364/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030776,
        <http://dewey.info/class/2--43364/e23/>,
        <http://dewey.info/class/914.3364/e23/>,
        <http://dewey.info/class/943.364/e23/> ;
    skos:prefLabel "Munich"@en,
        "München"@nb,
        "München"@nn .

humord:c03519 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03519" ;
    dct:modified "2025-04-16T14:48:21"^^xsd:dateTime ;
    skos:altLabel "Nürnberg"@en ;
    skos:broader humord:c15518 ;
    skos:exactMatch realfagstermer:c030750,
        <http://dewey.info/class/2--43324/e23/>,
        <http://dewey.info/class/914.3324/e23/>,
        <http://dewey.info/class/943.324/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030750,
        <http://dewey.info/class/2--43324/e23/>,
        <http://dewey.info/class/914.3324/e23/>,
        <http://dewey.info/class/943.324/e23/> ;
    skos:prefLabel "Nuremberg"@en,
        "Nürnberg"@nb,
        "Nürnberg"@nn .

humord:c03520 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03520" ;
    dct:modified "2025-04-16T14:51:20"^^xsd:dateTime ;
    skos:altLabel "Oberbayern"@en ;
    skos:broader humord:c03510 ;
    skos:exactMatch <http://dewey.info/class/2--4336/e23/>,
        <http://dewey.info/class/914.336/e23/>,
        <http://dewey.info/class/943.36/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4336/e23/>,
        <http://dewey.info/class/914.336/e23/>,
        <http://dewey.info/class/943.36/e23/> ;
    skos:prefLabel "Upper Bavaria"@en,
        "Oberbayern"@nb,
        "Oberbayern"@nn .

humord:c03521 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03521" ;
    dct:modified "2025-04-16T14:47:23"^^xsd:dateTime ;
    skos:altLabel "Seebruck"@en ;
    skos:broadMatch <http://dewey.info/class/2--4336/e23/>,
        <http://dewey.info/class/914.336/e23/>,
        <http://dewey.info/class/943.36/e23/> ;
    skos:broader humord:c03520 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4336/e23/>,
        <http://dewey.info/class/914.336/e23/>,
        <http://dewey.info/class/943.36/e23/> ;
    skos:prefLabel "Seeon-Seebruck"@en,
        "Seebruck"@nb,
        "Seebruck"@nn .

humord:c03522 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03522" ;
    dct:modified "2024-08-30T14:31:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4336/e23/>,
        <http://dewey.info/class/914.336/e23/>,
        <http://dewey.info/class/943.36/e23/> ;
    skos:broader humord:c03520 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4336/e23/>,
        <http://dewey.info/class/914.336/e23/>,
        <http://dewey.info/class/943.36/e23/> ;
    skos:prefLabel "Werdenfels"@en,
        "Werdenfels"@nb,
        "Werdenfels"@nn .

humord:c03523 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03523" ;
    dct:modified "2025-04-22T12:44:58"^^xsd:dateTime ;
    skos:broader humord:c03494 ;
    skos:exactMatch <http://dewey.info/class/2--43155/e23/>,
        <http://dewey.info/class/914.3155/e23/>,
        <http://dewey.info/class/943.155/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43155/e23/>,
        <http://dewey.info/class/914.3155/e23/>,
        <http://dewey.info/class/943.155/e23/> ;
    skos:prefLabel "Berlin (State)"@en,
        "Berlin (Delstat)"@nb,
        "Berlin (Delstat)"@nn .

humord:c03524 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03524" ;
    dct:modified "2025-04-16T14:45:36"^^xsd:dateTime ;
    skos:broader humord:c03523 ;
    skos:exactMatch realfagstermer:c030405,
        <http://dewey.info/class/2--43155/e23/>,
        <http://dewey.info/class/914.3155/e23/>,
        <http://dewey.info/class/943.155/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030405,
        <http://dewey.info/class/2--43155/e23/>,
        <http://dewey.info/class/914.3155/e23/>,
        <http://dewey.info/class/943.155/e23/> ;
    skos:prefLabel "Berlin (City)"@en,
        "Berlin (By)"@nb,
        "Berlin (By)"@nn .

humord:c03525 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03525" ;
    dct:modified "2025-04-22T12:45:34"^^xsd:dateTime ;
    skos:broader humord:c03494 ;
    skos:closeMatch <http://dewey.info/class/2--4315/e23/>,
        <http://dewey.info/class/914.315/e23/>,
        <http://dewey.info/class/943.15/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4315/e23/>,
        <http://dewey.info/class/914.315/e23/>,
        <http://dewey.info/class/943.15/e23/> ;
    skos:prefLabel "Brandenburg"@en,
        "Brandenburg"@nb,
        "Brandenburg"@nn .

humord:c03526 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03526" ;
    dct:modified "2024-10-09T08:14:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43151/e23/>,
        <http://dewey.info/class/914.3151/e23/>,
        <http://dewey.info/class/943.151/e23/> ;
    skos:broader humord:c03525 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43151/e23/>,
        <http://dewey.info/class/914.3151/e23/>,
        <http://dewey.info/class/943.151/e23/> ;
    skos:prefLabel "Bad Liebenwerda"@en,
        "Bad Liebenwerda"@nb,
        "Bad Liebenwerda"@nn .

humord:c03527 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03527" ;
    dct:modified "2025-04-16T10:11:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43186/e23/>,
        <http://dewey.info/class/914.3186/e23/>,
        <http://dewey.info/class/943.186/e23/> ;
    skos:broader humord:c03579 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43186/e23/>,
        <http://dewey.info/class/914.3186/e23/>,
        <http://dewey.info/class/943.186/e23/> ;
    skos:prefLabel "Gräfenhainichen"@en,
        "Gräfenhainichen"@nb,
        "Gräfenhainichen"@nn .

humord:c03528 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03528" ;
    dct:modified "2025-04-16T14:33:34"^^xsd:dateTime ;
    skos:broader humord:c03525 ;
    skos:exactMatch <http://dewey.info/class/2--431546/e23/>,
        <http://dewey.info/class/914.31546/e23/>,
        <http://dewey.info/class/943.1546/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--431546/e23/>,
        <http://dewey.info/class/914.31546/e23/>,
        <http://dewey.info/class/943.1546/e23/> ;
    skos:prefLabel "Potsdam"@en,
        "Potsdam"@nb,
        "Potsdam"@nn .

humord:c03529 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03529" ;
    dct:modified "2025-04-16T14:34:13"^^xsd:dateTime ;
    skos:altLabel "Tornow"@en,
        "Tornow"@nb,
        "Tornow"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43151/e23/>,
        <http://dewey.info/class/914.3151/e23/>,
        <http://dewey.info/class/943.151/e23/> ;
    skos:broader humord:c03525 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43151/e23/>,
        <http://dewey.info/class/914.3151/e23/>,
        <http://dewey.info/class/943.151/e23/> ;
    skos:prefLabel "Fürstenberg/Havel"@en,
        "Fürstenberg/Havel"@nb,
        "Fürstenberg/Havel"@nn .

humord:c03530 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03530" ;
    dct:modified "2025-04-16T14:42:54"^^xsd:dateTime ;
    skos:broader humord:c03494 ;
    skos:exactMatch realfagstermer:c030653,
        <http://dewey.info/class/2--4352/e23/>,
        <http://dewey.info/class/914.352/e23/>,
        <http://dewey.info/class/943.52/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030653,
        <http://dewey.info/class/2--4352/e23/>,
        <http://dewey.info/class/914.352/e23/>,
        <http://dewey.info/class/943.52/e23/> ;
    skos:prefLabel "Bremen (State)"@en,
        "Bremen (Delstat)"@nb,
        "Bremen (Delstat)"@nn .

humord:c03531 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03531" ;
    dct:modified "2025-04-16T14:32:59"^^xsd:dateTime ;
    skos:broader humord:c03530 ;
    skos:closeMatch <http://dewey.info/class/2--4352/e23/>,
        <http://dewey.info/class/943.52/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4352/e23/>,
        <http://dewey.info/class/943.52/e23/> ;
    skos:prefLabel "Bremen (City)"@en,
        "Bremen (By)"@nb,
        "Bremen (By)"@nn .

humord:c03532 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-04-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03532" ;
    dct:modified "2025-04-16T14:33:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/936.352/e23/> ;
    skos:broader humord:c03530 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/936.352/e23/> ;
    skos:prefLabel "Feddersen Wierde"@en,
        "Feddersen Wierde"@nb,
        "Feddersen Wierde"@nn .

humord:c03533 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03533" ;
    dct:modified "2025-04-16T14:42:38"^^xsd:dateTime ;
    skos:broader humord:c03494 ;
    skos:exactMatch realfagstermer:c030421,
        <http://dewey.info/class/2--43515/e23/>,
        <http://dewey.info/class/914.3515/e23/>,
        <http://dewey.info/class/943.515/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030421,
        <http://dewey.info/class/2--43515/e23/>,
        <http://dewey.info/class/914.3515/e23/>,
        <http://dewey.info/class/943.515/e23/> ;
    skos:prefLabel "Hamburg (State)"@en,
        "Hamburg (Delstat)"@nb,
        "Hamburg (Delstat)"@nn .

humord:c03534 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03534" ;
    dct:modified "2025-04-16T14:30:43"^^xsd:dateTime ;
    skos:broader humord:c03533 ;
    skos:closeMatch <http://dewey.info/class/2--43515/e23/>,
        <http://dewey.info/class/914.3515/e23/>,
        <http://dewey.info/class/943.515/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43515/e23/>,
        <http://dewey.info/class/914.3515/e23/>,
        <http://dewey.info/class/943.515/e23/> ;
    skos:prefLabel "Hamburg (City)"@en,
        "Hamburg (By)"@nb,
        "Hamburg (By)"@nn .

humord:c03535 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03535" ;
    dct:modified "2025-04-16T14:42:22"^^xsd:dateTime ;
    skos:altLabel "Hessen"@en,
        "Hesse"@nb,
        "Hesse"@nn ;
    skos:broader humord:c03494 ;
    skos:exactMatch <http://dewey.info/class/2--4341/e23/>,
        <http://dewey.info/class/914.341/e23/>,
        <http://dewey.info/class/943.41/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4341/e23/>,
        <http://dewey.info/class/914.341/e23/>,
        <http://dewey.info/class/943.41/e23/> ;
    skos:prefLabel "Hesse"@en,
        "Hessen"@nb,
        "Hessen"@nn .

humord:c03536 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03536" ;
    dct:modified "2025-04-16T14:23:06"^^xsd:dateTime ;
    skos:altLabel "Frankfurt"@en,
        "Frankfurt"@nb,
        "Frankfurt"@nn ;
    skos:broader humord:c03535 ;
    skos:exactMatch realfagstermer:c030871,
        <http://dewey.info/class/2--434164/e23/>,
        <http://dewey.info/class/914.34164/e23/>,
        <http://dewey.info/class/943.4164/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030871,
        <http://dewey.info/class/2--434164/e23/>,
        <http://dewey.info/class/914.34164/e23/>,
        <http://dewey.info/class/943.4164/e23/> ;
    skos:prefLabel "Frankfurt am Main"@en,
        "Frankfurt am Main"@nb,
        "Frankfurt am Main"@nn .

humord:c03537 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03537" ;
    dct:modified "2025-04-16T14:25:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4341/e23/>,
        <http://dewey.info/class/914.341/e23/>,
        <http://dewey.info/class/943.41/e23/> ;
    skos:broader humord:c03535 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4341/e23/>,
        <http://dewey.info/class/914.341/e23/>,
        <http://dewey.info/class/943.41/e23/> ;
    skos:prefLabel "Maindreieck"@en,
        "Maindreieck"@nb,
        "Maindreieck"@nn .

humord:c03538 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03538" ;
    dct:modified "2025-04-16T14:29:10"^^xsd:dateTime ;
    skos:broader humord:c03535 ;
    skos:exactMatch <http://dewey.info/class/2--434163/e23/>,
        <http://dewey.info/class/914.34163/e23/>,
        <http://dewey.info/class/943.4163/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--434163/e23/>,
        <http://dewey.info/class/914.34163/e23/>,
        <http://dewey.info/class/943.4163/e23/> ;
    skos:prefLabel "Offenbach am Main"@en,
        "Offenbach am Main"@nb,
        "Offenbach am Main"@nn .

humord:c03539 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03539" ;
    dct:modified "2025-04-16T14:30:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43412/e23/>,
        <http://dewey.info/class/914.3412/e23/>,
        <http://dewey.info/class/943.412/e23/> ;
    skos:broader humord:c03535 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43412/e23/>,
        <http://dewey.info/class/914.3412/e23/>,
        <http://dewey.info/class/943.412/e23/> ;
    skos:prefLabel "Rasdorf"@en,
        "Rasdorf"@nb,
        "Rasdorf"@nn .

humord:c03540 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-03-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03540" ;
    dct:modified "2025-04-16T14:29:57"^^xsd:dateTime ;
    skos:altLabel "Stadt Allendorf"@nb,
        "Stadt Allendorf"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43414/e23/>,
        <http://dewey.info/class/914.3414/e23/>,
        <http://dewey.info/class/943.414/e23/> ;
    skos:broader humord:c03535 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43414/e23/>,
        <http://dewey.info/class/914.3414/e23/>,
        <http://dewey.info/class/943.414/e23/> ;
    skos:prefLabel "Stadtallendorf"@en,
        "Stadtallendorf"@nb,
        "Stadtallendorf"@nn .

humord:c03541 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03541" ;
    dct:modified "2024-08-30T14:46:41"^^xsd:dateTime ;
    skos:broader humord:c03535 ;
    skos:exactMatch <http://dewey.info/class/2--434165/e23/>,
        <http://dewey.info/class/914.34165/e23/>,
        <http://dewey.info/class/943.4165/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--434165/e23/>,
        <http://dewey.info/class/914.34165/e23/>,
        <http://dewey.info/class/943.4165/e23/> ;
    skos:prefLabel "Wiesbaden"@en,
        "Wiesbaden"@nb,
        "Wiesbaden"@nn .

humord:c03542 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03542" ;
    dct:modified "2025-04-16T14:43:08"^^xsd:dateTime ;
    skos:broader humord:c03494 ;
    skos:exactMatch realfagstermer:c030792,
        <http://dewey.info/class/2--4317/e23/>,
        <http://dewey.info/class/914.317/e23/>,
        <http://dewey.info/class/943.17/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030792,
        <http://dewey.info/class/2--4317/e23/>,
        <http://dewey.info/class/914.317/e23/>,
        <http://dewey.info/class/943.17/e23/> ;
    skos:prefLabel "Mecklenburg-Vorpommern"@en,
        "Mecklenburg-Vorpommern"@nb,
        "Mecklenburg-Vorpommern"@nn .

humord:c03543 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03543" ;
    dct:modified "2025-04-16T14:18:16"^^xsd:dateTime ;
    skos:broader humord:c28756 ;
    skos:closeMatch <http://dewey.info/class/2--431745/e23/>,
        <http://dewey.info/class/914.31745/e23/>,
        <http://dewey.info/class/943.1745/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--431745/e23/>,
        <http://dewey.info/class/914.31745/e23/>,
        <http://dewey.info/class/943.1745/e23/> ;
    skos:prefLabel "Rostock (City)"@en,
        "Rostock (By)"@nb,
        "Rostock (By)"@nn .

humord:c03544 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03544" ;
    dct:modified "2025-04-16T14:19:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43176/e23/>,
        <http://dewey.info/class/914.3176/e23/>,
        <http://dewey.info/class/943.176/e23/> ;
    skos:broader humord:c03542 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43176/e23/>,
        <http://dewey.info/class/914.3176/e23/>,
        <http://dewey.info/class/943.176/e23/> ;
    skos:prefLabel "Schwerin"@en,
        "Schwerin"@nb,
        "Schwerin"@nn .

humord:c03545 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03545" ;
    dct:modified "2025-04-16T14:19:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43178/e23/>,
        <http://dewey.info/class/914.3178/e23/>,
        <http://dewey.info/class/943.178/e23/> ;
    skos:broader humord:c03542 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43178/e23/>,
        <http://dewey.info/class/914.3178/e23/>,
        <http://dewey.info/class/943.178/e23/> ;
    skos:prefLabel "Stralsund"@en,
        "Stralsund"@nb,
        "Stralsund"@nn .

humord:c03546 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03546" ;
    dct:modified "2025-04-17T09:17:33"^^xsd:dateTime ;
    skos:altLabel "Niedersachsen"@en ;
    skos:broader humord:c03494 ;
    skos:exactMatch <http://dewey.info/class/2--4359/e23/>,
        <http://dewey.info/class/914.359/e23/>,
        <http://dewey.info/class/943.59/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4359/e23/>,
        <http://dewey.info/class/914.359/e23/>,
        <http://dewey.info/class/943.59/e23/> ;
    skos:prefLabel "Lower Saxony"@en,
        "Niedersachsen"@nb,
        "Niedersachsen"@nn .

humord:c03548 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03548" ;
    dct:modified "2025-04-16T10:31:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--435976/e23/>,
        <http://dewey.info/class/914.35976/e23/>,
        <http://dewey.info/class/943.5976/e23/> ;
    skos:broader humord:c03546 ;
    skos:exactMatch realfagstermer:c030622 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030622,
        <http://dewey.info/class/2--435976/e23/>,
        <http://dewey.info/class/914.35976/e23/>,
        <http://dewey.info/class/943.5976/e23/> ;
    skos:prefLabel "Göttingen"@en,
        "Göttingen"@nb,
        "Göttingen"@nn .

humord:c03549 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03549" ;
    dct:modified "2025-04-16T13:11:16"^^xsd:dateTime ;
    skos:altLabel "Hannover"@en ;
    skos:broader humord:c03546 ;
    skos:closeMatch <http://dewey.info/class/2--435954/e23/>,
        <http://dewey.info/class/914.35954/e23/>,
        <http://dewey.info/class/943.5954/e23/> ;
    skos:exactMatch realfagstermer:c030846 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030846,
        <http://dewey.info/class/2--435954/e23/>,
        <http://dewey.info/class/914.35954/e23/>,
        <http://dewey.info/class/943.5954/e23/> ;
    skos:prefLabel "Hanover"@en,
        "Hannover"@nb,
        "Hannover"@nn .

humord:c03550 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03550" ;
    dct:modified "2025-04-16T13:12:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43595/e23/>,
        <http://dewey.info/class/914.3595/e23/>,
        <http://dewey.info/class/943.595/e23/> ;
    skos:broader humord:c03546 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43595/e23/>,
        <http://dewey.info/class/914.3595/e23/>,
        <http://dewey.info/class/943.595/e23/> ;
    skos:prefLabel "Hildesheim"@en,
        "Hildesheim"@nb,
        "Hildesheim"@nn .

humord:c03551 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03551" ;
    dct:modified "2025-04-16T13:13:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43593/e23/>,
        <http://dewey.info/class/914.3593/e23/>,
        <http://dewey.info/class/943.593/e23/> ;
    skos:broader humord:c03546 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43593/e23/>,
        <http://dewey.info/class/914.3593/e23/>,
        <http://dewey.info/class/943.593/e23/> ;
    skos:prefLabel "Lüneburg (City)"@en,
        "Lüneburg (By)"@nb,
        "Lüneburg (By)"@nn .

humord:c03552 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03552" ;
    dct:modified "2025-04-16T13:15:07"^^xsd:dateTime ;
    skos:altLabel "Salzgitter"@nb,
        "Salzgitter"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4359/e23/>,
        <http://dewey.info/class/914.359/e23/>,
        <http://dewey.info/class/943.59/e23/> ;
    skos:broader humord:c03546 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4359/e23/>,
        <http://dewey.info/class/914.359/e23/>,
        <http://dewey.info/class/943.59/e23/> ;
    skos:prefLabel "Salzgitter"@en,
        "Salzgitter-Lebenstedt"@nb,
        "Salzgitter-Lebenstedt"@nn .

humord:c03553 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03553" ;
    dct:modified "2024-08-30T14:31:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43595/e23/>,
        <http://dewey.info/class/914.3595/e23/>,
        <http://dewey.info/class/943.595/e23/> ;
    skos:broader humord:c03546 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43595/e23/>,
        <http://dewey.info/class/914.3595/e23/>,
        <http://dewey.info/class/943.595/e23/> ;
    skos:prefLabel "Werla"@en,
        "Werla"@nb,
        "Werla"@nn .

humord:c03554 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03554" ;
    dct:modified "2024-08-30T14:32:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43591/e23/>,
        <http://dewey.info/class/914.3591/e23/>,
        <http://dewey.info/class/943.591/e23/> ;
    skos:broader humord:c03546 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43591/e23/>,
        <http://dewey.info/class/914.3591/e23/>,
        <http://dewey.info/class/943.591/e23/> ;
    skos:prefLabel "Wesermarsch"@en,
        "Wesermarsch"@nb,
        "Wesermarsch"@nn .

humord:c03555 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03555" ;
    dct:modified "2025-04-17T09:17:52"^^xsd:dateTime ;
    skos:altLabel "Nordrhein-Westfalen"@en ;
    skos:broader humord:c03494 ;
    skos:closeMatch <http://dewey.info/class/936.355/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--4355/e23/>,
        <http://dewey.info/class/914.355/e23/>,
        <http://dewey.info/class/943.55/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4355/e23/>,
        <http://dewey.info/class/914.355/e23/>,
        <http://dewey.info/class/936.355/e23/>,
        <http://dewey.info/class/943.55/e23/> ;
    skos:prefLabel "North Rhine-Westphalia"@en,
        "Nordrhein-Westfalen"@nb,
        "Nordrhein-Westfalen"@nn .

humord:c03556 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03556" ;
    dct:modified "2024-10-09T08:14:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43551/e23/>,
        <http://dewey.info/class/914.3551/e23/>,
        <http://dewey.info/class/943.551/e23/> ;
    skos:broader humord:c03555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43551/e23/>,
        <http://dewey.info/class/914.3551/e23/>,
        <http://dewey.info/class/943.551/e23/> ;
    skos:prefLabel "Bad Honnef"@en,
        "Bad Honnef"@nb,
        "Bad Honnef"@nn .

humord:c03557 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03557" ;
    dct:modified "2025-04-16T10:21:36"^^xsd:dateTime ;
    skos:broader humord:c03555 ;
    skos:exactMatch realfagstermer:c030927,
        <http://dewey.info/class/2--435518/e23/>,
        <http://dewey.info/class/914.35518/e23/>,
        <http://dewey.info/class/943.5518/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030927,
        <http://dewey.info/class/2--435518/e23/>,
        <http://dewey.info/class/914.35518/e23/>,
        <http://dewey.info/class/943.5518/e23/> ;
    skos:prefLabel "Bonn"@en,
        "Bonn"@nb,
        "Bonn"@nn .

humord:c03558 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03558" ;
    dct:modified "2025-04-16T10:12:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43432/e23/>,
        <http://dewey.info/class/914.3432/e23/>,
        <http://dewey.info/class/943.432/e23/> ;
    skos:broader humord:c03564 ;
    skos:definition "Lokalsamfunn nord i Rheinland-Pfalz <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43432/e23/>,
        <http://dewey.info/class/914.3432/e23/>,
        <http://dewey.info/class/943.432/e23/> ;
    skos:prefLabel "Breitscheid"@en,
        "Breitscheid"@nb,
        "Breitscheid"@nn .

humord:c03559 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03559" ;
    dct:modified "2025-04-16T10:22:17"^^xsd:dateTime ;
    skos:broader humord:c03555 ;
    skos:exactMatch <http://dewey.info/class/2--435534/e23/>,
        <http://dewey.info/class/914.35534/e23/>,
        <http://dewey.info/class/943.5534/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--435534/e23/>,
        <http://dewey.info/class/914.35534/e23/>,
        <http://dewey.info/class/943.5534/e23/> ;
    skos:prefLabel "Düsseldorf"@en,
        "Düsseldorf"@nb,
        "Düsseldorf"@nn .

humord:c03560 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03560" ;
    dct:modified "2025-04-16T10:22:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4355/e23/>,
        <http://dewey.info/class/914.355/e23/>,
        <http://dewey.info/class/943.55/e23/> ;
    skos:broader humord:c03555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4355/e23/>,
        <http://dewey.info/class/914.355/e23/>,
        <http://dewey.info/class/943.55/e23/> ;
    skos:prefLabel "Fröndenberg"@en,
        "Fröndenberg"@nb,
        "Fröndenberg"@nn .

humord:c03561 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03561" ;
    dct:modified "2025-04-16T10:23:40"^^xsd:dateTime ;
    skos:altLabel "Køln"@en,
        "Køln"@nb,
        "Køln"@nn ;
    skos:broader humord:c03555 ;
    skos:closeMatch <http://dewey.info/class/2--3635514/e23/>,
        <http://dewey.info/class/936.35514/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--435514/e23/>,
        <http://dewey.info/class/914.35514/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3635514/e23/>,
        <http://dewey.info/class/2--435514/e23/>,
        <http://dewey.info/class/914.35514/e23/>,
        <http://dewey.info/class/936.35514/e23/> ;
    skos:prefLabel "Cologne"@en,
        "Köln"@nb,
        "Köln"@nn .

humord:c03563 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03563" ;
    dct:modified "2025-04-16T10:28:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43565/e23/>,
        <http://dewey.info/class/914.3565/e23/>,
        <http://dewey.info/class/943.565/e23/> ;
    skos:broader humord:c03555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43565/e23/>,
        <http://dewey.info/class/914.3565/e23/>,
        <http://dewey.info/class/943.565/e23/> ;
    skos:prefLabel "Paderborn"@en,
        "Paderborn"@nb,
        "Paderborn"@nn .

humord:c03564 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03564" ;
    dct:modified "2025-04-17T09:18:48"^^xsd:dateTime ;
    skos:broader humord:c03494 ;
    skos:exactMatch <http://dewey.info/class/2--4343/e23/>,
        <http://dewey.info/class/914.343/e23/>,
        <http://dewey.info/class/943.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4343/e23/>,
        <http://dewey.info/class/914.343/e23/>,
        <http://dewey.info/class/943.43/e23/> ;
    skos:prefLabel "Rhineland-Palatinate"@en,
        "Rheinland-Pfalz"@nb,
        "Rheinland-Pfalz"@nn .

humord:c03565 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03565" ;
    dct:modified "2025-04-16T10:13:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43431/e23/>,
        <http://dewey.info/class/914.3431/e23/>,
        <http://dewey.info/class/943.431/e23/> ;
    skos:broader humord:c03564 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43431/e23/>,
        <http://dewey.info/class/914.3431/e23/>,
        <http://dewey.info/class/943.431/e23/> ;
    skos:prefLabel "Gondorf"@en,
        "Gondorf"@nb,
        "Gondorf"@nn .

humord:c03566 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03566" ;
    dct:modified "2025-04-16T10:13:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4343/e23/>,
        <http://dewey.info/class/914.343/e23/>,
        <http://dewey.info/class/943.43/e23/> ;
    skos:broader humord:c03564 ;
    skos:exactMatch realfagstermer:c030973 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030973,
        <http://dewey.info/class/2--4343/e23/>,
        <http://dewey.info/class/914.343/e23/>,
        <http://dewey.info/class/943.43/e23/> ;
    skos:prefLabel "Hunsrück"@en,
        "Hunsrück"@nb,
        "Hunsrück"@nn .

humord:c03567 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03567" ;
    dct:modified "2025-04-16T10:14:27"^^xsd:dateTime ;
    skos:broader humord:c03564 ;
    skos:closeMatch <http://dewey.info/class/2--3634351/e23/>,
        <http://dewey.info/class/936.34351/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--434351/e23/>,
        <http://dewey.info/class/914.34351/e23/>,
        <http://dewey.info/class/943.4351/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3634351/e23/>,
        <http://dewey.info/class/2--434351/e23/>,
        <http://dewey.info/class/914.34351/e23/>,
        <http://dewey.info/class/936.34351/e23/>,
        <http://dewey.info/class/943.4351/e23/> ;
    skos:prefLabel "Mainz"@en,
        "Mainz"@nb,
        "Mainz"@nn .

humord:c03568 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03568" ;
    dct:modified "2025-04-16T10:16:06"^^xsd:dateTime ;
    skos:altLabel "Neuwied-bekkenet"@nb,
        "Neuwied-området"@nb,
        "Neuwied-bekkenet"@nn,
        "Neuwied-området"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43432/e23/>,
        <http://dewey.info/class/914.3432/e23/>,
        <http://dewey.info/class/943.432/e23/> ;
    skos:broader humord:c03564 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43432/e23/>,
        <http://dewey.info/class/914.3432/e23/>,
        <http://dewey.info/class/943.432/e23/> ;
    skos:prefLabel "Neuwieder Becken"@en,
        "Neuwieder Becken"@nb,
        "Neuwieder Becken"@nn .

humord:c03571 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03571" ;
    dct:modified "2025-04-16T10:20:42"^^xsd:dateTime ;
    skos:broader humord:c03564 ;
    skos:exactMatch <http://dewey.info/class/2--434313/e23/>,
        <http://dewey.info/class/914.34313/e23/>,
        <http://dewey.info/class/943.4313/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--434313/e23/>,
        <http://dewey.info/class/914.34313/e23/>,
        <http://dewey.info/class/943.4313/e23/> ;
    skos:prefLabel "Trier"@en,
        "Trier"@nb,
        "Trier"@nn .

humord:c03572 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03572" ;
    dct:modified "2024-08-30T14:09:15"^^xsd:dateTime ;
    skos:broader humord:c03564 ;
    skos:exactMatch <http://dewey.info/class/2--434352/e23/>,
        <http://dewey.info/class/914.34352/e23/>,
        <http://dewey.info/class/943.4352/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--434352/e23/>,
        <http://dewey.info/class/914.34352/e23/>,
        <http://dewey.info/class/943.4352/e23/> ;
    skos:prefLabel "Worms"@en,
        "Worms"@nb,
        "Worms"@nn .

humord:c03573 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03573" ;
    dct:modified "2025-04-17T09:19:53"^^xsd:dateTime ;
    skos:broader humord:c03494 ;
    skos:exactMatch <http://dewey.info/class/2--4342/e23/>,
        <http://dewey.info/class/914.342/e23/>,
        <http://dewey.info/class/943.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4342/e23/>,
        <http://dewey.info/class/914.342/e23/>,
        <http://dewey.info/class/943.42/e23/> ;
    skos:prefLabel "Saarland"@en,
        "Saarland"@nb,
        "Saarland"@nn .

humord:c03574 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03574" ;
    dct:modified "2025-04-16T09:54:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43421/e23/>,
        <http://dewey.info/class/914.3421/e23/>,
        <http://dewey.info/class/943.421/e23/> ;
    skos:broader humord:c03573 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43421/e23/>,
        <http://dewey.info/class/914.3421/e23/>,
        <http://dewey.info/class/943.421/e23/> ;
    skos:prefLabel "Saarbrücken"@en,
        "Saarbrücken"@nb,
        "Saarbrücken"@nn .

humord:c03575 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03575" ;
    dct:modified "2025-04-16T14:41:06"^^xsd:dateTime ;
    skos:altLabel "Sachsen"@en ;
    skos:broader humord:c03494 ;
    skos:exactMatch realfagstermer:c030495,
        <http://dewey.info/class/2--4321/e23/>,
        <http://dewey.info/class/914.321/e23/>,
        <http://dewey.info/class/943.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030495,
        <http://dewey.info/class/2--4321/e23/>,
        <http://dewey.info/class/914.321/e23/>,
        <http://dewey.info/class/943.21/e23/> ;
    skos:prefLabel "Saxony"@en,
        "Sachsen"@nb,
        "Sachsen"@nn .

humord:c03576 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03576" ;
    dct:modified "2025-04-16T10:10:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43184/e23/>,
        <http://dewey.info/class/914.3184/e23/>,
        <http://dewey.info/class/943.184/e23/> ;
    skos:broader humord:c03575 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43184/e23/>,
        <http://dewey.info/class/914.3184/e23/>,
        <http://dewey.info/class/943.184/e23/> ;
    skos:prefLabel "Bitterfeld"@en,
        "Bitterfeld"@nb,
        "Bitterfeld"@nn .

humord:c03577 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03577" ;
    dct:modified "2025-04-16T10:10:41"^^xsd:dateTime ;
    skos:broader humord:c03575 ;
    skos:exactMatch <http://dewey.info/class/2--432142/e23/>,
        <http://dewey.info/class/914.32142/e23/>,
        <http://dewey.info/class/943.2142/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--432142/e23/>,
        <http://dewey.info/class/914.32142/e23/>,
        <http://dewey.info/class/943.2142/e23/> ;
    skos:prefLabel "Dresden"@en,
        "Dresden"@nb,
        "Dresden"@nn .

humord:c03578 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03578" ;
    dct:modified "2025-04-16T10:12:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4321/e23/>,
        <http://dewey.info/class/914.321/e23/>,
        <http://dewey.info/class/943.21/e23/> ;
    skos:broader humord:c03575 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4321/e23/>,
        <http://dewey.info/class/914.321/e23/>,
        <http://dewey.info/class/943.21/e23/> ;
    skos:prefLabel "Meissen"@en,
        "Meissen"@nb,
        "Meissen"@nn .

humord:c03579 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03579" ;
    dct:modified "2025-04-16T14:41:20"^^xsd:dateTime ;
    skos:altLabel "Saschsen-Anhalt"@en ;
    skos:broader humord:c03494 ;
    skos:exactMatch realfagstermer:c030673,
        <http://dewey.info/class/2--4318/e23/>,
        <http://dewey.info/class/914.318/e23/>,
        <http://dewey.info/class/943.18/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030673,
        <http://dewey.info/class/2--4318/e23/>,
        <http://dewey.info/class/914.318/e23/>,
        <http://dewey.info/class/943.18/e23/> ;
    skos:prefLabel "Saxony-Anhalt"@en,
        "Sachsen-Anhalt"@nb,
        "Sachsen-Anhalt"@nn .

humord:c03580 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03580" ;
    dct:modified "2025-04-16T10:10:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43186/e23/>,
        <http://dewey.info/class/914.3186/e23/>,
        <http://dewey.info/class/943.186/e23/> ;
    skos:broader humord:c03579 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43186/e23/>,
        <http://dewey.info/class/914.3186/e23/>,
        <http://dewey.info/class/943.186/e23/> ;
    skos:prefLabel "Dessau"@en,
        "Dessau"@nb,
        "Dessau"@nn .

humord:c03581 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03581" ;
    dct:modified "2025-04-16T10:11:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43182/e23/>,
        <http://dewey.info/class/914.3182/e23/>,
        <http://dewey.info/class/943.182/e23/> ;
    skos:broader humord:c03579 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43182/e23/>,
        <http://dewey.info/class/914.3182/e23/>,
        <http://dewey.info/class/943.182/e23/> ;
    skos:prefLabel "Halberstadt"@en,
        "Halberstadt"@nb,
        "Halberstadt"@nn .

humord:c03582 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03582" ;
    dct:modified "2025-04-16T10:12:07"^^xsd:dateTime ;
    skos:broader humord:c03579 ;
    skos:exactMatch <http://dewey.info/class/2--431822/e23/>,
        <http://dewey.info/class/914.31822/e23/>,
        <http://dewey.info/class/943.1822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--431822/e23/>,
        <http://dewey.info/class/914.31822/e23/>,
        <http://dewey.info/class/943.1822/e23/> ;
    skos:prefLabel "Magdeburg"@en,
        "Magdeburg"@nb,
        "Magdeburg"@nn .

humord:c03583 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03583" ;
    dct:modified "2025-04-17T09:19:39"^^xsd:dateTime ;
    skos:broader humord:c03494 ;
    skos:exactMatch realfagstermer:c030735,
        <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030735,
        <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Schleswig-Holstein"@en,
        "Schleswig-Holstein"@nb,
        "Schleswig-Holstein"@nn .

humord:c03584 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03584" ;
    dct:modified "2024-08-15T07:30:05"^^xsd:dateTime ;
    skos:altLabel "Angeln"@en,
        "Angel"@nb,
        "Angel"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:broader humord:c03583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Anglia"@en,
        "Angeln"@nb,
        "Angeln"@nn .

humord:c03585 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03585" ;
    dct:modified "2025-04-16T09:57:05"^^xsd:dateTime ;
    skos:altLabel "Haithabu"@en,
        "Haddeby"@nb,
        "Hedeby"@nb,
        "Haddeby"@nn,
        "Hedeby"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/936.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:broader humord:c03583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/936.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Hedeby"@en,
        "Haithabu"@nb,
        "Haithabu"@nn .

humord:c03588 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03588" ;
    dct:modified "2025-04-16T09:57:25"^^xsd:dateTime ;
    skos:broader humord:c03583 ;
    skos:closeMatch <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Holstein"@en,
        "Holstein"@nb,
        "Holstein"@nn .

humord:c03589 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03589" ;
    dct:modified "2025-04-16T09:57:59"^^xsd:dateTime ;
    skos:broader humord:c03583 ;
    skos:exactMatch <http://dewey.info/class/2--435123/e23/>,
        <http://dewey.info/class/914.35123/e23/>,
        <http://dewey.info/class/943.5123/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--435123/e23/>,
        <http://dewey.info/class/914.35123/e23/>,
        <http://dewey.info/class/943.5123/e23/> ;
    skos:prefLabel "Kiel"@en,
        "Kiel"@nb,
        "Kiel"@nn .

humord:c03590 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03590" ;
    dct:modified "2025-04-16T09:58:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:broader humord:c03583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Lauenburg"@en,
        "Lauenburg"@nb,
        "Lauenburg"@nn .

humord:c03591 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03591" ;
    dct:modified "2025-04-16T09:58:13"^^xsd:dateTime ;
    skos:broader humord:c03583 ;
    skos:exactMatch <http://dewey.info/class/2--435125/e23/>,
        <http://dewey.info/class/914.35125/e23/>,
        <http://dewey.info/class/943.5125/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--435125/e23/>,
        <http://dewey.info/class/914.35125/e23/>,
        <http://dewey.info/class/943.5125/e23/> ;
    skos:prefLabel "Lübeck"@en,
        "Lübeck"@nb,
        "Lübeck"@nn .

humord:c03592 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03592" ;
    dct:modified "2025-04-16T09:58:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:broader humord:c03583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Norddorf auf Amrum"@en,
        "Norddorf auf Amrum"@nb,
        "Norddorf auf Amrum"@nn .

humord:c03593 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03593" ;
    dct:modified "2025-04-16T10:05:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:broader humord:c03583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Pinneberg"@en,
        "Pinneberg"@nb,
        "Pinneberg"@nn .

humord:c03594 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03594" ;
    dct:modified "2025-04-16T10:05:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:broader humord:c03583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Plön"@en,
        "Plön"@nb,
        "Plön"@nn .

humord:c03595 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03595" ;
    dct:modified "2025-04-16T10:06:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:broader humord:c03583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Probstei"@en,
        "Probstei"@nb,
        "Probstei"@nn .

humord:c03596 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03596" ;
    dct:modified "2025-04-16T10:06:30"^^xsd:dateTime ;
    skos:altLabel "Schleswig"@en ;
    skos:broadMatch <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:broader humord:c03583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Duchy of Schleswig"@en,
        "Schleswig"@nb,
        "Schleswig"@nn .

humord:c03597 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03597" ;
    dct:modified "2025-04-16T10:06:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:broader humord:c03583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Schwansen"@en,
        "Schwansen"@nb,
        "Schwansen"@nn .

humord:c03598 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03598" ;
    dct:modified "2025-04-16T10:08:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:broader humord:c03583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Segeberg"@en,
        "Segeberg"@nb,
        "Segeberg"@nn .

humord:c03599 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03599" ;
    dct:modified "2025-04-16T10:09:17"^^xsd:dateTime ;
    skos:altLabel "Starigard"@en ;
    skos:broadMatch <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:broader humord:c03583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43512/e23/>,
        <http://dewey.info/class/914.3512/e23/>,
        <http://dewey.info/class/943.512/e23/> ;
    skos:prefLabel "Oldenburg in Holstein"@en,
        "Starigard"@nb,
        "Starigard"@nn .

humord:c03600 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03600" ;
    dct:modified "2025-04-22T12:35:38"^^xsd:dateTime ;
    skos:altLabel "Thüringen"@en ;
    skos:broader humord:c03494 ;
    skos:exactMatch <http://dewey.info/class/2--4322/e23/>,
        <http://dewey.info/class/914.322/e23/>,
        <http://dewey.info/class/943.22/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4322/e23/>,
        <http://dewey.info/class/914.322/e23/>,
        <http://dewey.info/class/943.22/e23/> ;
    skos:prefLabel "Thuringia"@en,
        "Thüringen"@nb,
        "Thüringen"@nn .

humord:c03601 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03601" ;
    dct:modified "2024-10-14T15:20:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43226/e23/>,
        <http://dewey.info/class/914.3226/e23/>,
        <http://dewey.info/class/943.226/e23/> ;
    skos:broader humord:c03600 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43226/e23/>,
        <http://dewey.info/class/914.3226/e23/>,
        <http://dewey.info/class/943.226/e23/> ;
    skos:prefLabel "Barchfeld"@en,
        "Barchfeld"@nb,
        "Barchfeld"@nn .

humord:c03602 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03602" ;
    dct:modified "2025-04-16T09:46:42"^^xsd:dateTime ;
    skos:broader humord:c03600 ;
    skos:exactMatch <http://dewey.info/class/2--432248/e23/>,
        <http://dewey.info/class/914.32248/e23/>,
        <http://dewey.info/class/943.2248/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--432248/e23/>,
        <http://dewey.info/class/914.32248/e23/>,
        <http://dewey.info/class/943.2248/e23/> ;
    skos:prefLabel "Erfurt"@en,
        "Erfurt"@nb,
        "Erfurt"@nn .

humord:c03603 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03603" ;
    dct:modified "2025-04-16T09:47:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43224/e23/>,
        <http://dewey.info/class/914.3224/e23/>,
        <http://dewey.info/class/943.224/e23/> ;
    skos:broader humord:c03600 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43224/e23/>,
        <http://dewey.info/class/914.3224/e23/>,
        <http://dewey.info/class/943.224/e23/> ;
    skos:prefLabel "Gotha"@en,
        "Gotha"@nb,
        "Gotha"@nn .

humord:c03604 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03604" ;
    dct:modified "2025-04-16T09:50:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43226/e23/>,
        <http://dewey.info/class/914.3226/e23/>,
        <http://dewey.info/class/943.226/e23/> ;
    skos:broader humord:c03600 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43226/e23/>,
        <http://dewey.info/class/914.3226/e23/>,
        <http://dewey.info/class/943.226/e23/> ;
    skos:prefLabel "Haarhausen"@en,
        "Haarhausen"@nb,
        "Haarhausen"@nn .

humord:c03606 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03606" ;
    dct:modified "2025-04-16T09:50:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43222/e23/>,
        <http://dewey.info/class/914.3222/e23/>,
        <http://dewey.info/class/943.222/e23/> ;
    skos:broader humord:c03600 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43222/e23/>,
        <http://dewey.info/class/914.3222/e23/>,
        <http://dewey.info/class/943.222/e23/> ;
    skos:prefLabel "Jena"@en,
        "Jena"@nb,
        "Jena"@nn .

humord:c03607 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03607" ;
    dct:modified "2024-08-30T14:27:03"^^xsd:dateTime ;
    skos:broader humord:c03600 ;
    skos:exactMatch <http://dewey.info/class/2--432241/e23/>,
        <http://dewey.info/class/914.32241/e23/>,
        <http://dewey.info/class/943.2241/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--432241/e23/>,
        <http://dewey.info/class/914.32241/e23/>,
        <http://dewey.info/class/943.2241/e23/> ;
    skos:prefLabel "Weimar"@en,
        "Weimar"@nb,
        "Weimar"@nn .

humord:c03609 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-12-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03609" ;
    dct:modified "2024-10-09T08:07:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4346/e23/>,
        <http://dewey.info/class/914.346/e23/>,
        <http://dewey.info/class/943.46/e23/> ;
    skos:broader humord:c03608 ;
    skos:definition "Baden utgjør grovt sett den vestlige delen av den nåværende delstaten Baden-Würtenburg <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4346/e23/>,
        <http://dewey.info/class/914.346/e23/>,
        <http://dewey.info/class/943.46/e23/> ;
    skos:prefLabel "Baden"@en,
        "Baden"@nb,
        "Baden"@nn .

humord:c03610 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03610" ;
    dct:modified "2025-04-17T09:16:25"^^xsd:dateTime ;
    skos:broader humord:c03608 ;
    skos:closeMatch <http://dewey.info/class/2--4317/e23/>,
        <http://dewey.info/class/914.317/e23/>,
        <http://dewey.info/class/943.17/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4317/e23/>,
        <http://dewey.info/class/914.317/e23/>,
        <http://dewey.info/class/943.17/e23/> ;
    skos:prefLabel "Mecklenburg"@en,
        "Mecklenburg"@nb,
        "Mecklenburg"@nn .

humord:c03611 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03611" ;
    dct:modified "2025-04-17T09:16:46"^^xsd:dateTime ;
    skos:altLabel "Mosel Valley"@en ;
    skos:broadMatch <http://dewey.info/class/2--4343/e23/>,
        <http://dewey.info/class/914.343/e23/>,
        <http://dewey.info/class/943.43/e23/> ;
    skos:broader humord:c03608 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4343/e23/>,
        <http://dewey.info/class/914.343/e23/>,
        <http://dewey.info/class/943.43/e23/> ;
    skos:prefLabel "Moselle Valley"@en,
        "Moseldalen"@nb,
        "Moseldalen"@nn .

humord:c03612 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03612" ;
    dct:modified "2025-04-16T14:41:58"^^xsd:dateTime ;
    skos:altLabel "North Germany"@en ;
    skos:broadMatch <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/914.3/e23/>,
        <http://dewey.info/class/943/e23/> ;
    skos:broader humord:c03608 ;
    skos:exactMatch realfagstermer:c030757 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030757,
        <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/914.3/e23/>,
        <http://dewey.info/class/943/e23/> ;
    skos:prefLabel "Northern Germany"@en,
        "Nord-Tyskland"@nb,
        "Nord-Tyskland"@nn .

humord:c03613 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03613" ;
    dct:modified "2024-08-21T10:32:33"^^xsd:dateTime ;
    skos:altLabel "Ostfriesland"@en,
        "Østfriesland"@nb,
        "Austfriesland"@nn ;
    skos:broader humord:c03608 ;
    skos:exactMatch <http://dewey.info/class/2--435917/e23/>,
        <http://dewey.info/class/914.35917/e23/>,
        <http://dewey.info/class/943.5917/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--435917/e23/>,
        <http://dewey.info/class/914.35917/e23/>,
        <http://dewey.info/class/943.5917/e23/> ;
    skos:prefLabel "East Frisia"@en,
        "Ostfriesland"@nb,
        "Ostfriesland"@nn .

humord:c03614 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03614" ;
    dct:modified "2025-02-25T14:25:46"^^xsd:dateTime ;
    skos:altLabel "Prøyssen (Tyskland)"@nb,
        "Prøyssen (Tyskland)"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/914.3/e23/>,
        <http://dewey.info/class/943.07/e23/> ;
    skos:broader humord:c03608 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/914.3/e23/>,
        <http://dewey.info/class/943.07/e23/> ;
    skos:prefLabel "Prussia (Germany)"@en,
        "Preussen (Tyskland)"@nb,
        "Preussen (Tyskland)"@nn ;
    skos:related humord:c03686 .

humord:c03616 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03616" ;
    dct:modified "2025-04-17T09:18:09"^^xsd:dateTime ;
    skos:altLabel "Rheinhessen"@en,
        "Rhine-Hesse"@en ;
    skos:broadMatch <http://dewey.info/class/2--4343/e23/>,
        <http://dewey.info/class/914.343/e23/>,
        <http://dewey.info/class/943.43/e23/> ;
    skos:broader humord:c03608 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4343/e23/>,
        <http://dewey.info/class/914.343/e23/>,
        <http://dewey.info/class/943.43/e23/> ;
    skos:prefLabel "Rhenish Hesse"@en,
        "Rheinhessen"@nb,
        "Rheinhessen"@nn .

humord:c03617 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03617" ;
    dct:modified "2025-06-04T10:19:14"^^xsd:dateTime ;
    skos:altLabel "Rheinland"@nb,
        "Rheinland"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4343/e23/>,
        <http://dewey.info/class/914.343/e23/>,
        <http://dewey.info/class/943.43/e23/> ;
    skos:broader humord:c03608 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4343/e23/>,
        <http://dewey.info/class/914.343/e23/>,
        <http://dewey.info/class/943.43/e23/> ;
    skos:prefLabel "Rhineland"@en,
        "Rhinland"@nb,
        "Rhinland"@nn ;
    skos:related humord:c69709 .

humord:c03618 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03618" ;
    dct:modified "2024-08-30T14:36:47"^^xsd:dateTime ;
    skos:altLabel "Westfalen"@en ;
    skos:broader humord:c03608 ;
    skos:closeMatch <http://dewey.info/class/2--4356/e23/>,
        <http://dewey.info/class/914.356/e23/>,
        <http://dewey.info/class/943.56/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4356/e23/>,
        <http://dewey.info/class/914.356/e23/>,
        <http://dewey.info/class/943.56/e23/> ;
    skos:prefLabel "Westphalia"@en,
        "Westfalen"@nb,
        "Westfalen"@nn .

humord:c03619 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03619" ;
    dct:modified "2025-03-04T14:07:58"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--3952/e23/>,
        <http://dewey.info/class/939.52/e23/> ;
    skos:exactMatch realfagstermer:c030325,
        <http://dewey.info/class/2--477/e23/>,
        <http://dewey.info/class/914.77/e23/>,
        <http://dewey.info/class/947.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030325,
        <http://dewey.info/class/2--3952/e23/>,
        <http://dewey.info/class/2--477/e23/>,
        <http://dewey.info/class/914.77/e23/>,
        <http://dewey.info/class/939.52/e23/>,
        <http://dewey.info/class/947.7/e23/> ;
    skos:prefLabel "Ukraine"@en,
        "Ukraina"@nb,
        "Ukraina"@nn .

humord:c03620 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-08-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03620" ;
    dct:modified "2025-04-15T10:52:45"^^xsd:dateTime ;
    skos:altLabel "Carpathian Ukraine"@en ;
    skos:broadMatch <http://dewey.info/class/2--4779/e23/>,
        <http://dewey.info/class/914.779/e23/>,
        <http://dewey.info/class/947.79/e23/> ;
    skos:broader humord:c03619 ;
    skos:definition "Område i Ukraina mellom Karpatene og Tisa <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4779/e23/>,
        <http://dewey.info/class/914.779/e23/>,
        <http://dewey.info/class/947.79/e23/> ;
    skos:prefLabel "Carpatho-Ukraine"@en,
        "Karpato-Ukraina"@nb,
        "Karpato-Ukraina"@nn .

humord:c03621 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03621" ;
    dct:modified "2025-04-15T12:57:22"^^xsd:dateTime ;
    skos:altLabel "Kiev"@en,
        "Kiev (By)"@nb,
        "Kijev"@nb,
        "Kyjiv"@nb,
        "Kiev (By)"@nn,
        "Kijev"@nn,
        "Kyjiv"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4777/e23/>,
        <http://dewey.info/class/914.777/e23/>,
        <http://dewey.info/class/947.77/e23/> ;
    skos:broader humord:c03619 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4777/e23/>,
        <http://dewey.info/class/914.777/e23/>,
        <http://dewey.info/class/947.77/e23/> ;
    skos:prefLabel "Kyiv"@en,
        "Kyiv (By)"@nb,
        "Kyiv (By)"@nn .

humord:c03623 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03623" ;
    dct:modified "2025-02-26T15:33:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4779/e23/>,
        <http://dewey.info/class/914.779/e23/>,
        <http://dewey.info/class/947.79/e23/> ;
    skos:broader humord:c03057,
        humord:c03619 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4779/e23/>,
        <http://dewey.info/class/914.779/e23/>,
        <http://dewey.info/class/947.79/e23/> ;
    skos:prefLabel "North Bukovina"@en,
        "Nord-Bukovina"@nb,
        "Nord-Bukovina"@nn .

humord:c03624 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03624" ;
    dct:modified "2025-04-15T13:04:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4776/e23/>,
        <http://dewey.info/class/914.776/e23/>,
        <http://dewey.info/class/947.76/e23/> ;
    skos:broader humord:c03619 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4776/e23/>,
        <http://dewey.info/class/914.776/e23/>,
        <http://dewey.info/class/947.76/e23/> ;
    skos:prefLabel "Poltava"@en,
        "Poltava"@nb,
        "Poltava"@nn .

humord:c03625 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03625" ;
    dct:modified "2025-03-04T15:30:28"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/2--3639/e23/>,
        <http://dewey.info/class/936.39/e23/> ;
    skos:exactMatch realfagstermer:c030248,
        <http://dewey.info/class/2--439/e23/>,
        <http://dewey.info/class/914.39/e23/>,
        <http://dewey.info/class/943.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030248,
        <http://dewey.info/class/2--3639/e23/>,
        <http://dewey.info/class/2--439/e23/>,
        <http://dewey.info/class/914.39/e23/>,
        <http://dewey.info/class/936.39/e23/>,
        <http://dewey.info/class/943.9/e23/> ;
    skos:prefLabel "Hungary"@en,
        "Ungarn"@nb,
        "Ungarn"@nn ;
    skos:related humord:c03702 .

humord:c03626 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03626" ;
    dct:modified "2025-04-15T13:08:01"^^xsd:dateTime ;
    skos:altLabel "Abasár"@nb,
        "Abasár"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4398/e23/>,
        <http://dewey.info/class/914.398/e23/>,
        <http://dewey.info/class/943.98/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4398/e23/>,
        <http://dewey.info/class/914.398/e23/>,
        <http://dewey.info/class/943.98/e23/> ;
    skos:prefLabel "Abasár"@en,
        "Abasar"@nb,
        "Abasar"@nn .

humord:c03627 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03627" ;
    dct:modified "2024-10-09T08:14:57"^^xsd:dateTime ;
    skos:altLabel "Bács-Kiskun"@en ;
    skos:broadMatch <http://dewey.info/class/2--4398/e23/>,
        <http://dewey.info/class/914.398/e23/>,
        <http://dewey.info/class/943.98/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4398/e23/>,
        <http://dewey.info/class/914.398/e23/>,
        <http://dewey.info/class/943.98/e23/> ;
    skos:prefLabel "Bács-Kiskun County"@en,
        "Bacs-Kiskun"@nb,
        "Bacs-Kiskun"@nn .

humord:c03628 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03628" ;
    dct:modified "2025-04-15T13:10:23"^^xsd:dateTime ;
    skos:broader humord:c03625 ;
    skos:exactMatch realfagstermer:c030917,
        <http://dewey.info/class/2--43912/e23/>,
        <http://dewey.info/class/914.3912/e23/>,
        <http://dewey.info/class/943.912/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030917,
        <http://dewey.info/class/2--43912/e23/>,
        <http://dewey.info/class/914.3912/e23/>,
        <http://dewey.info/class/943.912/e23/> ;
    skos:prefLabel "Budapest"@en,
        "Budapest"@nb,
        "Budapest"@nn .

humord:c03629 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03629" ;
    dct:modified "2025-04-15T13:10:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4397/e23/>,
        <http://dewey.info/class/914.397/e23/>,
        <http://dewey.info/class/943.97/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4397/e23/>,
        <http://dewey.info/class/914.397/e23/>,
        <http://dewey.info/class/943.97/e23/> ;
    skos:prefLabel "Bük"@en,
        "Bük"@nb,
        "Bük"@nn .

humord:c03630 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03630" ;
    dct:modified "2025-04-15T13:14:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4397/e23/>,
        <http://dewey.info/class/914.397/e23/>,
        <http://dewey.info/class/943.97/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4397/e23/>,
        <http://dewey.info/class/914.397/e23/>,
        <http://dewey.info/class/943.97/e23/> ;
    skos:prefLabel "Garabonc"@en,
        "Garabonc"@nb,
        "Garabonc"@nn .

humord:c03632 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03632" ;
    dct:modified "2025-04-15T13:25:49"^^xsd:dateTime ;
    skos:altLabel "Kecskemet"@en,
        "Kecskemét"@nb,
        "Kecskemét"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4398/e23/>,
        <http://dewey.info/class/914.398/e23/>,
        <http://dewey.info/class/943.98/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4398/e23/>,
        <http://dewey.info/class/914.398/e23/>,
        <http://dewey.info/class/943.98/e23/> ;
    skos:prefLabel "Kecskemét"@en,
        "Kecskemet"@nb,
        "Kecskemet"@nn .

humord:c03635 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03635" ;
    dct:modified "2025-04-15T13:28:08"^^xsd:dateTime ;
    skos:altLabel "Pecs"@en,
        "Pécs"@nb,
        "Pécs"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4397/e23/>,
        <http://dewey.info/class/914.397/e23/>,
        <http://dewey.info/class/943.97/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4397/e23/>,
        <http://dewey.info/class/914.397/e23/>,
        <http://dewey.info/class/943.97/e23/> ;
    skos:prefLabel "Pécs"@en,
        "Pecs"@nb,
        "Pecs"@nn .

humord:c03636 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03636" ;
    dct:modified "2025-04-15T13:28:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3639/e23/>,
        <http://dewey.info/class/936.39/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3639/e23/>,
        <http://dewey.info/class/936.39/e23/> ;
    skos:prefLabel "Sopianae"@en,
        "Sopianae"@nb,
        "Sopianae"@nn .

humord:c03637 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03637" ;
    dct:modified "2025-04-15T13:28:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4399/e23/>,
        <http://dewey.info/class/914.399/e23/>,
        <http://dewey.info/class/943.99/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4399/e23/>,
        <http://dewey.info/class/914.399/e23/>,
        <http://dewey.info/class/943.99/e23/> ;
    skos:prefLabel "Szabolcs"@en,
        "Szabolcs"@nb,
        "Szabolcs"@nn .

humord:c03638 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03638" ;
    dct:modified "2025-04-15T13:28:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4398/e23/>,
        <http://dewey.info/class/914.398/e23/>,
        <http://dewey.info/class/943.98/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4398/e23/>,
        <http://dewey.info/class/914.398/e23/>,
        <http://dewey.info/class/943.98/e23/> ;
    skos:prefLabel "Szalkszentmárton"@en,
        "Szalkszentmarton"@nb,
        "Szalkszentmarton"@nn .

humord:c03639 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03639" ;
    dct:modified "2025-04-15T13:29:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4397/e23/>,
        <http://dewey.info/class/914.397/e23/>,
        <http://dewey.info/class/943.97/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4397/e23/>,
        <http://dewey.info/class/914.397/e23/>,
        <http://dewey.info/class/943.97/e23/> ;
    skos:prefLabel "Tata"@en,
        "Tata"@nb,
        "Tata"@nn .

humord:c03640 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03640" ;
    dct:modified "2025-04-15T13:30:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4391/e23/>,
        <http://dewey.info/class/914.391/e23/>,
        <http://dewey.info/class/943.91/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4391/e23/>,
        <http://dewey.info/class/914.391/e23/>,
        <http://dewey.info/class/943.91/e23/> ;
    skos:prefLabel "Tök"@en,
        "Tök"@nb,
        "Tök"@nn .

humord:c03641 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03641" ;
    dct:modified "2025-04-15T13:30:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4397/e23/>,
        <http://dewey.info/class/914.397/e23/>,
        <http://dewey.info/class/943.97/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4397/e23/>,
        <http://dewey.info/class/914.397/e23/>,
        <http://dewey.info/class/943.97/e23/> ;
    skos:prefLabel "Vértesszölös"@en,
        "Vertesszölös"@nb,
        "Vertesszölös"@nn .

humord:c03642 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03642" ;
    dct:modified "2025-04-15T13:30:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4397/e23/>,
        <http://dewey.info/class/914.397/e23/>,
        <http://dewey.info/class/943.97/e23/> ;
    skos:broader humord:c03625 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4397/e23/>,
        <http://dewey.info/class/914.397/e23/>,
        <http://dewey.info/class/943.97/e23/> ;
    skos:prefLabel "Zalaszabar-Dezsösziget"@en,
        "Zalaszabar-Dezsösziget"@nb,
        "Zalaszabar-Dezsösziget"@nn .

humord:c03643 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03643" ;
    dct:modified "2025-03-04T14:08:20"^^xsd:dateTime ;
    skos:altLabel "Vatican City State"@en,
        "Pavestolen"@nb,
        "Vatikanet"@nb,
        "Pavestolen"@nn,
        "Vatikanet"@nn ;
    skos:broadMatch <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/937.63/e23/> ;
    skos:broader humord:c02157 ;
    skos:exactMatch <http://dewey.info/class/2--45634/e23/>,
        <http://dewey.info/class/914.5634/e23/>,
        <http://dewey.info/class/945.634/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3763/e23/>,
        <http://dewey.info/class/2--45634/e23/>,
        <http://dewey.info/class/914.5634/e23/>,
        <http://dewey.info/class/937.63/e23/>,
        <http://dewey.info/class/945.634/e23/> ;
    skos:prefLabel "Vatican City"@en,
        "Vatikanstaten"@nb,
        "Vatikanstaten"@nn .

humord:c03646 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03646" ;
    dct:modified "2025-02-26T15:37:02"^^xsd:dateTime ;
    skos:broader humord:c02157 ;
    skos:closeMatch <http://dewey.info/class/936.36/e23/> ;
    skos:exactMatch realfagstermer:c030224,
        <http://dewey.info/class/2--436/e23/>,
        <http://dewey.info/class/914.36/e23/>,
        <http://dewey.info/class/943.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030224,
        <http://dewey.info/class/2--436/e23/>,
        <http://dewey.info/class/914.36/e23/>,
        <http://dewey.info/class/936.36/e23/>,
        <http://dewey.info/class/943.6/e23/> ;
    skos:prefLabel "Austria"@en,
        "Østerrike"@nb,
        "Austerrike"@nn ;
    skos:related humord:c03702 .

humord:c03647 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03647" ;
    dct:modified "2024-08-16T13:52:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43615/e23/>,
        <http://dewey.info/class/914.3615/e23/>,
        <http://dewey.info/class/943.615/e23/> ;
    skos:broader humord:c03646 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43615/e23/>,
        <http://dewey.info/class/914.3615/e23/>,
        <http://dewey.info/class/943.615/e23/> ;
    skos:prefLabel "Apetlon"@en,
        "Apetlon"@nb,
        "Apetlon"@nn .

humord:c03648 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03648" ;
    dct:modified "2025-04-15T13:35:06"^^xsd:dateTime ;
    skos:broader humord:c03646 ;
    skos:exactMatch <http://dewey.info/class/2--43615/e23/>,
        <http://dewey.info/class/914.3615/e23/>,
        <http://dewey.info/class/943.615/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43615/e23/>,
        <http://dewey.info/class/914.3615/e23/>,
        <http://dewey.info/class/943.615/e23/> ;
    skos:prefLabel "Burgenland"@en,
        "Burgenland"@nb,
        "Burgenland"@nn .

humord:c03649 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03649" ;
    dct:modified "2025-04-15T13:34:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43642/e23/>,
        <http://dewey.info/class/914.3642/e23/>,
        <http://dewey.info/class/943.642/e23/> ;
    skos:broader humord:c03646 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43642/e23/>,
        <http://dewey.info/class/914.3642/e23/>,
        <http://dewey.info/class/943.642/e23/> ;
    skos:prefLabel "Hall (Austria)"@en,
        "Hall"@nb,
        "Hall"@nn .

humord:c03650 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03650" ;
    dct:modified "2025-04-15T13:34:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43615/e23/>,
        <http://dewey.info/class/914.3615/e23/>,
        <http://dewey.info/class/943.615/e23/> ;
    skos:broader humord:c03646 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43615/e23/>,
        <http://dewey.info/class/914.3615/e23/>,
        <http://dewey.info/class/943.615/e23/> ;
    skos:prefLabel "Illmitz"@en,
        "Illmitz"@nb,
        "Illmitz"@nn .

humord:c03652 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-09-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03652" ;
    dct:modified "2025-04-15T13:35:51"^^xsd:dateTime ;
    skos:altLabel "Kärnten"@en ;
    skos:broader humord:c03646 ;
    skos:exactMatch <http://dewey.info/class/2--4366/e23/>,
        <http://dewey.info/class/914.366/e23/>,
        <http://dewey.info/class/943.66/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4366/e23/>,
        <http://dewey.info/class/914.366/e23/>,
        <http://dewey.info/class/943.66/e23/> ;
    skos:prefLabel "Carinthia"@en,
        "Kärnten"@nb,
        "Kärnten"@nn .

humord:c03654 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03654" ;
    dct:modified "2025-04-15T13:37:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4363/e23/>,
        <http://dewey.info/class/914.363/e23/>,
        <http://dewey.info/class/943.63/e23/> ;
    skos:broader humord:c03646 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4363/e23/>,
        <http://dewey.info/class/914.363/e23/>,
        <http://dewey.info/class/943.63/e23/> ;
    skos:prefLabel "Pinzgau"@en,
        "Pinzgau"@nb,
        "Pinzgau"@nn .

humord:c03655 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03655" ;
    dct:modified "2025-04-15T13:38:30"^^xsd:dateTime ;
    skos:altLabel "Saalfelden am Steinernen Meer"@en,
        "Saalfelden am Steinernen Meer"@nb,
        "Saalfelden am Steinernen Meer"@nn ;
    skos:broadMatch <http://dewey.info/class/2--4363/e23/>,
        <http://dewey.info/class/914.363/e23/>,
        <http://dewey.info/class/943.63/e23/> ;
    skos:broader humord:c03646 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4363/e23/>,
        <http://dewey.info/class/914.363/e23/>,
        <http://dewey.info/class/943.63/e23/> ;
    skos:prefLabel "Saalfelden"@en,
        "Saalfelden"@nb,
        "Saalfelden"@nn .

humord:c03656 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03656" ;
    dct:modified "2025-04-15T13:37:49"^^xsd:dateTime ;
    skos:broader humord:c03646 ;
    skos:exactMatch realfagstermer:c030493,
        <http://dewey.info/class/2--43632/e23/>,
        <http://dewey.info/class/914.3632/e23/>,
        <http://dewey.info/class/943.632/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030493,
        <http://dewey.info/class/2--43632/e23/>,
        <http://dewey.info/class/914.3632/e23/>,
        <http://dewey.info/class/943.632/e23/> ;
    skos:prefLabel "Salzburg"@en,
        "Salzburg"@nb,
        "Salzburg"@nn .

humord:c03657 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03657" ;
    dct:modified "2025-04-15T13:38:09"^^xsd:dateTime ;
    skos:altLabel "Steiermark"@en ;
    skos:broader humord:c03646 ;
    skos:exactMatch <http://dewey.info/class/2--4365/e23/>,
        <http://dewey.info/class/914.365/e23/>,
        <http://dewey.info/class/943.65/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4365/e23/>,
        <http://dewey.info/class/914.365/e23/>,
        <http://dewey.info/class/943.65/e23/> ;
    skos:prefLabel "Styria"@en,
        "Steiermark"@nb,
        "Steiermark"@nn .

humord:c03658 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03658" ;
    dct:modified "2025-04-15T13:38:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--4363/e23/>,
        <http://dewey.info/class/914.363/e23/>,
        <http://dewey.info/class/943.63/e23/> ;
    skos:broader humord:c03646 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--4363/e23/>,
        <http://dewey.info/class/914.363/e23/>,
        <http://dewey.info/class/943.63/e23/> ;
    skos:prefLabel "Uttendorf"@en,
        "Uttendorf"@nb,
        "Uttendorf"@nn .

humord:c03659 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03659" ;
    dct:modified "2024-08-30T14:42:53"^^xsd:dateTime ;
    skos:broader humord:c03646 ;
    skos:exactMatch realfagstermer:c030548,
        <http://dewey.info/class/2--43613/e23/>,
        <http://dewey.info/class/914.3613/e23/>,
        <http://dewey.info/class/943.613/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030548,
        <http://dewey.info/class/2--43613/e23/>,
        <http://dewey.info/class/914.3613/e23/>,
        <http://dewey.info/class/943.613/e23/> ;
    skos:prefLabel "Vienna"@en,
        "Wien"@nb,
        "Wien"@nn .

humord:c03660 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03660" ;
    dct:modified "2024-08-30T14:51:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--43612/e23/>,
        <http://dewey.info/class/914.3612/e23/>,
        <http://dewey.info/class/936.3612/e23/>,
        <http://dewey.info/class/943.612/e23/> ;
    skos:broader humord:c03646 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43612/e23/>,
        <http://dewey.info/class/914.3612/e23/>,
        <http://dewey.info/class/936.3612/e23/>,
        <http://dewey.info/class/943.612/e23/> ;
    skos:prefLabel "Willendorf"@en,
        "Willendorf"@nb,
        "Willendorf"@nn .

humord:c03662 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03662" ;
    dct:modified "2024-08-12T13:19:54"^^xsd:dateTime ;
    skos:altLabel "Alps"@en ;
    skos:broadMatch <http://dewey.info/class/2--4364/e23/>,
        <http://dewey.info/class/2--4458/e23/>,
        <http://dewey.info/class/2--451/e23/>,
        <http://dewey.info/class/914.364/e23/>,
        <http://dewey.info/class/914.458/e23/>,
        <http://dewey.info/class/914.51/e23/>,
        <http://dewey.info/class/943.64/e23/>,
        <http://dewey.info/class/944.58/e23/>,
        <http://dewey.info/class/945.1/e23/> ;
    skos:broader humord:c03661 ;
    skos:exactMatch realfagstermer:c030260,
        <http://dewey.info/class/2--4947/e23/>,
        <http://dewey.info/class/914.947/e23/>,
        <http://dewey.info/class/949.47/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030260,
        <http://dewey.info/class/2--4364/e23/>,
        <http://dewey.info/class/2--4458/e23/>,
        <http://dewey.info/class/2--451/e23/>,
        <http://dewey.info/class/2--4947/e23/>,
        <http://dewey.info/class/914.364/e23/>,
        <http://dewey.info/class/914.458/e23/>,
        <http://dewey.info/class/914.51/e23/>,
        <http://dewey.info/class/914.947/e23/>,
        <http://dewey.info/class/943.64/e23/>,
        <http://dewey.info/class/944.58/e23/>,
        <http://dewey.info/class/945.1/e23/>,
        <http://dewey.info/class/949.47/e23/> ;
    skos:prefLabel "The Alps"@en,
        "Alpene"@nb,
        "Alpane"@nn .

humord:c03663 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03663" ;
    dct:modified "2024-10-16T13:37:44"^^xsd:dateTime ;
    skos:altLabel "Benelux"@en,
        "Benelux"@nb,
        "Benelux"@nn ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/2--492/e23/>,
        <http://dewey.info/class/914.92/e23/>,
        <http://dewey.info/class/949.2/e23/> ;
    skos:definition "Landene som omfattes av Benelux-unionen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--492/e23/>,
        <http://dewey.info/class/914.92/e23/>,
        <http://dewey.info/class/949.2/e23/> ;
    skos:prefLabel "Benelux Countries"@en,
        "Benelux-landene"@nb,
        "Benelux-landa"@nn ;
    skos:related humord:c02161,
        humord:c02591,
        humord:c02598 .

humord:c03664 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03664" ;
    dct:modified "2025-04-15T10:29:01"^^xsd:dateTime ;
    skos:altLabel "Britiske øyar"@nn ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/2--361/e23/>,
        <http://dewey.info/class/936.1/e23/> ;
    skos:exactMatch realfagstermer:c030901,
        <http://dewey.info/class/2--41/e23/>,
        <http://dewey.info/class/914.1/e23/>,
        <http://dewey.info/class/941/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030901,
        <http://dewey.info/class/2--361/e23/>,
        <http://dewey.info/class/2--41/e23/>,
        <http://dewey.info/class/914.1/e23/>,
        <http://dewey.info/class/936.1/e23/>,
        <http://dewey.info/class/941/e23/> ;
    skos:prefLabel "British Isles"@en,
        "Britiske øyer"@nb,
        "Britiske øyer"@nn ;
    skos:related humord:c03183 .

humord:c03665 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03665" ;
    dct:modified "2025-02-27T08:21:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--496/e23/>,
        <http://dewey.info/class/914.96/e23/>,
        <http://dewey.info/class/949.6/e23/> ;
    skos:broader humord:c03661 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/2--496/e23/>,
        <http://dewey.info/class/914.96/e23/>,
        <http://dewey.info/class/943/e23/>,
        <http://dewey.info/class/949.6/e23/> ;
    skos:prefLabel "Donau Countries"@en,
        "Donaulandene"@nb,
        "Donaulanda"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/943/e23/> .

humord:c03666 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03666" ;
    dct:modified "2025-02-27T08:23:31"^^xsd:dateTime ;
    skos:broader humord:c03661 ;
    skos:exactMatch <http://dewey.info/class/2--364/e23/>,
        <http://dewey.info/class/936.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--364/e23/>,
        <http://dewey.info/class/936.4/e23/> ;
    skos:prefLabel "Gaul"@en,
        "Gallia"@nb,
        "Gallia"@nn .

humord:c03667 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03667" ;
    dct:modified "2025-04-13T15:58:27"^^xsd:dateTime ;
    skos:altLabel "Gardarike"@en,
        "Garðar"@en,
        "Garðaríki"@en,
        "Garðaveldi"@en,
        "Garðar"@nb,
        "Garðaríki"@nb,
        "Garðaveldi"@nb,
        "Garðar"@nn,
        "Garðaríki"@nn,
        "Garðaveldi"@nn ;
    skos:broadMatch <http://dewey.info/class/2--47/e23/>,
        <http://dewey.info/class/914.7/e23/>,
        <http://dewey.info/class/947.02/e23/> ;
    skos:broader humord:c03661 ;
    skos:definition "Gardarike er i norrøn sagalitteratur navnet på Kyivriket eller Det kyivske riket, en sammenslutning av fyrstedømmer i de østslaviske områdene (deler av de nåværende landene Belarus, Russland og Ukraina).  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--47/e23/>,
        <http://dewey.info/class/914.7/e23/>,
        <http://dewey.info/class/947.02/e23/> ;
    skos:prefLabel "Gardariki"@en,
        "Gardarike"@nb,
        "Gardarike"@nn ;
    skos:related humord:c03083 .

humord:c03668 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03668" ;
    dct:modified "2025-02-27T08:25:47"^^xsd:dateTime ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/2--363/e23/>,
        <http://dewey.info/class/936.3/e23/> ;
    skos:definition "Germania var romernes navn på germanernes land <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--363/e23/>,
        <http://dewey.info/class/936.3/e23/> ;
    skos:prefLabel "Germania"@en,
        "Germania"@nb,
        "Germania"@nn .

humord:c03669 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03669" ;
    dct:modified "2025-02-27T08:25:22"^^xsd:dateTime ;
    skos:altLabel "Germania Libera"@nb,
        "Germania Libera"@nn ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/2--363/e23/>,
        <http://dewey.info/class/936.3/e23/> ;
    skos:definition "Germania Magna var den del av Germania som ikke var under romerne (det frie Germania) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--363/e23/>,
        <http://dewey.info/class/936.3/e23/> ;
    skos:prefLabel "Germania Magna"@en,
        "Germania Magna"@nb,
        "Germania Magna"@nn .

humord:c03671 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-06-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03671" ;
    dct:modified "2025-02-26T15:41:29"^^xsd:dateTime ;
    skos:altLabel "Iberia"@en,
        "Iberia (Halvøy)"@nb,
        "Iberiske halvøy"@nb,
        "Pyrenéhalvøya"@nb,
        "Iberia (Halvøy)"@nn,
        "Iberiske halvøy"@nn,
        "Pyrenéhalvøya"@nn ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/2--366/e23/>,
        <http://dewey.info/class/936.6/e23/> ;
    skos:definition "Pyreneerhalvøya er den sørvestligste delen av Europa, avgrenses i nord av Pyreneene, ellers av  Atlanterhavet og Middelhavet. Politisk delt mellom Spania, Andorra, Portugal og Gibraltar <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030467,
        <http://dewey.info/class/2--46/e23/>,
        <http://dewey.info/class/914.6/e23/>,
        <http://dewey.info/class/946/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030467,
        <http://dewey.info/class/2--366/e23/>,
        <http://dewey.info/class/2--46/e23/>,
        <http://dewey.info/class/914.6/e23/>,
        <http://dewey.info/class/936.6/e23/>,
        <http://dewey.info/class/946/e23/> ;
    skos:prefLabel "Iberian Peninsula"@en,
        "Pyreneerhalvøya"@nb,
        "Pyreneerhalvøya"@nn .

humord:c03672 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03672" ;
    dct:modified "2025-02-27T08:38:44"^^xsd:dateTime ;
    skos:broader humord:c03661 ;
    skos:closeMatch realfagstermer:c030229 ;
    skos:exactMatch <http://dewey.info/class/2--3615/e23/>,
        <http://dewey.info/class/2--415/e23/>,
        <http://dewey.info/class/914.15/e23/>,
        <http://dewey.info/class/936.15/e23/>,
        <http://dewey.info/class/941.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030229,
        <http://dewey.info/class/2--3615/e23/>,
        <http://dewey.info/class/2--415/e23/>,
        <http://dewey.info/class/914.15/e23/>,
        <http://dewey.info/class/936.15/e23/>,
        <http://dewey.info/class/941.5/e23/> ;
    skos:prefLabel "Ireland (Island)"@en,
        "Irland (Øy)"@nb,
        "Irland (Øy)"@nn ;
    skos:related humord:c02406,
        humord:c03239 .

humord:c03673 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03673" ;
    dct:modified "2025-02-26T15:33:43"^^xsd:dateTime ;
    skos:altLabel "Sentral-Europa"@nb,
        "Sentral-Europa"@nn ;
    skos:broader humord:c03661 ;
    skos:exactMatch realfagstermer:c030490,
        <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/914.3/e23/>,
        <http://dewey.info/class/943/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030490,
        <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/914.3/e23/>,
        <http://dewey.info/class/943/e23/> ;
    skos:prefLabel "Central Europe"@en,
        "Mellom-Europa"@nb,
        "Mellom-Europa"@nn .

humord:c03675 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-10-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03675" ;
    dct:modified "2025-03-14T09:09:43"^^xsd:dateTime ;
    skos:altLabel "Moskva (Tredje rike)"@nb,
        "Tredje Roma"@nb,
        "Moskva (Tredje rike)"@nn,
        "Tredje Roma"@nn ;
    skos:broadMatch <http://dewey.info/class/281.947/e23/> ;
    skos:broader humord:c08770 ;
    skos:definition "Betegnelse brukt om Moskva som kirkesentrum etter erobringen av Konstantinopel i 1453 <UBB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/281.947/e23/> ;
    skos:prefLabel "Moscow (Third Rome)"@en,
        "Moskva (Tredje Roma)"@nb,
        "Moskva (Tredje Roma)"@nn ;
    skos:related humord:c03103 .

humord:c03678 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03678" ;
    dct:modified "2025-04-06T22:30:28"^^xsd:dateTime ;
    skos:altLabel "Low Lands"@en ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/2--492/e23/>,
        <http://dewey.info/class/914.92/e23/>,
        <http://dewey.info/class/936.92/e23/>,
        <http://dewey.info/class/949.2/e23/> ;
    skos:definition "Nederlandene betegner det nåværende Nederland, Belgia og deler av NordvestFrankrike til opprettelsen av en egen belgisk stat i 1831 <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--492/e23/>,
        <http://dewey.info/class/914.92/e23/>,
        <http://dewey.info/class/936.92/e23/>,
        <http://dewey.info/class/949.2/e23/> ;
    skos:prefLabel "Low Countries"@en,
        "Nederlandene"@nb,
        "Nederlanda"@nn .

humord:c03679 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03679" ;
    dct:modified "2025-02-05T12:11:31"^^xsd:dateTime ;
    skos:altLabel "Nordeuropa"@nb,
        "Nordeuropa"@nn ;
    skos:broadMatch <http://dewey.info/class/2--368/e23/>,
        <http://dewey.info/class/936.8/e23/> ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/2--48/e23/>,
        <http://dewey.info/class/914.8/e23/>,
        <http://dewey.info/class/948/e23/> ;
    skos:exactMatch realfagstermer:c030332 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030332,
        <http://dewey.info/class/2--368/e23/>,
        <http://dewey.info/class/2--48/e23/>,
        <http://dewey.info/class/914.8/e23/>,
        <http://dewey.info/class/936.8/e23/>,
        <http://dewey.info/class/948/e23/> ;
    skos:prefLabel "Northern Europe"@en,
        "Nord-Europa"@nb,
        "Nord-Europa"@nn .

humord:c03680 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03680" ;
    dct:modified "2025-02-25T16:37:12"^^xsd:dateTime ;
    skos:broader humord:c03679 ;
    skos:closeMatch <http://dewey.info/class/2--48/e23/>,
        <http://dewey.info/class/914.8/e23/>,
        <http://dewey.info/class/948/e23/> ;
    skos:definition "Norden er fellesnavn for Danmark, Finland, Færøyene, Island, Norge, Sverige og Åland <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030207 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030207,
        <http://dewey.info/class/2--48/e23/>,
        <http://dewey.info/class/914.8/e23/>,
        <http://dewey.info/class/948/e23/> ;
    skos:prefLabel "Nordic Countries"@en,
        "Norden"@nb,
        "Norden"@nn .

humord:c03681 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03681" ;
    dct:modified "2025-02-25T16:37:41"^^xsd:dateTime ;
    skos:broader humord:c03680 ;
    skos:closeMatch <http://dewey.info/class/2--368/e23/>,
        <http://dewey.info/class/936.8/e23/> ;
    skos:exactMatch realfagstermer:c030217,
        <http://dewey.info/class/2--48/e23/>,
        <http://dewey.info/class/914.8/e23/>,
        <http://dewey.info/class/948/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030217,
        <http://dewey.info/class/2--368/e23/>,
        <http://dewey.info/class/2--48/e23/>,
        <http://dewey.info/class/914.8/e23/>,
        <http://dewey.info/class/936.8/e23/>,
        <http://dewey.info/class/948/e23/> ;
    skos:prefLabel "Scandinavia"@en,
        "Skandinavia"@nb,
        "Skandinavia"@nn .

humord:c03683 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03683" ;
    dct:modified "2025-04-06T22:31:04"^^xsd:dateTime ;
    skos:altLabel "Oder-Neisse-grensen"@nb,
        "Oder-Neisse-grensa"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/2--438/e23/>,
        <http://dewey.info/class/914.3/e23/>,
        <http://dewey.info/class/914.38/e23/>,
        <http://dewey.info/class/943.8/e23/>,
        <http://dewey.info/class/943/e23/> ;
    skos:broader humord:c03661 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/2--438/e23/>,
        <http://dewey.info/class/914.3/e23/>,
        <http://dewey.info/class/914.38/e23/>,
        <http://dewey.info/class/943.8/e23/>,
        <http://dewey.info/class/943/e23/> ;
    skos:prefLabel "Oder-Neisse line"@en,
        "Oder-Neisse-linjen"@nb,
        "Oder-Neisse-linja"@nn .

humord:c03684 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03684" ;
    dct:modified "2025-02-26T15:39:31"^^xsd:dateTime ;
    skos:broader humord:c03661 ;
    skos:exactMatch <http://dewey.info/class/2--3639/e23/>,
        <http://dewey.info/class/936.39/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3639/e23/>,
        <http://dewey.info/class/936.39/e23/> ;
    skos:prefLabel "Pannonia"@en,
        "Pannonia"@nb,
        "Pannonia"@nn .

humord:c03685 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03685" ;
    dct:modified "2025-02-26T15:39:47"^^xsd:dateTime ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/2--43178/e23/>,
        <http://dewey.info/class/914.3178/e23/>,
        <http://dewey.info/class/943.178/e23/> ;
    skos:definition "Landskap i Tyskland og Polen <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030574 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030574,
        <http://dewey.info/class/2--43178/e23/>,
        <http://dewey.info/class/914.3178/e23/>,
        <http://dewey.info/class/943.178/e23/> ;
    skos:prefLabel "Pomerania (Europe)"@en,
        "Pommern (Europa)"@nb,
        "Pommern (Europa)"@nn .

humord:c03686 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03686" ;
    dct:modified "2025-02-26T15:40:12"^^xsd:dateTime ;
    skos:altLabel "Kongeriket Preussen"@nb,
        "Prøyssen (Europa)"@nb,
        "Kongeriket Preussen"@nn,
        "Prøyssen (Europa)"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/914.3/e23/> ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/943.07/e23/> ;
    skos:exactMatch realfagstermer:c030309 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030309,
        <http://dewey.info/class/2--43/e23/>,
        <http://dewey.info/class/914.3/e23/>,
        <http://dewey.info/class/943.07/e23/> ;
    skos:prefLabel "Prussia (Europe)"@en,
        "Preussen (Europa)"@nb,
        "Preussen (Europa)"@nn ;
    skos:related humord:c03614 .

humord:c03688 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-10-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03688" ;
    dct:modified "2025-02-28T11:24:37"^^xsd:dateTime ;
    skos:altLabel "Skagerrakkysten"@nb,
        "Skagerrakkysten"@nn ;
    skos:broadMatch <http://dewey.info/class/2--16336/e23/>,
        <http://dewey.info/class/551.461336/e23/>,
        <http://dewey.info/class/910.916336/e23/> ;
    skos:broader humord:c03714 ;
    skos:definition "Skagerrak er området av nordsjøen mellom Norge, Sverige og Danmark. Brukes også om de omkringliggende kystområder <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030280 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030280,
        <http://dewey.info/class/2--16336/e23/>,
        <http://dewey.info/class/551.461336/e23/>,
        <http://dewey.info/class/910.916336/e23/> ;
    skos:prefLabel "Skagerrak"@en,
        "Skagerrak"@nb,
        "Skagerrak"@nn .

humord:c03690 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03690" ;
    dct:modified "2025-02-27T08:15:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--47/e23/>,
        <http://dewey.info/class/2--49/e23/>,
        <http://dewey.info/class/2--561/e23/>,
        <http://dewey.info/class/914.7/e23/>,
        <http://dewey.info/class/914.9/e23/>,
        <http://dewey.info/class/915.61/e23/>,
        <http://dewey.info/class/947/e23/>,
        <http://dewey.info/class/949/e23/>,
        <http://dewey.info/class/956.1/e23/> ;
    skos:broader humord:c02106,
        humord:c03661 ;
    skos:definition "Svartehavslandene omfatter Bulgaria, Romania, Ukraina, Russland, Georgia og Tyrkia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--47/e23/>,
        <http://dewey.info/class/2--49/e23/>,
        <http://dewey.info/class/2--561/e23/>,
        <http://dewey.info/class/914.7/e23/>,
        <http://dewey.info/class/914.9/e23/>,
        <http://dewey.info/class/915.61/e23/>,
        <http://dewey.info/class/947/e23/>,
        <http://dewey.info/class/949/e23/>,
        <http://dewey.info/class/956.1/e23/> ;
    skos:prefLabel "Black Sea Countries"@en,
        "Svartehavslandene"@nb,
        "Svartehavslanda"@nn .

humord:c03691 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03691" ;
    dct:modified "2025-02-27T08:15:08"^^xsd:dateTime ;
    skos:altLabel "South-East Europe"@en ;
    skos:broadMatch <http://dewey.info/class/2--49/e23/>,
        <http://dewey.info/class/914.9/e23/>,
        <http://dewey.info/class/949/e23/> ;
    skos:broader humord:c03661 ;
    skos:exactMatch realfagstermer:c030715 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030715,
        <http://dewey.info/class/2--49/e23/>,
        <http://dewey.info/class/914.9/e23/>,
        <http://dewey.info/class/949/e23/> ;
    skos:prefLabel "Southeast Europe"@en,
        "Sørøst-Europa"@nb,
        "Søraust-Europa"@nn .

humord:c03692 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03692" ;
    dct:modified "2025-04-04T14:00:22"^^xsd:dateTime ;
    skos:altLabel "Balkan Peninsula"@en,
        "Balkanstatene"@nb,
        "Balkanstatane"@nn ;
    skos:broader humord:c03691 ;
    skos:exactMatch realfagstermer:c030534,
        <http://dewey.info/class/2--496/e23/>,
        <http://dewey.info/class/914.96/e23/>,
        <http://dewey.info/class/949.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030534,
        <http://dewey.info/class/2--496/e23/>,
        <http://dewey.info/class/914.96/e23/>,
        <http://dewey.info/class/949.6/e23/> ;
    skos:prefLabel "Balkans"@en,
        "Balkan"@nb,
        "Balkan"@nn ;
    skos:related humord:c03478 .

humord:c03694 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03694" ;
    dct:modified "2025-02-25T14:16:57"^^xsd:dateTime ;
    skos:broader humord:c03692 ;
    skos:closeMatch <http://dewey.info/class/2--381/e23/>,
        <http://dewey.info/class/938.1/e23/> ;
    skos:definition "Landskap på Balkanhalvøya. Omfatter det nordlige Hellas, den selvstendige staten Makedonia og det sørvestlige Bulgaria <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--4956/e23/>,
        <http://dewey.info/class/914.956/e23/>,
        <http://dewey.info/class/949.56/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--381/e23/>,
        <http://dewey.info/class/2--4956/e23/>,
        <http://dewey.info/class/914.956/e23/>,
        <http://dewey.info/class/938.1/e23/>,
        <http://dewey.info/class/949.56/e23/> ;
    skos:prefLabel "Macedonia (Region)"@en,
        "Makedonia (Område)"@nb,
        "Makedonia (Område)"@nn .

humord:c03695 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03695" ;
    dct:modified "2025-02-25T14:17:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--3989/e23/>,
        <http://dewey.info/class/939.89/e23/> ;
    skos:broader humord:c03692 ;
    skos:definition "Moesia var en romersk provins på Balkan <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--3989/e23/>,
        <http://dewey.info/class/939.89/e23/> ;
    skos:prefLabel "Moesia"@en,
        "Moesia"@nb,
        "Moesia"@nn .

humord:c03696 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03696" ;
    dct:modified "2025-02-27T08:14:52"^^xsd:dateTime ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/2--38/e23/>,
        <http://dewey.info/class/2--4/e23/>,
        <http://dewey.info/class/914/e23/>,
        <http://dewey.info/class/938/e23/>,
        <http://dewey.info/class/940/e23/> ;
    skos:exactMatch realfagstermer:c030718 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030718,
        <http://dewey.info/class/2--38/e23/>,
        <http://dewey.info/class/2--4/e23/>,
        <http://dewey.info/class/914/e23/>,
        <http://dewey.info/class/938/e23/>,
        <http://dewey.info/class/940/e23/> ;
    skos:prefLabel "Southern Europe"@en,
        "Sør-Europa"@nb,
        "Sør-Europa"@nn .

humord:c03697 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03697" ;
    dct:modified "2025-02-04T08:05:16"^^xsd:dateTime ;
    skos:altLabel "Mediterranean basin"@en,
        "Mediterranean region"@en,
        "Middelhavsområdet"@nb,
        "Middelhavsområdet"@nn ;
    skos:broadMatch <http://dewey.info/class/2--37/e23/>,
        <http://dewey.info/class/2--4/e23/>,
        <http://dewey.info/class/914/e23/>,
        <http://dewey.info/class/937/e23/>,
        <http://dewey.info/class/940/e23/> ;
    skos:broader humord:c03745 ;
    skos:closeMatch realfagstermer:c031042 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031042,
        <http://dewey.info/class/2--37/e23/>,
        <http://dewey.info/class/2--4/e23/>,
        <http://dewey.info/class/914/e23/>,
        <http://dewey.info/class/937/e23/>,
        <http://dewey.info/class/940/e23/> ;
    skos:prefLabel "Mediterranean Countries"@en,
        "Middelhavslandene"@nb,
        "Middelhavslanda"@nn .

humord:c03698 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03698" ;
    dct:modified "2025-02-27T08:16:19"^^xsd:dateTime ;
    skos:altLabel "Thrace"@en,
        "Trakia"@nb,
        "Trakia"@nn ;
    skos:broader humord:c03661 ;
    skos:exactMatch <http://dewey.info/class/2--39861/e23/>,
        <http://dewey.info/class/939.861/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--39861/e23/>,
        <http://dewey.info/class/2--4961/e23/>,
        <http://dewey.info/class/914.961/e23/>,
        <http://dewey.info/class/939.861/e23/>,
        <http://dewey.info/class/949.61/e23/> ;
    skos:prefLabel "Thracia"@en,
        "Thrakia"@nb,
        "Thrakia"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--4961/e23/>,
        <http://dewey.info/class/914.961/e23/>,
        <http://dewey.info/class/949.61/e23/> .

humord:c03699 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-02-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03699" ;
    dct:modified "2025-04-17T09:12:40"^^xsd:dateTime ;
    skos:altLabel "Tyske keisardømmet"@nn ;
    skos:broadMatch <http://dewey.info/class/943.083/e23/>,
        <http://dewey.info/class/943.084/e23/> ;
    skos:broader humord:c03491 ;
    skos:definition "Tysk keiserdømme fra 1871 til 1918 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/943.083/e23/>,
        <http://dewey.info/class/943.084/e23/> ;
    skos:prefLabel "German Empire"@en,
        "Tyske keiserdømmet"@nb,
        "Tyske keisardømet"@nn .

humord:c03700 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-02-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03700" ;
    dct:modified "2025-11-13T08:26:55"^^xsd:dateTime ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/943.02/e23/> ;
    skos:definition "Tysk-romerske rike var et tysk keiserdømme fra 962 til 1806 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/943.02/e23/> ;
    skos:prefLabel "Holy Roman Empire"@en,
        "Tysk-romerske rike"@nb,
        "Tysk-romarske rike"@nn ;
    skos:related humord:c03491 .

humord:c03701 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03701" ;
    dct:modified "2025-02-27T08:18:17"^^xsd:dateTime ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/2--36/e23/>,
        <http://dewey.info/class/936/e23/> ;
    skos:exactMatch realfagstermer:c030477,
        <http://dewey.info/class/2--4/e23/>,
        <http://dewey.info/class/914/e23/>,
        <http://dewey.info/class/940/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030477,
        <http://dewey.info/class/2--36/e23/>,
        <http://dewey.info/class/2--4/e23/>,
        <http://dewey.info/class/914/e23/>,
        <http://dewey.info/class/936/e23/>,
        <http://dewey.info/class/940/e23/> ;
    skos:prefLabel "Western Europe"@en,
        "Vest-Europa"@nb,
        "Vest-Europa"@nn .

humord:c03702 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03702" ;
    dct:modified "2025-02-26T15:36:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/943.9043/e23/> ;
    skos:broader humord:c03661 ;
    skos:definition "Østerrike-Ungarn er betegnelse for keiserdømmet Østerrike og kongeriket Ungarn i den tid de to riker var forent i realunion, 1867-1918 <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030544,
        <http://dewey.info/class/2--436/e23/>,
        <http://dewey.info/class/943.6044/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030544,
        <http://dewey.info/class/2--436/e23/>,
        <http://dewey.info/class/943.6044/e23/>,
        <http://dewey.info/class/943.9043/e23/> ;
    skos:prefLabel "Austria-Hungary"@en,
        "Østerrike-Ungarn"@nb,
        "Austerrike-Ungarn"@nn ;
    skos:related humord:c03625,
        humord:c03646 .

humord:c03703 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-11-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03703" ;
    dct:modified "2024-08-21T10:27:28"^^xsd:dateTime ;
    skos:altLabel "Baltic Sea region"@en,
        "Østersjøregionen"@nb,
        "Austersjøregionen"@nn ;
    skos:broader humord:c03661 ;
    skos:closeMatch <http://dewey.info/class/2--485/e23/>,
        <http://dewey.info/class/914.85/e23/>,
        <http://dewey.info/class/948.5/e23/> ;
    skos:definition "Området rundt Østersjøen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--485/e23/>,
        <http://dewey.info/class/914.85/e23/>,
        <http://dewey.info/class/948.5/e23/> ;
    skos:prefLabel "Baltic Sea Area"@en,
        "Østersjøområdet"@nb,
        "Austersjøområdet"@nn ;
    skos:related humord:c03719 .

humord:c03704 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03704" ;
    dct:modified "2024-08-21T10:28:47"^^xsd:dateTime ;
    skos:altLabel "Baltikum"@nb,
        "Østersjøprovinsene"@nb,
        "Austersjøprovinsane"@nn,
        "Baltikum"@nn ;
    skos:broader humord:c03703 ;
    skos:closeMatch <http://dewey.info/class/2--479/e23/>,
        <http://dewey.info/class/914.79/e23/>,
        <http://dewey.info/class/947.9/e23/> ;
    skos:exactMatch realfagstermer:c030295 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030295,
        <http://dewey.info/class/2--479/e23/>,
        <http://dewey.info/class/914.79/e23/>,
        <http://dewey.info/class/947.9/e23/> ;
    skos:prefLabel "Baltic States"@en,
        "Baltiske stater"@nb,
        "Baltiske statar"@nn ;
    skos:related humord:c02209,
        humord:c02582,
        humord:c02586 .

humord:c03707 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03707" ;
    dct:modified "2024-08-21T08:49:23"^^xsd:dateTime ;
    skos:altLabel "Østeuropa"@nb,
        "Austeuropa"@nn ;
    skos:broader humord:c03661 ;
    skos:definition "Fellesbetegnelse på de land som etter 2. verdenskrig fikk et kommunistisk styresett (Albania, Bulgaria, Jugoslavia, Polen, Romania, Sovjetunionen, Tsjekkoslovakia, Tyske demokratiske republikk, Ungarn) <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030689,
        <http://dewey.info/class/2--47/e23/>,
        <http://dewey.info/class/914.7/e23/>,
        <http://dewey.info/class/947/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030689,
        <http://dewey.info/class/2--47/e23/>,
        <http://dewey.info/class/914.7/e23/>,
        <http://dewey.info/class/947/e23/> ;
    skos:prefLabel "Eastern Europe"@en,
        "Øst-Europa"@nb,
        "Aust-Europa"@nn .

humord:c03709 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03709" ;
    dct:modified "2025-02-25T14:04:54"^^xsd:dateTime ;
    skos:altLabel "Bodensee"@nb,
        "Lac de Constance"@nb,
        "Bodensee"@nn,
        "Lac de Constance"@nn ;
    skos:broadMatch <http://dewey.info/class/2--43462/e23/>,
        <http://dewey.info/class/914.3462/e23/>,
        <http://dewey.info/class/943.462/e23/> ;
    skos:broader humord:c03708 ;
    skos:definition "Bodensjøen er en innsjø mellom Sveits, Tyskland og Østerrike. (Brukes også for det omkringliggende området) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--43462/e23/>,
        <http://dewey.info/class/2--494597/e23/>,
        <http://dewey.info/class/914.3462/e23/>,
        <http://dewey.info/class/943.462/e23/> ;
    skos:prefLabel "Lake Constance"@en,
        "Bodensjøen"@nb,
        "Bodensjøen"@nn ;
    skos:relatedMatch <http://dewey.info/class/2--494597/e23/> .

humord:c03710 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03710" ;
    dct:modified "2025-02-04T07:42:22"^^xsd:dateTime ;
    skos:altLabel "Marine areas"@en ;
    skos:broader humord:c06256 ;
    skos:closeMatch realfagstermer:c000761 ;
    skos:exactMatch <http://dewey.info/class/2--162/e23/>,
        <http://dewey.info/class/910.9162/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000761,
        <http://dewey.info/class/2--162/e23/>,
        <http://dewey.info/class/910.9162/e23/> ;
    skos:prefLabel "Sea areas"@en,
        "Havområder"@nb,
        "Havområde"@nn .

humord:c03711 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03711" ;
    dct:modified "2025-02-28T07:52:03"^^xsd:dateTime ;
    skos:broader humord:c03716 ;
    skos:exactMatch realfagstermer:c030678,
        <http://dewey.info/class/2--16385/e23/>,
        <http://dewey.info/class/551.461385/e23/>,
        <http://dewey.info/class/910.916385/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030678,
        <http://dewey.info/class/2--16385/e23/>,
        <http://dewey.info/class/551.461385/e23/>,
        <http://dewey.info/class/910.916385/e23/> ;
    skos:prefLabel "Adriatic Sea"@en,
        "Adriaterhavet"@nb,
        "Adriaterhavet"@nn .

humord:c03712 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03712" ;
    dct:modified "2024-08-28T12:09:08"^^xsd:dateTime ;
    skos:altLabel "Atlanteren"@nb,
        "Atlanteren"@nn ;
    skos:broader humord:c03710 ;
    skos:exactMatch realfagstermer:c030322,
        <http://dewey.info/class/2--163/e23/>,
        <http://dewey.info/class/551.4613/e23/>,
        <http://dewey.info/class/910.9163/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030322,
        <http://dewey.info/class/2--163/e23/>,
        <http://dewey.info/class/551.4613/e23/>,
        <http://dewey.info/class/910.9163/e23/>,
        <http://dewey.info/class/940.54293/e23/> ;
    skos:prefLabel "Atlantic Ocean"@en,
        "Atlanterhavet"@nb,
        "Atlanterhavet"@nn ;
    skos:relatedMatch <http://dewey.info/class/940.54293/e23/> .

humord:c03713 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-02-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03713" ;
    dct:modified "2025-02-28T12:21:11"^^xsd:dateTime ;
    skos:altLabel "Nord-Atlanteren"@nb,
        "Nordatlanteren"@nb,
        "Nord-Atlanteren"@nn,
        "Nordatlanteren"@nn ;
    skos:broader humord:c03712 ;
    skos:editorialNote "Nordlige Atlanterhavsområde brukes også om de tilgrensende landområder; Island, Færøyene, Shetland og norskekysten"@nb ;
    skos:exactMatch realfagstermer:c030313,
        <http://dewey.info/class/2--1631/e23/>,
        <http://dewey.info/class/551.46131/e23/>,
        <http://dewey.info/class/910.91631/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030313,
        <http://dewey.info/class/2--1631/e23/>,
        <http://dewey.info/class/551.46131/e23/>,
        <http://dewey.info/class/910.91631/e23/> ;
    skos:prefLabel "North Atlantic Ocean"@en,
        "Nordlige Atlanterhavsområde"@nb,
        "Nordlege Atlanterhavsområde"@nn .

humord:c03714 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03714" ;
    dct:modified "2025-02-28T11:34:16"^^xsd:dateTime ;
    skos:altLabel "Nordsjøområdet"@nb ;
    skos:broader humord:c03712 ;
    skos:closeMatch <http://dewey.info/class/2--16336/e23/>,
        <http://dewey.info/class/551.461336/e23/>,
        <http://dewey.info/class/910.916336/e23/> ;
    skos:exactMatch realfagstermer:c030209 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030209,
        <http://dewey.info/class/2--16336/e23/>,
        <http://dewey.info/class/551.461336/e23/>,
        <http://dewey.info/class/910.916336/e23/> ;
    skos:prefLabel "North Sea"@en,
        "Nordsjøen"@nb,
        "Nordsjøen"@nn .

humord:c03715 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-10-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03715" ;
    dct:modified "2025-02-28T11:20:41"^^xsd:dateTime ;
    skos:altLabel "Kattegatområdet"@nb,
        "Kattegatområdet"@nn ;
    skos:broadMatch <http://dewey.info/class/2--16336/e23/>,
        <http://dewey.info/class/551.461336/e23/>,
        <http://dewey.info/class/910.916336/e23/> ;
    skos:broader humord:c03714 ;
    skos:definition "Kattegat er havstykket mellom Danmark og Sverige. Brukes også om de omkringliggende kystområder <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030394 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030394,
        <http://dewey.info/class/2--16336/e23/>,
        <http://dewey.info/class/551.461336/e23/>,
        <http://dewey.info/class/910.916336/e23/> ;
    skos:prefLabel "Kattegat"@en,
        "Kattegat"@nb,
        "Kattegat"@nn .

humord:c03716 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03716" ;
    dct:modified "2025-10-23T13:50:50"^^xsd:dateTime ;
    skos:altLabel "Mellomhavet"@nn,
        "Midhavet"@nn ;
    skos:broader humord:c03710 ;
    skos:exactMatch realfagstermer:c030225,
        <http://dewey.info/class/2--1638/e23/>,
        <http://dewey.info/class/551.46138/e23/>,
        <http://dewey.info/class/910.91638/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030225,
        <http://dewey.info/class/2--1638/e23/>,
        <http://dewey.info/class/551.46138/e23/>,
        <http://dewey.info/class/910.91638/e23/> ;
    skos:prefLabel "Mediterranean Sea"@en,
        "Middelhavet"@nb,
        "Middelhavet"@nn .

humord:c03717 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03717" ;
    dct:modified "2025-02-27T08:44:08"^^xsd:dateTime ;
    skos:altLabel "Arabiske bukt"@nb,
        "Arabiske gulf"@nb,
        "Persiabukta"@nb,
        "Persiabukten"@nb,
        "Persiske golf"@nb,
        "Arabiske bukt"@nn,
        "Arabiske golf"@nn,
        "Persiabukta"@nn,
        "Persiske golf"@nn ;
    skos:broader humord:c13498 ;
    skos:exactMatch realfagstermer:c030498,
        <http://dewey.info/class/2--16535/e23/>,
        <http://dewey.info/class/551.461535/e23/>,
        <http://dewey.info/class/910.916535/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030498,
        <http://dewey.info/class/2--16535/e23/>,
        <http://dewey.info/class/551.461535/e23/>,
        <http://dewey.info/class/910.916535/e23/> ;
    skos:prefLabel "Persian Gulf"@en,
        "Persiske bukt"@nb,
        "Persiske bukt"@nn .

humord:c03719 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-12-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03719" ;
    dct:modified "2024-08-21T10:26:13"^^xsd:dateTime ;
    skos:altLabel "The Baltic Sea"@en,
        "Baltiske hav"@nb,
        "Det Baltiske hav"@nb,
        "Baltiske hav"@nn,
        "Det Baltiske hav"@nn ;
    skos:broader humord:c03712 ;
    skos:exactMatch realfagstermer:c030246,
        <http://dewey.info/class/2--16334/e23/>,
        <http://dewey.info/class/551.461334/e23/>,
        <http://dewey.info/class/910.916334/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030246,
        <http://dewey.info/class/2--16334/e23/>,
        <http://dewey.info/class/551.461334/e23/>,
        <http://dewey.info/class/910.916334/e23/> ;
    skos:prefLabel "Baltic Sea"@en,
        "Østersjøen"@nb,
        "Austersjøen"@nn ;
    skos:related humord:c03703 .

humord:c03720 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03720" ;
    dct:modified "2025-02-28T07:59:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--16334/e23/>,
        <http://dewey.info/class/551.461334/e23/>,
        <http://dewey.info/class/910.916334/e23/> ;
    skos:broader humord:c03719 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--16334/e23/>,
        <http://dewey.info/class/551.461334/e23/>,
        <http://dewey.info/class/910.916334/e23/> ;
    skos:prefLabel "Bothnian Bay"@en,
        "Bottenviken"@nb,
        "Bottenvika"@nn .

humord:c03721 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03721" ;
    dct:modified "2025-02-04T07:40:32"^^xsd:dateTime ;
    skos:broader humord:c06256 ;
    skos:closeMatch <http://dewey.info/class/2--95/e23/>,
        <http://dewey.info/class/919.5/e23/>,
        <http://dewey.info/class/995/e23/> ;
    skos:exactMatch realfagstermer:c030442 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030442,
        <http://dewey.info/class/2--95/e23/>,
        <http://dewey.info/class/919.5/e23/>,
        <http://dewey.info/class/995/e23/> ;
    skos:prefLabel "Oceania"@en,
        "Oseania"@nb,
        "Oseania"@nn ;
    skos:related humord:c14708,
        humord:c26413 .

humord:c03723 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03723" ;
    dct:modified "2024-08-28T20:08:09"^^xsd:dateTime ;
    skos:broader humord:c03721 ;
    skos:exactMatch realfagstermer:c030212,
        <http://dewey.info/class/2--94/e23/>,
        <http://dewey.info/class/919.4/e23/>,
        <http://dewey.info/class/994/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030212,
        <http://dewey.info/class/2--94/e23/>,
        <http://dewey.info/class/919.4/e23/>,
        <http://dewey.info/class/994/e23/> ;
    skos:prefLabel "Australia"@en,
        "Australia"@nb,
        "Australia"@nn .

humord:c03724 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03724" ;
    dct:modified "2025-02-27T10:25:25"^^xsd:dateTime ;
    skos:altLabel "Fransk Oseania"@nb,
        "Polynesie Francaise"@nb,
        "Fransk Oseania"@nn,
        "Polynesie Francaise"@nn ;
    skos:broader humord:c03737 ;
    skos:closeMatch <http://dewey.info/class/2--962/e23/>,
        <http://dewey.info/class/919.62/e23/>,
        <http://dewey.info/class/996.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--962/e23/>,
        <http://dewey.info/class/919.62/e23/>,
        <http://dewey.info/class/996.2/e23/> ;
    skos:prefLabel "French Polynesia"@en,
        "Fransk Polynesia"@nb,
        "Fransk Polynesia"@nn .

humord:c03727 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03727" ;
    dct:modified "2025-02-27T14:17:48"^^xsd:dateTime ;
    skos:broader humord:c03721 ;
    skos:exactMatch realfagstermer:c030791,
        <http://dewey.info/class/2--95/e23/>,
        <http://dewey.info/class/919.5/e23/>,
        <http://dewey.info/class/995/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030791,
        <http://dewey.info/class/2--95/e23/>,
        <http://dewey.info/class/919.5/e23/>,
        <http://dewey.info/class/995/e23/> ;
    skos:prefLabel "Melanesia"@en,
        "Melanesia"@nb,
        "Melanesia"@nn .

humord:c03728 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-08-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03728" ;
    dct:modified "2025-02-27T12:08:43"^^xsd:dateTime ;
    skos:broader humord:c03721 ;
    skos:definition "Mikronesia er et øyområde i det nordvestlige Stillehavet øst for Filippinene <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030786,
        <http://dewey.info/class/2--965/e23/>,
        <http://dewey.info/class/919.65/e23/>,
        <http://dewey.info/class/996.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030786,
        <http://dewey.info/class/2--965/e23/>,
        <http://dewey.info/class/919.65/e23/>,
        <http://dewey.info/class/996.5/e23/> ;
    skos:prefLabel "Micronesia"@en,
        "Mikronesia"@nb,
        "Mikronesia"@nn .

humord:c03729 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-03-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03729" ;
    dct:modified "2024-09-16T13:36:04"^^xsd:dateTime ;
    skos:altLabel "Truk"@nb,
        "Truk"@nn ;
    skos:broadMatch <http://dewey.info/class/2--966/e23/>,
        <http://dewey.info/class/919.66/e23/>,
        <http://dewey.info/class/996.6/e23/> ;
    skos:broader humord:c25607 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--966/e23/>,
        <http://dewey.info/class/919.66/e23/>,
        <http://dewey.info/class/996.6/e23/> ;
    skos:prefLabel "Chuuk"@en,
        "Chuuk"@nb,
        "Chuuk"@nn .

humord:c03730 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03730" ;
    dct:modified "2025-02-27T12:03:03"^^xsd:dateTime ;
    skos:altLabel "Ny-Zealand"@nb,
        "Ny-Zealand"@nn ;
    skos:broader humord:c03737 ;
    skos:exactMatch realfagstermer:c030245,
        <http://dewey.info/class/2--93/e23/>,
        <http://dewey.info/class/919.3/e23/>,
        <http://dewey.info/class/993/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030245,
        <http://dewey.info/class/2--93/e23/>,
        <http://dewey.info/class/919.3/e23/>,
        <http://dewey.info/class/993/e23/> ;
    skos:prefLabel "New Zealand"@en,
        "New Zealand"@nb,
        "New Zealand"@nn .

humord:c03732 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03732" ;
    dct:modified "2025-02-27T14:18:41"^^xsd:dateTime ;
    skos:altLabel "Nouvelle Caledonie"@nb,
        "Nouvelle Caledonie"@nn ;
    skos:broader humord:c03727 ;
    skos:exactMatch realfagstermer:c031800,
        <http://dewey.info/class/2--9597/e23/>,
        <http://dewey.info/class/919.597/e23/>,
        <http://dewey.info/class/995.97/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031800,
        <http://dewey.info/class/2--9597/e23/>,
        <http://dewey.info/class/919.597/e23/>,
        <http://dewey.info/class/995.97/e23/> ;
    skos:prefLabel "New Caledonia"@en,
        "Ny-Caledonia"@nb,
        "Ny-Caledonia"@nn .

humord:c03734 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03734" ;
    dct:modified "2025-02-27T14:18:20"^^xsd:dateTime ;
    skos:altLabel "New Guinea (Øya)"@nb,
        "New Guinea (Øya)"@nn ;
    skos:broader humord:c03727 ;
    skos:closeMatch <http://dewey.info/class/2--95/e23/>,
        <http://dewey.info/class/919.5/e23/>,
        <http://dewey.info/class/995/e23/> ;
    skos:definition "Øy i det sørvestlige stillehavsområdet, delt mellom Papua Ny-Guinea og Indonesia <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--95/e23/>,
        <http://dewey.info/class/919.5/e23/>,
        <http://dewey.info/class/995/e23/> ;
    skos:prefLabel "New Guinea (Island)"@en,
        "Ny-Guinea (Øya)"@nb,
        "Ny-Guinea (Øya)"@nn .

humord:c03737 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03737" ;
    dct:modified "2025-02-27T12:00:59"^^xsd:dateTime ;
    skos:broader humord:c03721 ;
    skos:exactMatch realfagstermer:c030575,
        <http://dewey.info/class/2--96/e23/>,
        <http://dewey.info/class/919.6/e23/>,
        <http://dewey.info/class/996/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030575,
        <http://dewey.info/class/2--96/e23/>,
        <http://dewey.info/class/919.6/e23/>,
        <http://dewey.info/class/996/e23/> ;
    skos:prefLabel "Polynesia"@en,
        "Polynesia"@nb,
        "Polynesia"@nn .

humord:c03738 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03738" ;
    dct:modified "2025-02-27T12:02:46"^^xsd:dateTime ;
    skos:altLabel "Rapa Nui"@nb,
        "Rapa Nui"@nn ;
    skos:broadMatch <http://dewey.info/class/2--9618/e23/>,
        <http://dewey.info/class/919.618/e23/>,
        <http://dewey.info/class/996.18/e23/> ;
    skos:broader humord:c03737 ;
    skos:definition "Påskeøya er en chilensk øy i Stillehavet <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--9618/e23/>,
        <http://dewey.info/class/919.618/e23/>,
        <http://dewey.info/class/996.18/e23/> ;
    skos:prefLabel "Easter Island"@en,
        "Påskeøya"@nb,
        "Påskeøya"@nn .

humord:c03739 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03739" ;
    dct:modified "2025-02-27T11:59:27"^^xsd:dateTime ;
    skos:altLabel "Samoaøyene"@nn ;
    skos:broader humord:c03737 ;
    skos:closeMatch <http://dewey.info/class/2--9613/e23/>,
        <http://dewey.info/class/919.613/e23/>,
        <http://dewey.info/class/996.13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--9613/e23/>,
        <http://dewey.info/class/919.613/e23/>,
        <http://dewey.info/class/996.13/e23/> ;
    skos:prefLabel "Samoan Islands"@en,
        "Samoaøyene"@nb,
        "Samoaøyane"@nn .

humord:c03741 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03741" ;
    dct:modified "2026-01-05T13:45:46"^^xsd:dateTime ;
    skos:altLabel "Pacific Islands"@en,
        "Sydhavsøyene"@nb,
        "Stillehavsøyene"@nn,
        "Sydhavsøyane"@nn,
        "Sydhavsøyene"@nn ;
    skos:broader humord:c03721 ;
    skos:closeMatch <http://dewey.info/class/2--9/e23/>,
        <http://dewey.info/class/919/e23/>,
        <http://dewey.info/class/990/e23/> ;
    skos:exactMatch realfagstermer:c030384 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030384,
        <http://dewey.info/class/2--9/e23/>,
        <http://dewey.info/class/919/e23/>,
        <http://dewey.info/class/990/e23/> ;
    skos:prefLabel "Pacific Ocean Islands"@en,
        "Stillehavsøyene"@nb,
        "Stillehavsøyane"@nn .

humord:c03743 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03743" ;
    dct:modified "2025-04-15T09:05:58"^^xsd:dateTime ;
    skos:altLabel "Ny-Hebridene"@nb,
        "Ny-Hebridane"@nn ;
    skos:broader humord:c03727 ;
    skos:definition "Vanuatu er en republikk i sørvestlige del av Stillehavet, Melanesia, fram til 1980 britisk-fransk koloni under navnet Ny-Hebridene <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--9595/e23/>,
        <http://dewey.info/class/919.595/e23/>,
        <http://dewey.info/class/995.95/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--9595/e23/>,
        <http://dewey.info/class/919.595/e23/>,
        <http://dewey.info/class/995.95/e23/> ;
    skos:prefLabel "Vanuatu"@en,
        "Vanuatu"@nb,
        "Vanuatu"@nn .

humord:c03744 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-11-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03744" ;
    dct:modified "2024-08-26T16:19:11"^^xsd:dateTime ;
    skos:altLabel "Wallis and Futuna Islands"@en ;
    skos:broader humord:c03737 ;
    skos:definition "Wallis og Futuna er en fransk besittelse i Oseania <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--9616/e23/>,
        <http://dewey.info/class/919.616/e23/>,
        <http://dewey.info/class/996.16/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--9616/e23/>,
        <http://dewey.info/class/919.616/e23/>,
        <http://dewey.info/class/996.16/e23/> ;
    skos:prefLabel "Wallis and Futuna"@en,
        "Wallis og Futuna"@nb,
        "Wallis og Futuna"@nn .

humord:c03745 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-12-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03745" ;
    dct:modified "2025-02-28T07:40:02"^^xsd:dateTime ;
    skos:broader humord:c06256 ;
    skos:closeMatch <http://dewey.info/class/2--1712/e23/>,
        <http://dewey.info/class/321.03/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--1712/e23/>,
        <http://dewey.info/class/321.03/e23/> ;
    skos:prefLabel "Great territories and empires"@en,
        "Store landområder og imperier"@nb,
        "Store landområde og imperium"@nn ;
    skos:related humord:c23367 .

humord:c03746 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03746" ;
    dct:modified "2024-08-15T13:29:45"^^xsd:dateTime ;
    skos:altLabel "Antarktika"@nb,
        "Det antarktiske kontinent"@nb,
        "Antarktika"@nn,
        "Det antarktiske kontinent"@nn ;
    skos:broader humord:c27662 ;
    skos:definition "Fellesbetegnelse på land- og havområdene omkring jordas sydpol <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030206,
        <http://dewey.info/class/2--989/e23/>,
        <http://dewey.info/class/919.89/e23/>,
        <http://dewey.info/class/998.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030206,
        <http://dewey.info/class/2--989/e23/>,
        <http://dewey.info/class/919.89/e23/>,
        <http://dewey.info/class/998.9/e23/> ;
    skos:prefLabel "Antarctica"@en,
        "Antarktis"@nb,
        "Antarktis"@nn .

humord:c03747 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-11-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03747" ;
    dct:modified "2024-08-28T07:54:23"^^xsd:dateTime ;
    skos:altLabel "Arktiske strøk"@nb,
        "Arktiske strøk"@nn ;
    skos:broader humord:c27662 ;
    skos:exactMatch realfagstermer:c030972,
        <http://dewey.info/class/2--113/e23/>,
        <http://dewey.info/class/909.0913/e23/>,
        <http://dewey.info/class/910.9113/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030972,
        <http://dewey.info/class/2--113/e23/>,
        <http://dewey.info/class/909.0913/e23/>,
        <http://dewey.info/class/910.9113/e23/> ;
    skos:prefLabel "Arctic regions"@en,
        "Arktis"@nb,
        "Arktis"@nn .

humord:c03748 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03748" ;
    dct:modified "2025-02-04T07:52:43"^^xsd:dateTime ;
    skos:broader humord:c03745 ;
    skos:exactMatch <http://dewey.info/class/2--171241/e23/>,
        <http://dewey.info/class/909.0971241/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--171241/e23/>,
        <http://dewey.info/class/909.0971241/e23/> ;
    skos:prefLabel "British Empire"@en,
        "Britiske imperium"@nb,
        "Britiske imperium"@nn .

humord:c03749 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03749" ;
    dct:modified "2025-02-04T07:53:55"^^xsd:dateTime ;
    skos:altLabel "Samveldet av nasjoner"@nb,
        "Samveldet av nasjonar"@nn ;
    skos:broader humord:c03745 ;
    skos:exactMatch <http://dewey.info/class/2--171241/e23/>,
        <http://dewey.info/class/909.0971241/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--171241/e23/>,
        <http://dewey.info/class/909.0971241/e23/> ;
    skos:prefLabel "Commonwealth of Nations"@en,
        "Britiske samveldet"@nb,
        "Britiske samveldet"@nn .

humord:c03750 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03750" ;
    dct:modified "2026-06-25T08:09:37"^^xsd:dateTime ;
    skos:altLabel "Bysantinsk periode"@nb,
        "Bysants (Staten)"@nb,
        "Byzants (Staten)"@nb,
        "Østromerske rike"@nb,
        "Austromerske rike"@nn,
        "Bysantinsk periode"@nn,
        "Bysants (Staten)"@nn,
        "Byzants (Staten)"@nn ;
    skos:broader humord:c03745 ;
    skos:closeMatch <http://dewey.info/class/2--495/e23/>,
        <http://dewey.info/class/914.95/e23/>,
        <http://dewey.info/class/949.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--495/e23/>,
        <http://dewey.info/class/914.95/e23/>,
        <http://dewey.info/class/949.5/e23/> ;
    skos:prefLabel "Byzantine Empire"@en,
        "Bysantinske rike"@nb,
        "Bysantinske rike"@nn ;
    skos:related humord:c19839 .

humord:c03753 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-06-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03753" ;
    dct:modified "2025-02-04T07:55:40"^^xsd:dateTime ;
    skos:broader humord:c03745 ;
    skos:exactMatch realfagstermer:c030211,
        <http://dewey.info/class/2--982/e23/>,
        <http://dewey.info/class/919.82/e23/>,
        <http://dewey.info/class/998.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030211,
        <http://dewey.info/class/2--982/e23/>,
        <http://dewey.info/class/919.82/e23/>,
        <http://dewey.info/class/998.2/e23/> ;
    skos:prefLabel "Greenland (Island)"@en,
        "Grønland (Øy)"@nb,
        "Grønland (Øy)"@nn .

humord:c03754 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03754" ;
    dct:modified "2023-11-30T08:58:02"^^xsd:dateTime ;
    skos:altLabel "Islamic Countries"@en,
        "Islamske imperium"@nb,
        "Islamske rike"@nb,
        "Islamske stater"@nb,
        "Islamske verden"@nb ;
    skos:broader humord:c03745 ;
    skos:closeMatch <http://dewey.info/class/2--1767/e23/>,
        <http://dewey.info/class/910.91767/e23/> ;
    skos:exactMatch realfagstermer:c000882 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000882,
        <http://dewey.info/class/2--1767/e23/>,
        <http://dewey.info/class/910.91767/e23/> ;
    skos:prefLabel "Muslim world"@en,
        "Islamske land"@nb,
        "Islamske land"@nn ;
    skos:related humord:c00976,
        humord:c01634 .

humord:c03755 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03755" ;
    dct:modified "2025-02-04T08:06:32"^^xsd:dateTime ;
    skos:altLabel "Midt-Østen"@nb,
        "Nære Orient"@nb,
        "Nære Østen"@nb,
        "Sørvest-Asia"@nb,
        "Midt-Austen"@nn,
        "Nære Austen"@nn,
        "Nære Orient"@nn,
        "Sørvest-Asia"@nn ;
    skos:broader humord:c03745 ;
    skos:closeMatch <http://dewey.info/class/2--394/e23/>,
        <http://dewey.info/class/939.4/e23/> ;
    skos:exactMatch realfagstermer:c030592,
        <http://dewey.info/class/2--56/e23/>,
        <http://dewey.info/class/915.6/e23/>,
        <http://dewey.info/class/956/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030592,
        <http://dewey.info/class/2--394/e23/>,
        <http://dewey.info/class/2--56/e23/>,
        <http://dewey.info/class/915.6/e23/>,
        <http://dewey.info/class/939.4/e23/>,
        <http://dewey.info/class/956/e23/> ;
    skos:prefLabel "Middle East"@en,
        "Midtøsten"@nb,
        "Midtausten"@nn ;
    skos:related humord:c01809 .

humord:c03759 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03759" ;
    dct:modified "2024-08-16T14:27:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--569/e23/>,
        <http://dewey.info/class/915.69/e23/>,
        <http://dewey.info/class/956.9/e23/> ;
    skos:broader humord:c03755 ;
    skos:definition "Sørlige del av den syriske sprekkedal mellom Dødehavet og Akababukta. Danner grensen mellom Israel og Jordan <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--569/e23/>,
        <http://dewey.info/class/915.69/e23/>,
        <http://dewey.info/class/956.9/e23/> ;
    skos:prefLabel "Arabah"@en,
        "Arabah"@nb,
        "Arabah"@nn .

humord:c03760 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03760" ;
    dct:modified "2025-02-26T15:35:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/2--48/e23/>,
        <http://dewey.info/class/914.8/e23/>,
        <http://dewey.info/class/948/e23/> ;
    skos:broader humord:c03661 ;
    skos:definition "Nordkalotten er de delene av Norge, Sverige og Finland som ligger nord for polarsirkelen <BOB>"@nb ;
    skos:exactMatch realfagstermer:c030256 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030256,
        <http://dewey.info/class/2--48/e23/>,
        <http://dewey.info/class/914.8/e23/>,
        <http://dewey.info/class/948/e23/> ;
    skos:prefLabel "North Calotte"@en,
        "Nordkalotten"@nb,
        "Nordkalotten"@nn ;
    skos:related humord:c14707 .

humord:c03761 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03761" ;
    dct:modified "2024-08-21T10:18:44"^^xsd:dateTime ;
    skos:altLabel "Østen"@nb,
        "Austen"@nn ;
    skos:broader humord:c03745 ;
    skos:closeMatch <http://dewey.info/class/2--5/e23/>,
        <http://dewey.info/class/915/e23/>,
        <http://dewey.info/class/950/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--5/e23/>,
        <http://dewey.info/class/915/e23/>,
        <http://dewey.info/class/950/e23/> ;
    skos:prefLabel "Orient"@en,
        "Orienten"@nb,
        "Orienten"@nn ;
    skos:related humord:c01809 .

humord:c03763 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03763" ;
    dct:modified "2025-02-04T08:09:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/932.016/e23/>,
        <http://dewey.info/class/933.03/e23/>,
        <http://dewey.info/class/935.05/e23/>,
        <http://dewey.info/class/939.403/e23/> ;
    skos:broader humord:c03745 ;
    skos:closeMatch <http://dewey.info/class/2--35/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--35/e23/>,
        <http://dewey.info/class/932.016/e23/>,
        <http://dewey.info/class/933.03/e23/>,
        <http://dewey.info/class/935.05/e23/>,
        <http://dewey.info/class/939.403/e23/> ;
    skos:prefLabel "Persian Empire"@en,
        "Perserriket"@nb,
        "Persarriket"@nn ;
    skos:related humord:c01927 .

humord:c03764 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-06-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03764" ;
    dct:modified "2025-11-13T08:26:17"^^xsd:dateTime ;
    skos:altLabel "Antikkens Rom"@nb,
        "Roma (Staten)"@nb,
        "Romerske imperium"@nb,
        "Antikkens Rom"@nn,
        "Roma (Staten)"@nn,
        "Romarske imperium"@nn ;
    skos:broader humord:c03745 ;
    skos:closeMatch realfagstermer:c030744 ;
    skos:definition "Det riket som byen Roma behersket i antikken. (Fra ca 700 f.Kr. 476 e.Kr.) <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--37/e23/>,
        <http://dewey.info/class/937.06/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030744,
        <http://dewey.info/class/2--37/e23/>,
        <http://dewey.info/class/937.06/e23/> ;
    skos:prefLabel "Roman Empire"@en,
        "Romerriket"@nb,
        "Romarriket"@nn ;
    skos:related humord:c10882 .

humord:c03767 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03767" ;
    dct:modified "2024-10-02T14:55:43"^^xsd:dateTime ;
    skos:altLabel "USSR"@en,
        "Sovjet"@nb,
        "Sovjet-Russland"@nb,
        "Sovjetsamveldet"@nb,
        "USSR"@nb,
        "Unionen av sovjetiske sosialistiske republikker"@nb,
        "Sovjet"@nn,
        "Sovjet-Russland"@nn,
        "Sovjetsamveldet"@nn,
        "USSR"@nn,
        "Unionen av sovjetiske sosialistiske republikkar"@nn ;
    skos:broadMatch <http://dewey.info/class/2--57/e23/>,
        <http://dewey.info/class/915.7/e23/>,
        <http://dewey.info/class/957/e23/> ;
    skos:broader humord:c03745 ;
    skos:definition "Betegnelse på Sovjet-Russland (1917-1923) og på Unionen av sovjetiske sosialistiske republikker (fra 1923 - 1991) <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030410,
        <http://dewey.info/class/2--47/e23/>,
        <http://dewey.info/class/914.7/e23/>,
        <http://dewey.info/class/947.084/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030410,
        <http://dewey.info/class/2--47/e23/>,
        <http://dewey.info/class/2--57/e23/>,
        <http://dewey.info/class/914.7/e23/>,
        <http://dewey.info/class/915.7/e23/>,
        <http://dewey.info/class/947.084/e23/>,
        <http://dewey.info/class/957/e23/> ;
    skos:prefLabel "Soviet Union"@en,
        "Sovjetunionen"@nb,
        "Sovjetunionen"@nn ;
    skos:related humord:c03083,
        humord:c11570 .

humord:c03771 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03771" ;
    dct:modified "2025-05-11T19:22:13"^^xsd:dateTime ;
    skos:altLabel "Spanske imperium"@nb,
        "Spanske imperium"@nn ;
    skos:broadMatch <http://dewey.info/class/946.04/e23/>,
        <http://dewey.info/class/946.05/e23/> ;
    skos:broader humord:c03745 ;
    skos:exactMatch <http://dewey.info/class/909.0971246/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/909.0971246/e23/>,
        <http://dewey.info/class/946.04/e23/>,
        <http://dewey.info/class/946.05/e23/> ;
    skos:prefLabel "Spanish Empire"@en,
        "Spanske imperiet"@nb,
        "Spanske imperiet"@nn .

humord:c03772 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03772" ;
    dct:modified "2025-02-28T07:39:26"^^xsd:dateTime ;
    skos:altLabel "Occident"@en,
        "Oksidenten"@nb,
        "Oksidenten"@nn ;
    skos:broader humord:c03745 ;
    skos:closeMatch <http://dewey.info/class/2--1821/e23/>,
        <http://dewey.info/class/909.09821/e23/> ;
    skos:definition "Vesten er den vestlige del av verden <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--1821/e23/>,
        <http://dewey.info/class/909.09821/e23/> ;
    skos:prefLabel "Western World"@en,
        "Vesten"@nb,
        "Vesten"@nn ;
    skos:related humord:c01651,
        humord:c02153,
        humord:c09629 .

humord:c03774 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03774" ;
    dct:modified "2024-07-09T11:26:36"^^xsd:dateTime ;
    skos:altLabel "Helseforhold"@nb,
        "Sunnhetstilstand"@nb,
        "Helseforhold"@nn,
        "Sunnheitstilstand"@nn ;
    skos:editorialNote "Folkehelse skilt ut 2014-03-14/bsh. Mulig omindekseringsjobb."@nb ;
    skos:exactMatch realfagstermer:c000160,
        <http://dewey.info/class/613/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000160,
        <http://dewey.info/class/201.7621/e23/>,
        <http://dewey.info/class/306.461/e23/>,
        <http://dewey.info/class/613/e23/>,
        <http://dewey.info/class/649.4/e23/> ;
    skos:prefLabel "Health"@en,
        "Helse"@nb,
        "Helse"@nn ;
    skos:related humord:c09349 ;
    skos:relatedMatch <http://dewey.info/class/201.7621/e23/>,
        <http://dewey.info/class/306.461/e23/>,
        <http://dewey.info/class/649.4/e23/> ;
    skos:topConceptOf humord: .

humord:c03776 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03776" ;
    dct:modified "2024-07-24T15:24:19"^^xsd:dateTime ;
    skos:broader humord:c03774 ;
    skos:definition "Farmasi er læren om legemidlenes fremstilling og om deres fysiske, kjemiske og biologiske egenskaper. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004691,
        <http://dewey.info/class/615.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004691,
        <http://dewey.info/class/344.0416/e23/>,
        <http://dewey.info/class/615.1/e23/> ;
    skos:prefLabel "Pharmacy"@en,
        "Farmasi"@nb,
        "Farmasi"@nn ;
    skos:related humord:c07394,
        humord:c61815 ;
    skos:relatedMatch <http://dewey.info/class/344.0416/e23/> .

humord:c03777 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03777" ;
    dct:modified "2026-01-05T13:44:51"^^xsd:dateTime ;
    skos:altLabel "Materica medica"@en,
        "Medicaments"@en,
        "Farmaka"@nb,
        "Legemiddel"@nb,
        "Medikamenter"@nb,
        "Medisiner"@nb,
        "Medisinering"@nb,
        "Lækjemiddel"@nn,
        "Medikament"@nn,
        "Medisinar"@nn ;
    skos:broader humord:c03776 ;
    skos:closeMatch realfagstermer:c011384 ;
    skos:exactMatch realfagstermer:c013959,
        <http://dewey.info/class/615.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011384,
        realfagstermer:c013959,
        <http://dewey.info/class/344.04233/e23/>,
        <http://dewey.info/class/353.998/e23/>,
        <http://dewey.info/class/363.194/e23/>,
        <http://dewey.info/class/615.1/e23/> ;
    skos:prefLabel "Pharmaceutical drugs"@en,
        "Legemidler"@nb,
        "Legemiddel"@nn ;
    skos:related humord:c00224,
        humord:c03806,
        humord:c03819,
        humord:c61796,
        humord:c61814 ;
    skos:relatedMatch <http://dewey.info/class/344.04233/e23/>,
        <http://dewey.info/class/353.998/e23/>,
        <http://dewey.info/class/363.194/e23/> .

humord:c03779 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03779" ;
    dct:modified "2024-01-08T08:35:33"^^xsd:dateTime ;
    skos:broader humord:c03777 ;
    skos:definition "Middel til å vekke el. øke kjønnsdriften <BOB>"@nb ;
    skos:exactMatch realfagstermer:c008858,
        <http://dewey.info/class/615.7669/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008858,
        <http://dewey.info/class/615.7669/e23/> ;
    skos:prefLabel "Aphrodisiacs"@en,
        "Afrodisiaka"@nb,
        "Afrodisiaka"@nn .

humord:c03781 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03781" ;
    dct:modified "2024-01-18T08:06:57"^^xsd:dateTime ;
    skos:altLabel "Herbal medicine"@en,
        "Herbal remedies"@en,
        "Herbalism"@en,
        "Plant medicine"@en,
        "Herbalisme"@nb,
        "Naturlegemidler"@nb,
        "Plantemedisin"@nb,
        "Urtemedisin"@nb,
        "Urtemedisiner"@nb,
        "Naturlegemiddel"@nn,
        "Naturlækjemiddel"@nn,
        "Plantemedisin"@nn,
        "Urtemedisin"@nn,
        "Urtemedisinar"@nn ;
    skos:broader humord:c03777 ;
    skos:exactMatch realfagstermer:c003140,
        <http://dewey.info/class/615.321/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003140,
        <http://dewey.info/class/581.634/e23/>,
        <http://dewey.info/class/615.321/e23/>,
        <http://dewey.info/class/633.88/e23/> ;
    skos:prefLabel "Phytopharmacy"@en,
        "Plantemedisiner"@nb,
        "Plantemedisinar"@nn ;
    skos:related humord:c03808,
        humord:c03810,
        humord:c08213 ;
    skos:relatedMatch <http://dewey.info/class/581.634/e23/>,
        <http://dewey.info/class/633.88/e23/> .

humord:c03783 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03783" ;
    dct:modified "2024-09-04T11:29:36"^^xsd:dateTime ;
    skos:altLabel "Intoxication"@en ;
    skos:broader humord:c14293 ;
    skos:closeMatch <http://dewey.info/class/615.9/e23/> ;
    skos:definition "Forgiftning oppstår når et stoff i tilstrekkelig mengde påvirker kroppen og dens funksjoner på en skadelig måte. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/615.9/e23/> ;
    skos:prefLabel "Poisoning"@en,
        "Forgiftning"@nb,
        "Forgifting"@nn .

humord:c03784 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03784" ;
    dct:modified "2024-08-19T11:14:08"^^xsd:dateTime ;
    skos:altLabel "Food borne disease"@en,
        "Food borne diseases"@en,
        "Food borne illnesses"@en,
        "Food poisonings"@en,
        "Food-borne disease"@en,
        "Food-borne diseases"@en,
        "Food-borne illnesses"@en,
        "Foodborne disease"@en,
        "Foodborne diseases"@en,
        "Foodborne illnesses"@en,
        "Matbårne sykdommer"@nb ;
    skos:broader humord:c03783 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c010811 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010811,
        <http://dewey.info/class/614.4/e23/>,
        <http://dewey.info/class/615.9/e23/> ;
    skos:prefLabel "Food poisoning"@en,
        "Matforgiftning"@nb,
        "Matforgifting"@nn ;
    skos:relatedMatch <http://dewey.info/class/614.4/e23/>,
        <http://dewey.info/class/615.9/e23/> .

humord:c03785 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-10-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03785" ;
    dct:modified "2024-02-19T13:47:31"^^xsd:dateTime ;
    skos:altLabel "Disabilities"@en,
        "Handicap"@en,
        "Impairment"@en,
        "Funksjonshemming"@nb,
        "Funksjonshemminger"@nb,
        "Funksjonshemninger"@nb,
        "Funksjonsnedsettelse"@nb,
        "Funksjonsnedsettelser"@nb,
        "Handikap"@nb,
        "Handikapp"@nb,
        "Invaliditet"@nb,
        "Uførhet"@nb,
        "Funksjonshemjing"@nn,
        "Uførleik"@nn ;
    skos:broader humord:c03774 ;
    skos:closeMatch realfagstermer:c011331 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011331,
        <http://dewey.info/class/155.916/e23/>,
        <http://dewey.info/class/362.4/e23/> ;
    skos:prefLabel "Disability"@en,
        "Funksjonshemning"@nb,
        "Funksjonshemming"@nn ;
    skos:related humord:c07239,
        humord:c28689 ;
    skos:relatedMatch <http://dewey.info/class/155.916/e23/>,
        <http://dewey.info/class/362.4/e23/> .

humord:c03786 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-06-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03786" ;
    dct:modified "2026-03-03T08:13:26"^^xsd:dateTime ;
    skos:altLabel "Hearing impairment"@en,
        "Impaired hearing"@en,
        "Hørselshemming"@nb,
        "Hørselshemning"@nb,
        "Hørselsnedsettelse"@nb,
        "Hørselssvekkelse"@nb,
        "Hørselsvansker"@nb,
        "Nedsatt hørsel"@nb,
        "Tunghørthet"@nb,
        "Hørselshemming"@nn,
        "Høyrselshemjing"@nn,
        "Høyrselshemming"@nn,
        "Høyrslehemjing"@nn,
        "Høyrslehemming"@nn,
        "Høyrsletap"@nn,
        "Nedsett høyrsel"@nn,
        "Tunghøyrsel"@nn,
        "Tunghøyrsle"@nn ;
    skos:broadMatch <http://dewey.info/class/617.8/e23/> ;
    skos:broader humord:c03785 ;
    skos:definition "Betegnelse for en tilstand av fullstendig eller delvis tap av evne til å oppfatte eller forstå lyder <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0872/e23/>,
        <http://dewey.info/class/305.9082/e23/>,
        <http://dewey.info/class/362.42/e23/>,
        <http://dewey.info/class/614.5998/e23/>,
        <http://dewey.info/class/617.8/e23/> ;
    skos:prefLabel "Hearing loss"@en,
        "Hørselstap"@nb,
        "Høyrselstap"@nn ;
    skos:related humord:c11225,
        humord:c27192 ;
    skos:relatedMatch <http://dewey.info/class/1--0872/e23/>,
        <http://dewey.info/class/305.9082/e23/>,
        <http://dewey.info/class/362.42/e23/>,
        <http://dewey.info/class/614.5998/e23/> .

humord:c03788 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03788" ;
    dct:modified "2024-08-19T11:50:04"^^xsd:dateTime ;
    skos:altLabel "Total loss of hearing"@en ;
    skos:broader humord:c03786 ;
    skos:closeMatch <http://dewey.info/class/617.8/e23/> ;
    skos:definition "Døvhet er total eller nesten total mangel på evnen til å høre. Døvhet kan være medfødt, oppstå i forbindelse med fødselen, eller oppstå senere i livet. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.42/e23/>,
        <http://dewey.info/class/614.5998/e23/>,
        <http://dewey.info/class/617.8/e23/> ;
    skos:prefLabel "Deafness"@en,
        "Døvhet"@nb,
        "Dauvskap"@nn ;
    skos:related humord:c11171 ;
    skos:relatedMatch <http://dewey.info/class/362.42/e23/>,
        <http://dewey.info/class/614.5998/e23/> .

humord:c03789 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-12-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03789" ;
    dct:modified "2024-12-10T10:31:46"^^xsd:dateTime ;
    skos:altLabel "Language impediments (Disabilities)"@en,
        "Språkavvik"@nb,
        "Språkforstyrrelser (Funksjonshemning)"@nb,
        "Språkavvik"@nn,
        "Språkforstyrringar (Funksjonshemming)"@nn ;
    skos:broader humord:c25704 ;
    skos:closeMatch <http://dewey.info/class/616.855/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.196855/e23/>,
        <http://dewey.info/class/371.914/e23/>,
        <http://dewey.info/class/616.855/e23/>,
        <http://dewey.info/class/616.85500835/e23/>,
        <http://dewey.info/class/618.92855/e23/> ;
    skos:prefLabel "Language disorders (Disabilities)"@en,
        "Språkvansker (Funksjonshemning)"@nb,
        "Språkvanskar (Funksjonshemming)"@nn ;
    skos:related humord:c03838,
        humord:c19342 ;
    skos:relatedMatch <http://dewey.info/class/362.196855/e23/>,
        <http://dewey.info/class/371.914/e23/>,
        <http://dewey.info/class/616.85500835/e23/>,
        <http://dewey.info/class/618.92855/e23/> .

humord:c03790 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03790" ;
    dct:modified "2024-03-08T14:09:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/371.9142/e23/> ;
    skos:broader humord:c03789,
        humord:c03834 ;
    skos:closeMatch <http://dewey.info/class/616.8552/e23/> ;
    skos:editorialNote "Afasi er svikt i evnen til å bruke og forstå ord, selv om både musklene som deltar i talefunksjonen og nerveforsyningen til disse musklene er intakt. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c011667,
        <http://dewey.info/class/362.1968552/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011667,
        <http://dewey.info/class/362.1968552/e23/>,
        <http://dewey.info/class/371.9142/e23/>,
        <http://dewey.info/class/616.8552/e23/> ;
    skos:prefLabel "Aphasia"@en,
        "Afasi"@nb,
        "Afasi"@nn ;
    skos:related humord:c03838 .

humord:c03791 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03791" ;
    dct:modified "2025-11-07T13:55:34"^^xsd:dateTime ;
    skos:altLabel "Expressive Aphasia"@en,
        "Motor Aphasia"@en,
        "Brocaafasi"@nb,
        "Ekspressiv afasi"@nb,
        "Framre afasi"@nb,
        "Ikke-flytenda afasi"@nb,
        "Motorisk afasi"@nb,
        "Brocaafasi"@nn,
        "Ekspressiv afasi"@nn,
        "Fremre afasi"@nn,
        "Ikkje-flytande afasi"@nn,
        "Motorisk afasi"@nn ;
    skos:broadMatch <http://dewey.info/class/616.8552/e23/> ;
    skos:broader humord:c03790 ;
    skos:definition "Brocas afasi skyldes ofte lesjon i frontallappen i dominant hjernehalvdel. Dette gir en skade av Brocas område - senteret for ordproduksjon. Pasienten forstår ord, men har problemer med å uttrykke seg. <uio.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/616.8552/e23/>,
        <http://dewey.info/class/618.928552/e23/> ;
    skos:prefLabel "Broca's aphasia"@en,
        "Brocas afasi"@nb,
        "Brocas afasi"@nn ;
    skos:relatedMatch <http://dewey.info/class/618.928552/e23/> .

humord:c03792 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03792" ;
    dct:modified "2024-08-16T10:52:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/616.8552/e23/> ;
    skos:broader humord:c03790 ;
    skos:definition "Dysfasi er en språkforstyrrelse som består i at man ikke finner de rette ordene. Dysfasi skyldes sykdom eller skade i språksentrene i hjernebarken. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/616.8552/e23/>,
        <http://dewey.info/class/618.928552/e23/> ;
    skos:prefLabel "Dysphasia"@en,
        "Dysfasi"@nb,
        "Dysfasi"@nn ;
    skos:relatedMatch <http://dewey.info/class/618.928552/e23/> .

humord:c03793 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-12-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03793" ;
    dct:modified "2025-08-12T07:54:43"^^xsd:dateTime ;
    skos:altLabel "Alexia without agraphia"@en,
        "Word blindness"@en,
        "Dyslexi"@nb,
        "Ordblindhet"@nb,
        "Ordbindskap"@nn ;
    skos:broader humord:c03789 ;
    skos:closeMatch <http://dewey.info/class/371.9144/e23/>,
        <http://dewey.info/class/616.8553/e23/> ;
    skos:definition "Dysleksi er lese- og skrivevansker som ikke er betinget av generell evneretardasjon <SNL>"@nb ;
    skos:exactMatch realfagstermer:c014031,
        <http://dewey.info/class/362.1968553/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c014031,
        <http://dewey.info/class/362.1968553/e23/>,
        <http://dewey.info/class/371.9144/e23/>,
        <http://dewey.info/class/616.8553/e23/> ;
    skos:prefLabel "Dyslexia"@en,
        "Dysleksi"@nb,
        "Dysleksi"@nn ;
    skos:related humord:c03796,
        humord:c03797 .

humord:c03795 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03795" ;
    dct:modified "2025-11-07T13:55:31"^^xsd:dateTime ;
    skos:altLabel "Agrammatisk afasi"@nb,
        "Agrammatisk afasi"@nn ;
    skos:broadMatch <http://dewey.info/class/616.8552/e23/> ;
    skos:broader humord:c03790 ;
    skos:definition "Agrammatismus er manglende evne til riktig grammatikalsk oppbygning av språket. En form av afasi. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/616.8552/e23/>,
        <http://dewey.info/class/618.928552/e23/> ;
    skos:prefLabel "Agrammatism"@en,
        "Agrammatismus"@nb,
        "Agrammatismus"@nn ;
    skos:relatedMatch <http://dewey.info/class/618.928552/e23/> .

humord:c03796 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-12-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03796" ;
    dct:modified "2024-12-10T10:46:27"^^xsd:dateTime ;
    skos:altLabel "Reading disorders"@en,
        "Reading problems"@en,
        "Leseproblemer (Språklæring)"@nb ;
    skos:broadMatch <http://dewey.info/class/371.9144/e23/>,
        <http://dewey.info/class/616.8553/e23/>,
        <http://dewey.info/class/618.928553/e23/> ;
    skos:broader humord:c25680 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.1968553/e23/>,
        <http://dewey.info/class/371.9144/e23/>,
        <http://dewey.info/class/372.43/e23/>,
        <http://dewey.info/class/372.6/e23/>,
        <http://dewey.info/class/616.8553/e23/>,
        <http://dewey.info/class/618.928553/e23/> ;
    skos:prefLabel "Reading difficulties"@en,
        "Lesevansker (Språklæring)"@nb,
        "Lesevanskar (Språklæring)"@nn ;
    skos:related humord:c03793,
        humord:c06327 ;
    skos:relatedMatch <http://dewey.info/class/362.1968553/e23/>,
        <http://dewey.info/class/372.43/e23/>,
        <http://dewey.info/class/372.6/e23/> .

humord:c03797 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-12-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03797" ;
    dct:modified "2025-08-12T07:58:49"^^xsd:dateTime ;
    skos:altLabel "Disorder of written expression"@en,
        "Writing difficulties"@en,
        "Dysgrafi"@nb,
        "Dysgrafi"@nn ;
    skos:broadMatch <http://dewey.info/class/616.8553/e23/>,
        <http://dewey.info/class/618.928553/e23/> ;
    skos:broader humord:c25680 ;
    skos:definition "Dysgrafi er nedsatt evne til å skrive, uten at håndens bevegelighet er nevneverdig svekket i andre forbindelser. Skyldes ofte skader i storhjernebarkområder i relasjon til språksentrene. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.1968553/e23/>,
        <http://dewey.info/class/371.9144/e23/>,
        <http://dewey.info/class/372.6/e23/>,
        <http://dewey.info/class/616.8553/e23/>,
        <http://dewey.info/class/618.928553/e23/> ;
    skos:prefLabel "Dysgraphia"@en,
        "Skrivevansker (Språklæring)"@nb,
        "Skrivevanskar (Språklæring)"@nn ;
    skos:related humord:c03793 ;
    skos:relatedMatch <http://dewey.info/class/362.1968553/e23/>,
        <http://dewey.info/class/371.9144/e23/>,
        <http://dewey.info/class/372.6/e23/> .

humord:c03798 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-12-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03798" ;
    dct:modified "2025-07-24T10:29:40"^^xsd:dateTime ;
    skos:altLabel "Dysarthria"@en,
        "Logopathy"@en,
        "Speech handicap"@en,
        "Speech impairments"@en,
        "Dysartri"@nb,
        "Logopati"@nb,
        "Talefeil"@nb,
        "Taleforstyrrelser"@nb,
        "Dysartri"@nn,
        "Logopati"@nn,
        "Talefeil"@nn,
        "Taleforstyrringar"@nn ;
    skos:broader humord:c25704 ;
    skos:closeMatch <http://dewey.info/class/616.855/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.196855/e23/>,
        <http://dewey.info/class/371.9142/e23/>,
        <http://dewey.info/class/616.855/e23/> ;
    skos:prefLabel "Speech disorders"@en,
        "Talevansker"@nb,
        "Talevanskar"@nn ;
    skos:related humord:c03953,
        humord:c24563,
        humord:c24568 ;
    skos:relatedMatch <http://dewey.info/class/362.196855/e23/>,
        <http://dewey.info/class/371.9142/e23/> .

humord:c03803 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03803" ;
    dct:modified "2026-06-10T12:45:18"^^xsd:dateTime ;
    skos:altLabel "Vision impairment"@en,
        "Visual impairment"@en,
        "Synsforstyrrelser"@nb,
        "Synsvansker"@nb,
        "Synsforstyrringar"@nn,
        "Synsvanskar"@nn ;
    skos:broader humord:c03785 ;
    skos:closeMatch <http://dewey.info/class/573.8839/e23/> ;
    skos:definition "Synshemning er redusert synsfunksjon, oftest i form av svekket skarpsyn (synsstyrke/visus), sjeldnere i form av redusert sidesyn (synsfelt). <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.1977/e23/>,
        <http://dewey.info/class/573.8839/e23/>,
        <http://dewey.info/class/611.84/e23/>,
        <http://dewey.info/class/612.84/e23/>,
        <http://dewey.info/class/614.5997/e23/>,
        <http://dewey.info/class/617.7/e23/> ;
    skos:prefLabel "Vision disorders"@en,
        "Synshemning"@nb,
        "Synshemning"@nn ;
    skos:related humord:c22833,
        humord:c25211,
        humord:c70458 ;
    skos:relatedMatch <http://dewey.info/class/362.1977/e23/>,
        <http://dewey.info/class/611.84/e23/>,
        <http://dewey.info/class/612.84/e23/>,
        <http://dewey.info/class/614.5997/e23/>,
        <http://dewey.info/class/617.7/e23/> .

humord:c03804 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03804" ;
    dct:modified "2025-04-07T14:46:01"^^xsd:dateTime ;
    skos:broader humord:c03803 ;
    skos:closeMatch <http://dewey.info/class/362.41/e23/>,
        <http://dewey.info/class/617.712/e23/> ;
    skos:definition "Blindhet er svært uttalt synsnedsettelse. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.41/e23/>,
        <http://dewey.info/class/614.5997/e23/>,
        <http://dewey.info/class/617.712/e23/> ;
    skos:prefLabel "Blindness"@en,
        "Blindhet"@nb,
        "Blindskap"@nn ;
    skos:related humord:c11153,
        humord:c69635 ;
    skos:relatedMatch <http://dewey.info/class/614.5997/e23/> .

humord:c03805 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03805" ;
    dct:modified "2024-06-03T13:57:20"^^xsd:dateTime ;
    skos:altLabel "Quackeries"@en ;
    skos:broader humord:c03808 ;
    skos:closeMatch <http://dewey.info/class/615.856/e23/> ;
    skos:exactMatch realfagstermer:c008408 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008408,
        <http://dewey.info/class/615.856/e23/> ;
    skos:prefLabel "Quackery"@en,
        "Kvakksalveri"@nb,
        "Kvakksalveri"@nn .

humord:c03806 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03806" ;
    dct:modified "2026-02-25T09:28:24"^^xsd:dateTime ;
    skos:altLabel "Medical science"@en,
        "Legevitenskap"@nb,
        "Medisinske fag"@nb,
        "Legevitskap"@nn,
        "Lækjevitskap"@nn,
        "Medisinske fag"@nn ;
    skos:broader humord:c03774 ;
    skos:exactMatch realfagstermer:c013456,
        <http://dewey.info/class/610/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013456,
        <http://dewey.info/class/306.461/e23/>,
        <http://dewey.info/class/344.041/e23/>,
        <http://dewey.info/class/610/e23/> ;
    skos:prefLabel "Medicine"@en,
        "Medisin"@nb,
        "Medisin"@nn ;
    skos:related humord:c03777,
        humord:c07507,
        humord:c20987,
        humord:c70335 ;
    skos:relatedMatch <http://dewey.info/class/306.461/e23/>,
        <http://dewey.info/class/344.041/e23/> .

humord:c03808 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03808" ;
    dct:modified "2024-01-24T14:06:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/613/e23/>,
        <http://dewey.info/class/615.5/e23/> ;
    skos:broader humord:c03806 ;
    skos:exactMatch realfagstermer:c002422,
        <http://dewey.info/class/610/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002422,
        <http://dewey.info/class/610/e23/>,
        <http://dewey.info/class/613/e23/>,
        <http://dewey.info/class/615.5/e23/> ;
    skos:prefLabel "Alternative medicine"@en,
        "Alternativ medisin"@nb,
        "Alternativ medisin"@nn ;
    skos:related humord:c03781,
        humord:c21825,
        humord:c58984 .

humord:c03809 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-06-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03809" ;
    dct:modified "2024-01-08T08:37:37"^^xsd:dateTime ;
    skos:broader humord:c03808 ;
    skos:exactMatch realfagstermer:c011553,
        <http://dewey.info/class/615.892/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011553,
        <http://dewey.info/class/615.892/e23/> ;
    skos:prefLabel "Acupuncture"@en,
        "Akupunktur"@nb,
        "Akupunktur"@nn ;
    skos:related humord:c12704 .

humord:c03810 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03810" ;
    dct:modified "2024-01-12T07:45:50"^^xsd:dateTime ;
    skos:altLabel "Ethnomedicine"@en,
        "Folk medicine"@en,
        "Etnomedisin"@nb,
        "Folkelig medisin"@nb,
        "Etnomedisin"@nn ;
    skos:broader humord:c04452 ;
    skos:closeMatch <http://dewey.info/class/615.88/e23/> ;
    skos:definition "Folkemedisin er en fellesbetegnelse for sykdomsteorier og terapier som hviler på et folkelig, ikke-vitenskapelig grunnlag <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013882,
        <http://dewey.info/class/610/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013882,
        <http://dewey.info/class/398.2761/e23/>,
        <http://dewey.info/class/398.3561/e23/>,
        <http://dewey.info/class/610/e23/>,
        <http://dewey.info/class/615.88/e23/>,
        <http://dewey.info/class/636.089/e23/> ;
    skos:prefLabel "Traditional medicine"@en,
        "Folkemedisin"@nb,
        "Folkemedisin"@nn ;
    skos:related humord:c03781,
        humord:c07232 ;
    skos:relatedMatch <http://dewey.info/class/398.2761/e23/>,
        <http://dewey.info/class/398.3561/e23/>,
        <http://dewey.info/class/636.089/e23/> .

humord:c03811 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03811" ;
    dct:modified "2024-01-16T08:28:35"^^xsd:dateTime ;
    skos:altLabel "Granny cures"@en,
        "Helseråd"@nb,
        "Helseråd"@nn ;
    skos:broadMatch <http://dewey.info/class/615.88/e23/> ;
    skos:broader humord:c03810 ;
    skos:definition "Huskur for sykdom, skjønnhet og forskjellige problemer i dagliglivet <UBO>"@nb ;
    skos:exactMatch realfagstermer:c001197 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001197,
        <http://dewey.info/class/398.2761/e23/>,
        <http://dewey.info/class/398.3561/e23/>,
        <http://dewey.info/class/615.88/e23/> ;
    skos:prefLabel "Home remedies (Medicine)"@en,
        "Kjerringråd"@nb,
        "Kjerringråd"@nn ;
    skos:relatedMatch <http://dewey.info/class/398.2761/e23/>,
        <http://dewey.info/class/398.3561/e23/> .

humord:c03812 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03812" ;
    dct:modified "2023-11-15T11:17:40"^^xsd:dateTime ;
    skos:broader humord:c03806 ;
    skos:exactMatch realfagstermer:c008091,
        <http://dewey.info/class/571.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008091,
        <http://dewey.info/class/571.3/e23/>,
        <http://dewey.info/class/611/e23/>,
        <http://dewey.info/class/743.49/e23/> ;
    skos:prefLabel "Anatomy"@en,
        "Anatomi"@nb,
        "Anatomi"@nn ;
    skos:relatedMatch <http://dewey.info/class/611/e23/>,
        <http://dewey.info/class/743.49/e23/> .

humord:c03813 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03813" ;
    dct:modified "2024-07-30T11:12:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/616.0759/e23/> ;
    skos:broader humord:c03812 ;
    skos:definition "Disseksjon betyr å blottlegge, skjære opp strukturer på døde individer, som vev eller organer i forbindelse med anatomisk undervisning eller ved obduksjon (post mortem-undersøkelse). <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004442 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004442,
        <http://dewey.info/class/571.3/e23/>,
        <http://dewey.info/class/611/e23/>,
        <http://dewey.info/class/614.1/e23/>,
        <http://dewey.info/class/614.6/e23/>,
        <http://dewey.info/class/616.0759/e23/> ;
    skos:prefLabel "Dissection"@en,
        "Disseksjon"@nb,
        "Disseksjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/571.3/e23/>,
        <http://dewey.info/class/611/e23/>,
        <http://dewey.info/class/614.1/e23/>,
        <http://dewey.info/class/614.6/e23/> .

humord:c03814 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03814" ;
    dct:modified "2025-09-17T13:07:14"^^xsd:dateTime ;
    skos:altLabel "Making a diagnosis"@en,
        "Medical diagnostics"@en,
        "Diagnostisering"@nb,
        "Medisinsk diagnostikk"@nb,
        "Diagnostisering"@nn,
        "Medisinsk diagnostikk"@nn ;
    skos:broader humord:c03806 ;
    skos:closeMatch realfagstermer:c005144,
        <http://dewey.info/class/362.177/e23/>,
        <http://dewey.info/class/616.075/e23/> ;
    skos:definition "Diagnostikk er det å identifisere og klassifisere en sykdom eller tilstand på grunnlag av pasientens sykehistorie og legens objektive funn. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005144,
        <http://dewey.info/class/362.177/e23/>,
        <http://dewey.info/class/616.075/e23/>,
        <http://dewey.info/class/618.920075/e23/>,
        <http://dewey.info/class/618.97075/e23/> ;
    skos:prefLabel "Diagnose"@en,
        "Diagnostikk"@nb,
        "Diagnostikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/618.920075/e23/>,
        <http://dewey.info/class/618.97075/e23/> .

humord:c03815 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03815" ;
    dct:modified "2024-12-10T12:57:06"^^xsd:dateTime ;
    skos:broader humord:c03814 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.177/e23/>,
        <http://dewey.info/class/616.075/e23/>,
        <http://dewey.info/class/618.920075/e23/>,
        <http://dewey.info/class/618.97075/e23/> ;
    skos:prefLabel "Diagnosis"@en,
        "Diagnoser"@nb,
        "Diagnosar"@nn ;
    skos:relatedMatch <http://dewey.info/class/362.177/e23/>,
        <http://dewey.info/class/616.075/e23/>,
        <http://dewey.info/class/618.920075/e23/>,
        <http://dewey.info/class/618.97075/e23/> .

humord:c03817 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-06-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03817" ;
    dct:modified "2024-11-13T08:06:25"^^xsd:dateTime ;
    skos:altLabel "Animal experiments"@en,
        "Testing on animals"@en,
        "Vivisection"@en,
        "Viviseksjon"@nb,
        "Viviseksjon"@nn ;
    skos:broader humord:c19550 ;
    skos:closeMatch realfagstermer:c000871 ;
    skos:exactMatch <http://dewey.info/class/590.724/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000871,
        <http://dewey.info/class/179.4/e23/>,
        <http://dewey.info/class/590.724/e23/>,
        <http://dewey.info/class/616.027/e23/>,
        <http://dewey.info/class/636.0885/e23/> ;
    skos:prefLabel "Animal testing"@en,
        "Dyreforsøk"@nb,
        "Dyreforsøk"@nn ;
    skos:relatedMatch <http://dewey.info/class/179.4/e23/>,
        <http://dewey.info/class/616.027/e23/>,
        <http://dewey.info/class/636.0885/e23/> .

humord:c03818 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03818" ;
    dct:modified "2024-08-29T13:58:24"^^xsd:dateTime ;
    skos:altLabel "Fosterutvikling"@nb,
        "Fosterutvikling"@nn ;
    skos:broader humord:c03824 ;
    skos:closeMatch <http://dewey.info/class/612.64/e23/> ;
    skos:definition "Embryologi er læren om fosterutviklingen, det vil si dannelsen og utviklingen av det ufødte mennesket  <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013660,
        <http://dewey.info/class/571.86/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013660,
        <http://dewey.info/class/342.085/e23/>,
        <http://dewey.info/class/571.86/e23/>,
        <http://dewey.info/class/612.64/e23/> ;
    skos:prefLabel "Embryology"@en,
        "Embryologi"@nb,
        "Embryologi"@nn ;
    skos:related humord:c03864 ;
    skos:relatedMatch <http://dewey.info/class/342.085/e23/> .

humord:c03819 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03819" ;
    dct:modified "2024-08-05T11:31:24"^^xsd:dateTime ;
    skos:altLabel "Preventiv medisin"@nb,
        "Førebyggjande medisin"@nn,
        "Preventiv medisin"@nn ;
    skos:broader humord:c03806 ;
    skos:closeMatch <http://dewey.info/class/614.44/e23/> ;
    skos:definition "Forebyggende medisin er tiltak basert på medisinsk kunnskap for å forebygge sykdom og for å sikre en god helsetilstand <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007761,
        <http://dewey.info/class/613/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007761,
        <http://dewey.info/class/353.628/e23/>,
        <http://dewey.info/class/613/e23/>,
        <http://dewey.info/class/614.44/e23/> ;
    skos:prefLabel "Preventive medicine"@en,
        "Forebyggende medisin"@nb,
        "Førebyggande medisin"@nn ;
    skos:related humord:c03777 ;
    skos:relatedMatch <http://dewey.info/class/353.628/e23/> .

humord:c03821 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03821" ;
    dct:modified "2024-10-01T11:01:01"^^xsd:dateTime ;
    skos:broader humord:c03806,
        humord:c08192 ;
    skos:closeMatch <http://dewey.info/class/612/e23/> ;
    skos:definition "Fysiologi er læren om hvordan levende organismer og deres organer og celler fungerer <SNL>"@nb ;
    skos:exactMatch realfagstermer:c009990,
        <http://dewey.info/class/571/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009990,
        <http://dewey.info/class/571/e23/>,
        <http://dewey.info/class/612/e23/> ;
    skos:prefLabel "Physiology"@en,
        "Fysiologi"@nb,
        "Fysiologi"@nn .

humord:c03822 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03822" ;
    dct:modified "2024-08-02T08:57:33"^^xsd:dateTime ;
    skos:altLabel "Neurofysiologi"@nb,
        "Neurofysiologi"@nn ;
    skos:broader humord:c03881 ;
    skos:closeMatch <http://dewey.info/class/612.8/e23/> ;
    skos:definition "Nevrofysiologi er den delen av fysiologien som studerer nervesystemets funksjon, både de perifere nerver og sentralnervesystemet. Til nevrofysiologiens område regner man vanligvis også muskelfysiologien og sanseorganenes fysiologi. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c009415,
        <http://dewey.info/class/573.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009415,
        <http://dewey.info/class/573.8/e23/>,
        <http://dewey.info/class/612.8/e23/> ;
    skos:prefLabel "Neurophysiology"@en,
        "Nevrofysiologi"@nb,
        "Nevrofysiologi"@nn ;
    skos:related humord:c03836,
        humord:c03902 .

humord:c03824 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03824" ;
    dct:modified "2024-07-24T15:17:19"^^xsd:dateTime ;
    skos:altLabel "Fødselsmedisin"@nb,
        "Obstetrikk"@nb,
        "Fødselsmedisin"@nn,
        "Obstetrikk"@nn ;
    skos:broader humord:c03806 ;
    skos:definition "Fødselsvitenskap er læren om svangerskap, fødsel og barselseng, det normale (fysiologiske) forløp og de forbundne sykelige tilstander (patologi). <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013958,
        <http://dewey.info/class/618.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013958,
        <http://dewey.info/class/344.0415/e23/>,
        <http://dewey.info/class/617.9682/e23/>,
        <http://dewey.info/class/618.2/e23/>,
        <http://dewey.info/class/618.3/e23/> ;
    skos:prefLabel "Obstetrics"@en,
        "Fødselsvitenskap"@nb,
        "Fødselsvitskap"@nn ;
    skos:relatedMatch <http://dewey.info/class/344.0415/e23/>,
        <http://dewey.info/class/617.9682/e23/>,
        <http://dewey.info/class/618.3/e23/> .

humord:c03826 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03826" ;
    dct:modified "2024-10-17T10:06:37"^^xsd:dateTime ;
    skos:altLabel "Arvelighetslære"@nb,
        "Arvelære"@nb,
        "Genetisk kode"@nb,
        "Genetiske koder"@nb,
        "Arvelære"@nn,
        "Genetisk kode"@nn,
        "Genetiske kodar"@nn ;
    skos:broadMatch <http://dewey.info/class/576.5/e23/>,
        <http://dewey.info/class/579.135/e23/>,
        <http://dewey.info/class/581.35/e23/>,
        <http://dewey.info/class/591.35/e23/>,
        <http://dewey.info/class/599.935/e23/>,
        <http://dewey.info/class/611.018166/e23/>,
        <http://dewey.info/class/636.0821/e23/> ;
    skos:broader humord:c03806,
        humord:c08192 ;
    skos:closeMatch realfagstermer:c008293,
        realfagstermer:c013424,
        <http://dewey.info/class/572.8633/e23/> ;
    skos:definition "Genetikk er et fag i biologien hvor man studerer gener, genenes variasjon og hvordan genene arves fra én generasjon til den neste <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/572.86/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008293,
        realfagstermer:c013424,
        <http://dewey.info/class/304.5/e23/>,
        <http://dewey.info/class/572.86/e23/>,
        <http://dewey.info/class/572.8633/e23/>,
        <http://dewey.info/class/576.5/e23/>,
        <http://dewey.info/class/579.135/e23/>,
        <http://dewey.info/class/581.35/e23/>,
        <http://dewey.info/class/591.35/e23/>,
        <http://dewey.info/class/599.935/e23/>,
        <http://dewey.info/class/611.018166/e23/>,
        <http://dewey.info/class/636.0821/e23/> ;
    skos:prefLabel "Genetics"@en,
        "Genetikk"@nb,
        "Genetikk"@nn ;
    skos:related humord:c29097,
        humord:c68543 ;
    skos:relatedMatch <http://dewey.info/class/304.5/e23/> .

humord:c03828 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03828" ;
    dct:modified "2024-08-05T11:28:22"^^xsd:dateTime ;
    skos:altLabel "Gene technology"@en,
        "Genetic intervention"@en,
        "Genetic interventions"@en,
        "Genetic manipulation"@en,
        "Genetic modification"@en,
        "Genetiske manipulasjoner"@nb,
        "Genmanipulering"@nb,
        "Genmodifisering"@nb,
        "Gensløyd"@nb,
        "Genspleising"@nb,
        "Genteknikk"@nb,
        "Genetiske manipulasjonar"@nn,
        "Genmanipulering"@nn,
        "Genmodifisering"@nn,
        "Genteknikk"@nn ;
    skos:broadMatch <http://dewey.info/class/616.027/e23/> ;
    skos:broader humord:c03826 ;
    skos:closeMatch realfagstermer:c013624,
        <http://dewey.info/class/631.5233/e23/>,
        <http://dewey.info/class/636.0821/e23/> ;
    skos:definition "Det sett av metoder til å arbeide med gener som er utviklet etter oppdagelsen av enzymer som foretar presis oppkutting av DNAmolekylet <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012800,
        <http://dewey.info/class/660.65/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012800,
        realfagstermer:c013624,
        <http://dewey.info/class/174.2/e23/>,
        <http://dewey.info/class/344.04196/e23/>,
        <http://dewey.info/class/344.0957/e23/>,
        <http://dewey.info/class/616.027/e23/>,
        <http://dewey.info/class/631.5233/e23/>,
        <http://dewey.info/class/632.9/e23/>,
        <http://dewey.info/class/636.0821/e23/>,
        <http://dewey.info/class/660.65/e23/> ;
    skos:prefLabel "Genetic engineering"@en,
        "Genteknologi"@nb,
        "Genteknologi"@nn ;
    skos:related humord:c00260,
        humord:c08196 ;
    skos:relatedMatch <http://dewey.info/class/174.2/e23/>,
        <http://dewey.info/class/344.04196/e23/>,
        <http://dewey.info/class/344.0957/e23/>,
        <http://dewey.info/class/632.9/e23/> .

humord:c03830 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03830" ;
    dct:modified "2023-11-29T08:08:40"^^xsd:dateTime ;
    skos:altLabel "Gynecology"@en ;
    skos:broader humord:c03806 ;
    skos:exactMatch realfagstermer:c004889,
        <http://dewey.info/class/618.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004889,
        <http://dewey.info/class/617.9681/e23/>,
        <http://dewey.info/class/618.1/e23/>,
        <http://dewey.info/class/618.92098/e23/>,
        <http://dewey.info/class/618.978/e23/> ;
    skos:prefLabel "Gynaecology"@en,
        "Gynekologi"@nb,
        "Gynekologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/617.9681/e23/>,
        <http://dewey.info/class/618.92098/e23/>,
        <http://dewey.info/class/618.978/e23/> .

humord:c03831 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03831" ;
    dct:modified "2024-01-16T08:50:16"^^xsd:dateTime ;
    skos:altLabel "Clinical methods"@en,
        "Clinical practice"@en,
        "Clinical trials"@en,
        "Kliniske metoder"@nb,
        "Kliniske prøver"@nb,
        "Kliniske studier"@nb,
        "Kliniske metodar"@nn,
        "Kliniske prøvar"@nn,
        "Kliniske studiar"@nn ;
    skos:broader humord:c03806 ;
    skos:closeMatch <http://dewey.info/class/616/e23/> ;
    skos:exactMatch realfagstermer:c000262 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000262,
        <http://dewey.info/class/616/e23/>,
        <http://dewey.info/class/618/e23/> ;
    skos:prefLabel "Clinical medicine"@en,
        "Klinisk medisin"@nb,
        "Klinisk medisin"@nn ;
    skos:relatedMatch <http://dewey.info/class/618/e23/> .

humord:c03832 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03832" ;
    dct:modified "2023-11-30T13:21:41"^^xsd:dateTime ;
    skos:broader humord:c03831 ;
    skos:exactMatch realfagstermer:c009717,
        <http://dewey.info/class/617/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009717,
        <http://dewey.info/class/617/e23/>,
        <http://dewey.info/class/636.0897/e23/> ;
    skos:prefLabel "Surgery"@en,
        "Kirurgi"@nb,
        "Kirurgi"@nn ;
    skos:relatedMatch <http://dewey.info/class/636.0897/e23/> .

humord:c03833 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03833" ;
    dct:modified "2024-12-05T15:21:52"^^xsd:dateTime ;
    skos:altLabel "Organ transplantations"@en,
        "Transplantation"@en,
        "Organtransplantasjoner"@nb,
        "Transplantasjon"@nb,
        "Organtransplantasjonar"@nn ;
    skos:broader humord:c03832 ;
    skos:definition "Transplantasjon er overføring av celler, vev eller organer innen et individ eller mellom to individer. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/362.197954/e23/>,
        <http://dewey.info/class/617.954/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/174.297954/e23/>,
        <http://dewey.info/class/344.04194/e23/>,
        <http://dewey.info/class/362.197954/e23/>,
        <http://dewey.info/class/617.954/e23/> ;
    skos:prefLabel "Transplantations"@en,
        "Transplantasjoner"@nb,
        "Transplantasjonar"@nn ;
    skos:related humord:c24966 ;
    skos:relatedMatch <http://dewey.info/class/174.297954/e23/>,
        <http://dewey.info/class/344.04194/e23/> .

humord:c03834 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03834" ;
    dct:modified "2024-01-05T09:55:19"^^xsd:dateTime ;
    skos:altLabel "Nervesykdommer"@nb,
        "Neurologi"@nb,
        "Nevrologiske sykdommer"@nb,
        "Nervesjukdomar"@nn,
        "Nervesjukdommar"@nn,
        "Neurologi"@nn,
        "Nevrologiske sjukdomar"@nn,
        "Nevrologiske sjukdommar"@nn ;
    skos:broader humord:c03906 ;
    skos:closeMatch <http://dewey.info/class/616.8/e23/> ;
    skos:exactMatch realfagstermer:c001680 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001680,
        <http://dewey.info/class/616.8/e23/>,
        <http://dewey.info/class/618.928/e23/>,
        <http://dewey.info/class/618.9768/e23/> ;
    skos:prefLabel "Neurology"@en,
        "Nevrologi"@nb,
        "Nevrologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/618.928/e23/>,
        <http://dewey.info/class/618.9768/e23/> .

humord:c03836 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03836" ;
    dct:modified "2024-01-10T14:46:16"^^xsd:dateTime ;
    skos:altLabel "Neuropathologies"@en,
        "Neuropatologi"@nb,
        "Neuropatologi"@nn ;
    skos:broader humord:c03834 ;
    skos:closeMatch <http://dewey.info/class/616.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/616.8/e23/>,
        <http://dewey.info/class/618.928/e23/>,
        <http://dewey.info/class/618.9768/e23/> ;
    skos:prefLabel "Neuropathology"@en,
        "Nevropatologi"@nb,
        "Nevropatologi"@nn ;
    skos:related humord:c03822,
        humord:c03902 ;
    skos:relatedMatch <http://dewey.info/class/618.928/e23/>,
        <http://dewey.info/class/618.9768/e23/> .

humord:c03838 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03838" ;
    dct:modified "2024-08-12T14:52:29"^^xsd:dateTime ;
    skos:broader humord:c03836 ;
    skos:closeMatch <http://dewey.info/class/616.855/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/616.855/e23/> ;
    skos:prefLabel "Speech-language pathology"@en,
        "Språkpatologi"@nb,
        "Språkpatologi"@nn ;
    skos:related humord:c03789,
        humord:c03790 .

humord:c03839 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03839" ;
    dct:modified "2024-01-24T13:59:11"^^xsd:dateTime ;
    skos:altLabel "Autopsy"@en,
        "Autopsi"@nb,
        "Autopsi"@nn ;
    skos:broader humord:c03842 ;
    skos:exactMatch <http://dewey.info/class/616.0759/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/614.1/e23/>,
        <http://dewey.info/class/616.0759/e23/> ;
    skos:prefLabel "Obduction"@en,
        "Obduksjon"@nb,
        "Obduksjon"@nn ;
    skos:related humord:c60936 ;
    skos:relatedMatch <http://dewey.info/class/614.1/e23/> .

humord:c03840 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03840" ;
    dct:modified "2023-12-18T12:45:03"^^xsd:dateTime ;
    skos:altLabel "Psykopatologi"@nb ;
    skos:broader humord:c03806 ;
    skos:exactMatch realfagstermer:c010061,
        <http://dewey.info/class/616.89/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010061,
        <http://dewey.info/class/174.29689/e23/>,
        <http://dewey.info/class/616.89/e23/> ;
    skos:prefLabel "Psychiatry"@en,
        "Psykiatri"@nb,
        "Psykiatri"@nn ;
    skos:relatedMatch <http://dewey.info/class/174.29689/e23/> .

humord:c03841 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03841" ;
    dct:modified "2024-04-08T11:10:35"^^xsd:dateTime ;
    skos:altLabel "Psychiatric jurisprudence"@en,
        "Rettspsykiatrisk vitenskap"@nb,
        "Rettspsykiatrisk vitskap"@nn ;
    skos:broader humord:c03840 ;
    skos:closeMatch <http://dewey.info/class/614.15/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/614.15/e23/> ;
    skos:prefLabel "Forensic psychiatry"@en,
        "Rettspsykiatri"@nb,
        "Rettspsykiatri"@nn ;
    skos:related humord:c03842,
        humord:c24012 .

humord:c03842 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03842" ;
    dct:modified "2024-11-26T15:03:30"^^xsd:dateTime ;
    skos:altLabel "Legal medicine"@en ;
    skos:broader humord:c03806 ;
    skos:definition "Rettsmedisin er anvendelse av medisinsk kunnskap og vitenskap i rettens tjeneste. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c001141,
        <http://dewey.info/class/614.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001141,
        <http://dewey.info/class/614.1/e23/> ;
    skos:prefLabel "Forensic medicine"@en,
        "Rettsmedisin"@nb,
        "Rettsmedisin"@nn ;
    skos:related humord:c03841,
        humord:c62143 .

humord:c03843 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03843" ;
    dct:modified "2025-07-28T14:36:37"^^xsd:dateTime ;
    skos:altLabel "Samfunnsmedisin"@nb,
        "Samfunnsmedisin"@nn ;
    skos:broader humord:c03806 ;
    skos:closeMatch realfagstermer:c007176 ;
    skos:exactMatch realfagstermer:c009607,
        <http://dewey.info/class/306.461/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007176,
        realfagstermer:c009607,
        <http://dewey.info/class/306.461/e23/> ;
    skos:prefLabel "Social medicine"@en,
        "Sosialmedisin"@nb,
        "Sosialmedisin"@nn ;
    skos:related humord:c69885 .

humord:c03844 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-09-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03844" ;
    dct:modified "2024-08-05T11:39:29"^^xsd:dateTime ;
    skos:altLabel "Barnebegrensning"@nb ;
    skos:broader humord:c03843 ;
    skos:exactMatch realfagstermer:c011296,
        <http://dewey.info/class/363.96/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011296,
        <http://dewey.info/class/304.666/e23/>,
        <http://dewey.info/class/363.96/e23/> ;
    skos:prefLabel "Family planning"@en,
        "Familieplanlegging"@nb,
        "Familieplanlegging"@nn ;
    skos:related humord:c03845 ;
    skos:relatedMatch <http://dewey.info/class/304.666/e23/> .

humord:c03845 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03845" ;
    dct:modified "2024-10-16T13:12:27"^^xsd:dateTime ;
    skos:altLabel "Fødselskontroll"@nb,
        "Fødselskontroll"@nn ;
    skos:broadMatch <http://dewey.info/class/353.59/e23/> ;
    skos:broader humord:c03843,
        humord:c13631 ;
    skos:closeMatch <http://dewey.info/class/613.94/e23/> ;
    skos:exactMatch <http://dewey.info/class/363.96/e23/>,
        <http://dewey.info/class/618.18/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/176.3/e23/>,
        <http://dewey.info/class/201.7/e23/>,
        <http://dewey.info/class/304.66/e23/>,
        <http://dewey.info/class/344.048/e23/>,
        <http://dewey.info/class/353.59/e23/>,
        <http://dewey.info/class/363.96/e23/>,
        <http://dewey.info/class/371.714/e23/>,
        <http://dewey.info/class/613.94/e23/>,
        <http://dewey.info/class/618.18/e23/> ;
    skos:prefLabel "Population control"@en,
        "Befolkningskontroll"@nb,
        "Befolkningskontroll"@nn ;
    skos:related humord:c03844 ;
    skos:relatedMatch <http://dewey.info/class/176.3/e23/>,
        <http://dewey.info/class/201.7/e23/>,
        <http://dewey.info/class/304.66/e23/>,
        <http://dewey.info/class/344.048/e23/>,
        <http://dewey.info/class/371.714/e23/> .

humord:c03846 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-05-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03846" ;
    dct:modified "2024-01-18T15:13:51"^^xsd:dateTime ;
    skos:altLabel "Abortion"@en,
        "Induced abortion"@en,
        "Induced abortions"@en,
        "Miscarriages"@en,
        "Pregnancy losses"@en,
        "Pregnancy termination"@en,
        "Pregnancy terminations"@en,
        "Abort"@nb,
        "Provosert abort"@nb,
        "Provoserte aborter"@nb,
        "Svangerskapsavbrott"@nb,
        "Svangerskapsavbrudd"@nb,
        "Svangerskapsavbrytelse"@nb,
        "Abort"@nn,
        "Provosert abort"@nn,
        "Provoserte abortar"@nn,
        "Svangerskapsavbrot"@nn,
        "Svangerskapsavbrott"@nn,
        "Svangerskapsavbryting"@nn ;
    skos:broader humord:c03845 ;
    skos:closeMatch <http://dewey.info/class/618.88/e23/> ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c001055,
        <http://dewey.info/class/362.19888/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001055,
        <http://dewey.info/class/179.76/e23/>,
        <http://dewey.info/class/201.7/e23/>,
        <http://dewey.info/class/304.667/e23/>,
        <http://dewey.info/class/342.084/e23/>,
        <http://dewey.info/class/342.085/e23/>,
        <http://dewey.info/class/344.04192/e23/>,
        <http://dewey.info/class/362.19888/e23/>,
        <http://dewey.info/class/364.185/e23/>,
        <http://dewey.info/class/618.29/e23/>,
        <http://dewey.info/class/618.88/e23/> ;
    skos:prefLabel "Abortions"@en,
        "Aborter"@nb,
        "Abortar"@nn ;
    skos:related humord:c59664 ;
    skos:relatedMatch <http://dewey.info/class/179.76/e23/>,
        <http://dewey.info/class/201.7/e23/>,
        <http://dewey.info/class/304.667/e23/>,
        <http://dewey.info/class/342.084/e23/>,
        <http://dewey.info/class/342.085/e23/>,
        <http://dewey.info/class/344.04192/e23/>,
        <http://dewey.info/class/364.185/e23/>,
        <http://dewey.info/class/618.29/e23/> .

humord:c03847 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03847" ;
    dct:modified "2024-01-23T09:07:15"^^xsd:dateTime ;
    skos:altLabel "Birth control"@en ;
    skos:broader humord:c03845 ;
    skos:exactMatch realfagstermer:c007122 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007122,
        <http://dewey.info/class/176.3/e23/>,
        <http://dewey.info/class/201.7/e23/>,
        <http://dewey.info/class/363.96/e23/> ;
    skos:prefLabel "Contraception"@en,
        "Prevensjon"@nb,
        "Prevensjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/176.3/e23/>,
        <http://dewey.info/class/201.7/e23/>,
        <http://dewey.info/class/363.96/e23/> .

humord:c03848 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03848" ;
    dct:modified "2024-01-12T14:36:32"^^xsd:dateTime ;
    skos:altLabel "Miljøhygiene"@nb ;
    skos:broader humord:c03843 ;
    skos:closeMatch <http://dewey.info/class/391.64/e23/> ;
    skos:exactMatch realfagstermer:c003150,
        <http://dewey.info/class/613/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003150,
        <http://dewey.info/class/372.37/e23/>,
        <http://dewey.info/class/391.64/e23/>,
        <http://dewey.info/class/613/e23/> ;
    skos:prefLabel "Hygiene"@en,
        "Hygiene"@nb,
        "Hygiene"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.37/e23/> .

humord:c03849 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03849" ;
    dct:modified "2024-02-08T12:18:07"^^xsd:dateTime ;
    skos:altLabel "Slimming"@en,
        "Weight loss"@en,
        "Sultekunst"@nb,
        "Vektreduksjon"@nb ;
    skos:broader humord:c03843 ;
    skos:exactMatch realfagstermer:c004217,
        <http://dewey.info/class/613.25/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004217,
        <http://dewey.info/class/613.25/e23/>,
        <http://dewey.info/class/613.712/e23/> ;
    skos:prefLabel "Dieting"@en,
        "Slanking"@nb,
        "Slanking"@nn ;
    skos:related humord:c03939,
        humord:c62843 ;
    skos:relatedMatch <http://dewey.info/class/613.712/e23/> .

humord:c03851 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03851" ;
    dct:modified "2024-12-11T08:12:43"^^xsd:dateTime ;
    skos:altLabel "Soundness"@en ;
    skos:broader humord:c03843 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.4613/e23/>,
        <http://dewey.info/class/613/e23/> ;
    skos:prefLabel "Healthiness"@en,
        "Sunnhet"@nb,
        "Sunnheit"@nn ;
    skos:related humord:c25239 ;
    skos:relatedMatch <http://dewey.info/class/306.4613/e23/>,
        <http://dewey.info/class/613/e23/> .

humord:c03852 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03852" ;
    dct:modified "2023-12-19T08:53:29"^^xsd:dateTime ;
    skos:altLabel "Veterinary medicine"@en,
        "Husdyrsykdommer"@nb,
        "Veterinærarbeid"@nb,
        "Husdyrsjukdomar"@nn,
        "Husdyrsjukdommar"@nn ;
    skos:broader humord:c03806 ;
    skos:exactMatch realfagstermer:c007813,
        <http://dewey.info/class/636.089/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007813,
        <http://dewey.info/class/636.089/e23/> ;
    skos:prefLabel "Veterinary science"@en,
        "Veterinærmedisin"@nb,
        "Veterinærmedisin"@nn .

humord:c03853 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03853" ;
    dct:modified "2024-08-05T11:20:11"^^xsd:dateTime ;
    skos:altLabel "Human body"@en,
        "Kvinnekroppen"@nb,
        "Mannekroppen"@nb,
        "Mannskroppen"@nb,
        "Menneskekropp"@nb,
        "Menneskekroppen"@nb,
        "Kvinnekroppen"@nn,
        "Mannekroppen"@nn,
        "Mannskroppen"@nn,
        "Menneskekropp"@nn,
        "Menneskekroppen"@nn ;
    skos:broader humord:c03774 ;
    skos:closeMatch realfagstermer:c007581 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch <http://dewey.info/class/128.6/e23/>,
        <http://dewey.info/class/611/e23/>,
        <http://dewey.info/class/612/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007581,
        <http://dewey.info/class/128.6/e23/>,
        <http://dewey.info/class/150/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/306.4/e23/>,
        <http://dewey.info/class/611/e23/>,
        <http://dewey.info/class/612/e23/>,
        <http://dewey.info/class/613.7/e23/>,
        <http://dewey.info/class/757/e23/> ;
    skos:prefLabel "The body"@en,
        "Kroppen"@nb,
        "Kroppen"@nn ;
    skos:related humord:c00399,
        humord:c03856,
        humord:c05363,
        humord:c24041 ;
    skos:relatedMatch <http://dewey.info/class/150/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/306.4/e23/>,
        <http://dewey.info/class/613.7/e23/>,
        <http://dewey.info/class/757/e23/> .

humord:c03856 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03856" ;
    dct:modified "2025-01-21T11:40:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.4613/e23/> ;
    skos:broader humord:c00400 ;
    skos:definition "Kroppsbilde er et begrep som omfatter en persons forestillinger om og opplevelser av egen kropp. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.4613/e23/> ;
    skos:prefLabel "Body image"@en,
        "Kroppsbilde"@nb,
        "Kroppsbilete"@nn ;
    skos:related humord:c03853,
        humord:c24043,
        humord:c63468,
        humord:c69458 .

humord:c03858 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03858" ;
    dct:modified "2024-01-24T13:05:27"^^xsd:dateTime ;
    skos:altLabel "Aging"@en,
        "Elding"@nn ;
    skos:broader humord:c03853 ;
    skos:closeMatch <http://dewey.info/class/612.67/e23/> ;
    skos:exactMatch realfagstermer:c005426,
        <http://dewey.info/class/571.878/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005426,
        <http://dewey.info/class/155.67/e23/>,
        <http://dewey.info/class/305.26/e23/>,
        <http://dewey.info/class/571.878/e23/>,
        <http://dewey.info/class/612.67/e23/> ;
    skos:prefLabel "Ageing"@en,
        "Aldring"@nb,
        "Aldring"@nn ;
    skos:related humord:c03859,
        humord:c03860,
        humord:c07177,
        humord:c62135 ;
    skos:relatedMatch <http://dewey.info/class/155.67/e23/>,
        <http://dewey.info/class/305.26/e23/> .

humord:c03859 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-03-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03859" ;
    dct:modified "2024-08-01T10:25:48"^^xsd:dateTime ;
    skos:altLabel "Old-age"@en ;
    skos:broader humord:c11116 ;
    skos:exactMatch realfagstermer:c007284 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007284,
        <http://dewey.info/class/1--0846/e23/>,
        <http://dewey.info/class/305.26/e23/> ;
    skos:prefLabel "Old age"@en,
        "Alderdom"@nb,
        "Alderdom"@nn ;
    skos:related humord:c03858,
        humord:c07177,
        humord:c58854 ;
    skos:relatedMatch <http://dewey.info/class/1--0846/e23/>,
        <http://dewey.info/class/305.26/e23/> .

humord:c03860 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-01-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03860" ;
    dct:modified "2024-01-23T08:38:16"^^xsd:dateTime ;
    skos:altLabel "Climacteric"@en,
        "Klimakteriet"@nb,
        "Klimakterium"@nb,
        "Menopause"@nb,
        "Overgangsalderen"@nb,
        "Klimakteriet"@nn,
        "Klimakterium"@nn,
        "Overgangsalderen"@nn ;
    skos:broadMatch <http://dewey.info/class/612.665/e23/> ;
    skos:broader humord:c03865,
        humord:c11116 ;
    skos:definition "Menopause defineres ved en kvinnes siste menstruasjon. For de fleste kvinner skjer dette rundt 50-årsalderen <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/612.665/e23/> ;
    skos:prefLabel "Menopause"@en,
        "Overgangsalder"@nb,
        "Overgangsalder"@nn ;
    skos:related humord:c03858 .

humord:c03862 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03862" ;
    dct:modified "2025-11-20T09:02:36"^^xsd:dateTime ;
    skos:altLabel "Nursing (Breastfeeding)"@en,
        "Diegivning"@nb,
        "Diegiving"@nn,
        "Diegjeving"@nn ;
    skos:broader humord:c03853 ;
    skos:definition "Amming, det å amme, er å gi spedbarn brystmelk. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007804,
        <http://dewey.info/class/649.33/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007804,
        <http://dewey.info/class/612.664/e23/>,
        <http://dewey.info/class/613.269/e23/>,
        <http://dewey.info/class/649.33/e23/> ;
    skos:prefLabel "Breastfeeding"@en,
        "Amming"@nb,
        "Amming"@nn ;
    skos:related humord:c26010,
        humord:c67418,
        humord:c70121 ;
    skos:relatedMatch <http://dewey.info/class/612.664/e23/>,
        <http://dewey.info/class/613.269/e23/> .

humord:c03863 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03863" ;
    dct:modified "2024-07-01T14:18:21"^^xsd:dateTime ;
    skos:altLabel "Blodet"@nb,
        "Blodet"@nn ;
    skos:broader humord:c03853 ;
    skos:closeMatch <http://dewey.info/class/616.15/e23/> ;
    skos:exactMatch realfagstermer:c012930,
        <http://dewey.info/class/573.15/e23/>,
        <http://dewey.info/class/612.11/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012930,
        <http://dewey.info/class/363.2562/e23/>,
        <http://dewey.info/class/573.15/e23/>,
        <http://dewey.info/class/612.11/e23/>,
        <http://dewey.info/class/616.15/e23/> ;
    skos:prefLabel "Blood"@en,
        "Blod"@nb,
        "Blod"@nn ;
    skos:relatedMatch <http://dewey.info/class/363.2562/e23/> .

humord:c03864 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03864" ;
    dct:modified "2024-08-29T13:55:19"^^xsd:dateTime ;
    skos:altLabel "Fetus"@en,
        "Foetuses"@en,
        "Fetus"@nb,
        "Føtus"@nb ;
    skos:broader humord:c03853 ;
    skos:definition "Foster er et menneske i en tidlig del av sin utvikling, fra utgangen av åttende svangerskapsuke til det fødes. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004294,
        <http://dewey.info/class/612.647/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004294,
        <http://dewey.info/class/342.085/e23/>,
        <http://dewey.info/class/612.647/e23/> ;
    skos:prefLabel "Fetuses"@en,
        "Fostre"@nb,
        "Foster"@nn ;
    skos:related humord:c03818,
        humord:c22797 ;
    skos:relatedMatch <http://dewey.info/class/342.085/e23/> .

humord:c03865 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03865" ;
    dct:modified "2025-10-06T13:26:44"^^xsd:dateTime ;
    skos:altLabel "Fruktbarhet (Demografi)"@nb ;
    skos:broader humord:c09000 ;
    skos:closeMatch realfagstermer:c003752 ;
    skos:definition "En arts faktiske formeringsevne <BOB>"@nb ;
    skos:exactMatch realfagstermer:c006499,
        <http://dewey.info/class/304.632/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003752,
        realfagstermer:c006499,
        <http://dewey.info/class/304.632/e23/> ;
    skos:prefLabel "Fertility"@en,
        "Fertilitet"@nb,
        "Fertilitet"@nn ;
    skos:related humord:c03866,
        humord:c23455,
        humord:c58542 .

humord:c03866 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03866" ;
    dct:modified "2024-07-24T15:13:19"^^xsd:dateTime ;
    skos:altLabel "Childbirth"@en,
        "Childbirths"@en,
        "Deliveries"@en,
        "Barnefødsler"@nb,
        "Fødsel"@nb,
        "Barnefødslar"@nn,
        "Fødsel"@nn ;
    skos:broader humord:c03853 ;
    skos:definition "Fødsel er prosessen der et barn kommer ut fra morens kropp. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007468,
        <http://dewey.info/class/304.63/e23/>,
        <http://dewey.info/class/573.67/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007468,
        <http://dewey.info/class/304.63/e23/>,
        <http://dewey.info/class/573.67/e23/> ;
    skos:prefLabel "Births"@en,
        "Fødsler"@nb,
        "Fødslar"@nn ;
    skos:related humord:c03865,
        humord:c04887 .

humord:c03867 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03867" ;
    dct:modified "2024-07-24T15:20:19"^^xsd:dateTime ;
    skos:broader humord:c03866 ;
    skos:closeMatch realfagstermer:c013958 ;
    skos:definition "Fødselshjelp er hjelp som ytes til mor og barn under fødselen. <SNL>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch <http://dewey.info/class/618.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013958,
        <http://dewey.info/class/344.0415/e23/>,
        <http://dewey.info/class/617.9682/e23/>,
        <http://dewey.info/class/618.2/e23/>,
        <http://dewey.info/class/618.3/e23/> ;
    skos:prefLabel "Obstetric aid"@en,
        "Fødselshjelp"@nb,
        "Fødselshjelp"@nn ;
    skos:related humord:c07458 ;
    skos:relatedMatch <http://dewey.info/class/344.0415/e23/>,
        <http://dewey.info/class/617.9682/e23/>,
        <http://dewey.info/class/618.3/e23/> .

humord:c03868 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03868" ;
    dct:modified "2025-10-06T14:18:07"^^xsd:dateTime ;
    skos:altLabel "Hjerne"@nb,
        "Hjerne"@nn ;
    skos:broader humord:c63393 ;
    skos:exactMatch realfagstermer:c013427,
        <http://dewey.info/class/573.86/e23/>,
        <http://dewey.info/class/611.81/e23/>,
        <http://dewey.info/class/612.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013427,
        <http://dewey.info/class/573.86/e23/>,
        <http://dewey.info/class/611.81/e23/>,
        <http://dewey.info/class/612.82/e23/>,
        <http://dewey.info/class/616.8/e23/>,
        <http://dewey.info/class/617.481/e23/> ;
    skos:prefLabel "Brain"@en,
        "Hjernen"@nb,
        "Hjernen"@nn ;
    skos:related humord:c23230 ;
    skos:relatedMatch <http://dewey.info/class/616.8/e23/>,
        <http://dewey.info/class/617.481/e23/> .

humord:c03869 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03869" ;
    dct:modified "2024-08-29T13:41:38"^^xsd:dateTime ;
    skos:altLabel "Brain lateralisation"@en,
        "Brain lateralization"@en,
        "Cerebral lateralisation"@en,
        "Lateralisation of brain function"@en,
        "Lateralization of brain function"@en ;
    skos:broadMatch <http://dewey.info/class/612.825/e23/> ;
    skos:broader humord:c03868 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/611.81/e23/>,
        <http://dewey.info/class/612.825/e23/>,
        <http://dewey.info/class/616.8/e23/> ;
    skos:prefLabel "Cerebral lateralization"@en,
        "Cerebral lateralisering"@nb,
        "Cerebral lateralisering"@nn ;
    skos:relatedMatch <http://dewey.info/class/611.81/e23/>,
        <http://dewey.info/class/616.8/e23/> .

humord:c03870 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03870" ;
    dct:modified "2024-05-21T15:24:11"^^xsd:dateTime ;
    skos:altLabel "Høyre storhjernehalvdel"@nb,
        "Høyre storhjernehemisfære"@nb,
        "Høgre storhjernehalvdel"@nn,
        "Høgre storhjernehemisfære"@nn ;
    skos:broadMatch <http://dewey.info/class/611.81/e23/>,
        <http://dewey.info/class/612.825/e23/> ;
    skos:broader humord:c03869 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/611.81/e23/>,
        <http://dewey.info/class/612.825/e23/>,
        <http://dewey.info/class/616.8/e23/> ;
    skos:prefLabel "Right cerebral hemisphere"@en,
        "Høyre hjernehalvdel"@nb,
        "Høgre hjernehalvdel"@nn ;
    skos:relatedMatch <http://dewey.info/class/616.8/e23/> .

humord:c03871 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03871" ;
    dct:modified "2024-05-21T15:26:38"^^xsd:dateTime ;
    skos:altLabel "Venstre storhjernehalvdel"@nb,
        "Venstre storhjernehemisfære"@nb,
        "Venstre storhjernehalvdel"@nn,
        "Venstre storhjernehemisfære"@nn ;
    skos:broadMatch <http://dewey.info/class/611.81/e23/>,
        <http://dewey.info/class/612.825/e23/> ;
    skos:broader humord:c03869 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/611.81/e23/>,
        <http://dewey.info/class/612.825/e23/>,
        <http://dewey.info/class/616.8/e23/> ;
    skos:prefLabel "Left cerebral hemisphere"@en,
        "Venstre hjernehalvdel"@nb,
        "Venstre hjernehalvdel"@nn ;
    skos:relatedMatch <http://dewey.info/class/616.8/e23/> .

humord:c03872 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03872" ;
    dct:modified "2024-05-08T12:49:54"^^xsd:dateTime ;
    skos:altLabel "Cardiac organ"@en,
        "Hearts"@en,
        "Hjerte"@nb,
        "Hjarte"@nn,
        "Hjartet"@nn ;
    skos:broader humord:c19945 ;
    skos:definition "Hjertet er en hulmuskel som pumper blodet rundt i kroppen. <SNL>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c002021,
        <http://dewey.info/class/573.17/e23/>,
        <http://dewey.info/class/611.12/e23/>,
        <http://dewey.info/class/612.17/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002021,
        <http://dewey.info/class/573.17/e23/>,
        <http://dewey.info/class/611.12/e23/>,
        <http://dewey.info/class/612.17/e23/>,
        <http://dewey.info/class/616.12/e23/>,
        <http://dewey.info/class/617.412/e23/> ;
    skos:prefLabel "Heart"@en,
        "Hjertet"@nb,
        "Hjarta"@nn ;
    skos:relatedMatch <http://dewey.info/class/616.12/e23/>,
        <http://dewey.info/class/617.412/e23/> .

humord:c03873 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03873" ;
    dct:modified "2024-10-17T08:19:19"^^xsd:dateTime ;
    skos:altLabel "Sex (Gender)"@en ;
    skos:broadMatch <http://dewey.info/class/576.855/e23/> ;
    skos:broader humord:c03853 ;
    skos:closeMatch <http://dewey.info/class/1--081/e23/>,
        <http://dewey.info/class/155.3/e23/>,
        <http://dewey.info/class/305.3/e23/> ;
    skos:editorialNote "Brukes inntil videre også om sosialt kjønn (Gender) 2011.06.06 MaA"@nb ;
    skos:exactMatch realfagstermer:c000149 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000149,
        <http://dewey.info/class/1--081/e23/>,
        <http://dewey.info/class/155.3/e23/>,
        <http://dewey.info/class/155.43/e23/>,
        <http://dewey.info/class/305.3/e23/>,
        <http://dewey.info/class/370.81/e23/>,
        <http://dewey.info/class/395.142/e23/>,
        <http://dewey.info/class/395.144/e23/>,
        <http://dewey.info/class/576.855/e23/> ;
    skos:prefLabel "Gender"@en,
        "Kjønn"@nb,
        "Kjønn"@nn ;
    skos:relatedMatch <http://dewey.info/class/155.43/e23/>,
        <http://dewey.info/class/370.81/e23/>,
        <http://dewey.info/class/395.142/e23/>,
        <http://dewey.info/class/395.144/e23/> .

humord:c03874 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03874" ;
    dct:modified "2024-06-03T14:08:31"^^xsd:dateTime ;
    skos:altLabel "Body height"@en,
        "Body length"@en,
        "Høyde"@nb,
        "Kroppslengde"@nb,
        "Høgde"@nn,
        "Kroppslengde"@nn ;
    skos:broadMatch <http://dewey.info/class/591.41/e23/> ;
    skos:broader humord:c03853 ;
    skos:definition "Kroppshøyde måles som den rettlinjete, vertikale avstanden mellom toppen av issen (vertex) og fotens underlag i stående stilling. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.4613/e23/>,
        <http://dewey.info/class/591.41/e23/>,
        <http://dewey.info/class/599.94/e23/>,
        <http://dewey.info/class/613/e23/> ;
    skos:prefLabel "Height"@en,
        "Kroppshøyde"@nb,
        "Kroppshøgde"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.4613/e23/>,
        <http://dewey.info/class/599.94/e23/>,
        <http://dewey.info/class/613/e23/> .

humord:c03875 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-03-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03875" ;
    dct:modified "2025-10-06T09:17:30"^^xsd:dateTime ;
    skos:altLabel "Abdomen"@en,
        "Belly"@en,
        "Abdomen"@nb,
        "Buken"@nb,
        "Magesekken"@nb,
        "Maven"@nb,
        "Abdomen"@nn,
        "Buken"@nn,
        "Magesekken"@nn ;
    skos:broader humord:c19945 ;
    skos:closeMatch <http://dewey.info/class/617.553/e23/> ;
    skos:definition "Magen er den folkelige, upresise betegnelsen på kroppsområdet mellom nedre del av ribbeinsbuene og øvre del av bekkenet, tilsvarende buken eller abdomen. <SNL>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c007108,
        <http://dewey.info/class/573.36/e23/>,
        <http://dewey.info/class/611.33/e23/>,
        <http://dewey.info/class/612.32/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007108,
        <http://dewey.info/class/573.36/e23/>,
        <http://dewey.info/class/611.33/e23/>,
        <http://dewey.info/class/612.32/e23/>,
        <http://dewey.info/class/616.33/e23/>,
        <http://dewey.info/class/617.553/e23/> ;
    skos:prefLabel "Stomach"@en,
        "Magen"@nb,
        "Magen"@nn ;
    skos:relatedMatch <http://dewey.info/class/616.33/e23/> .

humord:c03877 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03877" ;
    dct:modified "2024-01-12T10:11:53"^^xsd:dateTime ;
    skos:altLabel "Bleeding"@en,
        "Menses"@en,
        "Period"@en,
        "Mensen"@nb,
        "Mensen"@nn ;
    skos:broader humord:c03853 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch <http://dewey.info/class/612.662/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/220.8612662/e23/>,
        <http://dewey.info/class/612.662/e23/>,
        <http://dewey.info/class/618.172/e23/> ;
    skos:prefLabel "Menstruation"@en,
        "Menstruasjon"@nb,
        "Menstruasjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/220.8612662/e23/>,
        <http://dewey.info/class/618.172/e23/> .

humord:c03878 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03878" ;
    dct:modified "2025-10-06T14:29:11"^^xsd:dateTime ;
    skos:altLabel "Milt"@nb,
        "Milt"@nn,
        "Miltet"@nn ;
    skos:broader humord:c70090 ;
    skos:closeMatch <http://dewey.info/class/611.41/e23/>,
        <http://dewey.info/class/612.41/e23/> ;
    skos:definition "Milten er et lymfatisk organ som ligger innskutt i blodbanen. <SML>"@nb ;
    skos:exactMatch <http://dewey.info/class/573.1555/e23/>,
        <http://dewey.info/class/612.415/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/573.1555/e23/>,
        <http://dewey.info/class/611.41/e23/>,
        <http://dewey.info/class/612.41/e23/>,
        <http://dewey.info/class/612.415/e23/>,
        <http://dewey.info/class/617.551/e23/> ;
    skos:prefLabel "Spleen"@en,
        "Milten"@nb,
        "Milten"@nn ;
    skos:relatedMatch <http://dewey.info/class/617.551/e23/> .

humord:c03879 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03879" ;
    dct:modified "2024-06-12T10:26:04"^^xsd:dateTime ;
    skos:altLabel "Birth defects"@en,
        "Congenital abnormalities"@en,
        "Congenital defects"@en,
        "Deformities"@en,
        "Malformations"@en,
        "Abnormaliteter"@nb,
        "Abnormiteter"@nb,
        "Deformiteter"@nb,
        "Fødselsdefekter"@nb,
        "Kongenitale misdannelser"@nb,
        "Abnormitetar"@nn,
        "Deformitetar"@nn,
        "Fødselsdefektar"@nn,
        "Kongenitale misdanningar"@nn,
        "Medfødde misdanningar"@nn ;
    skos:broadMatch <http://dewey.info/class/599.949/e23/> ;
    skos:broader humord:c03853 ;
    skos:exactMatch realfagstermer:c000415 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000415,
        <http://dewey.info/class/155.916/e23/>,
        <http://dewey.info/class/571.976/e23/>,
        <http://dewey.info/class/599.949/e23/>,
        <http://dewey.info/class/616.043/e23/> ;
    skos:prefLabel "Abnormalities"@en,
        "Misdannelser"@nb,
        "Misdanningar"@nn ;
    skos:related humord:c29272,
        humord:c61072 ;
    skos:relatedMatch <http://dewey.info/class/155.916/e23/>,
        <http://dewey.info/class/571.976/e23/>,
        <http://dewey.info/class/616.043/e23/> .

humord:c03881 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03881" ;
    dct:modified "2025-10-06T14:26:06"^^xsd:dateTime ;
    skos:broader humord:c03821 ;
    skos:definition "Nervesystemet er en fellesbetegnelse på alt nervevev i kroppen. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/573.8/e23/>,
        <http://dewey.info/class/611.8/e23/>,
        <http://dewey.info/class/612.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/573.8/e23/>,
        <http://dewey.info/class/611.8/e23/>,
        <http://dewey.info/class/612.8/e23/>,
        <http://dewey.info/class/616.8/e23/>,
        <http://dewey.info/class/617.48/e23/>,
        <http://dewey.info/class/618.928/e23/> ;
    skos:prefLabel "Nervous system"@en,
        "Nervesystemet"@nb,
        "Nervesystemet"@nn ;
    skos:related humord:c03882 ;
    skos:relatedMatch <http://dewey.info/class/616.8/e23/>,
        <http://dewey.info/class/617.48/e23/>,
        <http://dewey.info/class/618.928/e23/> .

humord:c03882 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03882" ;
    dct:modified "2024-11-27T14:17:43"^^xsd:dateTime ;
    skos:broader humord:c03853 ;
    skos:exactMatch realfagstermer:c006377,
        <http://dewey.info/class/573.87/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006377,
        <http://dewey.info/class/152.1/e23/>,
        <http://dewey.info/class/573.87/e23/> ;
    skos:prefLabel "Senses"@en,
        "Sanser"@nb,
        "Sansar"@nn ;
    skos:related humord:c03881,
        humord:c08082 ;
    skos:relatedMatch <http://dewey.info/class/152.1/e23/> .

humord:c03883 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03883" ;
    dct:modified "2024-04-29T15:51:30"^^xsd:dateTime ;
    skos:altLabel "Audition (Sense)"@en,
        "Høreevne"@nb,
        "Høresans"@nb,
        "Hørselsevne"@nb,
        "Hørselssans"@nb,
        "Høyreevne"@nn,
        "Høyresans"@nn,
        "Høyrselssans"@nn,
        "Høyrsle"@nn,
        "Høyrslesans"@nn ;
    skos:broader humord:c03882 ;
    skos:closeMatch <http://dewey.info/class/612.85/e23/> ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c010461,
        <http://dewey.info/class/573.89/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010461,
        <http://dewey.info/class/152.15/e23/>,
        <http://dewey.info/class/573.89/e23/>,
        <http://dewey.info/class/612.85/e23/> ;
    skos:prefLabel "Hearing (Sense)"@en,
        "Hørsel"@nb,
        "Høyrsel"@nn ;
    skos:related humord:c17465,
        humord:c19638,
        humord:c22510 ;
    skos:relatedMatch <http://dewey.info/class/152.15/e23/> .

humord:c03888 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03888" ;
    dct:modified "2024-12-03T09:03:14"^^xsd:dateTime ;
    skos:altLabel "Gustation"@en,
        "Sensory perception of taste"@en,
        "Smak (Sans)"@nb,
        "Smak (Sans)"@nn ;
    skos:broader humord:c03882 ;
    skos:closeMatch <http://dewey.info/class/611.87/e23/>,
        <http://dewey.info/class/612.87/e23/> ;
    skos:exactMatch realfagstermer:c008442,
        realfagstermer:c012884,
        <http://dewey.info/class/152.167/e23/>,
        <http://dewey.info/class/573.878/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008442,
        realfagstermer:c012884,
        <http://dewey.info/class/152.167/e23/>,
        <http://dewey.info/class/153.13/e23/>,
        <http://dewey.info/class/573.878/e23/>,
        <http://dewey.info/class/611.87/e23/>,
        <http://dewey.info/class/612.87/e23/> ;
    skos:prefLabel "Taste (Sense)"@en,
        "Smakssans"@nb,
        "Smakssans"@nn ;
    skos:related humord:c08087,
        humord:c18231 ;
    skos:relatedMatch <http://dewey.info/class/153.13/e23/> .

humord:c03889 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-08-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03889" ;
    dct:modified "2024-08-22T14:55:23"^^xsd:dateTime ;
    skos:altLabel "Eyesight"@en,
        "Vision"@en,
        "Visual system"@en,
        "Synet"@nb,
        "Synsprosesser"@nb,
        "Synsprosessar"@nn ;
    skos:broadMatch <http://dewey.info/class/121.35/e23/> ;
    skos:broader humord:c03882 ;
    skos:closeMatch <http://dewey.info/class/612.84/e23/> ;
    skos:definition "Evnen til å se <UBO>"@nb ;
    skos:exactMatch realfagstermer:c003602,
        <http://dewey.info/class/573.88/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003602,
        <http://dewey.info/class/006.37/e23/>,
        <http://dewey.info/class/121.35/e23/>,
        <http://dewey.info/class/152.14/e23/>,
        <http://dewey.info/class/573.88/e23/>,
        <http://dewey.info/class/612.84/e23/> ;
    skos:prefLabel "Sight"@en,
        "Syn"@nb,
        "Syn"@nn ;
    skos:related humord:c03898,
        humord:c23290 ;
    skos:relatedMatch <http://dewey.info/class/006.37/e23/>,
        <http://dewey.info/class/152.14/e23/> .

humord:c03890 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03890" ;
    dct:modified "2024-06-17T14:05:34"^^xsd:dateTime ;
    skos:broader humord:c03882 ;
    skos:definition "Det at påvirkning av en sans framkaller opplevelser som svarer til en annen sans... <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/152.189/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.189/e23/> ;
    skos:prefLabel "Synesthesia"@en,
        "Synestesi"@nb,
        "Synestesi"@nn .

humord:c03891 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03891" ;
    dct:modified "2025-10-06T14:29:48"^^xsd:dateTime ;
    skos:altLabel "Kidney"@en,
        "Nyre"@nb,
        "Nyrene"@nb,
        "Nyra"@nn,
        "Nyre"@nn,
        "Nyrene"@nn ;
    skos:broader humord:c70090 ;
    skos:closeMatch <http://dewey.info/class/611.61/e23/> ;
    skos:definition "Nyrene er organet i kroppen som danner urin. <SML>"@nb ;
    skos:exactMatch realfagstermer:c007486,
        <http://dewey.info/class/573.496/e23/>,
        <http://dewey.info/class/612.463/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007486,
        <http://dewey.info/class/573.496/e23/>,
        <http://dewey.info/class/611.61/e23/>,
        <http://dewey.info/class/612.463/e23/>,
        <http://dewey.info/class/616.61/e23/>,
        <http://dewey.info/class/617.461/e23/> ;
    skos:prefLabel "Kidneys"@en,
        "Nyrer"@nb,
        "Nyrer"@nn ;
    skos:relatedMatch <http://dewey.info/class/616.61/e23/>,
        <http://dewey.info/class/617.461/e23/> .

humord:c03892 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03892" ;
    dct:modified "2025-04-08T11:35:14"^^xsd:dateTime ;
    skos:altLabel "Child-bearing"@en,
        "Gestation"@en,
        "Gravidity"@en,
        "Pregnancies"@en,
        "Graviditet"@nb,
        "Graviditet"@nn ;
    skos:broader humord:c03853 ;
    skos:closeMatch <http://dewey.info/class/612.63/e23/> ;
    skos:exactMatch realfagstermer:c013592,
        <http://dewey.info/class/573.67/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013592,
        <http://dewey.info/class/155.6463/e23/>,
        <http://dewey.info/class/371.714/e23/>,
        <http://dewey.info/class/573.67/e23/>,
        <http://dewey.info/class/612.63/e23/>,
        <http://dewey.info/class/618.2/e23/> ;
    skos:prefLabel "Pregnancy"@en,
        "Svangerskap"@nb,
        "Svangerskap"@nn ;
    skos:related humord:c69638 ;
    skos:relatedMatch <http://dewey.info/class/155.6463/e23/>,
        <http://dewey.info/class/371.714/e23/>,
        <http://dewey.info/class/618.2/e23/> .

humord:c03894 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03894" ;
    dct:modified "2025-07-21T14:34:39"^^xsd:dateTime ;
    skos:altLabel "Ability to speak"@en ;
    skos:broadMatch <http://dewey.info/class/302.2242/e23/>,
        <http://dewey.info/class/612.78/e23/> ;
    skos:broader humord:c03895 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.2242/e23/>,
        <http://dewey.info/class/371.9142/e23/>,
        <http://dewey.info/class/612.78/e23/>,
        <http://dewey.info/class/616.855/e23/> ;
    skos:prefLabel "Speech ability"@en,
        "Taleevne"@nb,
        "Taleevne"@nn ;
    skos:related humord:c05758 ;
    skos:relatedMatch <http://dewey.info/class/371.9142/e23/>,
        <http://dewey.info/class/616.855/e23/> .

humord:c03895 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03895" ;
    dct:modified "2025-10-06T14:27:36"^^xsd:dateTime ;
    skos:altLabel "Articulators"@en,
        "Organs of speech"@en ;
    skos:broader humord:c61928 ;
    skos:closeMatch <http://dewey.info/class/612.78/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/612.78/e23/>,
        <http://dewey.info/class/616.855/e23/> ;
    skos:prefLabel "Speech organs"@en,
        "Taleorganer"@nb,
        "Taleorgan"@nn ;
    skos:relatedMatch <http://dewey.info/class/616.855/e23/> .

humord:c03896 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03896" ;
    dct:modified "2024-12-10T10:09:38"^^xsd:dateTime ;
    skos:altLabel "Tooth"@en,
        "Tann"@nb,
        "Tann"@nn ;
    skos:broader humord:c63393 ;
    skos:exactMatch realfagstermer:c006500,
        <http://dewey.info/class/573.356/e23/>,
        <http://dewey.info/class/591.44/e23/>,
        <http://dewey.info/class/599.943/e23/>,
        <http://dewey.info/class/611.314/e23/>,
        <http://dewey.info/class/612.311/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006500,
        <http://dewey.info/class/573.356/e23/>,
        <http://dewey.info/class/591.44/e23/>,
        <http://dewey.info/class/599.943/e23/>,
        <http://dewey.info/class/611.314/e23/>,
        <http://dewey.info/class/612.311/e23/>,
        <http://dewey.info/class/617.6/e23/> ;
    skos:prefLabel "Teeth"@en,
        "Tenner"@nb,
        "Tenner"@nn ;
    skos:related humord:c03900,
        humord:c19335 ;
    skos:relatedMatch <http://dewey.info/class/617.6/e23/> .

humord:c03898 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03898" ;
    dct:modified "2025-01-02T14:06:24"^^xsd:dateTime ;
    skos:altLabel "Eye"@en,
        "Oculus"@en,
        "Øyet"@nb,
        "Auga"@nn,
        "Auge"@nn,
        "Auget"@nn ;
    skos:broadMatch <http://dewey.info/class/591.44/e23/>,
        <http://dewey.info/class/599.144/e23/> ;
    skos:broader humord:c16246,
        humord:c69151 ;
    skos:closeMatch <http://dewey.info/class/611.84/e23/>,
        <http://dewey.info/class/612.84/e23/> ;
    skos:exactMatch realfagstermer:c006305,
        <http://dewey.info/class/573.88/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006305,
        <http://dewey.info/class/573.88/e23/>,
        <http://dewey.info/class/591.44/e23/>,
        <http://dewey.info/class/599.144/e23/>,
        <http://dewey.info/class/611.84/e23/>,
        <http://dewey.info/class/612.84/e23/>,
        <http://dewey.info/class/617.7/e23/> ;
    skos:prefLabel "Eyes"@en,
        "Øyne"@nb,
        "Augo"@nn ;
    skos:related humord:c03889,
        humord:c37994,
        humord:c69383 ;
    skos:relatedMatch <http://dewey.info/class/617.7/e23/> .

humord:c03899 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03899" ;
    dct:modified "2024-12-10T08:07:55"^^xsd:dateTime ;
    skos:altLabel "Dentistry"@en,
        "Tannlegevitenskap"@nb ;
    skos:broader humord:c03774 ;
    skos:exactMatch <http://dewey.info/class/617.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/344.0413/e23/>,
        <http://dewey.info/class/617.6/e23/> ;
    skos:prefLabel "Odontology"@en,
        "Odontologi"@nb,
        "Odontologi"@nn ;
    skos:related humord:c14042 ;
    skos:relatedMatch <http://dewey.info/class/344.0413/e23/> .

humord:c03900 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03900" ;
    dct:modified "2024-04-04T16:19:41"^^xsd:dateTime ;
    skos:altLabel "Operative dentistry"@en ;
    skos:broadMatch <http://dewey.info/class/362.1976/e23/> ;
    skos:broader humord:c03899 ;
    skos:closeMatch <http://dewey.info/class/617.6/e23/> ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.1976/e23/>,
        <http://dewey.info/class/617.6/e23/> ;
    skos:prefLabel "Dental treatment"@en,
        "Tannbehandling"@nb,
        "Tannbehandling"@nn ;
    skos:related humord:c03896 .

humord:c03901 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03901" ;
    dct:modified "2024-11-14T09:00:55"^^xsd:dateTime ;
    skos:altLabel "Health injury"@en ;
    skos:broader humord:c03774,
        humord:c27790 ;
    skos:closeMatch realfagstermer:c009989,
        <http://dewey.info/class/362.1971/e23/>,
        <http://dewey.info/class/617.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009989,
        <http://dewey.info/class/362.1971/e23/>,
        <http://dewey.info/class/614.3/e23/>,
        <http://dewey.info/class/617.1/e23/> ;
    skos:prefLabel "Health injuries"@en,
        "Helseskader"@nb,
        "Helseskadar"@nn ;
    skos:related humord:c01533,
        humord:c07743,
        humord:c25765 ;
    skos:relatedMatch <http://dewey.info/class/614.3/e23/> .

humord:c03902 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03902" ;
    dct:modified "2024-11-13T11:41:23"^^xsd:dateTime ;
    skos:altLabel "Brain injuries"@en,
        "Brain injury"@en,
        "Ervervet hjerneskade"@nb,
        "Erverva hjerneskadar"@nn ;
    skos:broader humord:c03901 ;
    skos:exactMatch realfagstermer:c006801,
        <http://dewey.info/class/617.481044/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006801,
        <http://dewey.info/class/1--0874/e23/>,
        <http://dewey.info/class/305.9084/e23/>,
        <http://dewey.info/class/371.91/e23/>,
        <http://dewey.info/class/617.481044/e23/> ;
    skos:prefLabel "Brain damages"@en,
        "Hjerneskader"@nb,
        "Hjerneskadar"@nn ;
    skos:related humord:c03822,
        humord:c03836,
        humord:c22102 ;
    skos:relatedMatch <http://dewey.info/class/1--0874/e23/>,
        <http://dewey.info/class/305.9084/e23/>,
        <http://dewey.info/class/371.91/e23/> .

humord:c03903 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03903" ;
    dct:modified "2025-08-13T10:17:24"^^xsd:dateTime ;
    skos:altLabel "Bodily harm"@en,
        "Personal injury"@en,
        "Physical harm"@en,
        "Physical injuries"@en,
        "Fysisk skade"@nb,
        "Fysiske skader"@nb,
        "Fysisk skade"@nn,
        "Fysiske skader"@nn ;
    skos:broadMatch <http://dewey.info/class/362.1971/e23/>,
        <http://dewey.info/class/617.1/e23/> ;
    skos:broader humord:c03901 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/346.0323/e23/>,
        <http://dewey.info/class/362.1971/e23/>,
        <http://dewey.info/class/617.1/e23/> ;
    skos:prefLabel "Personal injuries"@en,
        "Personskader"@nb,
        "Personskadar"@nn ;
    skos:related humord:c69939 ;
    skos:relatedMatch <http://dewey.info/class/346.0323/e23/> .

humord:c03904 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03904" ;
    dct:modified "2024-03-18T13:55:47"^^xsd:dateTime ;
    skos:altLabel "Hunger"@nb,
        "Hunger"@nn ;
    skos:broadMatch <http://dewey.info/class/152.1886/e23/> ;
    skos:broader humord:c34847 ;
    skos:closeMatch <http://dewey.info/class/363.8/e23/> ;
    skos:exactMatch realfagstermer:c000428 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000428,
        <http://dewey.info/class/152.1886/e23/>,
        <http://dewey.info/class/363.8/e23/>,
        <http://dewey.info/class/612.391/e23/> ;
    skos:prefLabel "Hunger"@en,
        "Sult"@nb,
        "Svolt"@nn ;
    skos:related humord:c23348 ;
    skos:relatedMatch <http://dewey.info/class/612.391/e23/> .

humord:c03905 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03905" ;
    dct:modified "2024-11-14T08:40:40"^^xsd:dateTime ;
    skos:altLabel "Famines"@en,
        "Hunger catastrophe"@en,
        "Hunger catastrophies"@en,
        "Starvation"@en,
        "Starvations"@en,
        "Sultkatastrofer"@nb,
        "Hungerkatastrofar"@nn,
        "Hungersnaud"@nn ;
    skos:broader humord:c03904,
        humord:c19416 ;
    skos:closeMatch realfagstermer:c000428,
        <http://dewey.info/class/363.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000428,
        <http://dewey.info/class/363.8/e23/> ;
    skos:prefLabel "Famine"@en,
        "Hungersnød"@nb,
        "Hungersnød"@nn ;
    skos:related humord:c58587 .

humord:c03906 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03906" ;
    dct:modified "2024-02-20T12:16:22"^^xsd:dateTime ;
    skos:altLabel "Lidelser"@nb,
        "Lidingar"@nn,
        "Sjukdommar"@nn ;
    skos:broader humord:c03774 ;
    skos:exactMatch realfagstermer:c007066,
        <http://dewey.info/class/571.9/e23/>,
        <http://dewey.info/class/616/e23/>,
        <http://dewey.info/class/632.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007066,
        <http://dewey.info/class/155.916/e23/>,
        <http://dewey.info/class/306.461/e23/>,
        <http://dewey.info/class/362.1/e23/>,
        <http://dewey.info/class/571.9/e23/>,
        <http://dewey.info/class/614.42/e23/>,
        <http://dewey.info/class/615.5/e23/>,
        <http://dewey.info/class/616/e23/>,
        <http://dewey.info/class/617/e23/>,
        <http://dewey.info/class/618.1/e23/>,
        <http://dewey.info/class/618.92/e23/>,
        <http://dewey.info/class/618.97/e23/>,
        <http://dewey.info/class/632.3/e23/> ;
    skos:prefLabel "Diseases"@en,
        "Sykdommer"@nb,
        "Sjukdomar"@nn ;
    skos:related humord:c14499,
        humord:c25167,
        humord:c62181 ;
    skos:relatedMatch <http://dewey.info/class/155.916/e23/>,
        <http://dewey.info/class/306.461/e23/>,
        <http://dewey.info/class/362.1/e23/>,
        <http://dewey.info/class/614.42/e23/>,
        <http://dewey.info/class/615.5/e23/>,
        <http://dewey.info/class/617/e23/>,
        <http://dewey.info/class/618.1/e23/>,
        <http://dewey.info/class/618.92/e23/>,
        <http://dewey.info/class/618.97/e23/> .

humord:c03907 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03907" ;
    dct:modified "2025-08-15T10:36:57"^^xsd:dateTime ;
    skos:altLabel "Alcohol addiction"@en,
        "Alcohol dependence"@en,
        "Alcohol use disorder"@en,
        "Alcohol use disorders"@en,
        "Alkoholavhengighet"@nb,
        "Alkoholbrukslidelse"@nb,
        "Alkoholbrukslidelser"@nb,
        "Alkoholavhengigheit"@nn,
        "Alkoholbruksliding"@nn,
        "Alkoholbrukslidingar"@nn ;
    skos:broader humord:c22517 ;
    skos:closeMatch <http://dewey.info/class/613.81/e23/>,
        <http://dewey.info/class/616.861/e23/> ;
    skos:exactMatch realfagstermer:c013809,
        <http://dewey.info/class/362.292/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013809,
        <http://dewey.info/class/344.04461/e23/>,
        <http://dewey.info/class/362.292/e23/>,
        <http://dewey.info/class/371.784/e23/>,
        <http://dewey.info/class/613.81/e23/>,
        <http://dewey.info/class/616.861/e23/>,
        <http://dewey.info/class/618.3686/e23/> ;
    skos:prefLabel "Alcoholism"@en,
        "Alkoholisme"@nb,
        "Alkoholisme"@nn ;
    skos:related humord:c09312,
        humord:c21356 ;
    skos:relatedMatch <http://dewey.info/class/344.04461/e23/>,
        <http://dewey.info/class/371.784/e23/>,
        <http://dewey.info/class/618.3686/e23/> .

humord:c03908 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03908" ;
    dct:modified "2024-04-08T10:46:03"^^xsd:dateTime ;
    skos:altLabel "Communicable disease"@en,
        "Contagious disease"@en,
        "Contagious diseases"@en,
        "Infectious disease"@en,
        "Infectious diseases"@en,
        "Infeksjoner"@nb,
        "Infeksjonsbiologi"@nb,
        "Smittsomme sykdommer"@nb,
        "Infeksjonar"@nn,
        "Infeksjonsbiologi"@nn,
        "Infeksjonssjukdomar"@nn,
        "Smittsomme sjukdomar"@nn,
        "Smittsomme sjukdommar"@nn ;
    skos:broader humord:c03906 ;
    skos:closeMatch <http://dewey.info/class/616.9/e23/> ;
    skos:definition "En infeksjonssykdom er en sykdom som er forårsaket av mikroorganismer (bakterier, virus, sopp eller parasitter) <SNL>"@nb ;
    skos:editorialNote "Infection biology"@nb ;
    skos:exactMatch <http://dewey.info/class/571.98/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.1969/e23/>,
        <http://dewey.info/class/571.98/e23/>,
        <http://dewey.info/class/616.9/e23/>,
        <http://dewey.info/class/618.929/e23/>,
        <http://dewey.info/class/618.9769/e23/> ;
    skos:prefLabel "Communicable diseases"@en,
        "Infeksjonssykdommer"@nb,
        "Infeksjonssjukdommar"@nn ;
    skos:relatedMatch <http://dewey.info/class/362.1969/e23/>,
        <http://dewey.info/class/618.929/e23/>,
        <http://dewey.info/class/618.9769/e23/> .

humord:c03909 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03909" ;
    dct:modified "2024-12-09T11:22:11"^^xsd:dateTime ;
    skos:altLabel "Acquired immune deficiency syndrome"@en,
        "Acquired immune deficiency syndrome"@nb,
        "Ervervet immunsviktsyndrom"@nb,
        "Erverva immunsviktsyndrom"@nn ;
    skos:broader humord:c23199 ;
    skos:closeMatch realfagstermer:c013936 ;
    skos:exactMatch <http://dewey.info/class/362.1969792/e23/>,
        <http://dewey.info/class/616.9792/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013936,
        <http://dewey.info/class/344.04369792/e23/>,
        <http://dewey.info/class/362.1969792/e23/>,
        <http://dewey.info/class/614.599392/e23/>,
        <http://dewey.info/class/616.9792/e23/>,
        <http://dewey.info/class/618.929792/e23/>,
        <http://dewey.info/class/618.9769792/e23/> ;
    skos:prefLabel "Aids"@en,
        "Aids"@nb,
        "Aids"@nn ;
    skos:related humord:c03917 ;
    skos:relatedMatch <http://dewey.info/class/344.04369792/e23/>,
        <http://dewey.info/class/614.599392/e23/>,
        <http://dewey.info/class/618.929792/e23/>,
        <http://dewey.info/class/618.9769792/e23/> .

humord:c03911 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-04-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03911" ;
    dct:modified "2025-07-11T10:22:22"^^xsd:dateTime ;
    skos:altLabel "Children's diseases"@en,
        "Paediatrics"@en,
        "Pediatri"@nb,
        "Barnesjukdommar"@nn,
        "Pediatri"@nn ;
    skos:broader humord:c03906 ;
    skos:closeMatch realfagstermer:c007881 ;
    skos:definition "Pediatri er læren om barns vekst og utvikling, og om sykdommer som kan oppstå i denne delen av livet. <SNL>"@nb ;
    skos:editorialNote "Lukket bemerkning: ubo15"@nb ;
    skos:exactMatch realfagstermer:c004041,
        <http://dewey.info/class/362.19892/e23/>,
        <http://dewey.info/class/618.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004041,
        realfagstermer:c007881,
        <http://dewey.info/class/362.19892/e23/>,
        <http://dewey.info/class/618.92/e23/> ;
    skos:prefLabel "Pediatrics"@en,
        "Barnesykdommer"@nb,
        "Barnesjukdomar"@nn .

humord:c03913 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03913" ;
    dct:modified "2024-08-05T11:50:10"^^xsd:dateTime ;
    skos:altLabel "Farsotter"@nb,
        "Farsotter"@nn ;
    skos:broader humord:c27258 ;
    skos:closeMatch realfagstermer:c013188,
        <http://dewey.info/class/614.4/e23/> ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013188,
        <http://dewey.info/class/303.4857/e23/>,
        <http://dewey.info/class/362.1/e23/>,
        <http://dewey.info/class/614.4/e23/>,
        <http://dewey.info/class/636.08944/e23/> ;
    skos:prefLabel "Epidemics"@en,
        "Epidemier"@nb,
        "Epidemiar"@nn ;
    skos:related humord:c22326 ;
    skos:relatedMatch <http://dewey.info/class/303.4857/e23/>,
        <http://dewey.info/class/362.1/e23/>,
        <http://dewey.info/class/636.08944/e23/> .

humord:c03915 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-03-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03915" ;
    dct:modified "2024-12-09T12:30:27"^^xsd:dateTime ;
    skos:altLabel "Influenza pandemic 1918-1919"@en,
        "Influenza pandemics 1918-1919"@en,
        "Spanish flu pandemic"@en,
        "Influensapandemien 1918-1919"@nb,
        "Influensapandemien 1918-1919"@nn,
        "Spanskesykjen"@nn ;
    skos:broader humord:c69250 ;
    skos:closeMatch <http://dewey.info/class/614.51809041/e23/> ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/614.51809041/e23/> ;
    skos:prefLabel "Spanish flu"@en,
        "Spanskesyken"@nb,
        "Spanskesjuken"@nn .

humord:c03916 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-03-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03916" ;
    dct:modified "2024-08-12T14:50:19"^^xsd:dateTime ;
    skos:altLabel "Black Plague"@en,
        "The Bubonic Plague"@en,
        "Den store manndauden"@nb,
        "Store manndauden"@nb,
        "Svartedauen"@nb,
        "Den store manndauden"@nn,
        "Den store mannedauden"@nn ;
    skos:broadMatch <http://dewey.info/class/616.9232/e23/>,
        <http://dewey.info/class/940.192/e23/> ;
    skos:broader humord:c03927 ;
    skos:definition "Svartedauden var ein pest-pandemi (epidemi med eksepsjonelt stor utbreiing) som ramma Europa og delar av Asia frå 1346 til 1353. I Noreg herja svartedauden frå 1349 til 1350. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002038 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002038,
        <http://dewey.info/class/614.5732/e23/>,
        <http://dewey.info/class/616.9232/e23/>,
        <http://dewey.info/class/940.192/e23/> ;
    skos:prefLabel "Black Death"@en,
        "Svartedauden"@nb,
        "Svartedauden"@nn ;
    skos:relatedMatch <http://dewey.info/class/614.5732/e23/> .

humord:c03917 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03917" ;
    dct:modified "2024-01-16T08:31:19"^^xsd:dateTime ;
    skos:altLabel "Venereal diseases"@en,
        "Seksuelt overførbare sykdommer"@nb,
        "Veneriske sykdommer"@nb,
        "Kjønnssjukdommar"@nn ;
    skos:broader humord:c03908 ;
    skos:exactMatch realfagstermer:c006527,
        <http://dewey.info/class/616.951/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006527,
        <http://dewey.info/class/614.547/e23/>,
        <http://dewey.info/class/616.951/e23/> ;
    skos:prefLabel "Sexually transmitted diseases"@en,
        "Kjønnssykdommer"@nb,
        "Kjønnssjukdomar"@nn ;
    skos:related humord:c03909 ;
    skos:relatedMatch <http://dewey.info/class/614.547/e23/> .

humord:c03919 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03919" ;
    dct:modified "2024-02-19T13:52:35"^^xsd:dateTime ;
    skos:altLabel "Great Pox"@en ;
    skos:broader humord:c03917 ;
    skos:exactMatch <http://dewey.info/class/616.9513/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/614.5472/e23/>,
        <http://dewey.info/class/616.9513/e23/> ;
    skos:prefLabel "Syphilis"@en,
        "Syfilis"@nb,
        "Syfilis"@nn ;
    skos:relatedMatch <http://dewey.info/class/614.5472/e23/> .

humord:c03920 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03920" ;
    dct:modified "2025-11-19T12:32:57"^^xsd:dateTime ;
    skos:altLabel "Hansen's disease"@en,
        "Lepra"@nb,
        "Lepra"@nn,
        "Spedalsksykje"@nn ;
    skos:broader humord:c63242 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c002474,
        <http://dewey.info/class/616.998/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002474,
        <http://dewey.info/class/614.546/e23/>,
        <http://dewey.info/class/616.998/e23/> ;
    skos:prefLabel "Leprosy"@en,
        "Spedalskhet"@nb,
        "Spedalsksjuke"@nn ;
    skos:relatedMatch <http://dewey.info/class/614.546/e23/> .

humord:c03922 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03922" ;
    dct:modified "2025-11-19T12:33:41"^^xsd:dateTime ;
    skos:altLabel "TB"@en,
        "TB"@nb,
        "Tæring"@nb,
        "Tæring"@nn ;
    skos:broader humord:c63242 ;
    skos:closeMatch <http://dewey.info/class/616.995/e23/> ;
    skos:definition "Tuberkulose er en infeksjon forårsaket av tuberkelbakterien Mycobacterium tuberculosis. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c008531,
        <http://dewey.info/class/362.196995/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008531,
        <http://dewey.info/class/362.196995/e23/>,
        <http://dewey.info/class/614.542/e23/>,
        <http://dewey.info/class/616.995/e23/> ;
    skos:prefLabel "Tuberculosis"@en,
        "Tuberkulose"@nb,
        "Tuberkulose"@nn ;
    skos:relatedMatch <http://dewey.info/class/614.542/e23/> .

humord:c03924 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03924" ;
    dct:modified "2026-06-22T12:23:08"^^xsd:dateTime ;
    skos:altLabel "Kreftsykdommer"@nb,
        "Kreftsjukdomar"@nn,
        "Kreftsjukdommar"@nn ;
    skos:broader humord:c03906 ;
    skos:closeMatch <http://dewey.info/class/362.196994/e23/> ;
    skos:exactMatch realfagstermer:c009987,
        <http://dewey.info/class/571.978/e23/>,
        <http://dewey.info/class/616.994/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009987,
        <http://dewey.info/class/362.196994/e23/>,
        <http://dewey.info/class/571.978/e23/>,
        <http://dewey.info/class/614.5999/e23/>,
        <http://dewey.info/class/616.994/e23/> ;
    skos:prefLabel "Cancer"@en,
        "Kreft"@nb,
        "Kreft"@nn ;
    skos:relatedMatch <http://dewey.info/class/614.5999/e23/> .

humord:c03925 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03925" ;
    dct:modified "2024-06-17T14:32:46"^^xsd:dateTime ;
    skos:altLabel "Parkinson's disease"@en,
        "Parkinsonisme"@nb,
        "Parkinsons"@nb ;
    skos:broader humord:c03834 ;
    skos:definition "Parkinsons sykdom er en nevrodegenerativ sykdom som blant annet påvirker hjernens evne til å styre bevegelser. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/362.196833/e23/>,
        <http://dewey.info/class/616.833/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.196833/e23/>,
        <http://dewey.info/class/616.833/e23/> ;
    skos:prefLabel "Parkinson disease"@en,
        "Parkinsons sykdom"@nb,
        "Parkinsons sjukdom"@nn .

humord:c03927 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03927" ;
    dct:modified "2025-11-19T12:31:21"^^xsd:dateTime ;
    skos:altLabel "Pest"@en ;
    skos:broader humord:c63242 ;
    skos:definition "Pest er en infeksjon forårsaket av bakterien Yersinia pestis. Man skiller mellom flere former av sykdommen: lungepest og byllepest, avhengig av smittemåte og sykdomsutvikling. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c008979,
        <http://dewey.info/class/616.9232/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008979,
        <http://dewey.info/class/614.5732/e23/>,
        <http://dewey.info/class/616.9232/e23/> ;
    skos:prefLabel "Plague"@en,
        "Pest"@nb,
        "Pest"@nn ;
    skos:relatedMatch <http://dewey.info/class/614.5732/e23/> .

humord:c03928 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03928" ;
    dct:modified "2024-08-12T11:53:52"^^xsd:dateTime ;
    skos:altLabel "Rheumatic diseases"@en,
        "Gikt"@nb,
        "Reumatisme"@nb,
        "Revmatiske sykdommer"@nb,
        "Gikt"@nn,
        "Reumatiske sjukdomar"@nn,
        "Reumatiske sjukdommar"@nn,
        "Reumatisme"@nn,
        "Revmatiske sjukdomar"@nn,
        "Revmatiske sjukdommar"@nn ;
    skos:broader humord:c61714 ;
    skos:definition "Revmatisme er en upresis betegnelse på plager, særlig smerter og stivhet, i bevegelsesapparatet. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/362.196723/e23/>,
        <http://dewey.info/class/616.723/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.196723/e23/>,
        <http://dewey.info/class/616.723/e23/>,
        <http://dewey.info/class/618.976723/e23/>,
        <http://dewey.info/class/636.0896723/e23/> ;
    skos:prefLabel "Rheumatism"@en,
        "Revmatisme"@nb,
        "Revmatisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/618.976723/e23/>,
        <http://dewey.info/class/636.0896723/e23/> .

humord:c03931 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-10-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03931" ;
    dct:modified "2024-04-15T16:05:59"^^xsd:dateTime ;
    skos:altLabel "Mental disorder"@en,
        "Psychiatric diagnosis"@en,
        "Mentale forstyrrelser"@nb,
        "Mentale lidelser"@nb,
        "Nevrose"@nb,
        "Nevroser"@nb,
        "Psykiatriske diagnoser"@nb,
        "Psykisk sykdom"@nb,
        "Psykiske diagnoser"@nb,
        "Psykiske forstyrrelser"@nb,
        "Psykiske problemer"@nb,
        "Psykiske sykdommer"@nb,
        "Sinnslidelser"@nb,
        "Sinnssykdom"@nb,
        "Mentale lidingar"@nn,
        "Mentale sjukdomar"@nn,
        "Mentale sjukdommar"@nn,
        "Psykiske forstyrringar"@nn ;
    skos:broader humord:c03906 ;
    skos:closeMatch realfagstermer:c012873 ;
    skos:definition "Samlebegrep for forskjellige lidelser og sykdommer som i første rekke rammer sinnet og bevisstheten <Wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/616.852/e23/>,
        <http://dewey.info/class/616.89/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012873,
        <http://dewey.info/class/302.542/e23/>,
        <http://dewey.info/class/345.04/e23/>,
        <http://dewey.info/class/362.2/e23/>,
        <http://dewey.info/class/364.24/e23/>,
        <http://dewey.info/class/616.852/e23/>,
        <http://dewey.info/class/616.89/e23/>,
        <http://dewey.info/class/618.368/e23/>,
        <http://dewey.info/class/618.76/e23/> ;
    skos:prefLabel "Mental disorders"@en,
        "Psykiske lidelser"@nb,
        "Psykiske lidingar"@nn ;
    skos:related humord:c24359 ;
    skos:relatedMatch <http://dewey.info/class/302.542/e23/>,
        <http://dewey.info/class/345.04/e23/>,
        <http://dewey.info/class/362.2/e23/>,
        <http://dewey.info/class/364.24/e23/>,
        <http://dewey.info/class/618.368/e23/>,
        <http://dewey.info/class/618.76/e23/> .

humord:c03934 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-04-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03934" ;
    dct:modified "2024-08-19T10:41:29"^^xsd:dateTime ;
    skos:altLabel "Psychosis"@en,
        "Psychotic disorders"@en,
        "Psykoselidelser"@nb,
        "Psykotiske forstyrrelser"@nb,
        "Psykoselidingar"@nn,
        "Psykotiske forstyrringar"@nn ;
    skos:broader humord:c03931 ;
    skos:closeMatch <http://dewey.info/class/616.89/e23/> ;
    skos:definition "Psykoselidelser er en sammensatt gruppe psykiske lidelser kjennetegnet ved psykose, som er en alvorlig forstyrret virkelighetsoppfatning eller en forvirringstilstand. <SNL>"@nb ;
    skos:editorialNote "Lukket bemerkning: ubo16"@nb ;
    skos:exactMatch <http://dewey.info/class/362.26/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.26/e23/>,
        <http://dewey.info/class/616.89/e23/>,
        <http://dewey.info/class/618.76/e23/> ;
    skos:prefLabel "Psychoses"@en,
        "Psykoser"@nb,
        "Psykosar"@nn ;
    skos:relatedMatch <http://dewey.info/class/618.76/e23/> .

humord:c03936 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03936" ;
    dct:modified "2026-01-09T08:43:27"^^xsd:dateTime ;
    skos:altLabel "Paranoia"@en,
        "Paranoias"@en,
        "Paranoid personality disorder"@en,
        "Paranoid psychoses"@en,
        "Paranoid forstyrrelse"@nb,
        "Paranoid personlighetsforstyrrelse"@nb,
        "Paranoid forstyrring"@nn,
        "Paranoid personlegdomsforstyrring"@nn ;
    skos:broadMatch <http://dewey.info/class/362.25/e23/>,
        <http://dewey.info/class/616.8581/e23/> ;
    skos:broader humord:c03934 ;
    skos:exactMatch <http://dewey.info/class/616.897/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.25/e23/>,
        <http://dewey.info/class/616.8581/e23/>,
        <http://dewey.info/class/616.897/e23/>,
        <http://dewey.info/class/618.92891/e23/> ;
    skos:prefLabel "Paranoid disorders"@en,
        "Paranoia"@nb,
        "Paranoia"@nn ;
    skos:relatedMatch <http://dewey.info/class/618.92891/e23/> .

humord:c03937 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03937" ;
    dct:modified "2025-11-07T11:45:49"^^xsd:dateTime ;
    skos:altLabel "Psychopathy"@en,
        "Antisosial personlighetsforstyrrelse"@nb,
        "Dyssosial personlighetsforstyrrelse"@nb,
        "Sosiopati"@nb,
        "Antisosial personlegdomsforstyrring"@nn,
        "Dyssosial personlegdomsforstyrring"@nn,
        "Sosiopati"@nn ;
    skos:broadMatch <http://dewey.info/class/362.27/e23/> ;
    skos:broader humord:c25096,
        humord:c28378 ;
    skos:closeMatch <http://dewey.info/class/616.8582/e23/> ;
    skos:definition "Psykopati er et omstridt begrep for en personlighetstype som er kjennetegnet ved løgnaktighet, manipulering og misbruk av andre mennesker. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.27/e23/>,
        <http://dewey.info/class/616.8582/e23/> ;
    skos:prefLabel "Antisocial personality disorder"@en,
        "Psykopati"@nb,
        "Psykopati"@nn ;
    skos:related humord:c29518 .

humord:c03938 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03938" ;
    dct:modified "2024-05-27T11:41:41"^^xsd:dateTime ;
    skos:altLabel "Schizophrenic disorder"@en,
        "Schizophrenic disorders"@en ;
    skos:broader humord:c03934 ;
    skos:definition "Schizofreni regnes som den alvorligste av psykosene. Symptomene er omfattende og kan blant annet være vrangforestillinger, hallusinasjoner, disorganisering, affektavflatning, affektive symptomer, apati, funksjonssvikt og kognitive problemer. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c010562,
        <http://dewey.info/class/362.26/e23/>,
        <http://dewey.info/class/616.898/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010562,
        <http://dewey.info/class/362.26/e23/>,
        <http://dewey.info/class/616.898/e23/> ;
    skos:prefLabel "Schizophrenia"@en,
        "Schizofreni"@nb,
        "Schizofreni"@nn .

humord:c03939 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03939" ;
    dct:modified "2024-01-24T13:51:32"^^xsd:dateTime ;
    skos:broader humord:c03906 ;
    skos:exactMatch realfagstermer:c010162,
        <http://dewey.info/class/362.1968526/e23/>,
        <http://dewey.info/class/616.8526/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010162,
        <http://dewey.info/class/362.1968526/e23/>,
        <http://dewey.info/class/616.8526/e23/> ;
    skos:prefLabel "Eating disorders"@en,
        "Spiseforstyrrelser"@nb,
        "Eteforstyrringar"@nn ;
    skos:related humord:c03849,
        humord:c22175 .

humord:c03940 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03940" ;
    dct:modified "2026-02-25T10:30:10"^^xsd:dateTime ;
    skos:altLabel "Anorexia nervosa"@en,
        "Anorexia nervosa"@nb,
        "Spisevegring"@nb,
        "Anorexia nervosa"@nn,
        "Etevegring"@nn,
        "Spisevegring"@nn ;
    skos:broadMatch <http://dewey.info/class/362.25/e23/> ;
    skos:broader humord:c03939 ;
    skos:closeMatch <http://dewey.info/class/616.85262/e23/> ;
    skos:definition "Anoreksi er én av tre hovedtyper spiseforstyrrelser, i tillegg til bulimi og overspisingslidelse, slik det er definert i diagnosesystemet DSM-V. Hovedkjennetegnet ved anoreksi er utmattelse som er forårsaket av planlagt restriktivt matinntak. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.25/e23/>,
        <http://dewey.info/class/616.85262/e23/> ;
    skos:prefLabel "Anorexia"@en,
        "Anoreksi"@nb,
        "Anoreksi"@nn .

humord:c03941 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03941" ;
    dct:modified "2024-07-15T14:23:48"^^xsd:dateTime ;
    skos:altLabel "Bulimia nervosa"@en,
        "Bulimia nervosa"@nb ;
    skos:broader humord:c03939 ;
    skos:closeMatch <http://dewey.info/class/362.19685263/e23/> ;
    skos:definition "Bulimi er én av de tre hovedtypene spiseforstyrrelser, og kjennetegnes av gjentatte episoder med overspising, etterfulgt av kompenserende atferd. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/616.85263/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.19685263/e23/>,
        <http://dewey.info/class/616.85263/e23/>,
        <http://dewey.info/class/618.9285263/e23/> ;
    skos:prefLabel "Bulimia"@en,
        "Bulimi"@nb,
        "Bulimi"@nn ;
    skos:relatedMatch <http://dewey.info/class/618.9285263/e23/> .

humord:c03942 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03942" ;
    dct:modified "2025-05-19T13:22:42"^^xsd:dateTime ;
    skos:altLabel "Hospitaler"@nb,
        "Klinikker"@nb,
        "Lasarett"@nb,
        "Lasaretter"@nb,
        "Hospital"@nn,
        "Klinikkar"@nn,
        "Lasarett"@nn ;
    skos:broadMatch <http://dewey.info/class/355.72/e23/> ;
    skos:broader humord:c12065 ;
    skos:closeMatch <http://dewey.info/class/642.56/e23/>,
        <http://dewey.info/class/657.8322/e23/>,
        <http://dewey.info/class/725.51/e23/> ;
    skos:exactMatch realfagstermer:c010523,
        <http://dewey.info/class/362.11/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010523,
        <http://dewey.info/class/346.031/e23/>,
        <http://dewey.info/class/355.72/e23/>,
        <http://dewey.info/class/362.11/e23/>,
        <http://dewey.info/class/642.56/e23/>,
        <http://dewey.info/class/657.8322/e23/>,
        <http://dewey.info/class/712.7/e23/>,
        <http://dewey.info/class/725.51/e23/>,
        <http://dewey.info/class/940.5476/e23/> ;
    skos:prefLabel "Hospitals"@en,
        "Sykehus"@nb,
        "Sjukehus"@nn ;
    skos:related humord:c05251 ;
    skos:relatedMatch <http://dewey.info/class/346.031/e23/>,
        <http://dewey.info/class/712.7/e23/>,
        <http://dewey.info/class/940.5476/e23/> .

humord:c03944 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03944" ;
    dct:modified "2025-03-31T11:04:01"^^xsd:dateTime ;
    skos:altLabel "Asylums"@en,
        "Hospitals for the insane"@en,
        "Lunatic asylums"@en,
        "Mental asylums"@en,
        "Mental health facilities"@en,
        "Mental health units"@en,
        "Mental hospitals"@en,
        "Asyler"@nb,
        "Dollhus"@nb,
        "Mentalsykehus"@nb,
        "Psykiatriske institusjoner"@nb,
        "Sinnssykehus"@nb,
        "Asyl (Sjukehus)"@nn,
        "Dollhus"@nn,
        "Mentalsjukehus"@nn,
        "Psykiatriske institusjonar"@nn,
        "Sinnssjukehus"@nn ;
    skos:broader humord:c03942 ;
    skos:exactMatch <http://dewey.info/class/362.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.21/e23/>,
        <http://dewey.info/class/725.52/e23/> ;
    skos:prefLabel "Psychiatric hospitals"@en,
        "Psykiatriske sykehus"@nb,
        "Psykiatriske sjukehus"@nn ;
    skos:relatedMatch <http://dewey.info/class/725.52/e23/> .

humord:c03947 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03947" ;
    dct:modified "2024-01-11T14:13:03"^^xsd:dateTime ;
    skos:broader humord:c11873 ;
    skos:closeMatch <http://dewey.info/class/362.173/e23/> ;
    skos:exactMatch realfagstermer:c011039,
        <http://dewey.info/class/610.73/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011039,
        <http://dewey.info/class/344.0414/e23/>,
        <http://dewey.info/class/362.173/e23/>,
        <http://dewey.info/class/610.73/e23/> ;
    skos:prefLabel "Nursing (Health care)"@en,
        "Sykepleie"@nb,
        "Sjukepleie"@nn ;
    skos:related humord:c07540,
        humord:c27351 ;
    skos:relatedMatch <http://dewey.info/class/344.0414/e23/> .

humord:c03948 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03948" ;
    dct:modified "2025-11-03T12:41:05"^^xsd:dateTime ;
    skos:altLabel "Treatment (Health)"@en,
        "Behandling (Helse)"@nb,
        "Behandling (Helse)"@nn ;
    skos:broader humord:c03774 ;
    skos:exactMatch realfagstermer:c013324,
        <http://dewey.info/class/615.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013324,
        <http://dewey.info/class/615.5/e23/>,
        <http://dewey.info/class/616.69206/e23/>,
        <http://dewey.info/class/616.891/e23/>,
        <http://dewey.info/class/618.17806/e23/> ;
    skos:prefLabel "Therapy"@en,
        "Terapi"@nb,
        "Terapi"@nn ;
    skos:related humord:c15625 ;
    skos:relatedMatch <http://dewey.info/class/616.69206/e23/>,
        <http://dewey.info/class/616.891/e23/>,
        <http://dewey.info/class/618.17806/e23/> .

humord:c03949 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03949" ;
    dct:modified "2024-06-17T14:43:52"^^xsd:dateTime ;
    skos:broader humord:c03948 ;
    skos:definition "Psykoanalyse er en behandlingsmetode, teoretisk lærebygning og en internasjonalt organisert bevegelse grunnlagt av Sigmund Freud. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/150.195/e23/>,
        <http://dewey.info/class/616.8917/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/150.195/e23/>,
        <http://dewey.info/class/616.8917/e23/> ;
    skos:prefLabel "Psychoanalysis"@en,
        "Psykoanalyse"@nb,
        "Psykoanalyse"@nn ;
    skos:related humord:c07524 .

humord:c03950 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03950" ;
    dct:modified "2023-12-18T12:47:39"^^xsd:dateTime ;
    skos:broader humord:c03948 ;
    skos:exactMatch realfagstermer:c003436,
        <http://dewey.info/class/616.8914/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003436,
        <http://dewey.info/class/616.8914/e23/> ;
    skos:prefLabel "Psychotherapy"@en,
        "Psykoterapi"@nb,
        "Psykoterapi"@nn .

humord:c03951 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-07-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03951" ;
    dct:modified "2024-03-18T14:15:15"^^xsd:dateTime ;
    skos:broader humord:c27448 ;
    skos:closeMatch <http://dewey.info/class/616.85506/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.914/e23/>,
        <http://dewey.info/class/401.93/e23/>,
        <http://dewey.info/class/616.85506/e23/>,
        <http://dewey.info/class/618.9285506/e23/> ;
    skos:prefLabel "Language therapy"@en,
        "Språkterapi"@nb,
        "Språkterapi"@nn ;
    skos:related humord:c24961 ;
    skos:relatedMatch <http://dewey.info/class/371.914/e23/>,
        <http://dewey.info/class/401.93/e23/>,
        <http://dewey.info/class/618.9285506/e23/> .

humord:c03952 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03952" ;
    dct:modified "2024-07-24T14:58:05"^^xsd:dateTime ;
    skos:altLabel "Phoniatry"@en ;
    skos:broadMatch <http://dewey.info/class/616.85506/e23/> ;
    skos:broader humord:c03951 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.9142/e23/>,
        <http://dewey.info/class/616.85506/e23/>,
        <http://dewey.info/class/618.9285506/e23/> ;
    skos:prefLabel "Phoniatrics"@en,
        "Foniatri"@nb,
        "Foniatri"@nn ;
    skos:relatedMatch <http://dewey.info/class/371.9142/e23/>,
        <http://dewey.info/class/618.9285506/e23/> .

humord:c03953 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-05-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03953" ;
    dct:modified "2025-07-24T10:26:21"^^xsd:dateTime ;
    skos:altLabel "Logopedics"@en ;
    skos:broader humord:c03951 ;
    skos:definition "Logopedi er et fagområde som beskriver og forklarer ulike former for kommunikasjonsvansker relatert til språk-, stemme- eller taleforstyrrelser <SML>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.9142/e23/> ;
    skos:prefLabel "Speech and language pathology"@en,
        "Logopedi"@nb,
        "Logopedi"@nn ;
    skos:related humord:c03798,
        humord:c24312 ;
    skos:relatedMatch <http://dewey.info/class/371.9142/e23/> .

humord:c03954 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "1995-12-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03954" ;
    dct:modified "2024-12-18T08:30:05"^^xsd:dateTime ;
    skos:inScheme humord: ;
    skos:prefLabel "History and the subject of history"@en,
        "Historie og historiefaget"@nb,
        "Historie og historiefaget"@nn ;
    skos:topConceptOf humord: .

humord:c03955 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03955" ;
    dct:modified "2024-12-18T09:07:03"^^xsd:dateTime ;
    skos:altLabel "Dynasties"@en,
        "Princely houses"@en,
        "Ruling families"@en,
        "Ruling houses"@en,
        "Dynastier"@nb,
        "Fyrstehus"@nb,
        "Herskerslekter"@nb,
        "Herskerætter"@nb,
        "Kongelige familier"@nb,
        "Dynasti"@nn,
        "Fyrstehus"@nn,
        "Hersleslekter"@nn,
        "Kongelege familiar"@nn ;
    skos:broader humord:c03954 ;
    skos:closeMatch <http://dewey.info/class/929.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.7/e23/> ;
    skos:prefLabel "Royal houses"@en,
        "Kongehus"@nb,
        "Kongehus"@nn ;
    skos:related humord:c07270,
        humord:c07272 .

humord:c03963 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03963" ;
    dct:modified "2024-12-18T09:19:55"^^xsd:dateTime ;
    skos:broader humord:c03955 ;
    skos:definition "Svensk kongeslekt <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/948.50181/e23/> ;
    skos:prefLabel "Folkungar"@en,
        "Folkunger"@nb,
        "Folkungar"@nn ;
    skos:relatedMatch <http://dewey.info/class/948.50181/e23/> .

humord:c03964 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03964" ;
    dct:modified "2024-12-18T10:35:55"^^xsd:dateTime ;
    skos:altLabel "Ghaznavids"@en ;
    skos:broadMatch <http://dewey.info/class/958.01/e23/> ;
    skos:broader humord:c03955 ;
    skos:definition "Dynasti av tyrkisk opphav i Sentral-Asia ca. 800 - 1100 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/955.022/e23/>,
        <http://dewey.info/class/955.024/e23/>,
        <http://dewey.info/class/958.01/e23/> ;
    skos:prefLabel "Ghaznavid dynasty"@en,
        "Ghaznavider"@nb,
        "Ghaznavidar"@nn ;
    skos:relatedMatch <http://dewey.info/class/955.022/e23/>,
        <http://dewey.info/class/955.024/e23/> .

humord:c03968 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03968" ;
    dct:modified "2024-12-18T10:36:24"^^xsd:dateTime ;
    skos:altLabel "Carolingians"@en ;
    skos:broader humord:c03955 ;
    skos:closeMatch <http://dewey.info/class/944.014/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/944.014/e23/> ;
    skos:prefLabel "Carolingian dynasty"@en,
        "Karolingere"@nb,
        "Karolingarar"@nn .

humord:c03969 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03969" ;
    dct:modified "2024-12-18T10:47:11"^^xsd:dateTime ;
    skos:altLabel "Merovingians"@en ;
    skos:broader humord:c03955 ;
    skos:exactMatch <http://dewey.info/class/944.013/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/944.013/e23/> ;
    skos:prefLabel "Merovingian dynasty"@en,
        "Merovingere"@nb,
        "Merovingarar"@nn .

humord:c03970 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03970" ;
    dct:modified "2024-12-19T12:08:27"^^xsd:dateTime ;
    skos:altLabel "Sassanids"@en,
        "Sasanider"@nb,
        "Sassanider"@nb,
        "Sasanidar"@nn,
        "Sassanidar"@nn ;
    skos:broader humord:c03955 ;
    skos:definition "Iransk dynasti fra 220-årene e.Kr. <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/935.07/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/935.07/e23/> ;
    skos:prefLabel "Sasanian dynasty"@en,
        "Sasanideriket"@nb,
        "Sasanideriket"@nn .

humord:c03971 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03971" ;
    dct:modified "2024-12-18T10:47:41"^^xsd:dateTime ;
    skos:altLabel "Seljuqs"@en,
        "Seljuk"@nb,
        "Seltsjukker"@nb,
        "Selçuk"@nb,
        "Seljuk"@nn,
        "Seltsjukkar"@nn,
        "Selçuk"@nn ;
    skos:broader humord:c03955 ;
    skos:closeMatch <http://dewey.info/class/956.014/e23/>,
        <http://dewey.info/class/956.1014/e23/> ;
    skos:definition "Tyrkisk dynasti som hersket i Tyrkia og omliggende områder i Middelalderen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/956.014/e23/>,
        <http://dewey.info/class/956.1014/e23/> ;
    skos:prefLabel "Seljuq dynasty"@en,
        "Seldsjukker"@nb,
        "Seldsjukkar"@nn .

humord:c03973 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03973" ;
    dct:modified "2024-12-19T12:11:54"^^xsd:dateTime ;
    skos:broader humord:c03955 ;
    skos:closeMatch <http://dewey.info/class/935.062/e23/> ;
    skos:definition "Etterkommere av Aleksander den stores general Selevkos 1 Nikator <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/935.062/e23/> ;
    skos:prefLabel "Seleucid dynasty"@en,
        "Selevkider"@nb,
        "Selevkidar"@nn .

humord:c03974 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03974" ;
    dct:modified "2024-12-19T12:11:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/966.901/e23/> ;
    skos:broader humord:c03955 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/966.901/e23/> ;
    skos:prefLabel "Sokoto caliphate"@en,
        "Sokoto-kalifatet"@nb,
        "Sokoto-kalifatet"@nn .

humord:c03975 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03975" ;
    dct:modified "2024-12-19T12:10:55"^^xsd:dateTime ;
    skos:altLabel "Simurids"@en ;
    skos:broadMatch <http://dewey.info/class/958.02/e23/>,
        <http://dewey.info/class/958.03/e23/> ;
    skos:broader humord:c03955 ;
    skos:definition "Islamsk dynasti i Sentral-Asia 1370 - 1507 <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/958.02/e23/>,
        <http://dewey.info/class/958.03/e23/> ;
    skos:prefLabel "Timurid dynasty"@en,
        "Timurider"@nb,
        "Timuridar"@nn .

humord:c03980 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03980" ;
    dct:modified "2024-12-18T09:03:53"^^xsd:dateTime ;
    skos:altLabel "Handelsruter"@nb,
        "Handelsruter"@nn ;
    skos:broader humord:c19753 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/382/e23/> ;
    skos:prefLabel "Trade routes"@en,
        "Handelsveier"@nb,
        "Handelsvegar"@nn ;
    skos:relatedMatch <http://dewey.info/class/382/e23/> .

humord:c03981 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03981" ;
    dct:modified "2025-05-14T08:01:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/382.0958/e23/> ;
    skos:broader humord:c03980 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.482504/e23/>,
        <http://dewey.info/class/382.0958/e23/>,
        <http://dewey.info/class/958.01/e23/> ;
    skos:prefLabel "Silk Road"@en,
        "Silkeveien"@nb,
        "Silkevegen"@nn ;
    skos:relatedMatch <http://dewey.info/class/303.482504/e23/>,
        <http://dewey.info/class/958.01/e23/> .

humord:c03983 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03983" ;
    dct:modified "2024-08-02T07:59:11"^^xsd:dateTime ;
    skos:altLabel "Algerian Revolution"@en,
        "Algeriekrigen (1954-1962)"@nb,
        "Frigjøringskrigen i Algerie"@nb,
        "Algeriekrigen (1954-1962)"@nn,
        "Frigjeringskrigen i Algerie"@nn ;
    skos:broader humord:c03982 ;
    skos:exactMatch <http://dewey.info/class/965.046/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/965.046/e23/> ;
    skos:prefLabel "Algerian War"@en,
        "Algeriekrigen"@nb,
        "Algeriekrigen"@nn .

humord:c03984 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03984" ;
    dct:modified "2024-12-13T07:51:54"^^xsd:dateTime ;
    skos:altLabel "The American Civi War"@en,
        "Den amerikanske borgerkrig"@nb,
        "Den amerikanske borgarkrig"@nn ;
    skos:broader humord:c03982 ;
    skos:closeMatch <http://dewey.info/class/973.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/973.7/e23/> ;
    skos:prefLabel "American Civil War"@en,
        "Amerikanske borgerkrig"@nb,
        "Amerikanske borgarkrig"@nn .

humord:c03985 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03985" ;
    dct:modified "2024-08-14T14:40:04"^^xsd:dateTime ;
    skos:altLabel "The Second World War"@en,
        "WWII"@en,
        "World War II"@en,
        "2. verdenskrig"@nb,
        "Andre verdenskrig (1939-1945)"@nb,
        "Annen verdenskrig"@nb,
        "Den andre verdenskrig"@nb,
        "Den annen verdenskrig"@nb,
        "Verdenskrigen (1939-1945)"@nb,
        "2. verdskrig"@nn,
        "Andre verdskrig (1939-1945)"@nn,
        "Andre verdskrigen"@nn,
        "Den andre verdskrigen"@nn,
        "Verdskrigen (1939-1945)"@nn ;
    skos:broader humord:c03982 ;
    skos:closeMatch <http://dewey.info/class/1--09044/e23/>,
        <http://dewey.info/class/940.54/e23/> ;
    skos:exactMatch realfagstermer:c012417,
        <http://dewey.info/class/940.53/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012417,
        <http://dewey.info/class/1--09044/e23/>,
        <http://dewey.info/class/940.53/e23/>,
        <http://dewey.info/class/940.54/e23/> ;
    skos:prefLabel "Second World War"@en,
        "Andre verdenskrig"@nb,
        "Andre verdskrig"@nn ;
    skos:related humord:c04159,
        humord:c18100,
        humord:c19543 .

humord:c03989 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03989" ;
    dct:modified "2025-10-29T13:47:34"^^xsd:dateTime ;
    skos:altLabel "Norwegian Campaign"@en,
        "9. april 1940"@nb,
        "Operasjon Weserübung"@nb,
        "9. april 1940"@nn,
        "Operasjon Weserübung"@nn ;
    skos:broadMatch <http://dewey.info/class/940.542181/e23/> ;
    skos:broader humord:c03985 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.542181/e23/> ;
    skos:prefLabel "Operation Weserübung"@en,
        "Felttoget 1940"@nb,
        "Felttoget 1940"@nn .

humord:c03990 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03990" ;
    dct:modified "2024-12-13T10:11:55"^^xsd:dateTime ;
    skos:altLabel "Katyn Forest Massacre"@en ;
    skos:broader humord:c20505 ;
    skos:exactMatch <http://dewey.info/class/940.5421727/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.5421727/e23/> ;
    skos:prefLabel "Katyn Massacre"@en,
        "Katynmassakren"@nb,
        "Katynmassakren"@nn .

humord:c03991 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03991" ;
    dct:modified "2024-10-10T08:47:13"^^xsd:dateTime ;
    skos:altLabel "Turco-Balkan War"@en ;
    skos:broader humord:c03982 ;
    skos:exactMatch <http://dewey.info/class/949.6039/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/949.6039/e23/> ;
    skos:prefLabel "First Balkan War"@en,
        "Balkankrigen (1912-1913)"@nb,
        "Balkankrigen (1912-1913)"@nn .

humord:c03992 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03992" ;
    dct:modified "2024-12-13T07:58:58"^^xsd:dateTime ;
    skos:altLabel "Falklands Conflict"@en,
        "Falklands Crisis"@en,
        "Malvinas War"@en ;
    skos:broader humord:c03982 ;
    skos:exactMatch <http://dewey.info/class/997.11024/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/997.11024/e23/> ;
    skos:prefLabel "Falklands War"@en,
        "Falklandskrigen"@nb,
        "Falklandskrigen"@nn .

humord:c03993 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03993" ;
    dct:modified "2024-12-13T08:03:04"^^xsd:dateTime ;
    skos:altLabel "First World War"@en,
        "The First World War"@en,
        "The Great War"@en,
        "WWI"@en,
        "1. verdenskrig"@nb,
        "Den første verdenskrig"@nb,
        "Verdenskrigen (1914-1918)"@nb,
        "1. verdskrig"@nn,
        "Den fyrste verdskrig"@nn,
        "Den første verdskrig"@nn,
        "Fyrste verdskrig"@nn,
        "Verdskrigen (1914-1918)"@nn ;
    skos:broader humord:c03982 ;
    skos:closeMatch <http://dewey.info/class/940.4/e23/> ;
    skos:exactMatch realfagstermer:c031782,
        <http://dewey.info/class/1--09041/e23/>,
        <http://dewey.info/class/940.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031782,
        <http://dewey.info/class/1--09041/e23/>,
        <http://dewey.info/class/940.3/e23/>,
        <http://dewey.info/class/940.4/e23/> ;
    skos:prefLabel "World War I"@en,
        "Første verdenskrig"@nb,
        "Første verdskrig"@nn .

humord:c03996 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03996" ;
    dct:modified "2024-12-13T07:27:31"^^xsd:dateTime ;
    skos:altLabel "Operation Desert Shield"@en,
        "Operation Desert Storm"@en,
        "Golf-krigen"@nb,
        "Gulf-krigen"@nb,
        "Gulfkrigen"@nb,
        "Golf-krigen"@nn ;
    skos:broader humord:c03982 ;
    skos:closeMatch <http://dewey.info/class/956.70442/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/956.70442/e23/> ;
    skos:prefLabel "Gulf War"@en,
        "Golfkrigen"@nb,
        "Golfkrigen"@nn .

humord:c03998 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03998" ;
    dct:modified "2024-12-13T07:33:51"^^xsd:dateTime ;
    skos:broader humord:c03982 ;
    skos:closeMatch <http://dewey.info/class/944.025/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/944.025/e23/> ;
    skos:prefLabel "Hundred Years' War"@en,
        "Hundreårskrigen"@nb,
        "Hundreårskrigen"@nn .

humord:c03999 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME03999" ;
    dct:modified "2024-12-13T07:36:49"^^xsd:dateTime ;
    skos:altLabel "Iraq-Iran War"@en,
        "Irak-Irankrigen"@nb,
        "Irak-Irankrigen (1980-1988)"@nb,
        "Iran-Irakkrigen (1980-1988)"@nb,
        "Irak-Irankrigen"@nn,
        "Irak-Irankrigen (1980-1988)"@nn,
        "Iran-Irakkrigen (1980-1988)"@nn ;
    skos:broader humord:c03982 ;
    skos:closeMatch <http://dewey.info/class/955.0542/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/955.0542/e23/> ;
    skos:prefLabel "Iran-Iraq War"@en,
        "Iran-Irakkrigen"@nb,
        "Iran-Irakkrigen"@nn .

humord:c04001 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04001" ;
    dct:modified "2024-12-13T07:41:54"^^xsd:dateTime ;
    skos:altLabel "Korean War (1950-1953)"@en,
        "Koreakrigen (1950-1953)"@nb,
        "Koreakrigen (1950-1953)"@nn ;
    skos:broader humord:c03982 ;
    skos:exactMatch <http://dewey.info/class/951.9042/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/951.9042/e23/> ;
    skos:prefLabel "Korean War"@en,
        "Koreakrigen"@nb,
        "Koreakrigen"@nn .

humord:c04002 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04002" ;
    dct:modified "2024-12-12T08:50:50"^^xsd:dateTime ;
    skos:altLabel "Napoleonskrigene (1799-1815)"@nb,
        "Napoleonskrigane (1799-1815)"@nn ;
    skos:broader humord:c03982 ;
    skos:closeMatch <http://dewey.info/class/940.27/e23/> ;
    skos:definition "Krigene mellom Frankrike og ulike koalisjoer av europeiske makter etter Napoleons maktovertakelse <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.27/e23/> ;
    skos:prefLabel "Napoleonic Wars"@en,
        "Napoleonskrigene"@nb,
        "Napoleonskrigane"@nn ;
    skos:related humord:c04006 .

humord:c04003 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04003" ;
    dct:modified "2024-12-12T08:52:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/951.033/e23/> ;
    skos:broader humord:c03982 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/951.033/e23/> ;
    skos:prefLabel "Opium Wars"@en,
        "Opiumskrigene"@nb,
        "Opiumskrigane"@nn .

humord:c04004 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04004" ;
    dct:modified "2024-12-12T08:52:42"^^xsd:dateTime ;
    skos:altLabel "War of the Tripple Alliance"@en ;
    skos:broadMatch <http://dewey.info/class/989.205/e23/> ;
    skos:broader humord:c03982 ;
    skos:definition "Krig som Argentina, Brasil og Uruguay førte mot Paraguay 1865-1870 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/989.205/e23/> ;
    skos:prefLabel "Paraguayan War"@en,
        "Paraguaykrigen"@nb,
        "Paraguaykrigen"@nn .

humord:c04005 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04005" ;
    dct:modified "2025-07-15T16:43:45"^^xsd:dateTime ;
    skos:altLabel "The Peloponnesian War"@en,
        "Den Peloponnesiske krig"@nb,
        "Peloponneserkrigen"@nb,
        "Den Peloponnesiske krig"@nn ;
    skos:broader humord:c03982 ;
    skos:definition "Peloponneskrigen var en krig som foregikk i perioden 431–404 fvt. mellom Athen og det athenske (deliske) sjøforbund på den ene siden og Sparta og det peloponnesiske forbund på den andre. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/938.05/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/938.05/e23/> ;
    skos:prefLabel "Peloponnesian War"@en,
        "Peloponnesiske krig"@nb,
        "Peloponnesiske krig"@nn .

humord:c04006 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04006" ;
    dct:modified "2024-12-12T08:55:02"^^xsd:dateTime ;
    skos:altLabel "Revolusjonskrigene (1792-1799)"@nb,
        "Revolusjonskrigane (1792-1799)"@nn ;
    skos:broadMatch <http://dewey.info/class/940.27/e23/>,
        <http://dewey.info/class/944.042/e23/> ;
    skos:broader humord:c03982 ;
    skos:definition "Krigene mellom Frankrike og forskjellige koalisjoner av europeiske makter fra 1792-1799 <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.27/e23/>,
        <http://dewey.info/class/944.042/e23/> ;
    skos:prefLabel "French Revolutionary Wars"@en,
        "Revolusjonskrigene"@nb,
        "Revolusjonskrigane"@nn ;
    skos:related humord:c04002 .

humord:c04007 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04007" ;
    dct:modified "2024-12-12T09:01:28"^^xsd:dateTime ;
    skos:altLabel "The Russian Civil War"@en,
        "Den russiske borgerkrig"@nb,
        "Den russiske borgerkrig"@nn ;
    skos:broadMatch <http://dewey.info/class/947.0841/e23/> ;
    skos:broader humord:c03982 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/947.0841/e23/> ;
    skos:prefLabel "Russian Civil War"@en,
        "Russiske borgerkrig"@nb,
        "Russiske borgerkrig"@nn .

humord:c04008 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04008" ;
    dct:modified "2024-12-12T08:59:56"^^xsd:dateTime ;
    skos:altLabel "The Russo-Japanese War"@en,
        "Den russisk-japanske krig"@nb,
        "Den russisk-japanske krig"@nn ;
    skos:broadMatch <http://dewey.info/class/952.031/e23/> ;
    skos:broader humord:c03982 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/952.031/e23/> ;
    skos:prefLabel "Russo-Japanese War"@en,
        "Russisk-japanske krig"@nb,
        "Russisk-japanske krig"@nn .

humord:c04009 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-01-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04009" ;
    dct:modified "2024-12-13T07:24:09"^^xsd:dateTime ;
    skos:altLabel "Prøyssiske sjuårskrig (1756-1763)"@nb,
        "Syvårskrigen"@nb,
        "Tredje schlesiske krig"@nb,
        "Prøyssiske sjuårskrig (1756-1763)"@nn,
        "Sjuårskrigen"@nn,
        "Tredje schlesiske krig"@nn ;
    skos:broadMatch <http://dewey.info/class/943.055/e23/> ;
    skos:broader humord:c03982 ;
    skos:definition "Krig som 1756-1763 ble ført mellom Preussen og Storbritannia-Hannover på den ene siden og Østerrike, Det tyske rike, Frankrike og Sverige på den andre<SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/940.2534/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.2534/e23/>,
        <http://dewey.info/class/943.055/e23/>,
        <http://dewey.info/class/973.26/e23/> ;
    skos:prefLabel "Seven Years' War"@en,
        "Sjuårskrigen (1756-1763)"@nb,
        "Sjuårskrigen (1756-1763)"@nn ;
    skos:relatedMatch <http://dewey.info/class/973.26/e23/> .

humord:c04010 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04010" ;
    dct:modified "2024-12-12T07:52:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/948.022/e23/> ;
    skos:broader humord:c03982 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/948.022/e23/> ;
    skos:prefLabel "Battle of Svolder"@en,
        "Slaget ved Svolder"@nb,
        "Slaget ved Svolder"@nn .

humord:c04011 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04011" ;
    dct:modified "2024-12-12T07:58:21"^^xsd:dateTime ;
    skos:altLabel "Reconquista"@nb,
        "Reconquista"@nn ;
    skos:broader humord:c03982 ;
    skos:closeMatch <http://dewey.info/class/946.02/e23/> ;
    skos:definition "Kampene mellom de kristne spaniere og maurerne (711-1492) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/946.02/e23/> ;
    skos:prefLabel "Reconquista"@en,
        "Spanias gjenerobring"@nb,
        "Spanias attreising"@nn .

humord:c04012 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04012" ;
    dct:modified "2024-12-12T08:01:26"^^xsd:dateTime ;
    skos:altLabel "The Spanish Civil War"@en,
        "Den spanske borgerkrig"@nb,
        "Den spanske borgerkrig"@nn ;
    skos:broader humord:c03982 ;
    skos:closeMatch <http://dewey.info/class/946.081/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/946.081/e23/> ;
    skos:prefLabel "Spanish Civil War"@en,
        "Spanske borgerkrig"@nb,
        "Spanske borgerkrig"@nn .

humord:c04013 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-01-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04013" ;
    dct:modified "2024-12-12T08:02:54"^^xsd:dateTime ;
    skos:altLabel "Great Nordic War"@en,
        "The Great Nordic War"@en,
        "The Great Northern War"@en,
        "Den Store nordiske krig"@nb,
        "Den Store nordiske krig"@nn ;
    skos:broadMatch <http://dewey.info/class/948.04/e23/> ;
    skos:broader humord:c03982 ;
    skos:definition "Krig utkjempet 1700-1721 mellom Danmark-Norge, Sachsen-Polen, Russland, Preussen og Hannover på den ene siden og Sverige under Karl 12 på den andre <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/948.04/e23/> ;
    skos:prefLabel "Great Northern War"@en,
        "Store nordiske krig"@nb,
        "Store nordiske krig"@nn .

humord:c04014 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04014" ;
    dct:modified "2024-12-12T08:03:25"^^xsd:dateTime ;
    skos:altLabel "Tredveårskrigen"@nb ;
    skos:broader humord:c03982 ;
    skos:exactMatch <http://dewey.info/class/940.24/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.24/e23/> ;
    skos:prefLabel "Thirty Years' War"@en,
        "Trettiårskrigen"@nb,
        "Trettiårskrigen"@nn .

humord:c04016 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04016" ;
    dct:modified "2024-12-12T08:03:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/938.01/e23/> ;
    skos:broader humord:c03982 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/938.01/e23/>,
        <http://dewey.info/class/939.21/e23/> ;
    skos:prefLabel "Trojan War"@en,
        "Trojanerkrigen"@nb,
        "Trojanerkrigen"@nn ;
    skos:relatedMatch <http://dewey.info/class/939.21/e23/> .

humord:c04017 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04017" ;
    dct:modified "2024-12-12T08:48:06"^^xsd:dateTime ;
    skos:altLabel "Second Indochina War"@en ;
    skos:broader humord:c03982 ;
    skos:exactMatch <http://dewey.info/class/959.7043/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/959.7043/e23/> ;
    skos:prefLabel "Vietnam War"@en,
        "Vietnamkrigen"@nb,
        "Vietnamkrigen"@nn .

humord:c04018 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2008-04-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04018" ;
    dct:modified "2024-09-25T08:26:30"^^xsd:dateTime ;
    skos:altLabel "Soviet-Finnish War"@en,
        "Winter War"@en,
        "Finlands første krig (Andre verdenskrig)"@nb,
        "Finsk-russiske krig"@nb,
        "Finlands første krig (Andre verdskrig)"@nn,
        "Finsk-russiske krig"@nn ;
    skos:broadMatch <http://dewey.info/class/947.0842/e23/>,
        <http://dewey.info/class/948.97032/e23/> ;
    skos:broader humord:c03985 ;
    skos:definition "Vinterkrigen var krigen mellom Finland og Sovjetunionen fra 30. november 1939 til 12. mars 1940. Krigen endte med sovjetisk seier. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/947.0842/e23/>,
        <http://dewey.info/class/948.97032/e23/> ;
    skos:prefLabel "Russo-Finnish War"@en,
        "Vinterkrigen"@nb,
        "Vinterkrigen"@nn .

humord:c04022 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04022" ;
    dct:modified "2024-12-17T07:46:47"^^xsd:dateTime ;
    skos:altLabel "Boxeropprøret"@nb,
        "Boxaropprøret"@nn ;
    skos:broadMatch <http://dewey.info/class/951.035/e23/> ;
    skos:broader humord:c04019 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/951.035/e23/> ;
    skos:prefLabel "Boxer Rebellion"@en,
        "Bokseroppstanden"@nb,
        "Boksaroppstanden"@nn .

humord:c04024 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04024" ;
    dct:modified "2024-08-14T14:27:57"^^xsd:dateTime ;
    skos:altLabel "First intifada"@en,
        "Second intifada"@en,
        "Andre intifada"@nb,
        "Første intifada"@nb,
        "Intifadaer"@nb,
        "Andre intifada"@nn,
        "Første intifada"@nn,
        "Intifadaar"@nn,
        "Intifadaer"@nn ;
    skos:broadMatch <http://dewey.info/class/956.05/e23/>,
        <http://dewey.info/class/956.94054/e23/> ;
    skos:broader humord:c04019 ;
    skos:definition "Intifada er et navn som først ble brukt på det folkelige palestinske opprøret mot israelske militære i de israelsk-okkuperte områdene på Vestbredden og Gaza i 1987–1993 (den første intifada). <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/956.05/e23/>,
        <http://dewey.info/class/956.94054/e23/> ;
    skos:prefLabel "Intifada"@en,
        "Intifada"@nb,
        "Intifada"@nn .

humord:c04025 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04025" ;
    dct:modified "2025-09-18T09:45:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/951.042/e23/> ;
    skos:broader humord:c04019 ;
    skos:definition "Den lange marsjen var den omfattende militære retrett under den kinesiske borgerkrig som den røde arme foretok ut av provinsen Jiangxi for å unnslippe Kuomintangs overlegne styrker. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/951.042/e23/> ;
    skos:prefLabel "Long March"@en,
        "Lange marsjen"@nb,
        "Lange marsjen"@nn .

humord:c04026 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-05-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04026" ;
    dct:modified "2024-08-29T17:48:43"^^xsd:dateTime ;
    skos:altLabel "Warszawa-oppstandet"@nn ;
    skos:broadMatch <http://dewey.info/class/940.531853841/e23/> ;
    skos:broader humord:c04019 ;
    skos:definition "Warszawa-oppstanden viser til oppstanden blant jødene i Warszawas ghetto våren 1943 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.531853841/e23/> ;
    skos:prefLabel "Warsaw Uprising"@en,
        "Warszawa-oppstanden"@nb,
        "Warszawa-oppstanden"@nn .

humord:c04027 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04027" ;
    dct:modified "2024-12-17T07:38:09"^^xsd:dateTime ;
    skos:altLabel "Indian Rebellion of 1857"@en,
        "Sepoy Rebellion"@en,
        "Sepoy mutiny"@nb ;
    skos:broadMatch <http://dewey.info/class/954.0317/e23/> ;
    skos:broader humord:c04019 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/954.0317/e23/> ;
    skos:prefLabel "Sepoy Mutiny"@en,
        "Sepoyopprøret"@nb,
        "Sepoyopprøret"@nn .

humord:c04029 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04029" ;
    dct:modified "2024-12-17T07:44:27"^^xsd:dateTime ;
    skos:altLabel "Taiping Civil War"@en,
        "Taiping Revolution"@en,
        "Tai ping tian guo"@nb,
        "Tai ping tian guo"@nn ;
    skos:broader humord:c04019 ;
    skos:exactMatch <http://dewey.info/class/951.034/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/951.034/e23/> ;
    skos:prefLabel "Taiping Rebellion"@en,
        "Taipingopprøret"@nb,
        "Taipingopprøret"@nn .

humord:c04032 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04032" ;
    dct:modified "2024-08-13T10:58:18"^^xsd:dateTime ;
    skos:altLabel "The American Revolution"@en,
        "Den amerikanske revolusjon"@nb,
        "Den amerikanske revolusjon"@nn ;
    skos:broader humord:c04031 ;
    skos:closeMatch <http://dewey.info/class/973.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/973.3/e23/> ;
    skos:prefLabel "American Revolution"@en,
        "Amerikanske revolusjon"@nb,
        "Amerikanske revolusjon"@nn .

humord:c04033 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04033" ;
    dct:modified "2024-12-16T08:50:22"^^xsd:dateTime ;
    skos:altLabel "Februarrevolusjonen (1848)"@nb,
        "Februarrevolusjonen (1848)"@nn ;
    skos:broader humord:c04031 ;
    skos:definition "Fellesbetegnelse for de revolusjonære begivenheter som fant sted i Europa i 1848 <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/940.284/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.284/e23/> ;
    skos:prefLabel "February Revolution (1848)"@en,
        "Februarrevolusjonen"@nb,
        "Februarrevolusjonen"@nn .

humord:c04034 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04034" ;
    dct:modified "2023-11-28T12:42:19"^^xsd:dateTime ;
    skos:altLabel "1848 Revolution"@en,
        "February Bourgeois Democratic Revolution"@en ;
    skos:broadMatch <http://dewey.info/class/940.284/e23/>,
        <http://dewey.info/class/944.07/e23/> ;
    skos:broader humord:c04033 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.284/e23/>,
        <http://dewey.info/class/944.07/e23/> ;
    skos:prefLabel "French revolution of 1848"@en,
        "Franske revolusjon (1848)"@nb,
        "Franske revolusjon (1848)"@nn .

humord:c04035 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04035" ;
    dct:modified "2024-12-16T08:51:31"^^xsd:dateTime ;
    skos:altLabel "French Revolution (1789-1799)"@en,
        "The French Revolution"@en,
        "The French Revolution (1789-1799)"@en,
        "Den Franske revolusjon (1789-1799)"@nb,
        "Den store franske revolusjon"@nb,
        "Store franske revolusjon"@nb,
        "Den Franske revolusjon (1789-1799)"@nn,
        "Den store franske revolusjon"@nn,
        "Store franske revolusjon"@nn ;
    skos:broadMatch <http://dewey.info/class/944.04/e23/> ;
    skos:broader humord:c04031 ;
    skos:exactMatch realfagstermer:c007437 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007437,
        <http://dewey.info/class/944.04/e23/> ;
    skos:prefLabel "French Revolution"@en,
        "Franske revolusjon (1789-1799)"@nb,
        "Franske revolusjon (1789-1799)"@nn .

humord:c04036 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04036" ;
    dct:modified "2024-12-16T08:44:36"^^xsd:dateTime ;
    skos:altLabel "National Convention (1792-1795)"@en,
        "Konventet (1792-1795)"@nb,
        "Nasjonalkonventet (1792-1795)"@nb,
        "Konventet (1792-1795)"@nn,
        "Nasjonalkonventet (1792-1795)"@nn ;
    skos:broader humord:c04035 ;
    skos:exactMatch <http://dewey.info/class/944.043/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/944.043/e23/> ;
    skos:prefLabel "National Convention"@en,
        "Nasjonalkonventet"@nb,
        "Nasjonalkonventet"@nn .

humord:c04038 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-01-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04038" ;
    dct:modified "2024-12-16T10:59:29"^^xsd:dateTime ;
    skos:altLabel "Skrekkveldet"@nb,
        "Skrekkveldet"@nn ;
    skos:broader humord:c04157 ;
    skos:exactMatch <http://dewey.info/class/944.044/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/944.044/e23/> ;
    skos:prefLabel "Reign of Terror"@en,
        "Terrorregimet (Franske revolusjon)"@nb,
        "Terrorregimet (Franske revolusjon)"@nn .

humord:c04039 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04039" ;
    dct:modified "2024-12-16T08:51:49"^^xsd:dateTime ;
    skos:altLabel "The industrial Revolution"@en,
        "Den Industrielle revolusjon"@nb,
        "Den Industrielle revolusjon"@nn ;
    skos:broadMatch <http://dewey.info/class/909.81/e23/> ;
    skos:broader humord:c04031 ;
    skos:exactMatch <http://dewey.info/class/330.9034/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/330.9034/e23/>,
        <http://dewey.info/class/909.81/e23/> ;
    skos:prefLabel "Industrial Revolution"@en,
        "Industrielle revolusjon"@nb,
        "Industrielle revolusjon"@nn ;
    skos:related humord:c09204,
        humord:c25186 .

humord:c04040 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-02-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04040" ;
    dct:modified "2024-12-16T08:52:33"^^xsd:dateTime ;
    skos:altLabel "French Revolution of 1830"@en,
        "Second French Revolution"@en,
        "Trois Glorieuses"@en ;
    skos:broadMatch <http://dewey.info/class/944.062/e23/> ;
    skos:broader humord:c04031 ;
    skos:definition "Julirevolusjonen  fant sted i Paris mellom 26. og 27. juli 1830 <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/944.062/e23/>,
        <http://dewey.info/class/944.063/e23/> ;
    skos:prefLabel "July Revolution (1830)"@en,
        "Julirevolusjonen (1830)"@nb,
        "Julirevolusjonen (1830)"@nn ;
    skos:relatedMatch <http://dewey.info/class/944.063/e23/> .

humord:c04041 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04041" ;
    dct:modified "2025-01-06T11:22:38"^^xsd:dateTime ;
    skos:altLabel "Great Proletarian Cultural Revolution"@en ;
    skos:broadMatch <http://dewey.info/class/951.056/e23/> ;
    skos:broader humord:c04031 ;
    skos:definition "Kulturrevolusjonen i Kina 1966 - 1976"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/951.056/e23/> ;
    skos:prefLabel "Cultural Revolution"@en,
        "Kulturrevolusjonen"@nb,
        "Kulturrevolusjonen"@nn ;
    skos:related humord:c62186 .

humord:c04042 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04042" ;
    dct:modified "2024-12-16T10:31:09"^^xsd:dateTime ;
    skos:altLabel "Mexican Revolution (1910-1917)"@en,
        "The Mexican Revolution"@en,
        "The Mexican Revolution (1910-1917)"@en,
        "Den meksikanske revolusjon (1910-1917)"@nb,
        "Meksikanske revolusjon (1910-1917)"@nb,
        "meksikanske revolusjon"@nb,
        "Meksikanske revolusjon (1910-1917)"@nn,
        "meksikanske revolusjon"@nn ;
    skos:broader humord:c04031 ;
    skos:exactMatch <http://dewey.info/class/972.0816/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/972.0816/e23/> ;
    skos:prefLabel "Mexican Revolution"@en,
        "Meksikanske revolusjon"@nb,
        "Meksikanske revolusjon"@nn .

humord:c04043 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04043" ;
    dct:modified "2024-10-02T07:59:14"^^xsd:dateTime ;
    skos:altLabel "November Revolution"@en,
        "Den Tyske revolusjon (1918-1919)"@nb,
        "Novemberrevolusjonen (1918-1919)"@nb,
        "Tyske revolusjon (1918-1919)"@nb,
        "Den Tyske revolusjon (1918-1919)"@nn,
        "Novemberrevolusjonen (1918-1919)"@nn,
        "Tyske revolusjon (1918-1919)"@nn ;
    skos:broader humord:c04031 ;
    skos:exactMatch <http://dewey.info/class/943.0851/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/943.0851/e23/> ;
    skos:prefLabel "German Revolution"@en,
        "Novemberrevolusjonen"@nb,
        "Novemberrevolusjonen"@nn .

humord:c04044 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04044" ;
    dct:modified "2024-12-16T10:40:23"^^xsd:dateTime ;
    skos:altLabel "1905 Russian Revolution"@en,
        "The Russian Revolution of 1905"@en,
        "Den Russiske revolusjon (1905)"@nb,
        "Den Russiske revolusjon (1905)"@nn ;
    skos:broadMatch <http://dewey.info/class/947.083/e23/> ;
    skos:broader humord:c04031 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/947.083/e23/> ;
    skos:prefLabel "Russian Revolution of 1905"@en,
        "Russiske revolusjon (1905)"@nb,
        "Russiske revolusjon (1905)"@nn .

humord:c04045 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04045" ;
    dct:modified "2024-09-24T12:43:51"^^xsd:dateTime ;
    skos:altLabel "Russian Revolution (1917)"@en,
        "Bolsjevikrevolusjonen"@nb,
        "Den Russiske revolusjon (1917)"@nb,
        "Oktoberrevolusjonen"@nb,
        "Bolsjevikrevolusjonen"@nn,
        "Den Russiske revolusjon (1917)"@nn,
        "Oktoberrevolusjonen"@nn ;
    skos:broadMatch <http://dewey.info/class/947.0841/e23/> ;
    skos:broader humord:c04031 ;
    skos:definition "Den russiske revolusjon var en revolusjon i 1917, som først avskaffet det russiske keiserriket og deretter brakte bolsjevikpartiet (det senere kommunistpartiet) til makten i Russland. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/947.0841/e23/> ;
    skos:prefLabel "Russian Revolution"@en,
        "Russiske revolusjon (1917)"@nb,
        "Russiske revolusjon (1917)"@nn .

humord:c04048 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04048" ;
    dct:modified "2024-12-16T08:44:53"^^xsd:dateTime ;
    skos:altLabel "Nicaraguanske revolusjon"@nb,
        "Nicaraguanske revolusjon"@nn ;
    skos:broadMatch <http://dewey.info/class/972.85052/e23/> ;
    skos:broader humord:c04031 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/972.85052/e23/> ;
    skos:prefLabel "Nicaraguan Revolution"@en,
        "Sandinistrevolusjonen"@nb,
        "Sandinistrevolusjonen"@nn ;
    skos:related humord:c07357 .

humord:c04049 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04049" ;
    dct:modified "2024-12-18T09:17:26"^^xsd:dateTime ;
    skos:broader humord:c03954 ;
    skos:inScheme humord: ;
    skos:prefLabel "Theory, subject, discipline (History)"@en,
        "Teori, fag, disiplin (Historie)"@nb,
        "Teori, fag, disiplin (Historie)"@nn .

humord:c04050 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04050" ;
    dct:modified "2024-12-18T08:54:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/901/e23/>,
        <http://dewey.info/class/907/e23/> ;
    skos:broader humord:c04049 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/901/e23/>,
        <http://dewey.info/class/907/e23/> ;
    skos:prefLabel "History (Educational discipline)"@en,
        "Historiefaget"@nb,
        "Historiefaget"@nn ;
    skos:related humord:c68474 .

humord:c04051 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04051" ;
    dct:modified "2024-07-26T14:44:02"^^xsd:dateTime ;
    skos:altLabel "Agrarhistorie (Faget)"@nb,
        "Landbrukshistorie (Faget)"@nb,
        "Agrarhistorie (Faget)"@nn,
        "Landbrukshistorie (Faget)"@nn ;
    skos:broader humord:c04050 ;
    skos:exactMatch realfagstermer:c012088,
        <http://dewey.info/class/630.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012088,
        <http://dewey.info/class/630.9/e23/> ;
    skos:prefLabel "Agricultural history (Subject)"@en,
        "Jordbrukshistorie (Faget)"@nb,
        "Jordbrukshistorie (Faget)"@nn .

humord:c04055 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04055" ;
    dct:modified "2024-12-18T08:26:07"^^xsd:dateTime ;
    skos:altLabel "Bosetningshistorie (Faget)"@nb,
        "Busettingshistorie"@nn ;
    skos:broadMatch <http://dewey.info/class/304.209/e23/> ;
    skos:broader humord:c04050 ;
    skos:editorialNote "Brukes om faget bosettingshistorie"@nb ;
    skos:exactMatch realfagstermer:c007484 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007484,
        <http://dewey.info/class/304.209/e23/> ;
    skos:prefLabel "History of settlement (Subject)"@en,
        "Bosettingshistorie (Faget)"@nb,
        "Busetjingshistorie"@nn .

humord:c04059 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04059" ;
    dct:modified "2024-12-18T08:25:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/929.2/e23/> ;
    skos:broader humord:c04050 ;
    skos:editorialNote "Brukes om faget familiehistorie"@nb ;
    skos:exactMatch <http://dewey.info/class/306.8509/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.8509/e23/>,
        <http://dewey.info/class/929.2/e23/> ;
    skos:prefLabel "Family history (Subject)"@en,
        "Familiehistorie (Faget)"@nb,
        "Familiehistorie (Faget)"@nn .

humord:c04061 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04061" ;
    dct:modified "2024-12-18T08:45:14"^^xsd:dateTime ;
    skos:broader humord:c04050 ;
    skos:editorialNote "Brukes om faget krigshistorie"@nb ;
    skos:exactMatch realfagstermer:c011780,
        <http://dewey.info/class/355.0209/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011780,
        <http://dewey.info/class/355.0209/e23/> ;
    skos:prefLabel "History of war (Subject)"@en,
        "Krigshistorie (Faget)"@nb,
        "Krigshistorie (Faget)"@nn .

humord:c04063 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04063" ;
    dct:modified "2024-12-18T08:45:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/907/e23/> ;
    skos:broader humord:c04050 ;
    skos:editorialNote "Brukes om faget lokalhistorie"@nb ;
    skos:exactMatch realfagstermer:c001654 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001654,
        <http://dewey.info/class/907/e23/> ;
    skos:prefLabel "Local history (Subject)"@en,
        "Lokalhistorie (Faget)"@nb,
        "Lokalhistorie (Faget)"@nn .

humord:c04065 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04065" ;
    dct:modified "2024-12-18T08:46:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/623.09/e23/> ;
    skos:broader humord:c04050 ;
    skos:closeMatch <http://dewey.info/class/355.009/e23/> ;
    skos:editorialNote "Brukes om faget militærhistorie"@nb ;
    skos:exactMatch realfagstermer:c002000 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002000,
        <http://dewey.info/class/355.009/e23/>,
        <http://dewey.info/class/623.09/e23/> ;
    skos:prefLabel "Military history (Subject)"@en,
        "Militærhistorie (Faget)"@nb,
        "Militærhistorie (Faget)"@nn .

humord:c04067 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04067" ;
    dct:modified "2024-12-18T08:46:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/900/e23/> ;
    skos:broader humord:c04050 ;
    skos:editorialNote "Brukes om faget politisk historie"@nb ;
    skos:exactMatch <http://dewey.info/class/320.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/320.9/e23/>,
        <http://dewey.info/class/900/e23/> ;
    skos:prefLabel "Political history (Subject)"@en,
        "Politisk historie (Faget)"@nb,
        "Politisk historie (Faget)"@nn .

humord:c04071 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04071" ;
    dct:modified "2024-12-18T08:47:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/900/e23/> ;
    skos:broader humord:c04050 ;
    skos:editorialNote "Brukes om faget sosialhistorie"@nb ;
    skos:exactMatch <http://dewey.info/class/306.09/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.09/e23/>,
        <http://dewey.info/class/900/e23/> ;
    skos:prefLabel "Social history (Subject)"@en,
        "Sosialhistorie (Faget)"@nb,
        "Sosialhistorie (Faget)"@nn .

humord:c04073 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04073" ;
    dct:modified "2024-12-18T08:48:10"^^xsd:dateTime ;
    skos:altLabel "Teknologiens historie (Faget)"@nb ;
    skos:broader humord:c04050 ;
    skos:editorialNote "Brukes om faget teknologihistorie"@nb ;
    skos:exactMatch realfagstermer:c013506,
        <http://dewey.info/class/609/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013506,
        <http://dewey.info/class/303.483/e23/>,
        <http://dewey.info/class/306.46/e23/>,
        <http://dewey.info/class/609/e23/> ;
    skos:prefLabel "History of technology (Subject)"@en,
        "Teknologihistorie (Faget)"@nb,
        "Teknologihistorie (Faget)"@nn ;
    skos:relatedMatch <http://dewey.info/class/303.483/e23/>,
        <http://dewey.info/class/306.46/e23/> .

humord:c04076 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04076" ;
    dct:modified "2024-12-18T08:47:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/330.9/e23/> ;
    skos:broader humord:c04050 ;
    skos:editorialNote "Brukes om faget økonomisk historie"@nb ;
    skos:exactMatch realfagstermer:c009728 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009728,
        <http://dewey.info/class/330.9/e23/> ;
    skos:prefLabel "Economical history (Subject)"@en,
        "Økonomisk historie (Faget)"@nb,
        "Økonomisk historie (Faget)"@nn .

humord:c04078 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04078" ;
    dct:modified "2024-12-18T08:54:59"^^xsd:dateTime ;
    skos:altLabel "Historieforfalsking"@nb ;
    skos:broadMatch <http://dewey.info/class/900/e23/> ;
    skos:broader humord:c04049 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/900/e23/> ;
    skos:prefLabel "Historical falsification"@en,
        "Historieforfalskning"@nb,
        "Historieforfalsking"@nn ;
    skos:related humord:c01477,
        humord:c14495 .

humord:c04080 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04080" ;
    dct:modified "2025-09-30T09:47:57"^^xsd:dateTime ;
    skos:altLabel "Historieforsking"@nb,
        "Historievitenskap"@nb,
        "Historievitskap"@nn ;
    skos:broader humord:c04049 ;
    skos:exactMatch realfagstermer:c004366,
        <http://dewey.info/class/1--0722/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004366,
        <http://dewey.info/class/1--0722/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:prefLabel "Historical research"@en,
        "Historieforskning"@nb,
        "Historieforsking"@nn .

humord:c04082 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04082" ;
    dct:modified "2024-12-17T14:42:15"^^xsd:dateTime ;
    skos:altLabel "Mediaevistik"@en,
        "Middelalderforsking"@nb ;
    skos:broader humord:c04080 ;
    skos:closeMatch <http://dewey.info/class/909.07072/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/909.07072/e23/>,
        <http://dewey.info/class/940.1072/e23/> ;
    skos:prefLabel "Medieval studies"@en,
        "Middelalderforskning"@nb,
        "Melllomalderforsking"@nn ;
    skos:relatedMatch <http://dewey.info/class/940.1072/e23/> .

humord:c04084 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04084" ;
    dct:modified "2024-10-01T10:01:44"^^xsd:dateTime ;
    skos:altLabel "Genealogy"@en,
        "Genealogi"@nb,
        "Slektsforsking"@nb,
        "Slektsgransking"@nb,
        "Slektshistorie (Faget)"@nb,
        "Ættegransking"@nb,
        "Ættegranskning"@nb,
        "Genealogi"@nn,
        "Slektsgransking"@nn,
        "Slektshistorie (Faget)"@nn,
        "Ættegransking"@nn ;
    skos:broader humord:c04080 ;
    skos:exactMatch <http://dewey.info/class/929.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.1/e23/> ;
    skos:prefLabel "Genealogical research"@en,
        "Slektsforskning"@nb,
        "Slektsforsking"@nn ;
    skos:related humord:c12566 .

humord:c04087 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04087" ;
    dct:modified "2024-10-10T13:54:21"^^xsd:dateTime ;
    skos:altLabel "History perception"@en,
        "Historieforståelse"@nb,
        "Historieoppfatninger"@nb,
        "Historieforståing"@nn,
        "Historieoppfatningar"@nn ;
    skos:broadMatch <http://dewey.info/class/1--072/e23/>,
        <http://dewey.info/class/901/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:broader humord:c04049 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--072/e23/>,
        <http://dewey.info/class/901/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:prefLabel "Perception of history"@en,
        "Historieoppfatning"@nb,
        "Historieoppfatning"@nn .

humord:c04089 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04089" ;
    dct:modified "2024-12-17T11:22:51"^^xsd:dateTime ;
    skos:altLabel "Mytical history perception"@en,
        "Mytisk historieforståelse"@nb,
        "Mytisk historieforståing"@nn ;
    skos:broader humord:c04087 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/201.3/e23/>,
        <http://dewey.info/class/901/e23/> ;
    skos:prefLabel "Mythical perception of history"@en,
        "Mytisk historieoppfatning"@nb,
        "Mytisk historieoppfatning"@nn ;
    skos:relatedMatch <http://dewey.info/class/201.3/e23/>,
        <http://dewey.info/class/901/e23/> .

humord:c04092 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04092" ;
    dct:modified "2024-08-14T13:48:11"^^xsd:dateTime ;
    skos:altLabel "Analytic theory of history"@en,
        "Analytical theory of history"@en,
        "Philosophy of history"@en,
        "Analytisk historieteori"@nb,
        "Historiefilosofi"@nb,
        "Analytisk historieteori"@nn,
        "Historiefilosofi"@nn ;
    skos:broader humord:c04049 ;
    skos:exactMatch <http://dewey.info/class/901/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/901/e23/> ;
    skos:prefLabel "Theory of history"@en,
        "Historieteori"@nb,
        "Historieteori"@nn .

humord:c04094 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04094" ;
    dct:modified "2023-11-29T15:01:37"^^xsd:dateTime ;
    skos:altLabel "Historieskrivning"@nb ;
    skos:broader humord:c04049 ;
    skos:exactMatch realfagstermer:c013426,
        <http://dewey.info/class/1--0722/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013426,
        <http://dewey.info/class/1--0722/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:prefLabel "Historiography"@en,
        "Historiografi"@nb,
        "Historiografi"@nn ;
    skos:related humord:c04113 .

humord:c04096 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04096" ;
    dct:modified "2024-12-18T09:00:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/901/e23/> ;
    skos:broader humord:c04049 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/901/e23/> ;
    skos:prefLabel "Historicity"@en,
        "Historisitet"@nb,
        "Historisitet"@nn .

humord:c04097 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04097" ;
    dct:modified "2024-11-14T14:44:06"^^xsd:dateTime ;
    skos:altLabel "Historical presentation"@en,
        "Historikk"@nb,
        "Historisk fremstilling"@nb,
        "Historisk utvikling"@nb,
        "Historikk"@nn,
        "Historisk utvikling"@nn ;
    skos:broader humord:c03954 ;
    skos:closeMatch realfagstermer:c030087 ;
    skos:exactMatch <http://dewey.info/class/1--09/e23/>,
        <http://dewey.info/class/900/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030087,
        <http://dewey.info/class/1--09/e23/>,
        <http://dewey.info/class/900/e23/> ;
    skos:prefLabel "Historical description"@en,
        "Historisk framstilling"@nb,
        "Historisk framstilling"@nn ;
    skos:related humord:c20885 .

humord:c04099 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04099" ;
    dct:modified "2025-01-28T10:18:45"^^xsd:dateTime ;
    skos:altLabel "Historical method"@en,
        "Historisk metode"@nb,
        "Historisk metode"@nn ;
    skos:broadMatch <http://dewey.info/class/901/e23/> ;
    skos:broader humord:c04049 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/901/e23/> ;
    skos:prefLabel "Historical methods"@en,
        "Historiske metoder"@nb,
        "Historiske metodar"@nn .

humord:c04100 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04100" ;
    dct:modified "2024-12-17T11:20:37"^^xsd:dateTime ;
    skos:altLabel "Source materials"@en,
        "Kildemateriale"@nb,
        "Kjeldemateriale"@nn ;
    skos:broadMatch <http://dewey.info/class/907.2/e23/> ;
    skos:broader humord:c04099 ;
    skos:definition "Opphav til kunnskap, viten <UBO>"@nb ;
    skos:exactMatch realfagstermer:c001359 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001359,
        <http://dewey.info/class/907.2/e23/> ;
    skos:prefLabel "Sources"@en,
        "Kilder (Opphav)"@nb,
        "Kjelder (Opphav)"@nn ;
    skos:related humord:c08922,
        humord:c09089 .

humord:c04101 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04101" ;
    dct:modified "2024-12-17T11:19:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--0722/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:broader humord:c04100 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0722/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:prefLabel "Non-literary sources"@en,
        "Ikke-skriftlige kilder"@nb,
        "Ikkje-skriftlege kjelder"@nn .

humord:c04102 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04102" ;
    dct:modified "2024-12-17T08:09:48"^^xsd:dateTime ;
    skos:broader humord:c04101 ;
    skos:closeMatch <http://dewey.info/class/1--0722/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0722/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:prefLabel "Oral sources"@en,
        "Muntlige kilder"@nb,
        "Munnlege kjelder"@nn .

humord:c04103 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04103" ;
    dct:modified "2024-11-26T09:07:03"^^xsd:dateTime ;
    skos:altLabel "Literary sources"@en,
        "Kildeskrifter"@nb,
        "Litterære kilder"@nb,
        "Kjeldeskrift"@nn,
        "Litterære kjelder"@nn ;
    skos:broadMatch <http://dewey.info/class/1--072/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:broader humord:c04100 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--072/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:prefLabel "Written sources"@en,
        "Skriftlige kilder"@nb,
        "Skriftlege kjelder"@nn ;
    skos:related humord:c00154 .

humord:c04107 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04107" ;
    dct:modified "2024-12-17T08:02:03"^^xsd:dateTime ;
    skos:altLabel "Peasant diary"@en,
        "Peasant's diary"@en,
        "Peasants' diaries"@en,
        "Bondedagbok"@nb,
        "Bondedagbok"@nn ;
    skos:broader humord:c04103 ;
    skos:definition "Bønders dagbøker, skrevet som egne bøker eller som notater i trykt almanakk  med regnskaper og opplysninger om den daglige drift av gården <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/630/e23/> ;
    skos:prefLabel "Peasant diaries"@en,
        "Bondedagbøker"@nb,
        "Bondedagbøker"@nn ;
    skos:relatedMatch <http://dewey.info/class/630/e23/> .

humord:c04109 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04109" ;
    dct:modified "2024-12-17T08:02:24"^^xsd:dateTime ;
    skos:broader humord:c04103 ;
    skos:definition "Aktstykker fra middelalderen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0902/e23/>,
        <http://dewey.info/class/909.07/e23/>,
        <http://dewey.info/class/940.1/e23/> ;
    skos:prefLabel "Diplomas"@en,
        "Diplomer"@nb,
        "Diplom"@nn ;
    skos:relatedMatch <http://dewey.info/class/1--0902/e23/>,
        <http://dewey.info/class/909.07/e23/>,
        <http://dewey.info/class/940.1/e23/> .

humord:c04110 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04110" ;
    dct:modified "2024-12-17T08:03:11"^^xsd:dateTime ;
    skos:altLabel "Church registers"@en,
        "Kirkebok"@nb,
        "Kyrkjebok"@nn ;
    skos:broader humord:c04103 ;
    skos:closeMatch <http://dewey.info/class/929.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.3/e23/> ;
    skos:prefLabel "Parish registers"@en,
        "Kirkebøker"@nb,
        "Kykjebøker"@nn .

humord:c04113 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04113" ;
    dct:modified "2024-12-17T08:03:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/900/e23/> ;
    skos:broader humord:c04103 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/900/e23/> ;
    skos:prefLabel "Chronicles"@en,
        "Krøniker"@nb,
        "Krøniker"@nn ;
    skos:related humord:c04094 .

humord:c04114 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04114" ;
    dct:modified "2024-12-17T08:04:22"^^xsd:dateTime ;
    skos:altLabel "Code of laws (Kilder)"@en,
        "Decrees (Kilder)"@en,
        "Laws (Kilder)"@en,
        "Regulations (Kilder)"@en,
        "Statutes and codes (Sources)"@en,
        "Lover (Kjelder)"@nn ;
    skos:broadMatch <http://dewey.info/class/340/e23/> ;
    skos:broader humord:c04103 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/340/e23/> ;
    skos:prefLabel "Laws (Sources)"@en,
        "Lover (Kilder)"@nb,
        "Lovar (Kjelder)"@nn .

humord:c04115 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04115" ;
    dct:modified "2024-12-17T08:05:15"^^xsd:dateTime ;
    skos:altLabel "Dombok"@nb,
        "Dombøker"@nb,
        "Tingbok"@nb,
        "Tingbøker"@nb,
        "Dombok"@nn,
        "Dombøker"@nn,
        "Tingbok"@nn,
        "Tingbøker"@nn ;
    skos:broader humord:c04103 ;
    skos:closeMatch <http://dewey.info/class/341.026/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/341.026/e23/> ;
    skos:prefLabel "Court records"@en,
        "Rettsprotokoller"@nb,
        "Rettsprotokollar"@nn .

humord:c04119 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04119" ;
    dct:modified "2024-12-17T08:06:22"^^xsd:dateTime ;
    skos:altLabel "Sagaer (Kjelder)"@nn ;
    skos:broader humord:c04103 ;
    skos:exactMatch <http://dewey.info/class/839.63/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.63/e23/>,
        <http://dewey.info/class/948.02/e23/> ;
    skos:prefLabel "Sagas (Sources)"@en,
        "Sagaer (Kilder)"@nb,
        "Sagaar (Kjelder)"@nn ;
    skos:relatedMatch <http://dewey.info/class/948.02/e23/> .

humord:c04120 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04120" ;
    dct:modified "2024-12-17T08:07:29"^^xsd:dateTime ;
    skos:altLabel "Petitions"@en,
        "Bønnskrifter"@nb,
        "Petisjoner"@nb,
        "Bønnskriftar"@nn,
        "Petisjonar"@nn ;
    skos:broadMatch <http://dewey.info/class/323.48/e23/> ;
    skos:broader humord:c04103 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/323.48/e23/> ;
    skos:prefLabel "Supplications"@en,
        "Supplikker"@nb,
        "Supplikkar"@nn .

humord:c04122 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04122" ;
    dct:modified "2024-12-17T08:08:08"^^xsd:dateTime ;
    skos:altLabel "Primers"@en,
        "Tidebok"@nb,
        "Timebok"@nb,
        "Timebøker"@nb,
        "Timebok"@nn,
        "Timebøker"@nn ;
    skos:broadMatch <http://dewey.info/class/242/e23/> ;
    skos:broader humord:c04103 ;
    skos:exactMatch <http://dewey.info/class/264.01952/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/242/e23/>,
        <http://dewey.info/class/264.01952/e23/> ;
    skos:prefLabel "Books of hours"@en,
        "Tidebøker"@nb,
        "Tidebøker"@nn .

humord:c04124 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04124" ;
    dct:modified "2025-10-14T14:44:05"^^xsd:dateTime ;
    skos:altLabel "Minneopptegnelser"@nb,
        "Minneoppteikningar"@nn ;
    skos:broadMatch <http://dewey.info/class/398/e23/> ;
    skos:broader humord:c04103 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398/e23/> ;
    skos:prefLabel "Collections of folk literature"@en,
        "Tradisjonssamlinger"@nb,
        "Tradisjonssamlingar"@nn .

humord:c04127 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04127" ;
    dct:modified "2023-11-30T13:16:44"^^xsd:dateTime ;
    skos:altLabel "Information evaluation"@en ;
    skos:broadMatch <http://dewey.info/class/1--0722/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:broader humord:c04099 ;
    skos:exactMatch realfagstermer:c000400 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000400,
        <http://dewey.info/class/1--0722/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:prefLabel "Source criticism"@en,
        "Kildekritikk"@nb,
        "Kjeldekritikk"@nn .

humord:c04128 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04128" ;
    dct:modified "2024-12-17T11:21:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--0722/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:broader humord:c04099 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0722/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:prefLabel "Oral history"@en,
        "Muntlig historie"@nb,
        "Munnleg historie"@nn .

humord:c04129 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04129" ;
    dct:modified "2024-12-18T09:02:51"^^xsd:dateTime ;
    skos:altLabel "Periodization in history"@en,
        "Epokebegrepet"@nb,
        "Periodeproblemet"@nb,
        "Periodisering"@nb,
        "Epokeomgrepet"@nn,
        "Periodeproblemet"@nn,
        "Periodisering"@nn ;
    skos:broadMatch <http://dewey.info/class/901/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:broader humord:c04049 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/901/e23/>,
        <http://dewey.info/class/907.2/e23/> ;
    skos:prefLabel "Periodization"@en,
        "Periodebegrepet"@nb,
        "Periodeomgrepet"@nn .

humord:c04133 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04133" ;
    dct:modified "2024-08-15T12:19:40"^^xsd:dateTime ;
    skos:altLabel "Annexation of Austria to Germany"@en ;
    skos:broader humord:c04132 ;
    skos:closeMatch <http://dewey.info/class/943.60522/e23/> ;
    skos:definition "Anschluss er Østerrikes tilslutning til Tyskland 13. mars 1938.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/943.60522/e23/> ;
    skos:prefLabel "Anschluss"@en,
        "Anschluss"@nb,
        "Anschluss"@nn .

humord:c04135 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04135" ;
    dct:modified "2024-12-11T11:17:30"^^xsd:dateTime ;
    skos:altLabel "Hansaforbund"@nb ;
    skos:broadMatch <http://dewey.info/class/338.632/e23/>,
        <http://dewey.info/class/382.0943/e23/> ;
    skos:broader humord:c04132 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.632/e23/>,
        <http://dewey.info/class/382.0943/e23/>,
        <http://dewey.info/class/940.2/e23/> ;
    skos:prefLabel "Hanseatic League"@en,
        "Hansa"@nb,
        "Hansa"@nn ;
    skos:relatedMatch <http://dewey.info/class/940.2/e23/> .

humord:c04137 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04137" ;
    dct:modified "2024-12-11T11:13:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/307.760940902/e23/>,
        <http://dewey.info/class/382.06543/e23/>,
        <http://dewey.info/class/940.2/e23/> ;
    skos:broader humord:c04135 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/307.760940902/e23/>,
        <http://dewey.info/class/382.06543/e23/>,
        <http://dewey.info/class/940.2/e23/> ;
    skos:prefLabel "Hansa towns"@en,
        "Hansabyer"@nb,
        "Hansabyar"@nn ;
    skos:related humord:c09039 .

humord:c04145 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04145" ;
    dct:modified "2024-12-11T11:22:42"^^xsd:dateTime ;
    skos:altLabel "Caribbean Crisis"@en,
        "Cuba-krisen"@nb,
        "Cuba-krisa"@nn,
        "Cuba-krisen"@nn,
        "Cubakrisen"@nn ;
    skos:broadMatch <http://dewey.info/class/972.91064/e23/> ;
    skos:broader humord:c04144 ;
    skos:definition "Cubakrisen var konfrontasjonen som oppstod mellom USA og Sovjetunionen i oktober 1962 på grunn av opptrappingen av det sovjetiske militære engasjement på Cuba. Krisen brakte de to supermaktene til randen av atomkrig. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/909.826/e23/>,
        <http://dewey.info/class/947.0852/e23/>,
        <http://dewey.info/class/972.91064/e23/>,
        <http://dewey.info/class/973.922/e23/> ;
    skos:prefLabel "Cuban Missile Crisis"@en,
        "Cubakrisen"@nb,
        "Cubakrisa"@nn ;
    skos:relatedMatch <http://dewey.info/class/909.826/e23/>,
        <http://dewey.info/class/947.0852/e23/>,
        <http://dewey.info/class/973.922/e23/> .

humord:c04146 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04146" ;
    dct:modified "2024-12-11T11:23:53"^^xsd:dateTime ;
    skos:altLabel "Investiture contest"@en ;
    skos:broadMatch <http://dewey.info/class/940.182/e23/> ;
    skos:broader humord:c04144 ;
    skos:definition "Investiturstriden var navnet på en kamp mellom pavemakten og den tysk-romerske keiseren om retten til å utnevne biskoper i høymiddelalderen. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.182/e23/> ;
    skos:prefLabel "Investiture controversy"@en,
        "Investiturstriden"@nb,
        "Investiturstriden"@nn .

humord:c04147 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-08-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04147" ;
    dct:modified "2023-11-17T14:59:58"^^xsd:dateTime ;
    skos:altLabel "The Cold War"@en,
        "Den kalde krigen"@nb,
        "Kald krig"@nb ;
    skos:broadMatch <http://dewey.info/class/909.825/e23/>,
        <http://dewey.info/class/940.55/e23/> ;
    skos:broader humord:c04144 ;
    skos:definition "Spenningen mellom USA og Sovjetunionen fra 1945 frem til Sovjetunionens sammenbrudd i 1991 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/909.825/e23/>,
        <http://dewey.info/class/940.55/e23/> ;
    skos:prefLabel "Cold War"@en,
        "Kalde krigen"@nb,
        "Kalde krigen"@nn .

humord:c04148 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04148" ;
    dct:modified "2025-10-28T12:40:13"^^xsd:dateTime ;
    skos:altLabel "Arab-Israeli conflict"@en,
        "Middle East conflicts"@en ;
    skos:broadMatch <http://dewey.info/class/956.9405/e23/>,
        <http://dewey.info/class/956/e23/> ;
    skos:broader humord:c04144 ;
    skos:definition "Midtøsten-konflikten er betegnelsen som oftest blir brukt for å omtale striden om det tidligere mandatområdet Palestina, som i 1948 ble delt som følge av opprettelsen av staten Israel. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/956.9405/e23/>,
        <http://dewey.info/class/956/e23/> ;
    skos:prefLabel "Middle East conflict"@en,
        "Midtøstenkonflikten"@nb,
        "Midtaustenkonflikten"@nn ;
    skos:related humord:c13615,
        humord:c70165 .

humord:c04149 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04149" ;
    dct:modified "2025-10-14T14:42:55"^^xsd:dateTime ;
    skos:altLabel "Palestine problem"@en,
        "Palestinakonflikten"@nb,
        "Palestinaspørsmålet"@nb,
        "Palestinakonflikten"@nn,
        "Palestinaspørsmålet"@nn ;
    skos:broadMatch <http://dewey.info/class/956.9404/e23/>,
        <http://dewey.info/class/956.9405/e23/> ;
    skos:broader humord:c04148 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/956.9404/e23/>,
        <http://dewey.info/class/956.9405/e23/> ;
    skos:prefLabel "Palestine question"@en,
        "Palestina-spørsmålet"@nb,
        "Palestina-spørsmålet"@nn .

humord:c04152 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04152" ;
    dct:modified "2024-12-11T12:14:10"^^xsd:dateTime ;
    skos:altLabel "European reformation"@en,
        "Protestand reformation"@en ;
    skos:broader humord:c04144 ;
    skos:closeMatch <http://dewey.info/class/270.6/e23/>,
        <http://dewey.info/class/940.23/e23/> ;
    skos:definition "Den store kirkehistoriske omveltning på 1500-tallet som ble utløst ved Martin Luthers religiøse gjennombrudd <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/270.6/e23/>,
        <http://dewey.info/class/940.23/e23/> ;
    skos:prefLabel "Reformation"@en,
        "Reformasjonen"@nb,
        "Reformasjonen"@nn ;
    skos:related humord:c08634,
        humord:c15053 .

humord:c04153 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04153" ;
    dct:modified "2024-12-11T12:15:06"^^xsd:dateTime ;
    skos:altLabel "Rites controversy"@nb,
        "Ritestriden"@nb,
        "Ritestriden"@nn ;
    skos:broadMatch <http://dewey.info/class/266.251/e23/> ;
    skos:broader humord:c04144 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/266.251/e23/> ;
    skos:prefLabel "Rites controversy"@en,
        "Ritekontroversen"@nb,
        "Ritekontroversen"@nn .

humord:c04155 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04155" ;
    dct:modified "2024-12-11T12:14:32"^^xsd:dateTime ;
    skos:altLabel "Second Arab-Israeli War"@en,
        "Suezkonflikten"@nb,
        "Suezkonflikten"@nn ;
    skos:broader humord:c04144 ;
    skos:exactMatch <http://dewey.info/class/956.044/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/956.044/e23/> ;
    skos:prefLabel "Suez Crisis"@en,
        "Suezkrisen"@nb,
        "Suezkrisa"@nn ;
    skos:related humord:c01554 .

humord:c04156 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04156" ;
    dct:modified "2024-08-19T12:56:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/948.97031/e23/>,
        <http://dewey.info/class/948.972031/e23/> ;
    skos:broader humord:c04144 ;
    skos:definition "Ålandsspørsmålet refererer til en internasjonal konflikt på begynnelsen av 1920-tallet om den politiske statusen til Åland. <uio>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/948.97031/e23/>,
        <http://dewey.info/class/948.972031/e23/> ;
    skos:prefLabel "Åland Islands dispute"@en,
        "Ålandsspørsmålet"@nb,
        "Ålandsspørsmålet"@nn .

humord:c04158 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-01-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04158" ;
    dct:modified "2024-12-16T10:47:32"^^xsd:dateTime ;
    skos:altLabel "Francoist dictatorship"@en ;
    skos:broader humord:c04157 ;
    skos:exactMatch <http://dewey.info/class/946.082/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/946.082/e23/> ;
    skos:prefLabel "Francoist Spain"@en,
        "Francoregimet"@nb,
        "Francoregimet"@nn ;
    skos:related humord:c59289 .

humord:c04159 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-01-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04159" ;
    dct:modified "2025-01-28T10:22:20"^^xsd:dateTime ;
    skos:altLabel "Deutsches Reich (1933-1945)"@en,
        "German Reich"@en,
        "Third Reich"@en,
        "3. riket"@nb,
        "Det tredje rike"@nb,
        "Det tredje riket"@nb,
        "Hitler-Tyskland"@nb,
        "Hitlertiden"@nb,
        "Tredje rike"@nb,
        "Tredje riket"@nb,
        "3. riket"@nn,
        "Det tredje rike"@nn,
        "Det tredje riket"@nn,
        "Hitler-Tyskland"@nn,
        "Hitlertida"@nn,
        "Tredje rike"@nn,
        "Tredje riket"@nn ;
    skos:broader humord:c04157 ;
    skos:definition "Periode i Tysklands historie, 1933 - 1945 <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/943.086/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/943.086/e23/> ;
    skos:prefLabel "Nazi Germany"@en,
        "Nazi-Tyskland"@nb,
        "Nazi-Tyskland"@nn ;
    skos:related humord:c03491,
        humord:c03985,
        humord:c18100 .

humord:c04163 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04163" ;
    dct:modified "2024-12-16T10:45:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/943.0862/e23/> ;
    skos:broader humord:c04159 ;
    skos:definition "Riksdagsbrannen i Berlin 27.feb. 1933 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/943.0862/e23/> ;
    skos:prefLabel "Reichstag fire"@en,
        "Riksdagsbrannen"@nb,
        "Riksdagsbrannen"@nn .

humord:c04164 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-01-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04164" ;
    dct:modified "2024-12-16T10:48:50"^^xsd:dateTime ;
    skos:altLabel "Régime de Vichy"@en,
        "Vichy Government"@en,
        "Vichy-Frankrike"@nb,
        "Vichy-regimet"@nb,
        "Vichy-Frankrike"@nn,
        "Vichy-regimet"@nn ;
    skos:broader humord:c04157 ;
    skos:definition "Vichy-regjeringen var den franske regjeringen fra 1940 til 1944, under andre verdenskrig <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.5344/e23/>,
        <http://dewey.info/class/944.0816/e23/> ;
    skos:prefLabel "Vichy France"@en,
        "Vichyregjeringen"@nb,
        "Vichyregjeringa"@nn ;
    skos:relatedMatch <http://dewey.info/class/940.5344/e23/>,
        <http://dewey.info/class/944.0816/e23/> .

humord:c04165 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-01-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04165" ;
    dct:modified "2024-10-01T10:13:02"^^xsd:dateTime ;
    skos:altLabel "Weimar-republikken"@nb,
        "Weimar-republikken"@nn ;
    skos:broader humord:c04157 ;
    skos:exactMatch <http://dewey.info/class/943.085/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/943.085/e23/> ;
    skos:prefLabel "Weimar Republic"@en,
        "Weimarrepublikken"@nb,
        "Weimarrepublikken"@nn .

humord:c04167 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04167" ;
    dct:modified "2024-12-16T08:39:43"^^xsd:dateTime ;
    skos:altLabel "Romerrikets undergang"@nb ;
    skos:broadMatch <http://dewey.info/class/937.09/e23/> ;
    skos:broader humord:c04166 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/937.09/e23/> ;
    skos:prefLabel "Fall of the Roman Empire"@en,
        "Romerrikets fall"@nb,
        "Romerrikets fall"@nn .

humord:c04170 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04170" ;
    dct:modified "2024-12-16T08:31:33"^^xsd:dateTime ;
    skos:altLabel "Eidsvoldsforsamlingen"@nb,
        "Riksforsamlingen 1814"@nb,
        "Riksforsamlingen på Eidsvoll (1814)"@nb,
        "Eidsvoldsforsamlinga"@nn,
        "Riksforsamlinga 1814"@nn ;
    skos:broadMatch <http://dewey.info/class/948.1025/e23/> ;
    skos:broader humord:c04169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/948.1025/e23/> ;
    skos:prefLabel "Norwegian Constituent Assembly"@en,
        "Riksforsamlingen på Eidsvoll"@nb,
        "Riksforsamlinga på Eidsvoll"@nn .

humord:c04171 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04171" ;
    dct:modified "2024-12-16T08:32:10"^^xsd:dateTime ;
    skos:altLabel "Risorgimento"@en ;
    skos:broader humord:c04169 ;
    skos:closeMatch <http://dewey.info/class/945.083/e23/> ;
    skos:definition "Kampen for Italias enhet og frihet, 1815-1870 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/945.083/e23/> ;
    skos:prefLabel "Italian unification"@en,
        "Risorgimento"@nb,
        "Risorgimento"@nn .

humord:c04172 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04172" ;
    dct:modified "2024-12-16T08:32:48"^^xsd:dateTime ;
    skos:altLabel "Unification of Germany (19th Century)"@en ;
    skos:broadMatch <http://dewey.info/class/943.08/e23/> ;
    skos:broader humord:c04169 ;
    skos:definition "Samlingen av Tyskland til en nasjonalstat. Etter den fransk-tyske krig ble Tyskland i 1871 et keiserdømme organisert som en forbundsstat <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/943.08/e23/> ;
    skos:prefLabel "Unification of Germany"@en,
        "Tysklands samling (1800-tallet)"@nb,
        "Tysklands samling (1800-tallet)"@nn .

humord:c04173 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04173" ;
    dct:modified "2024-12-16T08:35:10"^^xsd:dateTime ;
    skos:altLabel "German Reunification (1990)"@en ;
    skos:broadMatch <http://dewey.info/class/943.0878/e23/> ;
    skos:broader humord:c04169 ;
    skos:definition "Sammenslåingen av Tyske demokratiske republikk og Forbundsrepublikken Tyskland i 1990 <Sagmo>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/943.0878/e23/> ;
    skos:prefLabel "German Unification  (1990)"@en,
        "Tysklands samling (1990)"@nb,
        "Tysklands samling (1990)"@nn .

humord:c04174 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04174" ;
    dct:modified "2024-12-19T16:18:02"^^xsd:dateTime ;
    skos:inScheme humord: ;
    skos:prefLabel "Informatics and information technology"@en,
        "Informatikk og informasjonsteknologi"@nb,
        "Informatikk og informasjonsteknologi"@nn ;
    skos:topConceptOf humord: .

humord:c04175 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04175" ;
    dct:modified "2024-02-29T13:09:02"^^xsd:dateTime ;
    skos:altLabel "Communications technology"@en,
        "Computer technology"@en,
        "ICT"@en,
        "IT"@en,
        "Information and communications technology"@en,
        "Datateknikk"@nb,
        "Datateknologi"@nb,
        "IKT"@nb,
        "IT"@nb,
        "Informasjons- og kommunikasjonsteknologi"@nb,
        "Kommunikasjonsteknologi"@nb,
        "Datateknikk"@nn,
        "Datateknologi"@nn,
        "Informasjons- og kommunikasjonsteknologi"@nn,
        "Kommunikasjonsteknologi"@nn ;
    skos:broadMatch <http://dewey.info/class/004/e23/> ;
    skos:broader humord:c04174 ;
    skos:closeMatch realfagstermer:c002630,
        realfagstermer:c003732,
        <http://dewey.info/class/303.4833/e23/> ;
    skos:exactMatch realfagstermer:c013428,
        <http://dewey.info/class/1--0285/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002630,
        realfagstermer:c003732,
        realfagstermer:c013428,
        <http://dewey.info/class/004/e23/>,
        <http://dewey.info/class/1--0285/e23/>,
        <http://dewey.info/class/303.4833/e23/> ;
    skos:prefLabel "Information technology"@en,
        "Informasjonsteknologi"@nb,
        "Informasjonsteknologi"@nn .

humord:c04176 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04176" ;
    dct:modified "2025-03-11T13:40:19"^^xsd:dateTime ;
    skos:altLabel "Computer safety"@en,
        "Data protection"@en,
        "Data safety"@en,
        "Data security"@en,
        "IT security"@en,
        "Information technology security"@en,
        "Databeskyttelse"@nb,
        "Datapålitelighet"@nb,
        "Datasikring"@nb,
        "Datavern"@nb,
        "Datapålitelegheit"@nn,
        "Datasikkerheit"@nn,
        "Datavern"@nn ;
    skos:broader humord:c04175 ;
    skos:closeMatch <http://dewey.info/class/658.478/e23/> ;
    skos:exactMatch realfagstermer:c005212,
        <http://dewey.info/class/005.8/e23/>,
        <http://dewey.info/class/1--028558/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005212,
        <http://dewey.info/class/005.8/e23/>,
        <http://dewey.info/class/1--028558/e23/>,
        <http://dewey.info/class/343.09995/e23/>,
        <http://dewey.info/class/658.478/e23/> ;
    skos:prefLabel "Computer security"@en,
        "Datasikkerhet"@nb,
        "Datatryggleik"@nn ;
    skos:related humord:c59044,
        humord:c69586 ;
    skos:relatedMatch <http://dewey.info/class/343.09995/e23/> .

humord:c04178 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04178" ;
    dct:modified "2023-11-28T15:31:26"^^xsd:dateTime ;
    skos:altLabel "IR systems"@en,
        "Information retrieval systems"@en,
        "IR-systemer"@nb,
        "Informasjonsgjenfinningssystemer"@nb,
        "Attfinningssystem"@nn ;
    skos:broader humord:c04175 ;
    skos:closeMatch <http://dewey.info/class/025.04/e23/> ;
    skos:exactMatch realfagstermer:c006673 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006673,
        <http://dewey.info/class/025.04/e23/> ;
    skos:prefLabel "Retrieval systems"@en,
        "Gjenfinningssystemer"@nb,
        "Gjenfinningssystem"@nn ;
    skos:related humord:c00147,
        humord:c04189 .

humord:c04179 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-07-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04179" ;
    dct:modified "2024-02-27T08:41:53"^^xsd:dateTime ;
    skos:broader humord:c04175 ;
    skos:closeMatch <http://dewey.info/class/025.04/e23/> ;
    skos:exactMatch realfagstermer:c006342 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006342,
        <http://dewey.info/class/025.04/e23/> ;
    skos:prefLabel "Information storage"@en,
        "Informasjonslagring"@nb,
        "Informasjonslagring"@nn ;
    skos:related humord:c04235,
        humord:c15925 .

humord:c04180 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-04-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04180" ;
    dct:modified "2024-10-24T12:31:28"^^xsd:dateTime ;
    skos:altLabel "Databanker"@nb,
        "Database"@nb,
        "Databankar"@nn,
        "Database"@nn ;
    skos:broader humord:c04179,
        humord:c17216 ;
    skos:closeMatch <http://dewey.info/class/025.04/e23/> ;
    skos:definition "Strukturert samling av relaterte data, begrepet er vanligvis knyttet til elektroniske datasystemer <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c013399,
        <http://dewey.info/class/005.74/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013399,
        <http://dewey.info/class/005.74/e23/>,
        <http://dewey.info/class/025.04/e23/>,
        <http://dewey.info/class/323.4483/e23/>,
        <http://dewey.info/class/343.0999/e23/>,
        <http://dewey.info/class/658.4038011/e23/> ;
    skos:prefLabel "Databases"@en,
        "Databaser"@nb,
        "Databasar"@nn ;
    skos:relatedMatch <http://dewey.info/class/323.4483/e23/>,
        <http://dewey.info/class/343.0999/e23/>,
        <http://dewey.info/class/658.4038011/e23/> .

humord:c04181 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04181" ;
    dct:modified "2024-12-19T16:08:54"^^xsd:dateTime ;
    skos:broader humord:c04180 ;
    skos:closeMatch <http://dewey.info/class/025.04/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/025.04/e23/> ;
    skos:prefLabel "Bibliographic databases"@en,
        "Bibliografiske databaser"@nb,
        "Bibliografiske databasar"@nn ;
    skos:related humord:c14189 .

humord:c04183 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04183" ;
    dct:modified "2024-02-07T13:02:10"^^xsd:dateTime ;
    skos:altLabel "Complete-text databases"@en,
        "Full text databases"@en,
        "Fulltext databases"@en ;
    skos:broadMatch <http://dewey.info/class/025.04/e23/> ;
    skos:broader humord:c04180 ;
    skos:exactMatch realfagstermer:c011041 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011041,
        <http://dewey.info/class/005.759/e23/>,
        <http://dewey.info/class/025.04/e23/> ;
    skos:prefLabel "Full-text databases"@en,
        "Fulltekstdatabaser"@nb,
        "Fulltekstdatabasar"@nn ;
    skos:relatedMatch <http://dewey.info/class/005.759/e23/> .

humord:c04186 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04186" ;
    dct:modified "2024-12-19T16:14:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/006.7/e23/> ;
    skos:broader humord:c04175 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.7/e23/> ;
    skos:prefLabel "Information structure"@en,
        "Informasjonsstruktur"@nb,
        "Informasjonsstruktur"@nn .

humord:c04187 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04187" ;
    dct:modified "2026-03-02T11:26:11"^^xsd:dateTime ;
    skos:altLabel "Information search process"@en,
        "Information searching"@en,
        "Information seeking"@en,
        "Literature retrieval"@en,
        "Literature searching"@en,
        "Search for information"@en,
        "WAIS"@en,
        "Wide Area Information Server"@en,
        "Wide Area Information Service"@en,
        "Informasjonsgjenfinning"@nb,
        "Litteratursøk"@nb,
        "Litteratursøking"@nb,
        "On-line søking"@nb,
        "Online søking"@nb,
        "Søking (Informasjon)"@nb,
        "WAIS"@nb,
        "Wide Area Information Service"@nb,
        "Litteratursøk"@nn,
        "Litteratursøking"@nn ;
    skos:broader humord:c04175 ;
    skos:closeMatch <http://dewey.info/class/025.524/e23/> ;
    skos:exactMatch realfagstermer:c006381,
        realfagstermer:c009315 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006381,
        realfagstermer:c009315,
        <http://dewey.info/class/025.524/e23/> ;
    skos:prefLabel "Information retrieval"@en,
        "Informasjonssøking"@nb,
        "Informasjonssøking"@nn ;
    skos:related humord:c00147,
        humord:c15925 .

humord:c04189 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-11-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04189" ;
    dct:modified "2024-12-19T16:03:27"^^xsd:dateTime ;
    skos:altLabel "Search methods"@en,
        "Search strategies"@en,
        "Search strategy"@en,
        "Søkemetoder"@nb,
        "Søkestrategi"@nb,
        "Søkemetodar"@nn,
        "Søkestrategi"@nn ;
    skos:broader humord:c04187 ;
    skos:closeMatch <http://dewey.info/class/025.524/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/025.524/e23/> ;
    skos:prefLabel "Search technique"@en,
        "Søketeknikk"@nb,
        "Søketeknikk"@nn ;
    skos:related humord:c04178 .

humord:c04191 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04191" ;
    dct:modified "2024-03-13T09:51:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/025.04/e23/> ;
    skos:broader humord:c04187 ;
    skos:exactMatch realfagstermer:c002738 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002738,
        <http://dewey.info/class/025.04/e23/> ;
    skos:prefLabel "Text searching"@en,
        "Tekstsøking"@nb,
        "Tekstsøking"@nn .

humord:c04192 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04192" ;
    dct:modified "2024-02-27T08:53:25"^^xsd:dateTime ;
    skos:altLabel "Computer science"@en,
        "Informatikkfaget"@nb,
        "Informatikkfaget"@nn ;
    skos:broader humord:c04174 ;
    skos:closeMatch realfagstermer:c000964,
        <http://dewey.info/class/020/e23/> ;
    skos:exactMatch <http://dewey.info/class/004/e23/>,
        <http://dewey.info/class/1--0285/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000964,
        <http://dewey.info/class/004/e23/>,
        <http://dewey.info/class/020/e23/>,
        <http://dewey.info/class/1--0285/e23/>,
        <http://dewey.info/class/371.334/e23/> ;
    skos:prefLabel "Informatics"@en,
        "Informatikk"@nb,
        "Informatikk"@nn ;
    skos:related humord:c06165,
        humord:c06167 ;
    skos:relatedMatch <http://dewey.info/class/371.334/e23/> .

humord:c04193 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04193" ;
    dct:modified "2024-02-02T10:54:41"^^xsd:dateTime ;
    skos:altLabel "CMC"@en,
        "Computer-mediated communication"@en,
        "Digital communication"@en,
        "RS-232"@en,
        "RS-232c"@en,
        "Serial communications"@en,
        "CMC"@nb,
        "Computer-mediated communication"@nb,
        "Digital kommunikasjon"@nb,
        "RS-232"@nb,
        "RS-232c"@nb,
        "Seriell kommunikasjon"@nb,
        "CMC"@nn,
        "Digital kommunikasjon"@nn,
        "RS-232"@nn,
        "RS-232c"@nn,
        "Seriell kommunikasjon"@nn ;
    skos:broader humord:c04192 ;
    skos:closeMatch realfagstermer:c001624,
        <http://dewey.info/class/621.382/e23/> ;
    skos:definition "Fjernoverføring av informasjon i digital form mellom datamaskiner eller mellom brukerutstyr og datamaskin <SNL>"@nb ;
    skos:exactMatch realfagstermer:c008273,
        <http://dewey.info/class/004.6/e23/>,
        <http://dewey.info/class/1--028546/e23/>,
        <http://dewey.info/class/384.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001624,
        realfagstermer:c008273,
        <http://dewey.info/class/004.6/e23/>,
        <http://dewey.info/class/005.711/e23/>,
        <http://dewey.info/class/005.713/e23/>,
        <http://dewey.info/class/1--028546/e23/>,
        <http://dewey.info/class/302.231/e23/>,
        <http://dewey.info/class/343.09944/e23/>,
        <http://dewey.info/class/354.75/e23/>,
        <http://dewey.info/class/384.3/e23/>,
        <http://dewey.info/class/621.382/e23/>,
        <http://dewey.info/class/621.3981/e23/> ;
    skos:prefLabel "Data communication"@en,
        "Datakommunikasjon"@nb,
        "Datakommunikasjon"@nn ;
    skos:related humord:c04319 ;
    skos:relatedMatch <http://dewey.info/class/005.711/e23/>,
        <http://dewey.info/class/005.713/e23/>,
        <http://dewey.info/class/302.231/e23/>,
        <http://dewey.info/class/343.09944/e23/>,
        <http://dewey.info/class/354.75/e23/>,
        <http://dewey.info/class/621.3981/e23/> .

humord:c04194 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04194" ;
    dct:modified "2024-02-01T14:11:45"^^xsd:dateTime ;
    skos:altLabel "Computer networking"@en,
        "Computer-communication networks"@en,
        "Data networks"@en,
        "Data transmission networks"@en,
        "Datamaskinnett"@nb,
        "Datanettverk"@nb,
        "Høyhastighetsnett"@nb,
        "Datanettverk"@nn,
        "Høghastigheitsnett"@nn,
        "Snøggnett"@nn ;
    skos:broadMatch <http://dewey.info/class/004.6/e23/>,
        <http://dewey.info/class/384.3/e23/> ;
    skos:broader humord:c04193 ;
    skos:closeMatch realfagstermer:c009975 ;
    skos:exactMatch realfagstermer:c009980 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009975,
        realfagstermer:c009980,
        <http://dewey.info/class/004.3/e23/>,
        <http://dewey.info/class/004.6/e23/>,
        <http://dewey.info/class/384.3/e23/> ;
    skos:prefLabel "Computer networks"@en,
        "Datanett"@nb,
        "Datanett"@nn ;
    skos:relatedMatch <http://dewey.info/class/004.3/e23/> .

humord:c04197 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04197" ;
    dct:modified "2024-02-01T11:33:14"^^xsd:dateTime ;
    skos:altLabel "Data processing computers"@en,
        "Data processing machines"@en,
        "Data processors"@en,
        "Computerar"@nn,
        "Computere"@nn,
        "Datamaskiner"@nn ;
    skos:broader humord:c04192 ;
    skos:closeMatch <http://dewey.info/class/621.39/e23/> ;
    skos:exactMatch realfagstermer:c013410,
        <http://dewey.info/class/004/e23/>,
        <http://dewey.info/class/786.76/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013410,
        <http://dewey.info/class/004/e23/>,
        <http://dewey.info/class/303.4834/e23/>,
        <http://dewey.info/class/343.0999/e23/>,
        <http://dewey.info/class/371.334/e23/>,
        <http://dewey.info/class/621.39/e23/>,
        <http://dewey.info/class/658.478/e23/>,
        <http://dewey.info/class/780.285/e23/>,
        <http://dewey.info/class/786.76/e23/> ;
    skos:prefLabel "Computers"@en,
        "Datamaskiner"@nb,
        "Datamaskinar"@nn ;
    skos:related humord:c06167 ;
    skos:relatedMatch <http://dewey.info/class/303.4834/e23/>,
        <http://dewey.info/class/343.0999/e23/>,
        <http://dewey.info/class/371.334/e23/>,
        <http://dewey.info/class/658.478/e23/>,
        <http://dewey.info/class/780.285/e23/> .

humord:c04198 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04198" ;
    dct:modified "2026-01-12T11:27:11"^^xsd:dateTime ;
    skos:altLabel "Personal computers"@en,
        "PC"@nb,
        "PD-er"@nb,
        "Personal computers"@nb,
        "Personlige datamaskiner"@nb,
        "Personlege datamaskinar"@nn,
        "Personlege datamaskiner"@nn ;
    skos:broader humord:c04197 ;
    skos:exactMatch realfagstermer:c004555,
        <http://dewey.info/class/004.16/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004555,
        <http://dewey.info/class/004.16/e23/>,
        <http://dewey.info/class/005.26/e23/>,
        <http://dewey.info/class/005.36/e23/>,
        <http://dewey.info/class/621.3916/e23/> ;
    skos:prefLabel "PCs"@en,
        "PC-er"@nb,
        "PC-ar"@nn ;
    skos:relatedMatch <http://dewey.info/class/005.26/e23/>,
        <http://dewey.info/class/005.36/e23/>,
        <http://dewey.info/class/621.3916/e23/> .

humord:c04202 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04202" ;
    dct:modified "2024-12-19T15:42:10"^^xsd:dateTime ;
    skos:altLabel "Mac"@en,
        "Mac"@nb,
        "Mac"@nn ;
    skos:broadMatch <http://dewey.info/class/004.165/e23/> ;
    skos:broader humord:c04198 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/004.165/e23/> ;
    skos:prefLabel "Macintosh"@en,
        "Macintosh"@nb,
        "Macintosh"@nn .

humord:c04203 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04203" ;
    dct:modified "2024-03-13T07:52:44"^^xsd:dateTime ;
    skos:altLabel "Turingmaskiner"@nn ;
    skos:broader humord:c04197 ;
    skos:closeMatch <http://dewey.info/class/511.35/e23/> ;
    skos:exactMatch realfagstermer:c001768 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001768,
        <http://dewey.info/class/511.35/e23/> ;
    skos:prefLabel "Turing machines"@en,
        "Turingmaskiner"@nb,
        "Turingmaskinar"@nn .

humord:c04204 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04204" ;
    dct:modified "2024-01-26T08:52:16"^^xsd:dateTime ;
    skos:altLabel "Data structure"@en,
        "Datastruktur"@nb,
        "Datastruktur"@nn ;
    skos:broader humord:c04192 ;
    skos:exactMatch realfagstermer:c008075,
        <http://dewey.info/class/005.73/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008075,
        <http://dewey.info/class/005.73/e23/> ;
    skos:prefLabel "Data structures"@en,
        "Datastrukturer"@nb,
        "Datastrukturar"@nn .

humord:c04205 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04205" ;
    dct:modified "2024-12-19T15:40:14"^^xsd:dateTime ;
    skos:broader humord:c04204,
        humord:c06202 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/005.73/e23/>,
        <http://dewey.info/class/006.3/e23/>,
        <http://dewey.info/class/153/e23/>,
        <http://dewey.info/class/4--501835/e23/>,
        <http://dewey.info/class/415.01835/e23/> ;
    skos:prefLabel "Mental models"@en,
        "Mentale modeller"@nb,
        "Mentale modellar"@nn ;
    skos:relatedMatch <http://dewey.info/class/005.73/e23/>,
        <http://dewey.info/class/006.3/e23/>,
        <http://dewey.info/class/153/e23/>,
        <http://dewey.info/class/4--501835/e23/>,
        <http://dewey.info/class/415.01835/e23/> .

humord:c04206 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04206" ;
    dct:modified "2024-12-19T15:38:41"^^xsd:dateTime ;
    skos:altLabel "Connectionist systems"@en,
        "Neural nets"@en,
        "Neural networks"@en,
        "Neurale nett"@nb,
        "Neurale nettverk"@nb,
        "Nevrale nettverk"@nb,
        "Neurale nett"@nn,
        "Neurale nettverk"@nn,
        "Nevrale nettverk"@nn ;
    skos:broadMatch <http://dewey.info/class/005.73/e23/> ;
    skos:broader humord:c04204 ;
    skos:exactMatch realfagstermer:c004999,
        <http://dewey.info/class/006.32/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004999,
        <http://dewey.info/class/005.73/e23/>,
        <http://dewey.info/class/006.32/e23/> ;
    skos:prefLabel "Artificial neural networks"@en,
        "Nevrale nett"@nb,
        "Nevrale nett"@nn ;
    skos:related humord:c04303,
        humord:c63886 .

humord:c04209 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04209" ;
    dct:modified "2024-12-02T11:09:01"^^xsd:dateTime ;
    skos:altLabel "Semantisk nett"@nb,
        "Semantisk nett"@nn ;
    skos:broadMatch <http://dewey.info/class/006.332/e23/>,
        <http://dewey.info/class/025.4/e23/> ;
    skos:broader humord:c04204 ;
    skos:closeMatch <http://dewey.info/class/025.0427/e23/> ;
    skos:exactMatch realfagstermer:c014038 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c014038,
        <http://dewey.info/class/006.332/e23/>,
        <http://dewey.info/class/025.0427/e23/>,
        <http://dewey.info/class/025.4/e23/> ;
    skos:prefLabel "Semantic networks"@en,
        "Semantiske nettverk"@nb,
        "Semantiske nettverk"@nn ;
    skos:related humord:c00589 .

humord:c04211 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-01-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04211" ;
    dct:modified "2023-11-17T14:17:16"^^xsd:dateTime ;
    skos:altLabel "Data processing"@en,
        "EDP"@en,
        "Electronic data processing"@en,
        "Databehandlingsteknikk"@nb,
        "EDB"@nb,
        "Elektronisk databehandling"@nb,
        "Datahandsaming"@nn,
        "Datahandsamingsteknikk"@nn,
        "Elektronisk datahandsaming"@nn ;
    skos:broader humord:c04192 ;
    skos:definition "Databehandling, bearbeiding av informasjon, i snevrere betydning en systematisk serie operasjoner på et sett av data. I dag hovedsakelig forstått som elektronisk databehandling, EDB, dvs. behandling/bearbeiding av data ved hjelp av en datamaskin <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004816,
        realfagstermer:c013409,
        <http://dewey.info/class/004/e23/>,
        <http://dewey.info/class/1--0285/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004816,
        realfagstermer:c013409,
        <http://dewey.info/class/004/e23/>,
        <http://dewey.info/class/1--0285/e23/>,
        <http://dewey.info/class/651.8/e23/>,
        <http://dewey.info/class/658.05/e23/> ;
    skos:prefLabel "Computing"@en,
        "Databehandling"@nb,
        "Databehandling"@nn ;
    skos:related humord:c06165,
        humord:c59286 ;
    skos:relatedMatch <http://dewey.info/class/651.8/e23/>,
        <http://dewey.info/class/658.05/e23/> .

humord:c04214 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04214" ;
    dct:modified "2024-01-30T15:14:51"^^xsd:dateTime ;
    skos:altLabel "User interfaces"@en ;
    skos:broader humord:c04211 ;
    skos:exactMatch realfagstermer:c002915,
        <http://dewey.info/class/005.437/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002915,
        <http://dewey.info/class/005.428/e23/>,
        <http://dewey.info/class/005.437/e23/> ;
    skos:prefLabel "User interface"@en,
        "Brukergrensesnitt"@nb,
        "Brukargrensesnitt"@nn ;
    skos:related humord:c04215 ;
    skos:relatedMatch <http://dewey.info/class/005.428/e23/> .

humord:c04215 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04215" ;
    dct:modified "2024-12-19T15:59:56"^^xsd:dateTime ;
    skos:altLabel "User modeling"@en ;
    skos:broadMatch <http://dewey.info/class/006.3/e23/> ;
    skos:broader humord:c04225 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.3/e23/> ;
    skos:prefLabel "User modelling"@en,
        "Brukermodellering"@nb,
        "Brukarmodellering"@nn ;
    skos:related humord:c04214 .

humord:c04216 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04216" ;
    dct:modified "2024-02-01T14:57:05"^^xsd:dateTime ;
    skos:altLabel "CAD"@en,
        "Computer aided design"@en,
        "Computer-aided design and drafting"@en,
        "Autocad"@nb,
        "CAD"@nb,
        "DAK"@nb,
        "Datamaskinassistert konstruksjon"@nb,
        "Datastøttet design"@nb,
        "Datastøttet konstruksjon"@nb,
        "Datastøttet utforming"@nb,
        "CAD"@nn,
        "DAK"@nn,
        "Datastøtta design"@nn,
        "Datastøtta konstruksjon"@nn,
        "Datastøtta utforming"@nn ;
    skos:broader humord:c04211 ;
    skos:closeMatch <http://dewey.info/class/620.00420285/e23/> ;
    skos:exactMatch realfagstermer:c010329 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010329,
        <http://dewey.info/class/620.00420285/e23/> ;
    skos:prefLabel "Computer-aided design"@en,
        "Dataassistert konstruksjon"@nb,
        "Dataassistert konstruksjon"@nn .

humord:c04219 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-07-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04219" ;
    dct:modified "2025-09-11T09:02:22"^^xsd:dateTime ;
    skos:altLabel "Digital publishing"@en,
        "Web publishing"@en,
        "Digital publisering"@nb,
        "Electronic publishing"@nb,
        "Elektronisk setting"@nb,
        "Nettpublisering"@nb,
        "Digital publisering"@nn,
        "Elektronisk setting"@nn,
        "Nettpublisering"@nn ;
    skos:broader humord:c04211 ;
    skos:exactMatch realfagstermer:c001535,
        <http://dewey.info/class/070.5797/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001535,
        <http://dewey.info/class/070.5797/e23/> ;
    skos:prefLabel "Electronic publishing"@en,
        "Elektronisk publisering"@nb,
        "Elektronisk publisering"@nn ;
    skos:related humord:c17216,
        humord:c19672 .

humord:c04222 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04222" ;
    dct:modified "2023-11-21T12:42:40"^^xsd:dateTime ;
    skos:altLabel "Digital books"@en,
        "Electronic books"@en,
        "Digitale bøker"@nb,
        "Elektroniske bøker"@nb ;
    skos:broadMatch <http://dewey.info/class/070.573/e23/> ;
    skos:broader humord:c00163,
        humord:c17216 ;
    skos:exactMatch realfagstermer:c012234 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012234,
        <http://dewey.info/class/011.39/e23/>,
        <http://dewey.info/class/070.573/e23/> ;
    skos:prefLabel "E-books"@en,
        "E-bøker"@nb,
        "E-bøker"@nn ;
    skos:relatedMatch <http://dewey.info/class/011.39/e23/> .

humord:c04224 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04224" ;
    dct:modified "2024-12-19T16:00:18"^^xsd:dateTime ;
    skos:broader humord:c04211 ;
    skos:closeMatch <http://dewey.info/class/006.6/e23/> ;
    skos:exactMatch realfagstermer:c011753 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011753,
        <http://dewey.info/class/006.6/e23/>,
        <http://dewey.info/class/744.0285/e23/> ;
    skos:prefLabel "Graphic data processing"@en,
        "Grafisk databehandling"@nb,
        "Grafisk databehandling"@nn ;
    skos:relatedMatch <http://dewey.info/class/744.0285/e23/> .

humord:c04225 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04225" ;
    dct:modified "2024-10-21T11:19:33"^^xsd:dateTime ;
    skos:altLabel "AI"@en,
        "Intelligent systems"@en,
        "Machine intelligence"@en,
        "Simulated intelligence"@en,
        "AI"@nb,
        "Intelligente systemer"@nb,
        "KI"@nb,
        "Simulert intelligens"@nb,
        "AI"@nn,
        "Intelligente system"@nn,
        "KI"@nn ;
    skos:broadMatch <http://dewey.info/class/303.4834/e23/> ;
    skos:broader humord:c04211 ;
    skos:exactMatch realfagstermer:c003530,
        <http://dewey.info/class/006.3/e23/>,
        <http://dewey.info/class/1--028563/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003530,
        <http://dewey.info/class/006.3/e23/>,
        <http://dewey.info/class/1--028563/e23/>,
        <http://dewey.info/class/303.4834/e23/> ;
    skos:prefLabel "Artificial intelligence"@en,
        "Kunstig intelligens"@nb,
        "Kunstig intelligens"@nn ;
    skos:related humord:c04251,
        humord:c04300,
        humord:c08068,
        humord:c33014 .

humord:c04227 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04227" ;
    dct:modified "2024-01-29T08:40:40"^^xsd:dateTime ;
    skos:altLabel "Automated deduction"@en,
        "Automated reasoning"@en,
        "Automatic reasoning"@en,
        "Automatisk resonnering"@nb,
        "Automatisk resonnering"@nn ;
    skos:broader humord:c04225 ;
    skos:closeMatch <http://dewey.info/class/006.333/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.333/e23/> ;
    skos:prefLabel "Automatic deduction"@en,
        "Automatisk deduksjon"@nb,
        "Automatisk deduksjon"@nn .

humord:c04228 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04228" ;
    dct:modified "2024-02-29T15:16:23"^^xsd:dateTime ;
    skos:altLabel "Knowledge representation"@en ;
    skos:broader humord:c04225 ;
    skos:exactMatch realfagstermer:c001786,
        <http://dewey.info/class/006.332/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001786,
        <http://dewey.info/class/006.332/e23/> ;
    skos:prefLabel "Knowledge representation and reasoning"@en,
        "Kunnskapsrepresentasjon"@nb,
        "Kunnskapsrepresentasjon"@nn .

humord:c04229 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04229" ;
    dct:modified "2024-12-19T15:58:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/006.3/e23/> ;
    skos:broader humord:c04225 ;
    skos:definition "EDB-simulering av fysiologiske, nevrale prossesser <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.3/e23/> ;
    skos:prefLabel "Network simulation"@en,
        "Nettverkssimulering"@nb,
        "Nettverkssimulering"@nn .

humord:c04230 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04230" ;
    dct:modified "2024-12-19T15:57:38"^^xsd:dateTime ;
    skos:altLabel "TMS"@en,
        "TMS"@nb,
        "TMS"@nn ;
    skos:broadMatch <http://dewey.info/class/006.3/e23/> ;
    skos:broader humord:c04225 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.3/e23/> ;
    skos:prefLabel "Truth maintenance systems"@en,
        "Truth maintenance systems"@nb,
        "Truth maintenance systems"@nn ;
    skos:related humord:c04251 .

humord:c04232 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-01-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04232" ;
    dct:modified "2024-12-19T15:55:25"^^xsd:dateTime ;
    skos:broader humord:c04235 ;
    skos:exactMatch <http://dewey.info/class/004.5/e23/>,
        <http://dewey.info/class/621.397/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/004.5/e23/>,
        <http://dewey.info/class/621.397/e23/> ;
    skos:prefLabel "Storage space (Computing)"@en,
        "Lager (Databehandling)"@nb,
        "Lager (Databehandling)"@nn ;
    skos:related humord:c15468 .

humord:c04233 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-08-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04233" ;
    dct:modified "2024-12-19T15:55:11"^^xsd:dateTime ;
    skos:altLabel "Hard disk drive"@en,
        "Hard disks"@en,
        "Hard drive"@en,
        "Hdd"@en,
        "Hdd"@nb,
        "Platelager"@nb,
        "Hdd"@nn,
        "Platelager"@nn ;
    skos:broader humord:c04232 ;
    skos:closeMatch <http://dewey.info/class/004.563/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/004.563/e23/> ;
    skos:prefLabel "Hard disk"@en,
        "Harddisk"@nb,
        "Harddisk"@nn .

humord:c04235 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-01-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04235" ;
    dct:modified "2024-12-19T15:57:16"^^xsd:dateTime ;
    skos:altLabel "Computer data storage (Computing)"@en,
        "Memory (Computing)"@en,
        "Datalagring"@nb,
        "Datalagring"@nn ;
    skos:broadMatch <http://dewey.info/class/025/e23/> ;
    skos:broader humord:c04211 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/004.5/e23/>,
        <http://dewey.info/class/025/e23/>,
        <http://dewey.info/class/621.397/e23/> ;
    skos:prefLabel "Storage (Computing)"@en,
        "Lagring (Databehandling)"@nb,
        "Lagring (Databehandling)"@nn ;
    skos:related humord:c04179 ;
    skos:relatedMatch <http://dewey.info/class/004.5/e23/>,
        <http://dewey.info/class/621.397/e23/> .

humord:c04236 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04236" ;
    dct:modified "2024-03-06T13:28:50"^^xsd:dateTime ;
    skos:altLabel "Optical disc drive"@en,
        "Optical disc storage"@en,
        "Optisk platelager"@nb ;
    skos:broader humord:c04235 ;
    skos:closeMatch <http://dewey.info/class/004.565/e23/>,
        <http://dewey.info/class/621.39767/e23/> ;
    skos:exactMatch realfagstermer:c010328 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010328,
        <http://dewey.info/class/004.565/e23/>,
        <http://dewey.info/class/621.39767/e23/> ;
    skos:prefLabel "Optical storage"@en,
        "Optisk lagring"@nb,
        "Optisk lagring"@nn .

humord:c04237 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04237" ;
    dct:modified "2024-03-08T12:45:08"^^xsd:dateTime ;
    skos:broader humord:c62463 ;
    skos:closeMatch <http://dewey.info/class/004.35/e23/> ;
    skos:exactMatch realfagstermer:c007202 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007202,
        <http://dewey.info/class/004.35/e23/> ;
    skos:prefLabel "Parallel processing"@en,
        "Parallellprosessering"@nb,
        "Parallellprosessering"@nn .

humord:c04238 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-01-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04238" ;
    dct:modified "2024-08-28T20:18:08"^^xsd:dateTime ;
    skos:altLabel "Automatic planning (Computing)"@en,
        "Computer planning (Computing)"@en,
        "Automatisk planlegging"@nb,
        "Datamaskinell planlegging"@nb,
        "Automatisk planlegging"@nn,
        "Datamaskinell planlegging"@nn ;
    skos:broadMatch <http://dewey.info/class/006.3/e23/> ;
    skos:broader humord:c04211 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.3/e23/> ;
    skos:prefLabel "Planning (Computing)"@en,
        "Planlegging (Databehandling)"@nb,
        "Planlegging (Databehandling)"@nn ;
    skos:related humord:c01509 .

humord:c04241 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04241" ;
    dct:modified "2024-03-08T15:14:45"^^xsd:dateTime ;
    skos:altLabel "Computer programming"@en,
        "Dataprogrammering"@nb,
        "Dataprogrammering"@nn ;
    skos:broader humord:c04211 ;
    skos:definition "Programmering er innen IT å beskrive en serie instruksjoner som må utføres for å oppnå et bestemt resultat. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002858,
        <http://dewey.info/class/005.1/e23/>,
        <http://dewey.info/class/1--028551/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002858,
        <http://dewey.info/class/005.1/e23/>,
        <http://dewey.info/class/005.711/e23/>,
        <http://dewey.info/class/006.66/e23/>,
        <http://dewey.info/class/006.76/e23/>,
        <http://dewey.info/class/1--028551/e23/>,
        <http://dewey.info/class/519.7/e23/> ;
    skos:prefLabel "Programming"@en,
        "Programmering"@nb,
        "Programmering"@nn ;
    skos:related humord:c64096,
        humord:c64200 ;
    skos:relatedMatch <http://dewey.info/class/005.711/e23/>,
        <http://dewey.info/class/006.66/e23/>,
        <http://dewey.info/class/006.76/e23/>,
        <http://dewey.info/class/519.7/e23/> .

humord:c04242 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04242" ;
    dct:modified "2024-01-31T08:23:54"^^xsd:dateTime ;
    skos:altLabel "Automata"@nb,
        "Automata"@nn ;
    skos:broadMatch <http://dewey.info/class/005.131/e23/> ;
    skos:broader humord:c12380 ;
    skos:closeMatch <http://dewey.info/class/511.35/e23/> ;
    skos:exactMatch realfagstermer:c013201 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013201,
        <http://dewey.info/class/005.131/e23/>,
        <http://dewey.info/class/511.35/e23/> ;
    skos:prefLabel "Automata theory"@en,
        "Automatateori"@nb,
        "Automatateori"@nn ;
    skos:related humord:c62291 .

humord:c04243 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04243" ;
    dct:modified "2024-03-01T08:50:21"^^xsd:dateTime ;
    skos:altLabel "Logical programming"@en,
        "Logisk programmering"@nb,
        "Logisk programmering"@nn ;
    skos:broader humord:c04241 ;
    skos:exactMatch realfagstermer:c009516,
        <http://dewey.info/class/005.115/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009516,
        <http://dewey.info/class/005.115/e23/>,
        <http://dewey.info/class/006.3/e23/> ;
    skos:prefLabel "Logic programming"@en,
        "Logikkprogrammering"@nb,
        "Logikkprogrammering"@nn ;
    skos:relatedMatch <http://dewey.info/class/006.3/e23/> .

humord:c04245 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04245" ;
    dct:modified "2024-03-06T10:36:04"^^xsd:dateTime ;
    skos:altLabel "Objektbasert programmering"@nb,
        "Objektbasert programmering"@nn ;
    skos:broader humord:c04241 ;
    skos:definition "Objektorientert programmering (OOP) er et paradigme for programmering av datamaskiner. <wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c001244,
        <http://dewey.info/class/005.117/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001244,
        <http://dewey.info/class/005.117/e23/> ;
    skos:prefLabel "Object-oriented programming"@en,
        "Objektorientert programmering"@nb,
        "Objektorientert programmering"@nn .

humord:c04246 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04246" ;
    dct:modified "2024-03-08T12:42:55"^^xsd:dateTime ;
    skos:broader humord:c04241 ;
    skos:closeMatch <http://dewey.info/class/005.275/e23/> ;
    skos:exactMatch realfagstermer:c000557 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000557,
        <http://dewey.info/class/005.275/e23/> ;
    skos:prefLabel "Parallel programming"@en,
        "Parallellprogrammering"@nb,
        "Parallellprogrammering"@nn .

humord:c04247 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04247" ;
    dct:modified "2024-07-05T12:33:10"^^xsd:dateTime ;
    skos:altLabel "Computer programmes"@en,
        "Computer programs"@en,
        "Computer software"@en,
        "Software programmes"@en,
        "Software programs"@en,
        "Datamaskinprogrammer"@nb,
        "Dataprogram"@nb,
        "Dataprogrammer"@nb,
        "Programmer (Informatikk)"@nb,
        "Software"@nb,
        "Dataprogram"@nn,
        "Program  (Informatikk)"@nn ;
    skos:broader humord:c04211 ;
    skos:closeMatch realfagstermer:c000477 ;
    skos:exactMatch <http://dewey.info/class/005.3/e23/>,
        <http://dewey.info/class/1--028553/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000477,
        <http://dewey.info/class/005.13/e23/>,
        <http://dewey.info/class/005.3/e23/>,
        <http://dewey.info/class/006.68/e23/>,
        <http://dewey.info/class/006.78/e23/>,
        <http://dewey.info/class/1--028553/e23/> ;
    skos:prefLabel "Software"@en,
        "Programvare"@nb,
        "Programvare"@nn ;
    skos:related humord:c25260,
        humord:c67481 ;
    skos:relatedMatch <http://dewey.info/class/005.13/e23/>,
        <http://dewey.info/class/006.68/e23/>,
        <http://dewey.info/class/006.78/e23/> .

humord:c04251 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04251" ;
    dct:modified "2024-02-05T11:33:06"^^xsd:dateTime ;
    skos:broader humord:c04247 ;
    skos:closeMatch <http://dewey.info/class/006.33/e23/> ;
    skos:exactMatch realfagstermer:c007446 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007446,
        <http://dewey.info/class/006.33/e23/> ;
    skos:prefLabel "Expert systems"@en,
        "Ekspertsystemer"@nb,
        "Ekspertsystem"@nn ;
    skos:related humord:c04225,
        humord:c04230,
        humord:c04300 .

humord:c04252 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-06-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04252" ;
    dct:modified "2026-02-24T09:35:29"^^xsd:dateTime ;
    skos:altLabel "Automatic language translation"@en,
        "Computer aided translation"@en,
        "MAT (Translation)"@en,
        "MT (Translation)"@en,
        "Machine translation"@en,
        "Machine-aided translation"@en,
        "Datastøttet oversetting"@nb,
        "Maskinoversettelse"@nb,
        "Automatisk omsetjing"@nn,
        "Datastøtta omsetjing"@nn,
        "Datastøtta omsetting"@nn,
        "Maskinomsetjing"@nn,
        "Maskinomsetting"@nn ;
    skos:broadMatch <http://dewey.info/class/006.35/e23/> ;
    skos:broader humord:c04251 ;
    skos:closeMatch <http://dewey.info/class/4--8020285635/e23/>,
        <http://dewey.info/class/418.020285635/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.35/e23/>,
        <http://dewey.info/class/4--8020285635/e23/>,
        <http://dewey.info/class/418.020285635/e23/> ;
    skos:prefLabel "Automatic language processing"@en,
        "Automatisk oversettelse"@nb,
        "Automatisk omsetting"@nn ;
    skos:related humord:c06282,
        humord:c14710 .

humord:c04253 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04253" ;
    dct:modified "2023-12-19T13:28:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/006.33/e23/> ;
    skos:broader humord:c04251 ;
    skos:exactMatch realfagstermer:c012887 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012887,
        <http://dewey.info/class/006.33/e23/> ;
    skos:prefLabel "Technical diagnostic systems"@en,
        "Tekniske diagnosesystemer"@nb,
        "Tekniske diagnosesystem"@nn .

humord:c04255 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04255" ;
    dct:modified "2024-02-27T07:21:30"^^xsd:dateTime ;
    skos:altLabel "Hypertext"@nb ;
    skos:broader humord:c04247 ;
    skos:closeMatch <http://dewey.info/class/006.7/e23/> ;
    skos:exactMatch realfagstermer:c008782 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008782,
        <http://dewey.info/class/006.7/e23/> ;
    skos:prefLabel "Hypertext"@en,
        "Hypertekst"@nb,
        "Hypertekst"@nn ;
    skos:related humord:c09085,
        humord:c14871 .

humord:c04257 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04257" ;
    dct:modified "2024-02-26T15:46:30"^^xsd:dateTime ;
    skos:broader humord:c04255 ;
    skos:exactMatch realfagstermer:c011379 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011379,
        <http://dewey.info/class/006.7/e23/> ;
    skos:prefLabel "Hypercard"@en,
        "Hypercard"@nb,
        "Hypercard"@nn ;
    skos:relatedMatch <http://dewey.info/class/006.7/e23/> .

humord:c04258 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-08-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04258" ;
    dct:modified "2024-02-29T13:17:27"^^xsd:dateTime ;
    skos:broader humord:c04247 ;
    skos:exactMatch realfagstermer:c002824,
        <http://dewey.info/class/005.453/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002824,
        <http://dewey.info/class/005.453/e23/> ;
    skos:prefLabel "Compilers (Computing)"@en,
        "Kompilatorer (Programvare)"@nb,
        "Kompilatorar (Programvare)"@nn .

humord:c04259 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04259" ;
    dct:modified "2024-03-12T12:15:20"^^xsd:dateTime ;
    skos:broader humord:c04247 ;
    skos:closeMatch <http://dewey.info/class/005.43/e23/> ;
    skos:definition "Operativsystem er grunnleggende programvare for å få et datasystem til å fungere. <SNL>"@nb ;
    skos:editorialNote "Lukket bemerkning: De enkelte operativsystem ligger i BARE. 12/3-24 vsl"@nb ;
    skos:exactMatch realfagstermer:c004282 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004282,
        <http://dewey.info/class/005.42/e23/>,
        <http://dewey.info/class/005.43/e23/> ;
    skos:prefLabel "Operating systems"@en,
        "Operativsystemer"@nb,
        "Operativsystem"@nn ;
    skos:relatedMatch <http://dewey.info/class/005.42/e23/> .

humord:c04261 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-03-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04261" ;
    dct:modified "2024-03-08T15:17:45"^^xsd:dateTime ;
    skos:broader humord:c04241 ;
    skos:exactMatch realfagstermer:c011575,
        <http://dewey.info/class/005.13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011575,
        <http://dewey.info/class/005.13/e23/>,
        <http://dewey.info/class/006.663/e23/> ;
    skos:prefLabel "Programming languages"@en,
        "Programmeringsspråk"@nb,
        "Programmeringsspråk"@nn ;
    skos:related humord:c09780 ;
    skos:relatedMatch <http://dewey.info/class/006.663/e23/> .

humord:c04262 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04262" ;
    dct:modified "2024-02-27T07:45:39"^^xsd:dateTime ;
    skos:altLabel "Cplusplus"@en,
        "Cplusplus"@nb,
        "Cplusspluss"@nb,
        "Cplusplus"@nn,
        "Cplusspluss"@nn ;
    skos:broadMatch <http://dewey.info/class/005.133/e23/> ;
    skos:broader humord:c63684 ;
    skos:definition "C++ er et programmeringsspråk. Språket ble utviklet tidlig på 1980-tallet av danske Bjarne Stroustrup ved Bell Laboratories, USA. I 1985 ble første versjon av språket utgitt, og det ble standardisert av ISO og ANSI i 1998. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c011964 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011964,
        <http://dewey.info/class/005.133/e23/> ;
    skos:prefLabel "C++"@en,
        "C++"@nb,
        "C++"@nn .

humord:c04263 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04263" ;
    dct:modified "2024-02-26T15:48:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/005.133/e23/> ;
    skos:broader humord:c04261 ;
    skos:definition "Hypertalk er et programmeringsspråk <uio>"@nb ;
    skos:exactMatch realfagstermer:c002353 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002353,
        <http://dewey.info/class/005.133/e23/> ;
    skos:prefLabel "Hypertalk"@en,
        "Hypertalk"@nb,
        "Hypertalk"@nn .

humord:c04264 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04264" ;
    dct:modified "2024-03-01T08:42:34"^^xsd:dateTime ;
    skos:altLabel "T-lisp"@nb,
        "T-lisp"@nn ;
    skos:broadMatch <http://dewey.info/class/005.13/e23/> ;
    skos:broader humord:c04261 ;
    skos:definition "Lisp er en familie av programmeringsspråk <uio>"@nb ;
    skos:exactMatch realfagstermer:c012163 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012163,
        <http://dewey.info/class/005.13/e23/> ;
    skos:prefLabel "Lisp"@en,
        "Lisp"@nb,
        "Lisp"@nn ;
    skos:related humord:c62413,
        humord:c63858 .

humord:c04265 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04265" ;
    dct:modified "2024-09-17T14:43:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/005.133/e23/> ;
    skos:broader humord:c04264 ;
    skos:definition "Common Lisp er en dialekt av programmeringsspråket Lisp <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/005.133/e23/> ;
    skos:prefLabel "Common Lisp"@en,
        "Common Lisp"@nb,
        "Common Lisp"@nn .

humord:c04267 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04267" ;
    dct:modified "2026-02-19T14:52:41"^^xsd:dateTime ;
    skos:altLabel "Meta language"@en,
        "Meta language"@nb,
        "Meta language"@nn ;
    skos:broadMatch <http://dewey.info/class/005.133/e23/> ;
    skos:broader humord:c04261 ;
    skos:definition "Meta language er et programmeringsspråk <uio>"@nb ;
    skos:exactMatch realfagstermer:c001215 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001215,
        <http://dewey.info/class/005.133/e23/> ;
    skos:prefLabel "Ml (Programming language)"@en,
        "Ml (Programmeringsspråk)"@nb,
        "Ml (Programmeringsspråk)"@nn .

humord:c04269 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04269" ;
    dct:modified "2024-03-08T13:02:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/005.133/e23/> ;
    skos:broader humord:c04261 ;
    skos:definition "Pascal er et programmeringsspråk <uio>"@nb ;
    skos:exactMatch realfagstermer:c000726 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000726,
        <http://dewey.info/class/005.133/e23/> ;
    skos:prefLabel "Pascal"@en,
        "Pascal"@nb,
        "Pascal"@nn .

humord:c04270 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-06-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04270" ;
    dct:modified "2024-03-11T11:43:51"^^xsd:dateTime ;
    skos:altLabel "Programmieren in logik"@nb ;
    skos:broadMatch <http://dewey.info/class/005.133/e23/> ;
    skos:broader humord:c04261 ;
    skos:definition "Prolog er et programmeringsspråk <uio>"@nb ;
    skos:exactMatch realfagstermer:c011483 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011483,
        <http://dewey.info/class/005.133/e23/>,
        <http://dewey.info/class/006.35/e23/> ;
    skos:prefLabel "Prolog (Programming language)"@en,
        "Prolog (Programmeringsspråk)"@nb,
        "Prolog (Programmeringsspråk)"@nn ;
    skos:relatedMatch <http://dewey.info/class/006.35/e23/> .

humord:c04272 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04272" ;
    dct:modified "2024-03-07T10:52:53"^^xsd:dateTime ;
    skos:altLabel "Electronic spreadsheets"@en,
        "Elektroniske regneark"@nb ;
    skos:broader humord:c04247 ;
    skos:definition "Regneark er dataprogram for å håndtere tall og formler i tabeller. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013657,
        <http://dewey.info/class/005.54/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013657,
        <http://dewey.info/class/005.54/e23/> ;
    skos:prefLabel "Spreadsheets"@en,
        "Regneark"@nb,
        "Rekneark"@nn .

humord:c04274 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04274" ;
    dct:modified "2024-02-02T11:16:40"^^xsd:dateTime ;
    skos:altLabel "DTP"@en,
        "Digital typography"@en,
        "DTP"@nb,
        "Datasats"@nb,
        "Digital typografi"@nb,
        "Sidebrekking"@nb,
        "Sidedeling"@nb,
        "Skrivebordssats"@nb,
        "Typesetting"@nb,
        "Datasats"@nn,
        "Digital typografi"@nn,
        "Sidebrekking"@nn,
        "Sidedeling"@nn,
        "Skrivebordssats"@nn,
        "Typesetjing"@nn ;
    skos:broader humord:c04247 ;
    skos:closeMatch realfagstermer:c008224,
        <http://dewey.info/class/005.52/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008224,
        <http://dewey.info/class/005.52/e23/>,
        <http://dewey.info/class/070.593/e23/>,
        <http://dewey.info/class/686.22/e23/> ;
    skos:prefLabel "Desktop publishing"@en,
        "Skrivebordssetting"@nb,
        "Skrivebordssetting"@nn ;
    skos:relatedMatch <http://dewey.info/class/070.593/e23/>,
        <http://dewey.info/class/686.22/e23/> .

humord:c04278 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04278" ;
    dct:modified "2024-03-13T09:24:37"^^xsd:dateTime ;
    skos:altLabel "Tekstbehandlingsprogrammer"@nb,
        "Tekstbehandlingsprogram"@nn,
        "Teksthandsaming"@nn,
        "Teksthandsamingsprogram"@nn ;
    skos:broader humord:c04247 ;
    skos:exactMatch realfagstermer:c013658,
        <http://dewey.info/class/005.52/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013658,
        <http://dewey.info/class/005.52/e23/> ;
    skos:prefLabel "Word processing"@en,
        "Tekstbehandling"@nb,
        "Tekstbehandling"@nn .

humord:c04283 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-01-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04283" ;
    dct:modified "2023-12-19T08:48:35"^^xsd:dateTime ;
    skos:altLabel "Verifisering (Databehandling)"@nb ;
    skos:broader humord:c04211 ;
    skos:closeMatch realfagstermer:c006891,
        <http://dewey.info/class/005.14/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006891,
        <http://dewey.info/class/005.14/e23/> ;
    skos:prefLabel "Verification (Computing)"@en,
        "Verifikasjon (Databehandling)"@nb,
        "Verifikasjon (Databehandling)"@nn .

humord:c04284 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04284" ;
    dct:modified "2024-12-19T12:16:40"^^xsd:dateTime ;
    skos:altLabel "Humanities informatics"@en ;
    skos:broader humord:c04192 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/025.060013/e23/> ;
    skos:prefLabel "Humanistic informatics"@en,
        "Humanistisk informatikk"@nb,
        "Humanistisk informatikk"@nn ;
    skos:related humord:c06165,
        humord:c06167,
        humord:c27908 ;
    skos:relatedMatch <http://dewey.info/class/025.060013/e23/> .

humord:c04285 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04285" ;
    dct:modified "2024-08-14T09:47:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/153.43/e23/> ;
    skos:broader humord:c04284 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.43/e23/> ;
    skos:prefLabel "Analogical reasoning"@en,
        "Analog resonnering"@nb,
        "Analog resonnering"@nn ;
    skos:related humord:c00410 .

humord:c04286 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04286" ;
    dct:modified "2024-10-28T08:23:22"^^xsd:dateTime ;
    skos:altLabel "Automatic language generation"@en,
        "Automatic language production"@en,
        "NLG"@en,
        "Natural language generation"@en,
        "Text generation"@en,
        "Automatisk språkproduksjon"@nb,
        "Generering av naturlig språk"@nb,
        "Tekstgenerering"@nb,
        "Generering av naturleg språk"@nn,
        "Tekstgenerering"@nn ;
    skos:broadMatch <http://dewey.info/class/006.35/e23/> ;
    skos:broader humord:c04284 ;
    skos:definition "Tekstgenerering er en programvareprosess som produserer naturlig språklig utdata. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.35/e23/> ;
    skos:prefLabel "Natural-language generation"@en,
        "Automatisk språkgenerering"@nb,
        "Automatisk språkgenerering"@nn ;
    skos:related humord:c15028 .

humord:c04288 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04288" ;
    dct:modified "2024-03-13T08:51:31"^^xsd:dateTime ;
    skos:altLabel "Synthetic speech"@en,
        "Voice synthesis"@en,
        "Syntetisk tale"@nb ;
    skos:broader humord:c04286 ;
    skos:exactMatch <http://dewey.info/class/006.54/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.54/e23/>,
        <http://dewey.info/class/621.399/e23/> ;
    skos:prefLabel "Speech synthesis"@en,
        "Talesyntese"@nb,
        "Talesyntese"@nn ;
    skos:relatedMatch <http://dewey.info/class/621.399/e23/> .

humord:c04289 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-03-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04289" ;
    dct:modified "2024-02-01T15:09:40"^^xsd:dateTime ;
    skos:altLabel "CAL"@en,
        "Computer aided learning"@en,
        "Computer-aided learning"@en,
        "E-learning"@en,
        "CAL"@nb,
        "DAL"@nb,
        "DSL"@nb,
        "Databasert læring"@nb,
        "Datamaskinassistert læring"@nb,
        "Datamaskinstøttet læring"@nb,
        "Datastøttet læring"@nb,
        "E-læring"@nb,
        "DSL"@nn,
        "Datastøtta læring"@nn ;
    skos:broader humord:c04284 ;
    skos:closeMatch realfagstermer:c005343,
        <http://dewey.info/class/371.334/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005343,
        <http://dewey.info/class/371.334/e23/> ;
    skos:prefLabel "Digital learning"@en,
        "Digital læring"@nb,
        "Digital læring"@nn ;
    skos:related humord:c22026 .

humord:c04294 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04294" ;
    dct:modified "2025-06-15T18:32:02"^^xsd:dateTime ;
    skos:altLabel "Automatic learning"@en,
        "Mechanical learning"@en,
        "Automatisk læring"@nb,
        "Maskinell læring"@nb,
        "Automatisk læring"@nn ;
    skos:broader humord:c04225 ;
    skos:exactMatch realfagstermer:c007980,
        <http://dewey.info/class/006.31/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007980,
        <http://dewey.info/class/006.31/e23/> ;
    skos:prefLabel "Machine learning"@en,
        "Maskinlæring"@nb,
        "Maskinlæring"@nn ;
    skos:related humord:c04289 .

humord:c04296 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-02-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04296" ;
    dct:modified "2024-11-14T20:21:04"^^xsd:dateTime ;
    skos:altLabel "Computer-human communication"@en,
        "Human-computer communication"@en,
        "Machine-human communication"@en,
        "Dialog (Databehandling)"@nb,
        "Menneske-maskin-kommunikasjon"@nb,
        "Dialog (Datahandsaming)"@nn,
        "Menneske-maskin-kommunikasjon"@nn ;
    skos:broadMatch <http://dewey.info/class/004.019/e23/> ;
    skos:broader humord:c04284 ;
    skos:exactMatch realfagstermer:c007323 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007323,
        <http://dewey.info/class/004.019/e23/> ;
    skos:prefLabel "Human-machine communication"@en,
        "Menneske-maskin kommunikasjon"@nb,
        "Menneske-maskin kommunikasjon"@nn ;
    skos:related humord:c23518 .

humord:c04298 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04298" ;
    dct:modified "2024-11-28T12:25:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/006.333/e23/> ;
    skos:broader humord:c04284 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.333/e23/> ;
    skos:prefLabel "Constrained reasoning"@en,
        "Føringsbasert resonnering"@nb,
        "Føringsbasert resonnering"@nn ;
    skos:related humord:c00410 .

humord:c04299 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04299" ;
    dct:modified "2024-12-03T10:02:15"^^xsd:dateTime ;
    skos:altLabel "Nonmonotonic reasoning"@en,
        "Ikke-monoton resonnering"@nb,
        "Ikkje-monoton resonnering"@nn ;
    skos:broadMatch <http://dewey.info/class/511.31/e23/> ;
    skos:broader humord:c00719,
        humord:c04284 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/511.31/e23/> ;
    skos:prefLabel "Nonmonotonic logics"@en,
        "Ikke-monoton logikk"@nb,
        "Ikkje-monoton logikk"@nn .

humord:c04300 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-01-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04300" ;
    dct:modified "2024-03-11T11:48:40"^^xsd:dateTime ;
    skos:broader humord:c04284 ;
    skos:closeMatch <http://dewey.info/class/4--0285635/e23/>,
        <http://dewey.info/class/401.430285635/e23/> ;
    skos:definition "Bruk av naturlig språk i datakommunikasjon <UBO>"@nb ;
    skos:exactMatch realfagstermer:c006274,
        <http://dewey.info/class/006.35/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006274,
        <http://dewey.info/class/006.35/e23/>,
        <http://dewey.info/class/025.48/e23/>,
        <http://dewey.info/class/025.5240285635/e23/>,
        <http://dewey.info/class/4--0285635/e23/>,
        <http://dewey.info/class/401.430285635/e23/> ;
    skos:prefLabel "Natural language (Computing)"@en,
        "Naturlig språk (Databehandling)"@nb,
        "Naturleg språk (Databehandling)"@nn ;
    skos:related humord:c04225,
        humord:c04251,
        humord:c15161 ;
    skos:relatedMatch <http://dewey.info/class/025.48/e23/>,
        <http://dewey.info/class/025.5240285635/e23/> .

humord:c04301 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04301" ;
    dct:modified "2024-12-19T15:34:18"^^xsd:dateTime ;
    skos:altLabel "Temporal logikk"@nb,
        "Temporal logikk"@nn ;
    skos:broadMatch <http://dewey.info/class/511.314/e23/> ;
    skos:broader humord:c04284 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/511.314/e23/> ;
    skos:prefLabel "Temporal logic"@en,
        "Tidslogikk"@nb,
        "Tidslogikk"@nn ;
    skos:related humord:c00704 .

humord:c04302 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04302" ;
    dct:modified "2024-03-19T07:47:35"^^xsd:dateTime ;
    skos:altLabel "Combinatorial theory"@en ;
    skos:broader humord:c08160 ;
    skos:definition "Kombinatorikk er en gren av matematikken som tar for seg ordning og gruppering av elementene i en mengde. Kombinatorikk er blant annet viktig innen sannsynlighetsregning. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012461,
        <http://dewey.info/class/511.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012461,
        <http://dewey.info/class/511.6/e23/> ;
    skos:prefLabel "Combinatorics"@en,
        "Kombinatorikk"@nb,
        "Kombinatorikk"@nn .

humord:c04303 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04303" ;
    dct:modified "2024-12-19T15:32:50"^^xsd:dateTime ;
    skos:altLabel "Connexionism"@en ;
    skos:broader humord:c04192 ;
    skos:closeMatch <http://dewey.info/class/006.32/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.32/e23/> ;
    skos:prefLabel "Connectionism"@en,
        "Konneksjonisme"@nb,
        "Konneksjonisme"@nn ;
    skos:related humord:c04206 .

humord:c04304 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04304" ;
    dct:modified "2024-03-07T11:37:15"^^xsd:dateTime ;
    skos:altLabel "Rettslege informasjonssystem"@nb,
        "Rettslige informasjonssystemer"@nb ;
    skos:broader humord:c04192 ;
    skos:closeMatch <http://dewey.info/class/343.0999/e23/> ;
    skos:exactMatch realfagstermer:c013239 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013239,
        <http://dewey.info/class/343.0999/e23/> ;
    skos:prefLabel "Legal informatics"@en,
        "Rettsinformatikk"@nb,
        "Rettsinformatikk"@nn .

humord:c04305 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04305" ;
    dct:modified "2023-11-30T08:07:25"^^xsd:dateTime ;
    skos:altLabel "Ingeniørkunnskap"@nb,
        "Ingeniørvitenskap"@nb,
        "Tekniske fag"@nb,
        "Ingeniørvitskap"@nn ;
    skos:closeMatch realfagstermer:c005113 ;
    skos:exactMatch <http://dewey.info/class/620/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005113,
        <http://dewey.info/class/620/e23/> ;
    skos:prefLabel "Engineering"@en,
        "Ingeniørfag"@nb,
        "Ingeniørfag"@nn ;
    skos:topConceptOf humord: .

humord:c04307 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04307" ;
    dct:modified "2024-01-29T08:29:10"^^xsd:dateTime ;
    skos:altLabel "Automasjon"@nb ;
    skos:broadMatch <http://dewey.info/class/338.26/e23/>,
        <http://dewey.info/class/658.514/e23/> ;
    skos:broader humord:c04305 ;
    skos:closeMatch <http://dewey.info/class/338.161/e23/>,
        <http://dewey.info/class/670.427/e23/> ;
    skos:exactMatch realfagstermer:c009422,
        <http://dewey.info/class/338.454/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009422,
        <http://dewey.info/class/303.4834/e23/>,
        <http://dewey.info/class/338.064/e23/>,
        <http://dewey.info/class/338.161/e23/>,
        <http://dewey.info/class/338.26/e23/>,
        <http://dewey.info/class/338.454/e23/>,
        <http://dewey.info/class/629.8/e23/>,
        <http://dewey.info/class/658.514/e23/>,
        <http://dewey.info/class/670.427/e23/> ;
    skos:prefLabel "Automation"@en,
        "Automatisering"@nb,
        "Automatisering"@nn ;
    skos:relatedMatch <http://dewey.info/class/303.4834/e23/>,
        <http://dewey.info/class/338.064/e23/>,
        <http://dewey.info/class/629.8/e23/> .

humord:c04308 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04308" ;
    dct:modified "2025-01-06T13:40:38"^^xsd:dateTime ;
    skos:altLabel "Mechanisation"@en ;
    skos:broader humord:c04307 ;
    skos:closeMatch <http://dewey.info/class/670.427/e23/> ;
    skos:exactMatch <http://dewey.info/class/338.161/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.483/e23/>,
        <http://dewey.info/class/338.064/e23/>,
        <http://dewey.info/class/338.161/e23/>,
        <http://dewey.info/class/338.26/e23/>,
        <http://dewey.info/class/338.45/e23/>,
        <http://dewey.info/class/629.8/e23/>,
        <http://dewey.info/class/658.514/e23/>,
        <http://dewey.info/class/670.427/e23/> ;
    skos:prefLabel "Mechanization"@en,
        "Mekanisering"@nb,
        "Mekanisering"@nn ;
    skos:relatedMatch <http://dewey.info/class/303.483/e23/>,
        <http://dewey.info/class/338.064/e23/>,
        <http://dewey.info/class/338.26/e23/>,
        <http://dewey.info/class/338.45/e23/>,
        <http://dewey.info/class/629.8/e23/>,
        <http://dewey.info/class/658.514/e23/> .

humord:c04309 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-10-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04309" ;
    dct:modified "2025-05-19T13:55:49"^^xsd:dateTime ;
    skos:altLabel "Illumination"@en,
        "Lyssetting"@nb,
        "Ljossetjing"@nn,
        "Ljossetting"@nn,
        "Lyssetjing"@nn,
        "Lyssetting"@nn ;
    skos:broadMatch <http://dewey.info/class/069.29/e23/>,
        <http://dewey.info/class/388.312/e23/> ;
    skos:broader humord:c04305 ;
    skos:closeMatch <http://dewey.info/class/392.36/e23/>,
        <http://dewey.info/class/628.95/e23/> ;
    skos:exactMatch realfagstermer:c013896,
        <http://dewey.info/class/621.32/e23/>,
        <http://dewey.info/class/622.47/e23/>,
        <http://dewey.info/class/644.3/e23/>,
        <http://dewey.info/class/729.28/e23/>,
        <http://dewey.info/class/747.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013896,
        <http://dewey.info/class/022.7/e23/>,
        <http://dewey.info/class/069.29/e23/>,
        <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/388.312/e23/>,
        <http://dewey.info/class/392.36/e23/>,
        <http://dewey.info/class/621.32/e23/>,
        <http://dewey.info/class/622.47/e23/>,
        <http://dewey.info/class/628.95/e23/>,
        <http://dewey.info/class/629.1365/e23/>,
        <http://dewey.info/class/629.271/e23/>,
        <http://dewey.info/class/644.3/e23/>,
        <http://dewey.info/class/658.24/e23/>,
        <http://dewey.info/class/729.28/e23/>,
        <http://dewey.info/class/747.92/e23/>,
        <http://dewey.info/class/749.63/e23/> ;
    skos:prefLabel "Lighting"@en,
        "Belysning"@nb,
        "Belysning"@nn ;
    skos:related humord:c04736,
        humord:c08269 ;
    skos:relatedMatch <http://dewey.info/class/022.7/e23/>,
        <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/629.1365/e23/>,
        <http://dewey.info/class/629.271/e23/>,
        <http://dewey.info/class/658.24/e23/>,
        <http://dewey.info/class/749.63/e23/> .

humord:c04310 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-02-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04310" ;
    dct:modified "2023-11-22T13:48:38"^^xsd:dateTime ;
    skos:broader humord:c20368 ;
    skos:definition "Den gren av elektroteknikken som omhandler elektrisk strøm i form av elektroner i vakuum, gasser eller halvledere og anvendelser knyttet til disse fenomener <SNL>"@nb ;
    skos:exactMatch realfagstermer:c000162,
        <http://dewey.info/class/537.5/e23/>,
        <http://dewey.info/class/621.381/e23/>,
        <http://dewey.info/class/623.043/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000162,
        <http://dewey.info/class/537.5/e23/>,
        <http://dewey.info/class/621.381/e23/>,
        <http://dewey.info/class/623.043/e23/> ;
    skos:prefLabel "Electronics"@en,
        "Elektronikk"@nb,
        "Elektronikk"@nn .

humord:c04311 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04311" ;
    dct:modified "2024-08-14T09:46:03"^^xsd:dateTime ;
    skos:altLabel "Analog electronics"@en ;
    skos:broadMatch <http://dewey.info/class/621.3815/e23/> ;
    skos:broader humord:c04310 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.3815/e23/> ;
    skos:prefLabel "Analogue electronics"@en,
        "Analog elektronikk"@nb,
        "Analog elektronikk"@nn .

humord:c04315 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04315" ;
    dct:modified "2023-11-23T15:24:42"^^xsd:dateTime ;
    skos:altLabel "Energiformer"@nb ;
    skos:broader humord:c04305 ;
    skos:closeMatch realfagstermer:c009841 ;
    skos:exactMatch <http://dewey.info/class/333.79/e23/>,
        <http://dewey.info/class/531.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009841,
        <http://dewey.info/class/118/e23/>,
        <http://dewey.info/class/333.79/e23/>,
        <http://dewey.info/class/354.4/e23/>,
        <http://dewey.info/class/531.6/e23/>,
        <http://dewey.info/class/658.26/e23/>,
        <http://dewey.info/class/720.472/e23/> ;
    skos:prefLabel "Energy"@en,
        "Energi"@nb,
        "Energi"@nn ;
    skos:related humord:c14808,
        humord:c23969 ;
    skos:relatedMatch <http://dewey.info/class/118/e23/>,
        <http://dewey.info/class/354.4/e23/>,
        <http://dewey.info/class/658.26/e23/>,
        <http://dewey.info/class/720.472/e23/> .

humord:c04317 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04317" ;
    dct:modified "2025-01-06T13:29:57"^^xsd:dateTime ;
    skos:broader humord:c04315 ;
    skos:closeMatch realfagstermer:c005383,
        realfagstermer:c008479 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005383,
        realfagstermer:c008479,
        <http://dewey.info/class/118/e23/>,
        <http://dewey.info/class/333.79/e23/> ;
    skos:prefLabel "Power"@en,
        "Kraft"@nb,
        "Kraft"@nn ;
    skos:related humord:c08261 ;
    skos:relatedMatch <http://dewey.info/class/118/e23/>,
        <http://dewey.info/class/333.79/e23/> .

humord:c04318 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04318" ;
    dct:modified "2025-01-06T13:26:49"^^xsd:dateTime ;
    skos:altLabel "Thermal energy"@en ;
    skos:broader humord:c23956 ;
    skos:closeMatch <http://dewey.info/class/621.402/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/333.8233/e23/>,
        <http://dewey.info/class/333.88/e23/>,
        <http://dewey.info/class/621.402/e23/> ;
    skos:prefLabel "Thermal power"@en,
        "Varmekraft"@nb,
        "Varmekraft"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.8233/e23/>,
        <http://dewey.info/class/333.88/e23/> .

humord:c04319 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04319" ;
    dct:modified "2024-11-14T20:06:52"^^xsd:dateTime ;
    skos:broader humord:c04305 ;
    skos:closeMatch <http://dewey.info/class/388/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/388/e23/> ;
    skos:prefLabel "Communication (Engineering)"@en,
        "Kommunikasjon (Ingeniørfag)"@nb,
        "Kommunikasjon (Ingeniørfag)"@nn ;
    skos:related humord:c04193,
        humord:c23477 .

humord:c04320 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04320" ;
    dct:modified "2025-01-03T08:34:43"^^xsd:dateTime ;
    skos:broader humord:c04319 ;
    skos:exactMatch realfagstermer:c010196,
        <http://dewey.info/class/384.043/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010196,
        <http://dewey.info/class/358.24/e23/>,
        <http://dewey.info/class/358.46/e23/>,
        <http://dewey.info/class/359.983/e23/>,
        <http://dewey.info/class/363.24/e23/>,
        <http://dewey.info/class/384.043/e23/> ;
    skos:prefLabel "Communications services"@en,
        "Kommunikasjonstjenester"@nb,
        "Kommunikasjonstenester"@nn ;
    skos:relatedMatch <http://dewey.info/class/358.24/e23/>,
        <http://dewey.info/class/358.46/e23/>,
        <http://dewey.info/class/359.983/e23/>,
        <http://dewey.info/class/363.24/e23/> .

humord:c04321 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04321" ;
    dct:modified "2025-01-06T13:22:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/383/e23/> ;
    skos:broader humord:c04320 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/343.0992/e23/>,
        <http://dewey.info/class/383/e23/> ;
    skos:prefLabel "Courier services"@en,
        "Kurertjenester"@nb,
        "Kurertenester"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.0992/e23/> .

humord:c04322 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04322" ;
    dct:modified "2024-10-02T13:34:18"^^xsd:dateTime ;
    skos:altLabel "Post Office services"@en,
        "Postetaten"@nb,
        "Postverk"@nb,
        "Postverket"@nb,
        "Postvesener"@nb,
        "Postetaten"@nn,
        "Postverk"@nn,
        "Postverket"@nn ;
    skos:broader humord:c04320 ;
    skos:exactMatch <http://dewey.info/class/383/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/343.0992/e23/>,
        <http://dewey.info/class/354.759/e23/>,
        <http://dewey.info/class/355.693/e23/>,
        <http://dewey.info/class/383/e23/> ;
    skos:prefLabel "Postal services"@en,
        "Postvesen"@nb,
        "Postvesen"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.0992/e23/>,
        <http://dewey.info/class/354.759/e23/>,
        <http://dewey.info/class/355.693/e23/> .

humord:c04323 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04323" ;
    dct:modified "2025-01-06T13:14:17"^^xsd:dateTime ;
    skos:altLabel "Shuttle services"@en,
        "Skyssvesen"@nb,
        "Skyssvesen"@nn ;
    skos:broadMatch <http://dewey.info/class/388.4/e23/> ;
    skos:broader humord:c04320 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/388.4/e23/> ;
    skos:prefLabel "Coach services"@en,
        "Skysstjenester"@nb,
        "Skysstenester"@nn .

humord:c04325 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04325" ;
    dct:modified "2025-01-06T13:13:44"^^xsd:dateTime ;
    skos:altLabel "Cabs"@en,
        "Taxicabs"@en,
        "Taxier"@nb,
        "Drosjar"@nn,
        "Taxiar"@nn ;
    skos:broader humord:c04323 ;
    skos:closeMatch <http://dewey.info/class/629.22232/e23/> ;
    skos:exactMatch <http://dewey.info/class/388.34232/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/388.34232/e23/>,
        <http://dewey.info/class/629.22232/e23/>,
        <http://dewey.info/class/629.28332/e23/> ;
    skos:prefLabel "Taxis"@en,
        "Drosjer"@nb,
        "Drosjer"@nn ;
    skos:relatedMatch <http://dewey.info/class/629.28332/e23/> .

humord:c04327 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-08-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04327" ;
    dct:modified "2025-01-06T13:12:19"^^xsd:dateTime ;
    skos:altLabel "Telecom"@en,
        "Telecommunications service"@en,
        "Teletjenester"@nb,
        "Teletenester"@nn ;
    skos:broader humord:c04320 ;
    skos:closeMatch <http://dewey.info/class/354.75/e23/>,
        <http://dewey.info/class/621.382/e23/> ;
    skos:exactMatch realfagstermer:c012889,
        <http://dewey.info/class/384/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012889,
        <http://dewey.info/class/343.0994/e23/>,
        <http://dewey.info/class/354.75/e23/>,
        <http://dewey.info/class/384/e23/>,
        <http://dewey.info/class/621.382/e23/> ;
    skos:prefLabel "Telecommunications"@en,
        "Telekommunikasjon"@nb,
        "Telekommunikasjon"@nn ;
    skos:related humord:c04420 ;
    skos:relatedMatch <http://dewey.info/class/343.0994/e23/> .

humord:c04328 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04328" ;
    dct:modified "2026-01-12T11:28:24"^^xsd:dateTime ;
    skos:altLabel "Telefax numbers"@en,
        "Faksnumre"@nb,
        "Faxnumre"@nb,
        "Telefaxnumre"@nb,
        "Faksnummer"@nn,
        "Faxnummer"@nn,
        "Telefaxnummer"@nn ;
    skos:broadMatch <http://dewey.info/class/384.14/e23/> ;
    skos:broader humord:c64423 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/384.14/e23/>,
        <http://dewey.info/class/384.6025/e23/> ;
    skos:prefLabel "Fax numbers"@en,
        "Telefaksnumre"@nb,
        "Telefaksnummer"@nn ;
    skos:relatedMatch <http://dewey.info/class/384.6025/e23/> .

humord:c04332 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04332" ;
    dct:modified "2025-01-06T13:05:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/384.64/e23/> ;
    skos:broader humord:c21238 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/384.64/e23/> ;
    skos:prefLabel "Telephone services"@en,
        "Telefontjenester"@nb,
        "Telefontenester"@nn ;
    skos:related humord:c19021 .

humord:c04333 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04333" ;
    dct:modified "2025-01-03T08:35:34"^^xsd:dateTime ;
    skos:altLabel "Kommunikasjon  (Samferdsel)"@nb,
        "Kommunikasjon  (Samferdsle)"@nn,
        "Samferdsel"@nn ;
    skos:broader humord:c04319 ;
    skos:exactMatch realfagstermer:c006896,
        <http://dewey.info/class/388/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006896,
        <http://dewey.info/class/388/e23/> ;
    skos:prefLabel "Communications (Transport)"@en,
        "Samferdsel"@nb,
        "Samferdsle"@nn .

humord:c04334 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04334" ;
    dct:modified "2025-01-06T12:59:28"^^xsd:dateTime ;
    skos:broader humord:c04333 ;
    skos:closeMatch <http://dewey.info/class/388/e23/> ;
    skos:definition "Ferdsel, strøm av gående el. kjørende <BOB>"@nb ;
    skos:exactMatch realfagstermer:c002367 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002367,
        <http://dewey.info/class/363.125/e23/>,
        <http://dewey.info/class/387/e23/>,
        <http://dewey.info/class/388/e23/> ;
    skos:prefLabel "Traffic"@en,
        "Trafikk"@nb,
        "Trafikk"@nn ;
    skos:related humord:c23799,
        humord:c25818 ;
    skos:relatedMatch <http://dewey.info/class/363.125/e23/>,
        <http://dewey.info/class/387/e23/> .

humord:c04335 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-02-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04335" ;
    dct:modified "2026-02-25T09:31:10"^^xsd:dateTime ;
    skos:altLabel "Boat shuttle"@en,
        "Boat traffic"@en,
        "Boat transfer"@en,
        "Boat transport"@en,
        "Boat transportation"@en,
        "Fluvial transport"@en,
        "Maritime traffic"@en,
        "Ship traffic"@en,
        "Waterborne transport"@en,
        "Båttrafikk"@nb,
        "Båttransport"@nb,
        "Sjøfart"@nb,
        "Sjøtransport"@nb,
        "Skipstrafikk"@nb,
        "Båttrafikk"@nn,
        "Båttransport"@nn,
        "Sjøfart"@nn,
        "Sjøtransport"@nn,
        "Skipstrafikk"@nn ;
    skos:broader humord:c04334 ;
    skos:definition "Transport av varer eller personer til vanns med fartøyer <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/387.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/343.0962/e23/>,
        <http://dewey.info/class/354.78/e23/>,
        <http://dewey.info/class/387.5/e23/> ;
    skos:prefLabel "Maritime transport"@en,
        "Skipsfart"@nb,
        "Skipsfart"@nn ;
    skos:related humord:c04876,
        humord:c07759,
        humord:c17545,
        humord:c25419,
        humord:c53726,
        humord:c69677 ;
    skos:relatedMatch <http://dewey.info/class/343.0962/e23/>,
        <http://dewey.info/class/354.78/e23/> .

humord:c04336 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04336" ;
    dct:modified "2024-10-02T09:45:23"^^xsd:dateTime ;
    skos:altLabel "Dampskipsfart"@nb,
        "Dampskipsfart"@nn ;
    skos:broadMatch <http://dewey.info/class/387.2044/e23/>,
        <http://dewey.info/class/387.5/e23/> ;
    skos:broader humord:c04335 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.2044/e23/>,
        <http://dewey.info/class/387.5/e23/> ;
    skos:prefLabel "Steam navigation"@en,
        "Dampskipstrafikk"@nb,
        "Dampskipstrafikk"@nn .

humord:c04337 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04337" ;
    dct:modified "2025-01-06T12:55:45"^^xsd:dateTime ;
    skos:altLabel "Freight trade"@en,
        "Freight transportation"@en,
        "Waterways transport"@en ;
    skos:broader humord:c04335 ;
    skos:definition "Transport til sjøs <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/387.544/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/343.096/e23/>,
        <http://dewey.info/class/354.784/e23/>,
        <http://dewey.info/class/387.544/e23/> ;
    skos:prefLabel "Freight transport"@en,
        "Fraktfart"@nb,
        "Fraktfart"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.096/e23/>,
        <http://dewey.info/class/354.784/e23/> .

humord:c04338 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04338" ;
    dct:modified "2025-01-06T12:36:50"^^xsd:dateTime ;
    skos:broader humord:c04335 ;
    skos:exactMatch <http://dewey.info/class/386.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/386.5/e23/> ;
    skos:prefLabel "Lake transport"@en,
        "Innsjøfart"@nb,
        "Innsjøfart"@nn .

humord:c04339 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04339" ;
    dct:modified "2025-01-06T12:36:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/387.5/e23/> ;
    skos:broader humord:c04335 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.5/e23/>,
        <http://dewey.info/class/623.8203/e23/> ;
    skos:prefLabel "Trading vessels (Northern Norway)"@en,
        "Jektefart"@nb,
        "Jektefart"@nn ;
    skos:related humord:c04380 ;
    skos:relatedMatch <http://dewey.info/class/623.8203/e23/> .

humord:c04340 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04340" ;
    dct:modified "2025-01-06T12:36:16"^^xsd:dateTime ;
    skos:broader humord:c04335 ;
    skos:exactMatch <http://dewey.info/class/386.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/386.4/e23/> ;
    skos:prefLabel "Canal transport"@en,
        "Kanalfart"@nb,
        "Kanalfart"@nn .

humord:c04342 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-02-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04342" ;
    dct:modified "2024-04-17T09:57:04"^^xsd:dateTime ;
    skos:altLabel "Havari"@nb,
        "Havarier"@nb,
        "Skipbrudd"@nb,
        "Skipsforlis"@nb,
        "Havari"@nn,
        "Skipbrot"@nn,
        "Skipbrott"@nn,
        "Skipsforlis"@nn ;
    skos:broader humord:c04335 ;
    skos:closeMatch <http://dewey.info/class/910.452/e23/> ;
    skos:definition "Forlis er en hendelse der et skip går helt tapt. Mens skipbrudd betegner en fullstendig ødeleggelse ved forlis, kollisjon eller grunnstøting, betegner havari at fartøy og last blir sterkt skadet under en sjøreise, men ikke nødvendigvis ender som et totalt tap. <wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c008327,
        <http://dewey.info/class/363.123/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008327,
        <http://dewey.info/class/363.123/e23/>,
        <http://dewey.info/class/910.452/e23/> ;
    skos:prefLabel "Shipwreck"@en,
        "Forlis"@nb,
        "Forlis"@nn ;
    skos:related humord:c04375 .

humord:c04345 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04345" ;
    dct:modified "2025-01-06T12:37:50"^^xsd:dateTime ;
    skos:altLabel "Merchant navy"@en,
        "Handelsflåten"@nb,
        "Handelsflåten"@nn ;
    skos:broadMatch <http://dewey.info/class/387.5/e23/> ;
    skos:broader humord:c04335 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/343.096/e23/>,
        <http://dewey.info/class/354.78/e23/>,
        <http://dewey.info/class/387.5/e23/> ;
    skos:prefLabel "Merchant fleets"@en,
        "Handelsflåter"@nb,
        "Handelsflåtar"@nn ;
    skos:related humord:c07759 ;
    skos:relatedMatch <http://dewey.info/class/343.096/e23/>,
        <http://dewey.info/class/354.78/e23/> .

humord:c04346 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04346" ;
    dct:modified "2025-04-24T12:24:59"^^xsd:dateTime ;
    skos:altLabel "Transport"@en,
        "Befraktning"@nb,
        "Transportvesen"@nb,
        "Transportvesen"@nn ;
    skos:broadMatch <http://dewey.info/class/069.53/e23/>,
        <http://dewey.info/class/665.543/e23/> ;
    skos:broader humord:c04334 ;
    skos:exactMatch realfagstermer:c001023,
        <http://dewey.info/class/388/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001023,
        <http://dewey.info/class/069.53/e23/>,
        <http://dewey.info/class/1--075/e23/>,
        <http://dewey.info/class/303.4832/e23/>,
        <http://dewey.info/class/333.7968/e23/>,
        <http://dewey.info/class/343.093/e23/>,
        <http://dewey.info/class/354.76/e23/>,
        <http://dewey.info/class/363.12/e23/>,
        <http://dewey.info/class/371.872/e23/>,
        <http://dewey.info/class/388/e23/>,
        <http://dewey.info/class/622.6/e23/>,
        <http://dewey.info/class/623.6/e23/>,
        <http://dewey.info/class/658.7882/e23/>,
        <http://dewey.info/class/662.624/e23/>,
        <http://dewey.info/class/665.543/e23/>,
        <http://dewey.info/class/665.743/e23/> ;
    skos:prefLabel "Transportation"@en,
        "Transport"@nb,
        "Transport"@nn ;
    skos:related humord:c21227 ;
    skos:relatedMatch <http://dewey.info/class/1--075/e23/>,
        <http://dewey.info/class/303.4832/e23/>,
        <http://dewey.info/class/333.7968/e23/>,
        <http://dewey.info/class/343.093/e23/>,
        <http://dewey.info/class/354.76/e23/>,
        <http://dewey.info/class/363.12/e23/>,
        <http://dewey.info/class/371.872/e23/>,
        <http://dewey.info/class/622.6/e23/>,
        <http://dewey.info/class/623.6/e23/>,
        <http://dewey.info/class/658.7882/e23/>,
        <http://dewey.info/class/662.624/e23/>,
        <http://dewey.info/class/665.743/e23/> .

humord:c04347 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04347" ;
    dct:modified "2025-01-06T10:36:11"^^xsd:dateTime ;
    skos:altLabel "Land transport"@en ;
    skos:broader humord:c04346 ;
    skos:exactMatch <http://dewey.info/class/388/e23/>,
        <http://dewey.info/class/623.61/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/388/e23/>,
        <http://dewey.info/class/623.61/e23/>,
        <http://dewey.info/class/629.049/e23/> ;
    skos:prefLabel "Land-carriage"@en,
        "Landtransport"@nb,
        "Landtransport"@nn ;
    skos:relatedMatch <http://dewey.info/class/629.049/e23/> .

humord:c04348 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04348" ;
    dct:modified "2023-12-18T15:36:01"^^xsd:dateTime ;
    skos:altLabel "Vegtrafikk"@nb ;
    skos:broader humord:c04334 ;
    skos:exactMatch realfagstermer:c009704 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009704,
        <http://dewey.info/class/388.3/e23/> ;
    skos:prefLabel "Road traffic"@en,
        "Veitrafikk"@nb,
        "Vegtrafikk"@nn ;
    skos:related humord:c04361 ;
    skos:relatedMatch <http://dewey.info/class/388.3/e23/> .

humord:c04349 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04349" ;
    dct:modified "2025-01-06T10:25:25"^^xsd:dateTime ;
    skos:broader humord:c04333 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/388/e23/>,
        <http://dewey.info/class/624/e23/> ;
    skos:prefLabel "Transportation plants"@en,
        "Transportanlegg"@nb,
        "Transportanlegg"@nn ;
    skos:related humord:c05199 ;
    skos:relatedMatch <http://dewey.info/class/388/e23/>,
        <http://dewey.info/class/624/e23/> .

humord:c04350 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04350" ;
    dct:modified "2023-11-17T10:49:14"^^xsd:dateTime ;
    skos:altLabel "Bruer"@nb ;
    skos:broadMatch <http://dewey.info/class/385.312/e23/> ;
    skos:broader humord:c04349 ;
    skos:closeMatch <http://dewey.info/class/624.2/e23/>,
        <http://dewey.info/class/725.98/e23/> ;
    skos:exactMatch realfagstermer:c013598,
        <http://dewey.info/class/388.132/e23/>,
        <http://dewey.info/class/623.67/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013598,
        <http://dewey.info/class/354.76/e23/>,
        <http://dewey.info/class/385.312/e23/>,
        <http://dewey.info/class/388.132/e23/>,
        <http://dewey.info/class/623.67/e23/>,
        <http://dewey.info/class/624.2/e23/>,
        <http://dewey.info/class/725.98/e23/> ;
    skos:prefLabel "Bridges"@en,
        "Broer"@nb,
        "Bruer"@nn ;
    skos:relatedMatch <http://dewey.info/class/354.76/e23/> .

humord:c04351 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04351" ;
    dct:modified "2023-11-27T13:18:37"^^xsd:dateTime ;
    skos:altLabel "Hovedflyplasser"@nb,
        "Lufthavner"@nb ;
    skos:broader humord:c04349 ;
    skos:exactMatch realfagstermer:c002771,
        <http://dewey.info/class/387.736/e23/>,
        <http://dewey.info/class/629.136/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002771,
        <http://dewey.info/class/343.0977/e23/>,
        <http://dewey.info/class/354.79/e23/>,
        <http://dewey.info/class/387.736/e23/>,
        <http://dewey.info/class/623.66/e23/>,
        <http://dewey.info/class/629.136/e23/>,
        <http://dewey.info/class/711.78/e23/>,
        <http://dewey.info/class/725.39/e23/> ;
    skos:prefLabel "Airports"@en,
        "Flyplasser"@nb,
        "Flyplassar"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.0977/e23/>,
        <http://dewey.info/class/354.79/e23/>,
        <http://dewey.info/class/623.66/e23/>,
        <http://dewey.info/class/711.78/e23/>,
        <http://dewey.info/class/725.39/e23/> .

humord:c04352 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04352" ;
    dct:modified "2025-03-28T14:14:34"^^xsd:dateTime ;
    skos:altLabel "Bygater"@nb,
        "Bygater"@nn ;
    skos:broader humord:c04349 ;
    skos:closeMatch <http://dewey.info/class/388.411/e23/>,
        <http://dewey.info/class/625.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/343.0982/e23/>,
        <http://dewey.info/class/363.7291/e23/>,
        <http://dewey.info/class/388.411/e23/>,
        <http://dewey.info/class/625.7/e23/> ;
    skos:prefLabel "Streets"@en,
        "Gater"@nb,
        "Gater"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.0982/e23/>,
        <http://dewey.info/class/363.7291/e23/> .

humord:c04353 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04353" ;
    dct:modified "2025-05-20T08:23:54"^^xsd:dateTime ;
    skos:altLabel "Ports"@en,
        "Marinaer"@nb,
        "Småbåthavner"@nb,
        "Marinaar"@nn,
        "Marinaer"@nn,
        "Småbåthamner"@nn ;
    skos:broader humord:c04349 ;
    skos:closeMatch <http://dewey.info/class/386.8/e23/>,
        <http://dewey.info/class/627.2/e23/> ;
    skos:exactMatch realfagstermer:c000075,
        <http://dewey.info/class/387.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000075,
        <http://dewey.info/class/343.0967/e23/>,
        <http://dewey.info/class/354.78/e23/>,
        <http://dewey.info/class/386.8/e23/>,
        <http://dewey.info/class/387.1/e23/>,
        <http://dewey.info/class/627.2/e23/> ;
    skos:prefLabel "Harbours"@en,
        "Havner"@nb,
        "Hamner"@nn ;
    skos:related humord:c09044 ;
    skos:relatedMatch <http://dewey.info/class/343.0967/e23/>,
        <http://dewey.info/class/354.78/e23/> .

humord:c04354 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04354" ;
    dct:modified "2024-09-27T14:16:53"^^xsd:dateTime ;
    skos:altLabel "Railroads"@en,
        "Jernbane"@nb,
        "Jarnbanar"@nn,
        "Jarnbaner"@nn,
        "Jernbanar"@nn,
        "Jernbane"@nn ;
    skos:broader humord:c04349 ;
    skos:exactMatch <http://dewey.info/class/385/e23/>,
        <http://dewey.info/class/623.63/e23/>,
        <http://dewey.info/class/625.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.6722/e23/>,
        <http://dewey.info/class/385/e23/>,
        <http://dewey.info/class/621.33/e23/>,
        <http://dewey.info/class/623.63/e23/>,
        <http://dewey.info/class/625.1/e23/>,
        <http://dewey.info/class/713/e23/> ;
    skos:prefLabel "Railways"@en,
        "Jernbaner"@nb,
        "Jernbaner"@nn ;
    skos:relatedMatch <http://dewey.info/class/332.6722/e23/>,
        <http://dewey.info/class/621.33/e23/>,
        <http://dewey.info/class/713/e23/> .

humord:c04356 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04356" ;
    dct:modified "2025-01-06T10:08:30"^^xsd:dateTime ;
    skos:broader humord:c04349 ;
    skos:closeMatch <http://dewey.info/class/386.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/386.4/e23/> ;
    skos:prefLabel "Canal systems"@en,
        "Kanalanlegg"@nb,
        "Kanalanlegg"@nn .

humord:c04357 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04357" ;
    dct:modified "2025-06-10T12:37:43"^^xsd:dateTime ;
    skos:altLabel "Navigation marks"@en,
        "Seamarks"@en,
        "Båk"@nb,
        "Båker"@nb,
        "Seilmerker"@nb,
        "Staker (Sjømerker)"@nb,
        "Båkar"@nn,
        "Stakar (Sjømerker)"@nn ;
    skos:broadMatch <http://dewey.info/class/387.155/e23/> ;
    skos:broader humord:c04349 ;
    skos:exactMatch realfagstermer:c002739 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002739,
        <http://dewey.info/class/387.155/e23/>,
        <http://dewey.info/class/623.89/e23/> ;
    skos:prefLabel "Sea marks"@en,
        "Sjømerker"@nb,
        "Sjømerke"@nn ;
    skos:relatedMatch <http://dewey.info/class/623.89/e23/> .

humord:c04359 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04359" ;
    dct:modified "2023-11-28T13:29:08"^^xsd:dateTime ;
    skos:altLabel "Fyrstasjoner"@nb,
        "Fyrtårn"@nb,
        "Fyrstasjonar"@nn,
        "Fyrtårn"@nn ;
    skos:broader humord:c04357 ;
    skos:exactMatch realfagstermer:c013855,
        <http://dewey.info/class/387.155/e23/>,
        <http://dewey.info/class/623.8942/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013855,
        <http://dewey.info/class/387.155/e23/>,
        <http://dewey.info/class/623.8942/e23/> ;
    skos:prefLabel "Lighthouses"@en,
        "Fyr"@nb,
        "Fyr"@nn ;
    skos:related humord:c12387 .

humord:c04360 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04360" ;
    dct:modified "2025-01-06T10:08:08"^^xsd:dateTime ;
    skos:altLabel "Coaching houses"@en,
        "Staging inns"@en ;
    skos:broader humord:c04349 ;
    skos:closeMatch <http://dewey.info/class/388.33/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/385.314/e23/>,
        <http://dewey.info/class/387.152/e23/>,
        <http://dewey.info/class/388.042/e23/>,
        <http://dewey.info/class/388.33/e23/> ;
    skos:prefLabel "Coaching inns"@en,
        "Skysstasjoner"@nb,
        "Skysstasjonar"@nn ;
    skos:relatedMatch <http://dewey.info/class/385.314/e23/>,
        <http://dewey.info/class/387.152/e23/>,
        <http://dewey.info/class/388.042/e23/> .

humord:c04361 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04361" ;
    dct:modified "2025-03-31T09:51:41"^^xsd:dateTime ;
    skos:altLabel "Chausseer"@nb,
        "Chausséer"@nb,
        "Veger"@nb,
        "Veinett"@nb,
        "Chaussear"@nn,
        "Chausséear"@nn ;
    skos:broadMatch <http://dewey.info/class/333.77/e23/>,
        <http://dewey.info/class/577.272/e23/> ;
    skos:broader humord:c04349 ;
    skos:exactMatch realfagstermer:c000078,
        <http://dewey.info/class/388.1/e23/>,
        <http://dewey.info/class/623.62/e23/>,
        <http://dewey.info/class/625.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000078,
        <http://dewey.info/class/333.77/e23/>,
        <http://dewey.info/class/343.0942/e23/>,
        <http://dewey.info/class/354.77/e23/>,
        <http://dewey.info/class/388.1/e23/>,
        <http://dewey.info/class/388.314/e23/>,
        <http://dewey.info/class/388.411/e23/>,
        <http://dewey.info/class/577.272/e23/>,
        <http://dewey.info/class/623.62/e23/>,
        <http://dewey.info/class/625.7/e23/>,
        <http://dewey.info/class/631.28/e23/>,
        <http://dewey.info/class/634.93/e23/>,
        <http://dewey.info/class/711.7/e23/>,
        <http://dewey.info/class/713/e23/> ;
    skos:prefLabel "Roads"@en,
        "Veier"@nb,
        "Vegar"@nn ;
    skos:related humord:c04348,
        humord:c09496,
        humord:c09504 ;
    skos:relatedMatch <http://dewey.info/class/343.0942/e23/>,
        <http://dewey.info/class/354.77/e23/>,
        <http://dewey.info/class/388.314/e23/>,
        <http://dewey.info/class/388.411/e23/>,
        <http://dewey.info/class/631.28/e23/>,
        <http://dewey.info/class/634.93/e23/>,
        <http://dewey.info/class/711.7/e23/>,
        <http://dewey.info/class/713/e23/> .

humord:c04364 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04364" ;
    dct:modified "2025-01-06T10:00:54"^^xsd:dateTime ;
    skos:altLabel "Fjellpass"@nb,
        "Fjellpass"@nn ;
    skos:broadMatch <http://dewey.info/class/2--143/e23/>,
        <http://dewey.info/class/551.432/e23/> ;
    skos:broader humord:c04361 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--143/e23/>,
        <http://dewey.info/class/388.1/e23/>,
        <http://dewey.info/class/551.432/e23/>,
        <http://dewey.info/class/625.7/e23/> ;
    skos:prefLabel "Mountain passes"@en,
        "Fjelloverganger"@nb,
        "Fjellovergangar"@nn ;
    skos:relatedMatch <http://dewey.info/class/388.1/e23/>,
        <http://dewey.info/class/625.7/e23/> .

humord:c04366 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04366" ;
    dct:modified "2025-01-06T09:54:20"^^xsd:dateTime ;
    skos:altLabel "Route to school"@en,
        "Routes to school"@en,
        "School road"@en,
        "School roads"@en,
        "School route"@en,
        "Way to and from school"@en,
        "Way to school"@en,
        "Ways to and from school"@en,
        "Ways to school"@en,
        "Skolevei"@nb,
        "Skoleveg"@nn,
        "Skolevegar"@nn,
        "Skuleveg"@nn ;
    skos:broader humord:c04361 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.7/e23/>,
        <http://dewey.info/class/388.41/e23/> ;
    skos:prefLabel "School routes"@en,
        "Skoleveier"@nb,
        "Skulevegar"@nn ;
    skos:relatedMatch <http://dewey.info/class/371.7/e23/>,
        <http://dewey.info/class/388.41/e23/> .

humord:c04367 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04367" ;
    dct:modified "2025-01-06T09:48:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/388/e23/> ;
    skos:broader humord:c04333 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/388/e23/> ;
    skos:prefLabel "Means of transport"@en,
        "Transportmidler"@nb,
        "Transportmiddel"@nn .

humord:c04368 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04368" ;
    dct:modified "2025-04-03T10:22:58"^^xsd:dateTime ;
    skos:altLabel "Water vessels"@en,
        "Waterborne vessels"@en,
        "Farkoster"@nb,
        "Fartøy"@nb,
        "Farkostar"@nn ;
    skos:broader humord:c04367 ;
    skos:closeMatch <http://dewey.info/class/387.2/e23/> ;
    skos:definition "Fartøy er et samlebegrep for skip og båter i alle størrelser, i utvidet betydning omfattes også luftfartøy. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.2/e23/>,
        <http://dewey.info/class/623.8/e23/> ;
    skos:prefLabel "Vessels (Means for transport)"@en,
        "Fartøyer"@nb,
        "Fartøy"@nn ;
    skos:relatedMatch <http://dewey.info/class/623.8/e23/> .

humord:c04369 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04369" ;
    dct:modified "2024-02-19T11:11:53"^^xsd:dateTime ;
    skos:altLabel "Ships"@en,
        "Innlandsbåter"@nb,
        "Skip"@nb,
        "Skuter"@nb,
        "Skip"@nn ;
    skos:broader humord:c04368 ;
    skos:exactMatch realfagstermer:c007754,
        <http://dewey.info/class/386.22/e23/>,
        <http://dewey.info/class/387.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007754,
        <http://dewey.info/class/343.0965/e23/>,
        <http://dewey.info/class/359.32/e23/>,
        <http://dewey.info/class/359.83/e23/>,
        <http://dewey.info/class/386.22/e23/>,
        <http://dewey.info/class/386.24044/e23/>,
        <http://dewey.info/class/386.35044/e23/>,
        <http://dewey.info/class/386.4042044/e23/>,
        <http://dewey.info/class/386.54044/e23/>,
        <http://dewey.info/class/387.2/e23/>,
        <http://dewey.info/class/387.54044/e23/>,
        <http://dewey.info/class/623.81/e23/>,
        <http://dewey.info/class/623.82/e23/>,
        <http://dewey.info/class/623.862/e23/>,
        <http://dewey.info/class/623.881/e23/> ;
    skos:prefLabel "Boats"@en,
        "Båter"@nb,
        "Båtar"@nn ;
    skos:related humord:c12110,
        humord:c14044,
        humord:c28220,
        humord:c63321 ;
    skos:relatedMatch <http://dewey.info/class/343.0965/e23/>,
        <http://dewey.info/class/359.32/e23/>,
        <http://dewey.info/class/359.83/e23/>,
        <http://dewey.info/class/386.24044/e23/>,
        <http://dewey.info/class/386.35044/e23/>,
        <http://dewey.info/class/386.4042044/e23/>,
        <http://dewey.info/class/386.54044/e23/>,
        <http://dewey.info/class/387.54044/e23/>,
        <http://dewey.info/class/623.81/e23/>,
        <http://dewey.info/class/623.82/e23/>,
        <http://dewey.info/class/623.862/e23/>,
        <http://dewey.info/class/623.881/e23/> .

humord:c04372 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04372" ;
    dct:modified "2025-05-15T11:29:17"^^xsd:dateTime ;
    skos:altLabel "Car ferries"@en,
        "Ferry boats"@en,
        "Motorcar ferries"@en,
        "Bilferger"@nb,
        "Bilferjer"@nb,
        "Ferjer"@nb,
        "Kabelferjer"@nb,
        "Rutebåter"@nb,
        "Bilferjer"@nn,
        "Kabelferger"@nn,
        "Kabelferjer"@nn,
        "Rutebåtar"@nn ;
    skos:broader humord:c04376 ;
    skos:exactMatch <http://dewey.info/class/386.2234/e23/>,
        <http://dewey.info/class/623.8234/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/386.2234/e23/>,
        <http://dewey.info/class/623.8234/e23/> ;
    skos:prefLabel "Ferries"@en,
        "Ferger"@nb,
        "Ferjer"@nn .

humord:c04373 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04373" ;
    dct:modified "2025-01-06T06:52:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/387.29/e23/>,
        <http://dewey.info/class/623.829/e23/> ;
    skos:broader humord:c25822 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.29/e23/>,
        <http://dewey.info/class/623.829/e23/> ;
    skos:prefLabel "Hardanger boats"@en,
        "Hardangerbåter"@nb,
        "Hardangerbåtar"@nn .

humord:c04374 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04374" ;
    dct:modified "2025-01-06T06:49:53"^^xsd:dateTime ;
    skos:altLabel "Carvel vessels"@en,
        "Carvels"@en ;
    skos:broadMatch <http://dewey.info/class/623.821/e23/> ;
    skos:broader humord:c04376 ;
    skos:definition "Skipstype fra middelalderen, brukt særlig i middelhavslandene, både som krigsskip og handelskip <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/387.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.21/e23/>,
        <http://dewey.info/class/623.821/e23/> ;
    skos:prefLabel "Caravels"@en,
        "Karaveller"@nb,
        "Karavellar"@nn ;
    skos:related humord:c20442 .

humord:c04375 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04375" ;
    dct:modified "2025-04-08T15:44:31"^^xsd:dateTime ;
    skos:altLabel "Båtvrak"@nb,
        "Vrak (Fartøy)"@nb,
        "Vrak (Skip)"@nb,
        "Båtvrak"@nn,
        "Vrak (Fartøy)"@nn,
        "Vrak (Skip)"@nn ;
    skos:broader humord:c04376 ;
    skos:closeMatch <http://dewey.info/class/910.452/e23/> ;
    skos:exactMatch realfagstermer:c002098,
        <http://dewey.info/class/363.123/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002098,
        <http://dewey.info/class/363.123/e23/>,
        <http://dewey.info/class/910.452/e23/> ;
    skos:prefLabel "Shipwrecks"@en,
        "Skipsvrak"@nb,
        "Skipsvrak"@nn ;
    skos:related humord:c04342 .

humord:c04377 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04377" ;
    dct:modified "2025-03-31T10:41:45"^^xsd:dateTime ;
    skos:altLabel "Steamboats"@en,
        "Steamer"@en,
        "Steamships"@en,
        "Dampbåter"@nb,
        "Dampfartøy"@nb,
        "Dampbåtar"@nn,
        "Dampfartøy"@nn ;
    skos:broadMatch <http://dewey.info/class/623.8204/e23/> ;
    skos:broader humord:c04376 ;
    skos:definition "Dampskip er skip drevet med dampmaskin, den tidligste formen for mekanisk fremdrift etter årer og seil <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/387.2044/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.2044/e23/>,
        <http://dewey.info/class/623.8204/e23/> ;
    skos:prefLabel "Steamboats"@en,
        "Dampskip"@nb,
        "Dampskip"@nn .

humord:c04379 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04379" ;
    dct:modified "2025-01-06T06:53:18"^^xsd:dateTime ;
    skos:altLabel "Ice-boats"@en ;
    skos:broadMatch <http://dewey.info/class/623.828/e23/> ;
    skos:broader humord:c04376 ;
    skos:exactMatch <http://dewey.info/class/387.28/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.28/e23/>,
        <http://dewey.info/class/623.828/e23/> ;
    skos:prefLabel "Ice-breakers"@en,
        "Isbrytere"@nb,
        "Isbrytarar"@nn .

humord:c04380 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-02-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04380" ;
    dct:modified "2025-01-06T06:51:35"^^xsd:dateTime ;
    skos:altLabel "Jekts"@en ;
    skos:broadMatch <http://dewey.info/class/387.2043/e23/>,
        <http://dewey.info/class/623.8203/e23/> ;
    skos:broader humord:c04376 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.2043/e23/>,
        <http://dewey.info/class/623.8203/e23/> ;
    skos:prefLabel "Jekt"@en,
        "Jekter"@nb,
        "Jekter"@nn ;
    skos:related humord:c04339 .

humord:c04381 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04381" ;
    dct:modified "2025-01-06T06:48:45"^^xsd:dateTime ;
    skos:altLabel "Warships"@en ;
    skos:broadMatch <http://dewey.info/class/623.821/e23/> ;
    skos:broader humord:c04376 ;
    skos:exactMatch <http://dewey.info/class/359.83/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/359.32/e23/>,
        <http://dewey.info/class/359.83/e23/>,
        <http://dewey.info/class/623.821/e23/>,
        <http://dewey.info/class/623.8225/e23/>,
        <http://dewey.info/class/623.825/e23/> ;
    skos:prefLabel "Battleships"@en,
        "Krigsskip"@nb,
        "Krigsskip"@nn ;
    skos:related humord:c23985 ;
    skos:relatedMatch <http://dewey.info/class/359.32/e23/>,
        <http://dewey.info/class/623.8225/e23/>,
        <http://dewey.info/class/623.825/e23/> .

humord:c04382 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04382" ;
    dct:modified "2025-01-06T06:48:25"^^xsd:dateTime ;
    skos:altLabel "Triere (Skip)"@nb ;
    skos:broadMatch <http://dewey.info/class/623.821/e23/> ;
    skos:broader humord:c04381 ;
    skos:definition "Trireme var et gammelt krigsfartøy drevet frem av årer plassert i tre rekker over hverandre. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/387.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.21/e23/>,
        <http://dewey.info/class/623.821/e23/> ;
    skos:prefLabel "Triremes"@en,
        "Triremer"@nb,
        "Triremar"@nn .

humord:c04384 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04384" ;
    dct:modified "2025-01-06T06:43:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/387.2043/e23/>,
        <http://dewey.info/class/387.29/e23/>,
        <http://dewey.info/class/623.8203/e23/>,
        <http://dewey.info/class/623.829/e23/> ;
    skos:broader humord:c04376 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.2043/e23/>,
        <http://dewey.info/class/387.29/e23/>,
        <http://dewey.info/class/623.8203/e23/>,
        <http://dewey.info/class/623.829/e23/> ;
    skos:prefLabel "Nordland boats"@en,
        "Nordlandsbåter"@nb,
        "Nordlandsbåtar"@nn .

humord:c04385 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04385" ;
    dct:modified "2025-06-10T12:18:24"^^xsd:dateTime ;
    skos:altLabel "Passenger boats"@en,
        "Passasjerfartøy"@nb,
        "Passasjerskip"@nb,
        "Skyssbåter"@nb,
        "Passasjerfartøy"@nn,
        "Passasjerskip"@nn,
        "Skyssbåtar"@nn ;
    skos:broader humord:c04376 ;
    skos:exactMatch <http://dewey.info/class/387.243/e23/>,
        <http://dewey.info/class/623.8243/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.243/e23/>,
        <http://dewey.info/class/623.8243/e23/> ;
    skos:prefLabel "Passenger ships"@en,
        "Passasjerbåter"@nb,
        "Passasjerbåtar"@nn .

humord:c04386 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04386" ;
    dct:modified "2025-06-06T12:40:09"^^xsd:dateTime ;
    skos:altLabel "Sailing vessels"@en,
        "Seilfartøy"@nb,
        "Seilskuter"@nb,
        "Seglfartøy"@nn,
        "Seglskip"@nn,
        "Seglskuter"@nn ;
    skos:broader humord:c04376 ;
    skos:definition "Seilskip er et skip som drives framover ved hjelp av seil og vindkraft. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/387.2043/e23/>,
        <http://dewey.info/class/623.8203/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/359.322/e23/>,
        <http://dewey.info/class/359.832/e23/>,
        <http://dewey.info/class/387.2043/e23/>,
        <http://dewey.info/class/623.8203/e23/> ;
    skos:prefLabel "Sailing ships"@en,
        "Seilskip"@nb,
        "Seglskip"@nn ;
    skos:relatedMatch <http://dewey.info/class/359.322/e23/>,
        <http://dewey.info/class/359.832/e23/> .

humord:c04387 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04387" ;
    dct:modified "2025-01-06T06:38:09"^^xsd:dateTime ;
    skos:broader humord:c04376 ;
    skos:exactMatch <http://dewey.info/class/623.8201/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/623.8201/e23/> ;
    skos:prefLabel "Ship models"@en,
        "Skipsmodeller"@nb,
        "Skipsmodellar"@nn .

humord:c04388 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04388" ;
    dct:modified "2025-01-05T19:48:55"^^xsd:dateTime ;
    skos:broader humord:c04376 ;
    skos:exactMatch <http://dewey.info/class/387.2042/e23/>,
        <http://dewey.info/class/623.8202/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.2042/e23/>,
        <http://dewey.info/class/623.8202/e23/> ;
    skos:prefLabel "Small boats"@en,
        "Småbåter"@nb,
        "Småbåtar"@nn .

humord:c04389 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04389" ;
    dct:modified "2025-01-03T09:17:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/387.2043/e23/>,
        <http://dewey.info/class/387.29/e23/>,
        <http://dewey.info/class/623.8203/e23/>,
        <http://dewey.info/class/623.829/e23/> ;
    skos:broader humord:c25822 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.2043/e23/>,
        <http://dewey.info/class/387.29/e23/>,
        <http://dewey.info/class/623.8203/e23/>,
        <http://dewey.info/class/623.829/e23/> ;
    skos:prefLabel "Åfjord boats"@en,
        "Åfjordsbåter"@nb,
        "Åfjordsbåtar"@nn .

humord:c04391 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04391" ;
    dct:modified "2025-01-05T19:42:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/623.86/e23/> ;
    skos:broader humord:c04390 ;
    skos:definition "Rambukk eller murbrekker. På eldre krigsskip en fremspringende del av baugen under vannlinjen <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/359.832/e23/>,
        <http://dewey.info/class/623.86/e23/> ;
    skos:prefLabel "Naval rams"@en,
        "Veddere"@nb,
        "Vedderar"@nn ;
    skos:relatedMatch <http://dewey.info/class/359.832/e23/> .

humord:c04392 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-07-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04392" ;
    dct:modified "2023-11-30T13:31:50"^^xsd:dateTime ;
    skos:altLabel "Motor vehicle"@en,
        "Kjøretøy"@nb,
        "Motorvogner"@nb ;
    skos:broader humord:c04367 ;
    skos:closeMatch <http://dewey.info/class/629.046/e23/> ;
    skos:exactMatch realfagstermer:c007264,
        <http://dewey.info/class/388.04/e23/>,
        <http://dewey.info/class/388.34/e23/>,
        <http://dewey.info/class/623.74/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007264,
        <http://dewey.info/class/343.093/e23/>,
        <http://dewey.info/class/343.0944/e23/>,
        <http://dewey.info/class/355.83/e23/>,
        <http://dewey.info/class/388.04/e23/>,
        <http://dewey.info/class/388.34/e23/>,
        <http://dewey.info/class/623.74/e23/>,
        <http://dewey.info/class/629.046/e23/> ;
    skos:prefLabel "Vehicles"@en,
        "Kjøretøyer"@nb,
        "Køyretøy"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.093/e23/>,
        <http://dewey.info/class/343.0944/e23/>,
        <http://dewey.info/class/355.83/e23/> .

humord:c04393 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04393" ;
    dct:modified "2023-12-12T09:02:04"^^xsd:dateTime ;
    skos:altLabel "Automobiles"@en,
        "Personbiler"@nb ;
    skos:broadMatch <http://dewey.info/class/623.7472/e23/> ;
    skos:broader humord:c61455 ;
    skos:exactMatch realfagstermer:c006782,
        <http://dewey.info/class/388.342/e23/>,
        <http://dewey.info/class/629.222/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006782,
        <http://dewey.info/class/343.0944/e23/>,
        <http://dewey.info/class/354.765284/e23/>,
        <http://dewey.info/class/388.342/e23/>,
        <http://dewey.info/class/623.7472/e23/>,
        <http://dewey.info/class/629.222/e23/>,
        <http://dewey.info/class/629.283/e23/>,
        <http://dewey.info/class/796.7/e23/> ;
    skos:prefLabel "Cars"@en,
        "Biler"@nb,
        "Bilar"@nn ;
    skos:related humord:c07722,
        humord:c25408 ;
    skos:relatedMatch <http://dewey.info/class/343.0944/e23/>,
        <http://dewey.info/class/354.765284/e23/>,
        <http://dewey.info/class/629.283/e23/>,
        <http://dewey.info/class/796.7/e23/> .

humord:c04394 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04394" ;
    dct:modified "2025-01-03T15:22:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/388.341/e23/>,
        <http://dewey.info/class/688.6/e23/> ;
    skos:broader humord:c04392 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/388.341/e23/>,
        <http://dewey.info/class/688.6/e23/>,
        <http://dewey.info/class/796.95/e23/> ;
    skos:prefLabel "Sleighs"@en,
        "Sleder"@nb,
        "Sledar"@nn ;
    skos:related humord:c19890 ;
    skos:relatedMatch <http://dewey.info/class/796.95/e23/> .

humord:c04395 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04395" ;
    dct:modified "2025-01-03T10:34:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/688.6/e23/> ;
    skos:broader humord:c04392 ;
    skos:exactMatch <http://dewey.info/class/388.341/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/388.341/e23/>,
        <http://dewey.info/class/688.6/e23/> ;
    skos:prefLabel "Wagons"@en,
        "Vogner"@nb,
        "Vogner"@nn .

humord:c04396 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04396" ;
    dct:modified "2025-01-03T08:35:07"^^xsd:dateTime ;
    skos:altLabel "Sound recordings production"@en,
        "Lydproduksjon"@nn ;
    skos:broader humord:c04305 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.3893/e23/>,
        <http://dewey.info/class/781.49/e23/> ;
    skos:prefLabel "Sound production"@en,
        "Lydproduksjon"@nb,
        "Ljodproduksjon"@nn ;
    skos:related humord:c17621,
        humord:c17699 ;
    skos:relatedMatch <http://dewey.info/class/621.3893/e23/>,
        <http://dewey.info/class/781.49/e23/> .

humord:c04397 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04397" ;
    dct:modified "2024-07-02T11:05:22"^^xsd:dateTime ;
    skos:altLabel "Matematisk mekanikk"@nb,
        "Matematisk mekanikk"@nn ;
    skos:broadMatch <http://dewey.info/class/621.8/e23/>,
        <http://dewey.info/class/624.17/e23/> ;
    skos:broader humord:c08260 ;
    skos:closeMatch <http://dewey.info/class/620.1/e23/> ;
    skos:definition "Mekanikk er den delen av fysikken som dreier seg om bevegelse og likevekt. Lover og metoder fra mekanikken anvendes i alle grener av fysikken <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/530/e23/>,
        <http://dewey.info/class/531/e23/>,
        <http://dewey.info/class/620.1/e23/>,
        <http://dewey.info/class/621.8/e23/>,
        <http://dewey.info/class/624.17/e23/> ;
    skos:prefLabel "Mechanics"@en,
        "Mekanikk"@nb,
        "Mekanikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/530/e23/>,
        <http://dewey.info/class/531/e23/> .

humord:c04399 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04399" ;
    dct:modified "2023-12-13T09:59:12"^^xsd:dateTime ;
    skos:altLabel "Invensjon"@nb,
        "Invensjoner"@nb,
        "Oppfinning"@nb ;
    skos:broader humord:c04305 ;
    skos:closeMatch <http://dewey.info/class/600/e23/> ;
    skos:exactMatch realfagstermer:c005715 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005715,
        <http://dewey.info/class/600/e23/> ;
    skos:prefLabel "Inventions"@en,
        "Oppfinnelser"@nb,
        "Oppfinningar"@nn .

humord:c04400 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04400" ;
    dct:modified "2024-03-07T11:44:19"^^xsd:dateTime ;
    skos:broader humord:c04305 ;
    skos:closeMatch realfagstermer:c006841,
        <http://dewey.info/class/629.892/e23/> ;
    skos:definition "Læren om roboter <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006841,
        <http://dewey.info/class/303.4834/e23/>,
        <http://dewey.info/class/372.358/e23/>,
        <http://dewey.info/class/629.892/e23/>,
        <http://dewey.info/class/670.4272/e23/>,
        <http://dewey.info/class/796.16/e23/> ;
    skos:prefLabel "Robotics"@en,
        "Robotikk"@nb,
        "Robotikk"@nn ;
    skos:related humord:c04432 ;
    skos:relatedMatch <http://dewey.info/class/303.4834/e23/>,
        <http://dewey.info/class/372.358/e23/>,
        <http://dewey.info/class/670.4272/e23/>,
        <http://dewey.info/class/796.16/e23/> .

humord:c04401 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04401" ;
    dct:modified "2025-01-03T08:35:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/623.8/e23/> ;
    skos:broader humord:c04305 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.2/e23/>,
        <http://dewey.info/class/623.8/e23/> ;
    skos:prefLabel "Ship-classification"@en,
        "Skipsklassifikasjon"@nb,
        "Skipsklassifikasjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/387.2/e23/> .

humord:c04402 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04402" ;
    dct:modified "2025-01-03T08:35:59"^^xsd:dateTime ;
    skos:altLabel "Techniques"@en,
        "Teknikker"@nb,
        "Teknikkar"@nn ;
    skos:broader humord:c04305 ;
    skos:definition "Arbeidsmetode, framgangsmåte når en skal lage noe el. få maskiner til å virke <BOB>"@nb ;
    skos:exactMatch realfagstermer:c002793,
        <http://dewey.info/class/620/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002793,
        <http://dewey.info/class/620/e23/> ;
    skos:prefLabel "Technique"@en,
        "Teknikk"@nb,
        "Teknikk"@nn ;
    skos:related humord:c01491 .

humord:c04403 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04403" ;
    dct:modified "2023-11-24T14:25:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/648.1/e23/>,
        <http://dewey.info/class/665.0283/e23/>,
        <http://dewey.info/class/675.25/e23/>,
        <http://dewey.info/class/676.234/e23/> ;
    skos:broader humord:c04402 ;
    skos:closeMatch <http://dewey.info/class/746.6/e23/> ;
    skos:exactMatch realfagstermer:c004546,
        <http://dewey.info/class/667.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004546,
        <http://dewey.info/class/648.1/e23/>,
        <http://dewey.info/class/665.0283/e23/>,
        <http://dewey.info/class/667.3/e23/>,
        <http://dewey.info/class/675.25/e23/>,
        <http://dewey.info/class/676.234/e23/>,
        <http://dewey.info/class/746.13/e23/>,
        <http://dewey.info/class/746.6/e23/> ;
    skos:prefLabel "Dyeing"@en,
        "Farging"@nb,
        "Farging"@nn ;
    skos:relatedMatch <http://dewey.info/class/746.13/e23/> .

humord:c04404 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04404" ;
    dct:modified "2025-01-03T10:29:29"^^xsd:dateTime ;
    skos:broader humord:c04402 ;
    skos:exactMatch <http://dewey.info/class/620.106/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/532/e23/>,
        <http://dewey.info/class/620.106/e23/> ;
    skos:prefLabel "Fluid technology"@en,
        "Fluidteknikk"@nb,
        "Fluidteknikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/532/e23/> .

humord:c04405 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04405" ;
    dct:modified "2024-03-26T14:41:12"^^xsd:dateTime ;
    skos:altLabel "Aerospace engineering"@en,
        "Aircraft design"@en,
        "Aeronautikk"@nb,
        "Luftfartsteknikk"@nb,
        "Aeronautikk"@nn,
        "Luftfartsteknikk"@nn ;
    skos:broader humord:c04402 ;
    skos:closeMatch realfagstermer:c011469 ;
    skos:exactMatch realfagstermer:c001476,
        <http://dewey.info/class/629.13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001476,
        realfagstermer:c011469,
        <http://dewey.info/class/343.097/e23/>,
        <http://dewey.info/class/629.13/e23/> ;
    skos:prefLabel "Aeronautics"@en,
        "Flyteknikk"@nb,
        "Flyteknikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.097/e23/> .

humord:c04407 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-03-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04407" ;
    dct:modified "2023-11-28T12:33:37"^^xsd:dateTime ;
    skos:broader humord:c04402 ;
    skos:closeMatch <http://dewey.info/class/621.367/e23/>,
        <http://dewey.info/class/623.72/e23/> ;
    skos:exactMatch realfagstermer:c003488,
        <http://dewey.info/class/770/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003488,
        <http://dewey.info/class/522.63/e23/>,
        <http://dewey.info/class/539.778/e23/>,
        <http://dewey.info/class/621.367/e23/>,
        <http://dewey.info/class/623.72/e23/>,
        <http://dewey.info/class/770.92/e23/>,
        <http://dewey.info/class/770/e23/> ;
    skos:prefLabel "Photography (Technique)"@en,
        "Fotografering"@nb,
        "Fotografering"@nn ;
    skos:related humord:c07434,
        humord:c12054,
        humord:c21183 ;
    skos:relatedMatch <http://dewey.info/class/522.63/e23/>,
        <http://dewey.info/class/539.778/e23/>,
        <http://dewey.info/class/770.92/e23/> .

humord:c04408 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04408" ;
    dct:modified "2024-04-16T09:11:13"^^xsd:dateTime ;
    skos:altLabel "Aerial photography"@en,
        "Flyfoto"@nb,
        "Flyfotografering"@nb,
        "Flyfotografi"@nb,
        "Flyfoto"@nn,
        "Flyfotografering"@nn,
        "Flyfotografi"@nn ;
    skos:broadMatch <http://dewey.info/class/623.72/e23/> ;
    skos:broader humord:c04407 ;
    skos:closeMatch realfagstermer:c012642,
        <http://dewey.info/class/526.982/e23/>,
        <http://dewey.info/class/778.35/e23/> ;
    skos:definition "Flyfotografering eller luftfotografering var opprinnelig fotografering av deler av jordoverflaten fra fly med formål å skaffe tredimensjonale opplysninger av de avbildede gjenstanders geometri og beliggenhet, for eksempel til kartlegging.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012642,
        <http://dewey.info/class/526.982/e23/>,
        <http://dewey.info/class/623.72/e23/>,
        <http://dewey.info/class/778.35/e23/> ;
    skos:prefLabel "Air photography"@en,
        "Luftfotografering"@nb,
        "Luftfotografering"@nn .

humord:c04410 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04410" ;
    dct:modified "2025-01-03T10:28:21"^^xsd:dateTime ;
    skos:altLabel "Railway technology"@en ;
    skos:broader humord:c04402 ;
    skos:exactMatch <http://dewey.info/class/625.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/385/e23/>,
        <http://dewey.info/class/623.63/e23/>,
        <http://dewey.info/class/625.1/e23/> ;
    skos:prefLabel "Railway engineering"@en,
        "Jernbaneteknikk"@nb,
        "Jernbaneteknikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/385/e23/>,
        <http://dewey.info/class/623.63/e23/> .

humord:c04411 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-04-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04411" ;
    dct:modified "2025-11-19T08:38:03"^^xsd:dateTime ;
    skos:altLabel "Preservation"@en,
        "Bevaring (Konservering)"@nb,
        "Preservering"@nb,
        "Bevaring (Konservering)"@nn ;
    skos:broadMatch <http://dewey.info/class/702.88/e23/> ;
    skos:broader humord:c04402 ;
    skos:definition "Det å ta vare på, beskytte mot ødeleggelse <BOB>"@nb ;
    skos:exactMatch realfagstermer:c009872,
        <http://dewey.info/class/1--0288/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009872,
        <http://dewey.info/class/1--0288/e23/>,
        <http://dewey.info/class/570.752/e23/>,
        <http://dewey.info/class/580.752/e23/>,
        <http://dewey.info/class/590.752/e23/>,
        <http://dewey.info/class/702.88/e23/> ;
    skos:prefLabel "Conservation"@en,
        "Konservering"@nb,
        "Konservering"@nn ;
    skos:related humord:c01510,
        humord:c19298 ;
    skos:relatedMatch <http://dewey.info/class/570.752/e23/>,
        <http://dewey.info/class/580.752/e23/>,
        <http://dewey.info/class/590.752/e23/> .

humord:c04412 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04412" ;
    dct:modified "2025-01-03T12:59:49"^^xsd:dateTime ;
    skos:altLabel "Copy technique"@en ;
    skos:broadMatch <http://dewey.info/class/686/e23/> ;
    skos:broader humord:c04402 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/686/e23/> ;
    skos:prefLabel "Copying technique"@en,
        "Kopieringsteknikk"@nb,
        "Kopieringsteknikk"@nn .

humord:c04413 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04413" ;
    dct:modified "2025-01-03T10:27:27"^^xsd:dateTime ;
    skos:altLabel "Tracing"@nb ;
    skos:broadMatch <http://dewey.info/class/741.2172/e23/> ;
    skos:broader humord:c04412 ;
    skos:definition "Kopiering ved hjelp av kalkpapir el. -lerret <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/741.2172/e23/> ;
    skos:prefLabel "Tracing (Technique)"@en,
        "Kalkering (Kopieringsteknikk)"@nb,
        "Kalkering (Kopieringsteknikk)"@nn .

humord:c04414 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04414" ;
    dct:modified "2023-12-04T14:31:15"^^xsd:dateTime ;
    skos:altLabel "Laboratory technique"@en,
        "Laboratory work"@en,
        "Laboratoriearbeid"@nb ;
    skos:broadMatch <http://dewey.info/class/001.4/e23/> ;
    skos:broader humord:c04402 ;
    skos:closeMatch realfagstermer:c008493 ;
    skos:exactMatch realfagstermer:c001500 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001500,
        realfagstermer:c008493,
        <http://dewey.info/class/001.4/e23/>,
        <http://dewey.info/class/371.623/e23/>,
        <http://dewey.info/class/542.1/e23/> ;
    skos:prefLabel "Laboratory techniques"@en,
        "Laboratorieteknikker"@nb,
        "Laboratorieteknikkar"@nn ;
    skos:relatedMatch <http://dewey.info/class/371.623/e23/>,
        <http://dewey.info/class/542.1/e23/> .

humord:c04416 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04416" ;
    dct:modified "2026-01-12T11:29:03"^^xsd:dateTime ;
    skos:altLabel "Product engineering"@en,
        "Produksjonsmetoder"@nb,
        "Produksjonsmåte"@nb,
        "Produksjonsmetodar"@nn,
        "Produksjonsmåte"@nn ;
    skos:broader humord:c04402 ;
    skos:closeMatch <http://dewey.info/class/670/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/670/e23/> ;
    skos:prefLabel "Production technique"@en,
        "Produksjonsteknikk"@nb,
        "Produksjonsteknikk"@nn .

humord:c04418 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04418" ;
    dct:modified "2024-03-07T10:21:58"^^xsd:dateTime ;
    skos:broader humord:c04402 ;
    skos:definition "Reproduksjonsteknikk. Vanligst reproduksjon fra kobberstikk til fototekniske og elektroniske metoder <UBO>"@nb ;
    skos:exactMatch realfagstermer:c006486 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006486,
        <http://dewey.info/class/006.6/e23/>,
        <http://dewey.info/class/686/e23/>,
        <http://dewey.info/class/702.872/e23/> ;
    skos:prefLabel "Raster"@en,
        "Raster"@nb,
        "Rastar"@nn ;
    skos:related humord:c64067 ;
    skos:relatedMatch <http://dewey.info/class/006.6/e23/>,
        <http://dewey.info/class/686/e23/>,
        <http://dewey.info/class/702.872/e23/> .

humord:c04419 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04419" ;
    dct:modified "2025-09-23T13:38:06"^^xsd:dateTime ;
    skos:altLabel "Tilbakeføring (Restaurering)"@nb,
        "Tilbakeføring (Restaurering)"@nn ;
    skos:broadMatch <http://dewey.info/class/069.53/e23/>,
        <http://dewey.info/class/620.0046/e23/>,
        <http://dewey.info/class/702.88/e23/> ;
    skos:broader humord:c04402 ;
    skos:exactMatch realfagstermer:c006557,
        <http://dewey.info/class/1--0288/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006557,
        <http://dewey.info/class/025.84/e23/>,
        <http://dewey.info/class/069.53/e23/>,
        <http://dewey.info/class/1--0288/e23/>,
        <http://dewey.info/class/620.0046/e23/>,
        <http://dewey.info/class/684.10442/e23/>,
        <http://dewey.info/class/702.88/e23/>,
        <http://dewey.info/class/777.58/e23/> ;
    skos:prefLabel "Restoration"@en,
        "Restaurering"@nb,
        "Restaurering"@nn ;
    skos:related humord:c04580 ;
    skos:relatedMatch <http://dewey.info/class/025.84/e23/>,
        <http://dewey.info/class/684.10442/e23/>,
        <http://dewey.info/class/777.58/e23/> .

humord:c04420 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04420" ;
    dct:modified "2025-01-03T10:26:49"^^xsd:dateTime ;
    skos:broader humord:c04402 ;
    skos:exactMatch realfagstermer:c004583,
        <http://dewey.info/class/621.382/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004583,
        <http://dewey.info/class/621.382/e23/> ;
    skos:prefLabel "Communications engineering"@en,
        "Teleteknikk"@nb,
        "Teleteknikk"@nn ;
    skos:related humord:c04327 .

humord:c04421 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04421" ;
    dct:modified "2025-01-03T13:00:57"^^xsd:dateTime ;
    skos:altLabel "Heating, ventialtion, and air conditioning"@en,
        "Varme-, ventilasjon- og sanitærteknikk"@nb,
        "Varme-, ventilasjon- og sanitærteknikk"@nn ;
    skos:broadMatch <http://dewey.info/class/1--0682/e23/>,
        <http://dewey.info/class/352.56/e23/> ;
    skos:broader humord:c04402 ;
    skos:closeMatch <http://dewey.info/class/069.29/e23/>,
        <http://dewey.info/class/644/e23/> ;
    skos:exactMatch <http://dewey.info/class/658.26/e23/>,
        <http://dewey.info/class/696/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/069.29/e23/>,
        <http://dewey.info/class/1--0682/e23/>,
        <http://dewey.info/class/352.56/e23/>,
        <http://dewey.info/class/644/e23/>,
        <http://dewey.info/class/658.26/e23/>,
        <http://dewey.info/class/696/e23/> ;
    skos:prefLabel "HVAC"@en,
        "VVS"@nb,
        "VVS"@nn .

humord:c04423 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04423" ;
    dct:modified "2024-08-28T20:53:44"^^xsd:dateTime ;
    skos:altLabel "Sewage engineering"@en ;
    skos:broader humord:c04421 ;
    skos:closeMatch <http://dewey.info/class/628.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/363.7284/e23/>,
        <http://dewey.info/class/628.2/e23/> ;
    skos:prefLabel "Wastewater engineering"@en,
        "Avløpsteknikk"@nb,
        "Avløpsteknikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/363.7284/e23/> .

humord:c04424 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-01-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04424" ;
    dct:modified "2026-01-12T11:30:07"^^xsd:dateTime ;
    skos:altLabel "Gas pipelines"@en,
        "Petroleum pipelines"@en,
        "Gassledninger"@nb,
        "Gassrør"@nb,
        "Gassrørledninger"@nb,
        "Oljeledninger"@nb,
        "Oljerør"@nb,
        "Oljerørledninger"@nb,
        "Rørledninger for olje"@nb,
        "Gassleidningar"@nn,
        "Gassrøyr"@nn,
        "Gassrøyrledningar"@nn,
        "Oljeleidningar"@nn,
        "Oljerøyr"@nn,
        "Oljerøyrleidningar"@nn,
        "Røyrleidningar for olje"@nn ;
    skos:broader humord:c04429 ;
    skos:closeMatch <http://dewey.info/class/621.381513/e23/>,
        <http://dewey.info/class/621.8672/e23/> ;
    skos:definition "En rørledning er en sammenkobling av rørlengder til et sluttet anlegg. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.381513/e23/>,
        <http://dewey.info/class/621.8672/e23/>,
        <http://dewey.info/class/696.2/e23/> ;
    skos:prefLabel "Pipelines"@en,
        "Rørledninger"@nb,
        "Røyrleidningar"@nn ;
    skos:relatedMatch <http://dewey.info/class/696.2/e23/> .

humord:c04425 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04425" ;
    dct:modified "2023-11-29T15:48:44"^^xsd:dateTime ;
    skos:altLabel "High tech"@en,
        "High technology"@en,
        "Low tech"@en,
        "Low technology"@en,
        "Høyteknologi"@nb,
        "Lavteknologi"@nb,
        "Høgteknologi"@nn,
        "Lågteknologi"@nn ;
    skos:broader humord:c04305 ;
    skos:closeMatch realfagstermer:c007862 ;
    skos:exactMatch realfagstermer:c013505,
        <http://dewey.info/class/306.46/e23/>,
        <http://dewey.info/class/600/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007862,
        realfagstermer:c013505,
        <http://dewey.info/class/303.483/e23/>,
        <http://dewey.info/class/306.46/e23/>,
        <http://dewey.info/class/344.095/e23/>,
        <http://dewey.info/class/352.745/e23/>,
        <http://dewey.info/class/372.358/e23/>,
        <http://dewey.info/class/600/e23/>,
        <http://dewey.info/class/658.514/e23/> ;
    skos:prefLabel "Technology"@en,
        "Teknologi"@nb,
        "Teknologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/303.483/e23/>,
        <http://dewey.info/class/344.095/e23/>,
        <http://dewey.info/class/352.745/e23/>,
        <http://dewey.info/class/372.358/e23/>,
        <http://dewey.info/class/658.514/e23/> .

humord:c04426 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04426" ;
    dct:modified "2024-06-26T07:28:35"^^xsd:dateTime ;
    skos:altLabel "Radio electronics"@en,
        "Radio engineering"@en,
        "Radio-frequency electronics"@en,
        "Radio-frequency engineering"@en,
        "Radio-frequency technology"@en,
        "Radioteknologi"@nb,
        "Radioteknologi"@nn ;
    skos:broader humord:c04425 ;
    skos:closeMatch <http://dewey.info/class/621.384/e23/> ;
    skos:exactMatch realfagstermer:c009722 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009722,
        <http://dewey.info/class/537.534/e23/>,
        <http://dewey.info/class/621.384/e23/> ;
    skos:prefLabel "Radio technology"@en,
        "Radioteknikk"@nb,
        "Radioteknikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/537.534/e23/> .

humord:c04429 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04429" ;
    dct:modified "2025-01-03T10:20:50"^^xsd:dateTime ;
    skos:altLabel "Materiell"@nb,
        "Utrustning"@nb,
        "Materiell"@nn,
        "Utrusting"@nn ;
    skos:broader humord:c04305 ;
    skos:exactMatch <http://dewey.info/class/1--0284/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0284/e23/>,
        <http://dewey.info/class/1--078/e23/>,
        <http://dewey.info/class/352.55/e23/>,
        <http://dewey.info/class/371.33/e23/>,
        <http://dewey.info/class/651.2/e23/>,
        <http://dewey.info/class/658.27/e23/>,
        <http://dewey.info/class/658.72/e23/> ;
    skos:prefLabel "Equipment"@en,
        "Utstyr"@nb,
        "Utstyr"@nn ;
    skos:related humord:c01449,
        humord:c07772 ;
    skos:relatedMatch <http://dewey.info/class/1--078/e23/>,
        <http://dewey.info/class/352.55/e23/>,
        <http://dewey.info/class/371.33/e23/>,
        <http://dewey.info/class/651.2/e23/>,
        <http://dewey.info/class/658.27/e23/>,
        <http://dewey.info/class/658.72/e23/> .

humord:c04431 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04431" ;
    dct:modified "2024-01-15T15:50:31"^^xsd:dateTime ;
    skos:broader humord:c04429 ;
    skos:exactMatch realfagstermer:c013429,
        <http://dewey.info/class/1--0284/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013429,
        <http://dewey.info/class/1--0284/e23/>,
        <http://dewey.info/class/530.7/e23/>,
        <http://dewey.info/class/629.135/e23/> ;
    skos:prefLabel "Instruments"@en,
        "Instrumenter"@nb,
        "Instrument"@nn ;
    skos:related humord:c05510 ;
    skos:relatedMatch <http://dewey.info/class/530.7/e23/>,
        <http://dewey.info/class/629.135/e23/> .

humord:c04432 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04432" ;
    dct:modified "2025-01-03T10:20:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/372.358/e23/> ;
    skos:broader humord:c04431 ;
    skos:closeMatch realfagstermer:c006841 ;
    skos:exactMatch <http://dewey.info/class/629.892/e23/>,
        <http://dewey.info/class/670.4272/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006841,
        <http://dewey.info/class/303.4834/e23/>,
        <http://dewey.info/class/372.358/e23/>,
        <http://dewey.info/class/629.892/e23/>,
        <http://dewey.info/class/670.4272/e23/>,
        <http://dewey.info/class/796.16/e23/> ;
    skos:prefLabel "Robots"@en,
        "Roboter"@nb,
        "Robotar"@nn ;
    skos:related humord:c04400,
        humord:c33014 ;
    skos:relatedMatch <http://dewey.info/class/303.4834/e23/>,
        <http://dewey.info/class/796.16/e23/> .

humord:c04433 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04433" ;
    dct:modified "2025-01-03T10:18:29"^^xsd:dateTime ;
    skos:altLabel "Bloomaries"@en,
        "Bloomary"@en,
        "Bloomery"@en,
        "Blesterovner"@nb,
        "Blesteromnar"@nn,
        "Jarnvinner"@nn ;
    skos:broadMatch <http://dewey.info/class/669.141093/e23/> ;
    skos:broader humord:c04429 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/669.141093/e23/> ;
    skos:prefLabel "Bloomeries"@en,
        "Jernvinner"@nb,
        "Jernvinner"@nn ;
    skos:related humord:c08301 .

humord:c04434 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04434" ;
    dct:modified "2025-10-14T15:29:00"^^xsd:dateTime ;
    skos:altLabel "Kverner"@nn ;
    skos:broader humord:c04429 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.21/e23/>,
        <http://dewey.info/class/621.453/e23/>,
        <http://dewey.info/class/664.72/e23/> ;
    skos:prefLabel "Grinders"@en,
        "Kverner"@nb,
        "Kvernar"@nn ;
    skos:relatedMatch <http://dewey.info/class/621.21/e23/>,
        <http://dewey.info/class/621.453/e23/>,
        <http://dewey.info/class/664.72/e23/> .

humord:c04435 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04435" ;
    dct:modified "2024-07-02T11:07:54"^^xsd:dateTime ;
    skos:altLabel "Maskiner"@nn ;
    skos:broader humord:c04429 ;
    skos:definition "Maskin er et apparat som med tilført energi utfører et visst arbeid. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004425,
        <http://dewey.info/class/621.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004425,
        <http://dewey.info/class/621.8/e23/> ;
    skos:prefLabel "Machines"@en,
        "Maskiner"@nb,
        "Maskinar"@nn ;
    skos:related humord:c33014 .

humord:c04436 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04436" ;
    dct:modified "2024-06-05T14:08:15"^^xsd:dateTime ;
    skos:altLabel "Dampmaskiner"@nn ;
    skos:broader humord:c04435 ;
    skos:definition "Dampmaskiner er maskiner som er drivne med vassdamp. Døme på dette kan vere stempelmaskiner, dampturbinar og så vidare, men til vanleg er det stempeldampmaskin som er meint. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c008677,
        <http://dewey.info/class/621.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008677,
        <http://dewey.info/class/621.1/e23/>,
        <http://dewey.info/class/623.8722/e23/>,
        <http://dewey.info/class/625.261/e23/>,
        <http://dewey.info/class/629.2501/e23/> ;
    skos:prefLabel "Steam engines"@en,
        "Dampmaskiner"@nb,
        "Dampmaskinar"@nn ;
    skos:relatedMatch <http://dewey.info/class/623.8722/e23/>,
        <http://dewey.info/class/625.261/e23/>,
        <http://dewey.info/class/629.2501/e23/> .

humord:c04437 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04437" ;
    dct:modified "2025-01-03T10:13:03"^^xsd:dateTime ;
    skos:altLabel "Symaskiner"@nn ;
    skos:broadMatch <http://dewey.info/class/681.7677/e23/> ;
    skos:broader humord:c04435 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/646.2044/e23/>,
        <http://dewey.info/class/681.7677/e23/> ;
    skos:prefLabel "Sewing machines"@en,
        "Symaskiner"@nb,
        "Symaskinar"@nn ;
    skos:relatedMatch <http://dewey.info/class/646.2044/e23/> .

humord:c04438 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04438" ;
    dct:modified "2025-05-15T15:03:42"^^xsd:dateTime ;
    skos:altLabel "Kornmøller"@nb,
        "Kornmøller"@nn ;
    skos:broadMatch <http://dewey.info/class/690.54/e23/>,
        <http://dewey.info/class/725.4/e23/> ;
    skos:broader humord:c05205 ;
    skos:definition "Mølle er et anlegg for finmaling eller utvalsing av stoffer (kolloidmølle, rivemølle, valsemølle). Ordet mølle ble tidligere brukt om bedrifter hvor maling (knusing) var en del av arbeidet, for eksempel benmølle, kruttmølle eller papirmølle. Nå betegner mølle kornmølle for maling av korn til mel og gryn. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.54/e23/>,
        <http://dewey.info/class/725.4/e23/> ;
    skos:prefLabel "Mills"@en,
        "Møller"@nb,
        "Møller"@nn .

humord:c04440 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04440" ;
    dct:modified "2026-04-23T11:12:31"^^xsd:dateTime ;
    skos:altLabel "Redskap"@nb,
        "Reiskap"@nn ;
    skos:broadMatch <http://dewey.info/class/1--0284/e23/> ;
    skos:broader humord:c04429,
        humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0284/e23/>,
        <http://dewey.info/class/621.9/e23/>,
        <http://dewey.info/class/683.8/e23/> ;
    skos:prefLabel "Utensils"@en,
        "Redskaper"@nb,
        "Reiskapar"@nn ;
    skos:relatedMatch <http://dewey.info/class/621.9/e23/>,
        <http://dewey.info/class/683.8/e23/> .

humord:c04441 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04441" ;
    dct:modified "2025-01-03T10:00:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/688.5/e23/> ;
    skos:broader humord:c04440 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/688.5/e23/> ;
    skos:prefLabel "Tweezers"@en,
        "Pinsetter"@nb,
        "Pinsettar"@nn .

humord:c04442 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04442" ;
    dct:modified "2024-10-11T14:09:48"^^xsd:dateTime ;
    skos:altLabel "Hjulploger"@nb,
        "Hjulplogar"@nn ;
    skos:broadMatch <http://dewey.info/class/681.7631/e23/> ;
    skos:broader humord:c11280 ;
    skos:definition "Plog er et redskap som brukes til jordarbeid  <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/631.51/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/631.51/e23/>,
        <http://dewey.info/class/681.7631/e23/> ;
    skos:prefLabel "Ploughs"@en,
        "Ploger"@nb,
        "Plogar"@nn .

humord:c04444 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04444" ;
    dct:modified "2026-01-12T11:30:25"^^xsd:dateTime ;
    skos:altLabel "Grindstones"@en,
        "Water stones"@en,
        "Whetstones"@en ;
    skos:broader humord:c04440 ;
    skos:closeMatch <http://dewey.info/class/621.923/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.923/e23/> ;
    skos:prefLabel "Sharpening stones"@en,
        "Slipesteiner"@nb,
        "Slipesteinar"@nn .

humord:c04445 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04445" ;
    dct:modified "2025-03-28T14:03:16"^^xsd:dateTime ;
    skos:altLabel "Hone-stones"@en,
        "Brynesteiner"@nb,
        "Brynesteinar"@nn ;
    skos:broadMatch <http://dewey.info/class/621.923/e23/> ;
    skos:broader humord:c04444 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.923/e23/> ;
    skos:prefLabel "Hones"@en,
        "Bryner"@nb,
        "Bryne"@nn .

humord:c04446 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04446" ;
    dct:modified "2024-10-14T10:02:54"^^xsd:dateTime ;
    skos:altLabel "Gear"@en,
        "Tackle"@en,
        "Verktøyer"@nb ;
    skos:broader humord:c04440 ;
    skos:definition "Spesialiserte redskaper som brukes for å lage eller bearbeide et arbeidsstykke, for eksempel sag eller hammer -<SNL>"@nb ;
    skos:exactMatch realfagstermer:c001789,
        <http://dewey.info/class/621.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001789,
        <http://dewey.info/class/621.9/e23/> ;
    skos:prefLabel "Tools"@en,
        "Verktøy"@nb,
        "Verktøy"@nn .

humord:c04447 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04447" ;
    dct:modified "2025-01-03T09:51:25"^^xsd:dateTime ;
    skos:altLabel "Hand planes"@en ;
    skos:broader humord:c04446 ;
    skos:closeMatch <http://dewey.info/class/621.912/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.912/e23/>,
        <http://dewey.info/class/684.082/e23/> ;
    skos:prefLabel "Planes (Tools)"@en,
        "Høvler"@nb,
        "Høvlar"@nn ;
    skos:relatedMatch <http://dewey.info/class/684.082/e23/> .

humord:c04448 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04448" ;
    dct:modified "2025-01-03T09:48:56"^^xsd:dateTime ;
    skos:altLabel "Vevstoler"@nb,
        "Vever"@nn,
        "Vevstolar"@nn ;
    skos:broader humord:c04440 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/677.028242/e23/>,
        <http://dewey.info/class/746.14/e23/> ;
    skos:prefLabel "Looms"@en,
        "Vever"@nb,
        "Vevar"@nn ;
    skos:related humord:c04836 ;
    skos:relatedMatch <http://dewey.info/class/677.028242/e23/>,
        <http://dewey.info/class/746.14/e23/> .

humord:c04450 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04450" ;
    dct:modified "2024-06-21T11:28:46"^^xsd:dateTime ;
    skos:broader humord:c61249 ;
    skos:closeMatch <http://dewey.info/class/621.165/e23/>,
        <http://dewey.info/class/621.24/e23/> ;
    skos:definition "Turbin er en kraftmaskin hvor drivmediet – vann, damp eller gass – ved hjelp av faststående dyser eller ledeskovler i form av en stråle med en bestemt retning og hastighet tilføres skovler som er festet på omkretsen av et roterende hjul eller en trommel.  <SNL>"@nb ;
    skos:exactMatch realfagstermer:c010678,
        <http://dewey.info/class/621.406/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010678,
        <http://dewey.info/class/621.165/e23/>,
        <http://dewey.info/class/621.24/e23/>,
        <http://dewey.info/class/621.406/e23/> ;
    skos:prefLabel "Turbines"@en,
        "Turbiner"@nb,
        "Turbinar"@nn .

humord:c04451 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04451" ;
    dct:modified "2023-12-18T15:24:53"^^xsd:dateTime ;
    skos:altLabel "Hydro turbines"@en,
        "Hydroturbines"@en,
        "Rørturbiner"@nb,
        "Røyrturbinar"@nn ;
    skos:broader humord:c04450 ;
    skos:exactMatch realfagstermer:c007984,
        <http://dewey.info/class/621.24/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007984,
        <http://dewey.info/class/621.24/e23/> ;
    skos:prefLabel "Water turbines"@en,
        "Vannturbiner"@nb,
        "Vassturbinar"@nn .

humord:c04452 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-05-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04452" ;
    dct:modified "2025-01-07T08:28:30"^^xsd:dateTime ;
    skos:altLabel "Cultural sciences"@en,
        "Kulturvitenskap"@nb,
        "Kulturvitskap"@nn ;
    skos:closeMatch <http://dewey.info/class/306/e23/> ;
    skos:editorialNote "Brukes om faget \"kulturkunnskap\". For bøker om kultur generelt, bruk termen  Kultur eller mer presise termer"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Cultural education"@en,
        "Kulturkunnskap"@nb,
        "Kulturkunnskap"@nn ;
    skos:topConceptOf humord: .

humord:c04453 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04453" ;
    dct:modified "2023-11-15T11:45:14"^^xsd:dateTime ;
    skos:broader humord:c04452 ;
    skos:exactMatch realfagstermer:c002101,
        <http://dewey.info/class/301/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002101,
        <http://dewey.info/class/128/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/301/e23/>,
        <http://dewey.info/class/569.9/e23/>,
        <http://dewey.info/class/599.9/e23/> ;
    skos:prefLabel "Anthropology"@en,
        "Antropologi"@nb,
        "Antropologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/128/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/569.9/e23/>,
        <http://dewey.info/class/599.9/e23/> .

humord:c04454 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-02-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04454" ;
    dct:modified "2024-08-16T09:51:24"^^xsd:dateTime ;
    skos:altLabel "Social anthropological methods"@en ;
    skos:broader humord:c04460 ;
    skos:closeMatch <http://dewey.info/class/301.01/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/301.01/e23/> ;
    skos:prefLabel "Anthropological methods"@en,
        "Antropologiske metoder"@nb,
        "Antropologiske metodar"@nn .

humord:c04455 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-02-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04455" ;
    dct:modified "2025-01-10T13:55:44"^^xsd:dateTime ;
    skos:altLabel "Biological anthropology"@en ;
    skos:broadMatch <http://dewey.info/class/599.9/e23/> ;
    skos:broader humord:c04453 ;
    skos:exactMatch realfagstermer:c001429 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001429,
        <http://dewey.info/class/599.9/e23/> ;
    skos:prefLabel "Physical anthropology"@en,
        "Fysisk antropologi"@nb,
        "Fysisk antropologi"@nn .

humord:c04456 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04456" ;
    dct:modified "2024-02-13T08:41:39"^^xsd:dateTime ;
    skos:altLabel "Human races"@en,
        "Menneskeraser"@nb,
        "Rase"@nb,
        "Menneskerasar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8/e23/>,
        <http://dewey.info/class/599.97/e23/> ;
    skos:broader humord:c04455 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8/e23/>,
        <http://dewey.info/class/599.97/e23/> ;
    skos:prefLabel "Races"@en,
        "Raser"@nb,
        "Rasar"@nn ;
    skos:related humord:c20984 .

humord:c04457 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04457" ;
    dct:modified "2024-11-26T14:31:50"^^xsd:dateTime ;
    skos:altLabel "Theories of race"@en,
        "Raseforsking"@nb,
        "Raseforskning"@nb,
        "Raseforsking"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8/e23/> ;
    skos:broader humord:c04455 ;
    skos:exactMatch realfagstermer:c011983 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011983,
        <http://dewey.info/class/305.8/e23/> ;
    skos:prefLabel "Race theories"@en,
        "Raseteorier"@nb,
        "Raseteoriar"@nn .

humord:c04458 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-02-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04458" ;
    dct:modified "2025-01-10T13:26:29"^^xsd:dateTime ;
    skos:broader humord:c04460 ;
    skos:closeMatch <http://dewey.info/class/306.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/> ;
    skos:prefLabel "Linguistic anthropology"@en,
        "Lingvistisk antropologi"@nb,
        "Lingvistisk antropologi"@nn ;
    skos:related humord:c05737 .

humord:c04459 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-02-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04459" ;
    dct:modified "2025-01-10T13:29:45"^^xsd:dateTime ;
    skos:broader humord:c04460 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.2/e23/> ;
    skos:prefLabel "Political anthropology"@en,
        "Politisk antropologi"@nb,
        "Politisk antropologi"@nn ;
    skos:related humord:c09547 ;
    skos:relatedMatch <http://dewey.info/class/306.2/e23/> .

humord:c04460 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-02-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04460" ;
    dct:modified "2024-01-03T11:17:31"^^xsd:dateTime ;
    skos:altLabel "Cultural anthropology"@en,
        "Kulturantropologi"@nb,
        "Kulturantropologi"@nn ;
    skos:broader humord:c04453,
        humord:c08995 ;
    skos:closeMatch <http://dewey.info/class/306/e23/> ;
    skos:definition "Den grenen av antropologi som omfatter det sammenlignende studiet av sosiale prosesser, sosial organisasjon, samhandling og andre kulturelle ytringer <SNL>"@nb ;
    skos:editorialNote "Etnografi skilt ut som egen term juni 2011. Omindeksering nødvendig. 2012-01-24/bsh. Gitt to OT-er, denne termen brukes om faget generelt i Norge. 201"@nb ;
    skos:exactMatch realfagstermer:c003340 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003340,
        <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Social anthropology"@en,
        "Sosialantropologi"@nb,
        "Sosialantropologi"@nn .

humord:c04461 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-08-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04461" ;
    dct:modified "2024-01-11T08:25:47"^^xsd:dateTime ;
    skos:broader humord:c04453 ;
    skos:closeMatch <http://dewey.info/class/306/e23/> ;
    skos:definition "Brukes \"om beskrivelser eller analytiske fremstillinger av bestemte folkegrupper\" <SNL>"@nb ;
    skos:editorialNote "Lukket bemerkning: ubo11"@nb,
        "Skilt ut fra Sosialantropologi som egen term juni 2011. Omindeksering av eldre poster nødvendig. Maa"@nb ;
    skos:exactMatch realfagstermer:c005693 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005693,
        <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Ethnography"@en,
        "Etnografi"@nb,
        "Etnografi"@nn .

humord:c04463 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04463" ;
    dct:modified "2024-01-03T09:44:14"^^xsd:dateTime ;
    skos:altLabel "Civilisation"@en,
        "Civilisations"@en,
        "Civilizations"@en,
        "Sivilisasjoner"@nb,
        "Sivilisasjonar"@nn ;
    skos:broader humord:c04460 ;
    skos:exactMatch <http://dewey.info/class/909/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306/e23/>,
        <http://dewey.info/class/909/e23/>,
        <http://dewey.info/class/930/e23/> ;
    skos:prefLabel "Civilization"@en,
        "Sivilisasjon"@nb,
        "Sivilisasjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/306/e23/>,
        <http://dewey.info/class/930/e23/> .

humord:c04464 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04464" ;
    dct:modified "2025-01-10T13:19:20"^^xsd:dateTime ;
    skos:altLabel "Civilisation processes"@en,
        "Civilization processes"@en,
        "Civilizing processes"@en ;
    skos:broadMatch <http://dewey.info/class/306/e23/>,
        <http://dewey.info/class/909/e23/> ;
    skos:broader humord:c04463 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306/e23/>,
        <http://dewey.info/class/909/e23/> ;
    skos:prefLabel "Civilising processes"@en,
        "Sivilisasjonsprosesser"@nb,
        "Sivilisasjonsprosessar"@nn ;
    skos:related humord:c04550 .

humord:c04465 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04465" ;
    dct:modified "2025-01-10T13:19:34"^^xsd:dateTime ;
    skos:altLabel "Civilisation theory"@en,
        "Civilization theories"@en,
        "Civilization theory"@en,
        "Civilsation theories"@en,
        "Theory of civilization"@en ;
    skos:broadMatch <http://dewey.info/class/300.1/e23/>,
        <http://dewey.info/class/909/e23/> ;
    skos:broader humord:c04463 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/300.1/e23/>,
        <http://dewey.info/class/909/e23/> ;
    skos:prefLabel "Theory of civilisation"@en,
        "Sivilisasjonsteori"@nb,
        "Sivilisasjonsteori"@nn .

humord:c04466 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04466" ;
    dct:modified "2024-08-21T10:18:19"^^xsd:dateTime ;
    skos:altLabel "Clans"@en,
        "Descent groups"@en,
        "Families (Genealogy)"@en,
        "Genera"@en,
        "Kindreds"@en,
        "Matrilineages"@en,
        "Patrilineages"@en,
        "Familier (Genealogi)"@nb,
        "Farslinjer"@nb,
        "Klaner"@nb,
        "Matrilinjer"@nb,
        "Morslinjer"@nb,
        "Patrilinjer"@nb,
        "Ætter"@nb,
        "Familiar (Genealogi)"@nn,
        "Farsliner"@nn,
        "Farslinjer"@nn,
        "Klanar"@nn,
        "Matriliner"@nn,
        "Matrilinjer"@nn,
        "Morsliner"@nn,
        "Morslinjer"@nn,
        "Patriliner"@nn,
        "Patrilinjer"@nn,
        "Ætter"@nn ;
    skos:broadMatch <http://dewey.info/class/929.2/e23/> ;
    skos:broader humord:c04469 ;
    skos:closeMatch realfagstermer:c002213 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c007109 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002213,
        realfagstermer:c007109,
        <http://dewey.info/class/929.2/e23/> ;
    skos:prefLabel "Kin groups"@en,
        "Slekter"@nb,
        "Slekter"@nn .

humord:c04469 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04469" ;
    dct:modified "2024-11-13T07:54:49"^^xsd:dateTime ;
    skos:altLabel "Family"@en,
        "Kin"@en,
        "Lineage"@en,
        "Relatives"@en,
        "Slekt"@nb,
        "Slektninger"@nb,
        "Slekt"@nn,
        "Slektningar"@nn ;
    skos:broader humord:c04460 ;
    skos:exactMatch realfagstermer:c006228,
        <http://dewey.info/class/306.83/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006228,
        <http://dewey.info/class/306.83/e23/>,
        <http://dewey.info/class/929.1/e23/>,
        <http://dewey.info/class/929.2/e23/> ;
    skos:prefLabel "Kinship"@en,
        "Slektskap"@nb,
        "Slektskap"@nn ;
    skos:relatedMatch <http://dewey.info/class/929.1/e23/>,
        <http://dewey.info/class/929.2/e23/> .

humord:c04470 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04470" ;
    dct:modified "2025-01-10T13:24:13"^^xsd:dateTime ;
    skos:broader humord:c04460 ;
    skos:definition "Samfunnssystem der befolkningen er delt opp i grupper med hvert sitt totem <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.11/e23/> ;
    skos:prefLabel "Totemism"@en,
        "Totemisme"@nb,
        "Totemisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/202.11/e23/> .

humord:c04471 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04471" ;
    dct:modified "2023-11-15T14:46:51"^^xsd:dateTime ;
    skos:altLabel "Stjernetyding"@nb ;
    skos:broader humord:c04452 ;
    skos:exactMatch realfagstermer:c013403,
        <http://dewey.info/class/133.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013403,
        <http://dewey.info/class/133.5/e23/> ;
    skos:prefLabel "Astrology"@en,
        "Astrologi"@nb,
        "Astrologi"@nn .

humord:c04473 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04473" ;
    dct:modified "2024-03-14T11:18:23"^^xsd:dateTime ;
    skos:altLabel "Stellar Constellations"@en,
        "Konstellasjoner (Stjerner)"@nb,
        "Stjernebilde"@nb,
        "Konstellasjonar (Stjerner)"@nn ;
    skos:broadMatch <http://dewey.info/class/523.8/e23/> ;
    skos:broader humord:c04471 ;
    skos:exactMatch realfagstermer:c006316 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006316,
        <http://dewey.info/class/133.52/e23/>,
        <http://dewey.info/class/523.8/e23/> ;
    skos:prefLabel "Constellations (Stars)"@en,
        "Stjernebilder"@nb,
        "Stjernebilete"@nn ;
    skos:related humord:c08186 ;
    skos:relatedMatch <http://dewey.info/class/133.52/e23/> .

humord:c04474 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-05-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04474" ;
    dct:modified "2025-01-10T13:13:43"^^xsd:dateTime ;
    skos:altLabel "Dyrekretsen"@nb,
        "Dyrekrinsen"@nn ;
    skos:broadMatch <http://dewey.info/class/523/e23/> ;
    skos:broader humord:c04471 ;
    skos:closeMatch <http://dewey.info/class/133.52/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.52/e23/>,
        <http://dewey.info/class/398.26/e23/>,
        <http://dewey.info/class/398.362/e23/>,
        <http://dewey.info/class/523/e23/> ;
    skos:prefLabel "Zodiak"@en,
        "Zodiaken"@nb,
        "Zodiaken"@nn ;
    skos:relatedMatch <http://dewey.info/class/398.26/e23/>,
        <http://dewey.info/class/398.362/e23/> .

humord:c04475 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-04-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04475" ;
    dct:modified "2023-11-24T14:46:38"^^xsd:dateTime ;
    skos:broader humord:c04452 ;
    skos:closeMatch <http://dewey.info/class/400/e23/> ;
    skos:definition "Studiet av språk og litteratur, og da gjerne gamle litterære dokumenter og verker <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c001308 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001308,
        <http://dewey.info/class/400/e23/> ;
    skos:prefLabel "Philology"@en,
        "Filologi"@nb,
        "Filologi"@nn ;
    skos:related humord:c05737 .

humord:c04476 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-10-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04476" ;
    dct:modified "2024-07-26T12:06:49"^^xsd:dateTime ;
    skos:altLabel "African philology"@en ;
    skos:broadMatch <http://dewey.info/class/496/e23/>,
        <http://dewey.info/class/960/e23/> ;
    skos:broader humord:c04475 ;
    skos:definition "Afrikanistikk, vitenskap som omfatter de afrikanske folks språk, historie oog kultur <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/496/e23/>,
        <http://dewey.info/class/960/e23/> ;
    skos:prefLabel "Africanistics"@en,
        "Afrikanistikk"@nb,
        "Afrikanistikk"@nn .

humord:c04477 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04477" ;
    dct:modified "2024-08-13T08:34:21"^^xsd:dateTime ;
    skos:altLabel "Altaisk filologi"@nb,
        "Altaisk filologi"@nn ;
    skos:broadMatch <http://dewey.info/class/494.33/e23/> ;
    skos:broader humord:c04475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/494.33/e23/> ;
    skos:prefLabel "Altaic philology"@en,
        "Altaistikk"@nb,
        "Altaistikk"@nn .

humord:c04478 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04478" ;
    dct:modified "2024-08-15T08:24:53"^^xsd:dateTime ;
    skos:altLabel "Anglistics"@en ;
    skos:broadMatch <http://dewey.info/class/420/e23/> ;
    skos:broader humord:c04475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/420/e23/> ;
    skos:prefLabel "English philology"@en,
        "Anglistikk"@nb,
        "Anglistikk"@nn .

humord:c04479 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04479" ;
    dct:modified "2024-08-28T11:23:03"^^xsd:dateTime ;
    skos:altLabel "Ancient Near East Studies"@en,
        "Assyrian philology"@en,
        "Cuneiform studies"@en ;
    skos:broadMatch <http://dewey.info/class/935/e23/> ;
    skos:broader humord:c04475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/935/e23/> ;
    skos:prefLabel "Assyriology"@en,
        "Assyriologi"@nb,
        "Assyriologi"@nn .

humord:c04480 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04480" ;
    dct:modified "2024-10-10T08:47:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/949.6/e23/> ;
    skos:broader humord:c04475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/949.6/e23/> ;
    skos:prefLabel "Balkan studies"@en,
        "Balkanistikk"@nb,
        "Balkanistikk"@nn .

humord:c04481 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04481" ;
    dct:modified "2025-01-10T07:46:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/949.502/e23/> ;
    skos:broader humord:c04475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/949.502/e23/> ;
    skos:prefLabel "Byzantine philology"@en,
        "Bysantinistikk"@nb,
        "Bysantinistikk"@nn .

humord:c04482 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04482" ;
    dct:modified "2024-10-24T08:05:36"^^xsd:dateTime ;
    skos:altLabel "Egyptian philology"@en ;
    skos:broadMatch <http://dewey.info/class/493.1/e23/> ;
    skos:broader humord:c04475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/493.1/e23/> ;
    skos:prefLabel "Egyptology"@en,
        "Egyptologi"@nb,
        "Egyptologi"@nn ;
    skos:related humord:c08550,
        humord:c18024 .

humord:c04483 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04483" ;
    dct:modified "2025-01-10T07:48:59"^^xsd:dateTime ;
    skos:altLabel "Francophone studies"@en ;
    skos:broadMatch <http://dewey.info/class/440/e23/> ;
    skos:broader humord:c04475 ;
    skos:definition "Kunst, kultur og språk i fransktalende land utenom Frankrike <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/440/e23/> ;
    skos:prefLabel "Francophone world"@en,
        "Frankofoni"@nb,
        "Frankofoni"@nn .

humord:c04484 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04484" ;
    dct:modified "2025-01-10T07:49:31"^^xsd:dateTime ;
    skos:altLabel "Germanics"@en,
        "Germanistics"@en ;
    skos:broadMatch <http://dewey.info/class/430/e23/> ;
    skos:broader humord:c04475 ;
    skos:definition "Fellesbetegnelse for tysk språkvitenskap og tysk litteratur samt germansk språkvitenskap og gammelgermansk litteratur <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/430/e23/> ;
    skos:prefLabel "German studies"@en,
        "Germanistikk"@nb,
        "Germanistikk"@nn .

humord:c04485 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04485" ;
    dct:modified "2026-01-12T11:30:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/494.511/e23/> ;
    skos:broader humord:c04475 ;
    skos:definition "Forsking om ungarsk språk, litteratur, kultur og historie <AA>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/494.511/e23/> ;
    skos:prefLabel "Hungarian studies"@en,
        "Hungarologi"@nb,
        "Hungarologi"@nn .

humord:c04486 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04486" ;
    dct:modified "2025-01-10T07:35:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/491/e23/> ;
    skos:broader humord:c16844 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/491/e23/> ;
    skos:prefLabel "Indology"@en,
        "Indologi"@nb,
        "Indologi"@nn .

humord:c04487 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04487" ;
    dct:modified "2025-01-10T07:37:36"^^xsd:dateTime ;
    skos:altLabel "Iranian philology"@en,
        "Iransk filologi"@nb,
        "Iransk filologi"@nn ;
    skos:broadMatch <http://dewey.info/class/491.5/e23/> ;
    skos:broader humord:c16844 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/491.5/e23/> ;
    skos:prefLabel "Iranian studies"@en,
        "Iranistikk"@nb,
        "Iranistikk"@nn .

humord:c04488 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04488" ;
    dct:modified "2024-10-21T08:43:37"^^xsd:dateTime ;
    skos:altLabel "Celtic studies"@en,
        "Keltisk filologi"@nb,
        "Keltisk filologi"@nn ;
    skos:broadMatch <http://dewey.info/class/491.6/e23/> ;
    skos:broader humord:c04475 ;
    skos:definition "Keltologi er en fellesbetegnelse for studiet av keltiske språk, litteratur og kultur <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/491.6/e23/> ;
    skos:prefLabel "Celtic philology"@en,
        "Keltologi"@nb,
        "Keltologi"@nn ;
    skos:related humord:c10558 .

humord:c04490 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04490" ;
    dct:modified "2024-11-20T11:24:26"^^xsd:dateTime ;
    skos:altLabel "Mongol studies"@en,
        "Mongolian studies"@en,
        "Mongologi"@nb,
        "Mongolske studier"@nb,
        "Mongologi"@nn,
        "Mongolske studium"@nn ;
    skos:broadMatch <http://dewey.info/class/494.23/e23/> ;
    skos:broader humord:c04475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/494.23/e23/> ;
    skos:prefLabel "Mongolian philology"@en,
        "Mongolistikk"@nb,
        "Mongolistikk"@nn .

humord:c04491 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04491" ;
    dct:modified "2024-10-21T09:08:16"^^xsd:dateTime ;
    skos:altLabel "Nordic philology"@en ;
    skos:broadMatch <http://dewey.info/class/439.5/e23/> ;
    skos:broader humord:c04475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/439.5/e23/> ;
    skos:prefLabel "Nordic studies"@en,
        "Nordistikk"@nb,
        "Nordistikk"@nn ;
    skos:related humord:c10247 .

humord:c04492 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04492" ;
    dct:modified "2025-01-10T10:33:32"^^xsd:dateTime ;
    skos:altLabel "Oriental philology"@en,
        "Orientalism (Philology)"@en,
        "Orientalisme (Filologi)"@nb,
        "Orientalisme (Filologi)"@nn ;
    skos:broadMatch <http://dewey.info/class/490/e23/> ;
    skos:broader humord:c04475 ;
    skos:definition "Vitenskapelig forsking om Orienten <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/490/e23/> ;
    skos:prefLabel "Oriental studies"@en,
        "Orientalistikk"@nb,
        "Orientalistikk"@nn .

humord:c04493 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04493" ;
    dct:modified "2025-01-10T10:34:00"^^xsd:dateTime ;
    skos:altLabel "Romance studies"@en,
        "Romansk filologi"@nb,
        "Romansk filologi"@nn ;
    skos:broadMatch <http://dewey.info/class/440/e23/> ;
    skos:broader humord:c04475 ;
    skos:definition "Studiet av romanske språk og kulturer <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/440/e23/> ;
    skos:prefLabel "Romance philology"@en,
        "Romanistikk"@nb,
        "Romanistikk"@nn ;
    skos:related humord:c10474 .

humord:c04495 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04495" ;
    dct:modified "2025-01-10T07:33:51"^^xsd:dateTime ;
    skos:altLabel "Hispanic philology"@en ;
    skos:broadMatch <http://dewey.info/class/460/e23/> ;
    skos:broader humord:c04493 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/460/e23/> ;
    skos:prefLabel "Hispanic studies"@en,
        "Hispanistikk"@nb,
        "Hispanistikk"@nn .

humord:c04496 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04496" ;
    dct:modified "2025-01-10T07:33:34"^^xsd:dateTime ;
    skos:altLabel "Catalan philology"@en ;
    skos:broadMatch <http://dewey.info/class/449.9/e23/> ;
    skos:broader humord:c04493 ;
    skos:definition "Studiet av katalansk språk og kultur <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/449.9/e23/> ;
    skos:prefLabel "Catalan studies"@en,
        "Katalanistikk"@nb,
        "Katalanistikk"@nn .

humord:c04497 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04497" ;
    dct:modified "2025-01-10T07:42:40"^^xsd:dateTime ;
    skos:altLabel "Russian philology"@en ;
    skos:broadMatch <http://dewey.info/class/491.7/e23/> ;
    skos:broader humord:c04475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/491.7/e23/> ;
    skos:prefLabel "Russian studies"@en,
        "Russistikk"@nb,
        "Russistikk"@nn ;
    skos:related humord:c04500 .

humord:c04498 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04498" ;
    dct:modified "2025-01-10T07:34:35"^^xsd:dateTime ;
    skos:altLabel "Chinese studies"@en ;
    skos:broadMatch <http://dewey.info/class/495.1/e23/> ;
    skos:broader humord:c04492 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/495.1/e23/> ;
    skos:prefLabel "Sinology"@en,
        "Sinologi"@nb,
        "Sinologi"@nn ;
    skos:related humord:c19167 .

humord:c04499 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04499" ;
    dct:modified "2025-01-10T07:42:59"^^xsd:dateTime ;
    skos:altLabel "Scandinavian philology"@en ;
    skos:broadMatch <http://dewey.info/class/439.5/e23/> ;
    skos:broader humord:c04475 ;
    skos:definition "Fellesbetegnelse for skandinavisk litteratur- og språkvitenskap <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/439.5/e23/> ;
    skos:prefLabel "Scandinavian studies"@en,
        "Skandinavistikk"@nb,
        "Skandinavistikk"@nn .

humord:c04500 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04500" ;
    dct:modified "2025-01-10T10:36:12"^^xsd:dateTime ;
    skos:altLabel "Slavic philology"@en,
        "Slavic studies"@en,
        "Slavonic philology"@en,
        "Slavisk filologi"@nb,
        "Slavisk filologi"@nn ;
    skos:broadMatch <http://dewey.info/class/491.8/e23/> ;
    skos:broader humord:c04475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/491.8/e23/> ;
    skos:prefLabel "Slavonic studies"@en,
        "Slavistikk"@nb,
        "Slavistikk"@nn ;
    skos:related humord:c04497 .

humord:c04501 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04501" ;
    dct:modified "2025-01-10T07:43:17"^^xsd:dateTime ;
    skos:altLabel "Sumerian philology"@en ;
    skos:broadMatch <http://dewey.info/class/499.95/e23/> ;
    skos:broader humord:c04475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/499.95/e23/> ;
    skos:prefLabel "Sumerology"@en,
        "Sumerologi"@nb,
        "Sumerologi"@nn .

humord:c04502 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04502" ;
    dct:modified "2025-01-10T12:54:53"^^xsd:dateTime ;
    skos:altLabel "Turkic philology"@en,
        "Turkic studies"@en,
        "Turkish philology"@en,
        "Turkish studies"@en,
        "Tyrkisk filologi"@nb,
        "Tyrkisk filologi"@nn ;
    skos:broadMatch <http://dewey.info/class/494.3/e23/> ;
    skos:broader humord:c04475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/494.3/e23/> ;
    skos:prefLabel "Turcology"@en,
        "Turkologi"@nb,
        "Turkologi"@nn ;
    skos:related humord:c19487 .

humord:c04503 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04503" ;
    dct:modified "2025-01-10T07:44:07"^^xsd:dateTime ;
    skos:altLabel "Fenno-Ugric philology"@en,
        "Fenno-Ugric studies"@en,
        "Fennougristics"@en,
        "Finno-Ugric philology"@en,
        "Finno-Ugric studies"@en,
        "Finnougristics"@en,
        "Uralic philology"@en,
        "Uralistics"@en,
        "Fennougristikk"@nb,
        "Fennougristikk"@nn ;
    skos:broader humord:c04475 ;
    skos:closeMatch <http://dewey.info/class/894.5/e23/> ;
    skos:exactMatch <http://dewey.info/class/494.5/e23/>,
        <http://dewey.info/class/6--945/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/494.5/e23/>,
        <http://dewey.info/class/6--945/e23/>,
        <http://dewey.info/class/894.5/e23/> ;
    skos:prefLabel "Uralistics"@en,
        "Uralistikk"@nb,
        "Uralistikk"@nn .

humord:c04505 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04505" ;
    dct:modified "2025-01-07T08:59:44"^^xsd:dateTime ;
    skos:altLabel "Slektsvåpen"@nb,
        "Våpenskjold"@nb,
        "Slektsvåpen"@nn,
        "Våpenskjold"@nn ;
    skos:broader humord:c04452 ;
    skos:definition "Vitenskapen om våpenmerker, slektsvåpen, deres sammensetning, farger og figurframstilling <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/929.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.6/e23/> ;
    skos:prefLabel "Heraldry"@en,
        "Heraldikk"@nb,
        "Heraldikk"@nn ;
    skos:related humord:c04512 .

humord:c04508 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04508" ;
    dct:modified "2025-01-10T07:26:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/929.6/e23/> ;
    skos:broader humord:c04505 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.6/e23/> ;
    skos:prefLabel "Emblems"@en,
        "Emblemer"@nb,
        "Emblem"@nn ;
    skos:related humord:c06342,
        humord:c17164 .

humord:c04509 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04509" ;
    dct:modified "2025-03-26T12:58:04"^^xsd:dateTime ;
    skos:altLabel "Bannere"@nb,
        "Banner"@nn ;
    skos:broader humord:c04505 ;
    skos:closeMatch <http://dewey.info/class/355.15/e23/> ;
    skos:exactMatch <http://dewey.info/class/929.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/355.15/e23/>,
        <http://dewey.info/class/929.92/e23/> ;
    skos:prefLabel "Banners"@en,
        "Faner"@nb,
        "Faner"@nn .

humord:c04510 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04510" ;
    dct:modified "2025-01-10T07:26:16"^^xsd:dateTime ;
    skos:altLabel "Tangkas"@en,
        "Tankas"@en ;
    skos:broadMatch <http://dewey.info/class/299.54/e23/> ;
    skos:broader humord:c04509 ;
    skos:definition "Tibetansk religiøst banner med maleri <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.54/e23/>,
        <http://dewey.info/class/759.9515/e23/> ;
    skos:prefLabel "Thangkas"@en,
        "Tankaer"@nb,
        "Tanka (Faner)"@nn ;
    skos:relatedMatch <http://dewey.info/class/759.9515/e23/> .

humord:c04511 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04511" ;
    dct:modified "2025-01-10T07:23:39"^^xsd:dateTime ;
    skos:broader humord:c04505 ;
    skos:closeMatch <http://dewey.info/class/355.15/e23/> ;
    skos:exactMatch <http://dewey.info/class/929.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/344.09/e23/>,
        <http://dewey.info/class/355.15/e23/>,
        <http://dewey.info/class/929.92/e23/> ;
    skos:prefLabel "Flags"@en,
        "Flagg"@nb,
        "Flagg"@nn ;
    skos:relatedMatch <http://dewey.info/class/344.09/e23/> .

humord:c04512 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04512" ;
    dct:modified "2025-01-17T07:14:07"^^xsd:dateTime ;
    skos:altLabel "Decorations (Distinctions)"@en,
        "Dekorasjoner (Utmerkelser)"@nb,
        "Ordenstegn"@nb,
        "Utmerkelser"@nb,
        "Utmerkelsestegn"@nb,
        "Dekorasjonar (Utmerkingar)"@nn,
        "Ordensteikn"@nn,
        "Utmerkingar"@nn,
        "Utmerkingsteikn"@nn ;
    skos:broader humord:c04660 ;
    skos:closeMatch <http://dewey.info/class/355.134/e23/>,
        <http://dewey.info/class/929.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/355.134/e23/>,
        <http://dewey.info/class/929.81/e23/> ;
    skos:prefLabel "Orders (Distinctions)"@en,
        "Ordener (Utmerkelser)"@nb,
        "Ordenar (Utmerkingar)"@nn ;
    skos:related humord:c04505,
        humord:c04742 .

humord:c04514 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04514" ;
    dct:modified "2025-01-10T07:22:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/929.6/e23/> ;
    skos:broader humord:c04505 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.6/e23/> ;
    skos:prefLabel "National coat of arms"@en,
        "Riksvåpen"@nb,
        "Riksvåpen"@nn .

humord:c04515 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04515" ;
    dct:modified "2023-11-30T15:37:42"^^xsd:dateTime ;
    skos:altLabel "Kulturelle forhold"@nb ;
    skos:broader humord:c04452 ;
    skos:exactMatch realfagstermer:c013440,
        <http://dewey.info/class/306/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013440,
        <http://dewey.info/class/306/e23/>,
        <http://dewey.info/class/344.09/e23/>,
        <http://dewey.info/class/353.7/e23/> ;
    skos:prefLabel "Culture"@en,
        "Kultur"@nb,
        "Kultur"@nn ;
    skos:related humord:c00076,
        humord:c09007 ;
    skos:relatedMatch <http://dewey.info/class/344.09/e23/>,
        <http://dewey.info/class/353.7/e23/> .

humord:c04517 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04517" ;
    dct:modified "2025-01-09T14:57:09"^^xsd:dateTime ;
    skos:altLabel "Cultural diversity"@en,
        "Kulturforskjeller"@nb,
        "Kulturelle skilnader"@nn,
        "Kulturforskjellar"@nn,
        "Kulturskilnadar"@nn ;
    skos:broadMatch <http://dewey.info/class/306.4/e23/> ;
    skos:broader humord:c04515 ;
    skos:exactMatch realfagstermer:c010773 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010773,
        <http://dewey.info/class/306.4/e23/> ;
    skos:prefLabel "Cultural differences"@en,
        "Kulturelle forskjeller"@nb,
        "Kulturelle forskjellar"@nn ;
    skos:related humord:c04550,
        humord:c20994 .

humord:c04518 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04518" ;
    dct:modified "2023-11-30T15:40:31"^^xsd:dateTime ;
    skos:altLabel "Cultural awareness"@en ;
    skos:broadMatch <http://dewey.info/class/303.482/e23/> ;
    skos:broader humord:c04515 ;
    skos:exactMatch realfagstermer:c008862 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008862,
        <http://dewey.info/class/303.482/e23/> ;
    skos:prefLabel "Cultural understanding"@en,
        "Kulturforståelse"@nb,
        "Kulturforståing"@nn ;
    skos:related humord:c00563 .

humord:c04519 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04519" ;
    dct:modified "2025-10-14T15:28:28"^^xsd:dateTime ;
    skos:altLabel "Cultural history (Subject)"@en ;
    skos:broader humord:c04515 ;
    skos:editorialNote "Brukes om faget kulturhistorie"@nb ;
    skos:exactMatch realfagstermer:c006357,
        <http://dewey.info/class/306.09/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006357,
        <http://dewey.info/class/306.09/e23/> ;
    skos:prefLabel "Cultural history (Subject)"@en,
        "Kulturhistorie (Faget)"@nb,
        "Kulturhistorie (Faget)"@nn .

humord:c04521 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04521" ;
    dct:modified "2023-11-30T15:45:13"^^xsd:dateTime ;
    skos:altLabel "Cultural theory"@en,
        "Philosophy of culture"@en,
        "Kulturfilosofi"@nb ;
    skos:broader humord:c04519 ;
    skos:exactMatch <http://dewey.info/class/306.01/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.01/e23/> ;
    skos:prefLabel "Culture theory"@en,
        "Kulturteori"@nb,
        "Kulturteori"@nn .

humord:c04523 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-09-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04523" ;
    dct:modified "2024-08-15T11:21:18"^^xsd:dateTime ;
    skos:altLabel "Otherness (Culture theory)"@en,
        "Strangeness (Culture theory)"@en,
        "The foreigner (Culture theory)"@en,
        "The stranger (Culture theory)"@en,
        "Annengjøring"@nb,
        "Den fremmede (Kulturteori)"@nb,
        "Den framande (Kulturteori)"@nn ;
    skos:broadMatch <http://dewey.info/class/303.482/e23/> ;
    skos:broader humord:c04521 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/158.27/e23/>,
        <http://dewey.info/class/303.482/e23/> ;
    skos:prefLabel "The other (Culture theory)"@en,
        "Det fremmede (Kulturteori)"@nb,
        "Det framande (Kulturteori)"@nn ;
    skos:related humord:c04551,
        humord:c08132,
        humord:c22856 ;
    skos:relatedMatch <http://dewey.info/class/158.27/e23/> .

humord:c04524 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04524" ;
    dct:modified "2025-01-08T14:21:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.01/e23/> ;
    skos:broader humord:c04521 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.01/e23/> ;
    skos:prefLabel "Cultural analysis"@en,
        "Kulturanalyse"@nb,
        "Kulturanalyse"@nn .

humord:c04525 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04525" ;
    dct:modified "2025-01-08T14:21:30"^^xsd:dateTime ;
    skos:altLabel "Idea of culture"@en ;
    skos:broadMatch <http://dewey.info/class/306.01/e23/> ;
    skos:broader humord:c04521 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.01/e23/> ;
    skos:prefLabel "Concept of culture"@en,
        "Kulturbegrepet"@nb,
        "Kulturomgrepet"@nn .

humord:c04526 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04526" ;
    dct:modified "2025-01-08T14:19:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.09/e23/>,
        <http://dewey.info/class/709/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c04525 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.09/e23/>,
        <http://dewey.info/class/709/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Decadence"@en,
        "Dekadanse"@nb,
        "Dekadanse"@nn .

humord:c04527 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04527" ;
    dct:modified "2025-01-08T14:18:41"^^xsd:dateTime ;
    skos:altLabel "The concept of folk culture"@en ;
    skos:broadMatch <http://dewey.info/class/306/e23/> ;
    skos:broader humord:c04525 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "The folk culture concept"@en,
        "Folkekulturbegrepet"@nb,
        "Folkekulturomgrepet"@nn .

humord:c04528 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04528" ;
    dct:modified "2025-01-08T14:17:49"^^xsd:dateTime ;
    skos:altLabel "Cultural critisism"@en,
        "Sivilisasjonskritikk"@nb ;
    skos:broadMatch <http://dewey.info/class/306.01/e23/> ;
    skos:broader humord:c04521 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.01/e23/> ;
    skos:prefLabel "Cultural critic"@en,
        "Kulturkritikk"@nb,
        "Kulturkritikk"@nn .

humord:c04529 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04529" ;
    dct:modified "2025-01-09T07:20:54"^^xsd:dateTime ;
    skos:altLabel "The concept of development"@en ;
    skos:broadMatch <http://dewey.info/class/116/e23/>,
        <http://dewey.info/class/303.44/e23/> ;
    skos:broader humord:c04521 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/116/e23/>,
        <http://dewey.info/class/303.44/e23/> ;
    skos:prefLabel "The development concept"@en,
        "Utviklingsbegrepet"@nb,
        "Utviklingsomgrepet"@nn .

humord:c04530 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04530" ;
    dct:modified "2025-01-09T14:59:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306/e23/> ;
    skos:broader humord:c04515 ;
    skos:definition "Teater, litteratur, musikk, malerkunst, o a kulturelle ytringer i et samfunn <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Cultural life"@en,
        "Kulturliv"@nb,
        "Kulturliv"@nn ;
    skos:related humord:c25582 .

humord:c04531 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04531" ;
    dct:modified "2024-02-28T14:27:33"^^xsd:dateTime ;
    skos:altLabel "Clubs (Organizations)"@en,
        "Societies (Organizations)"@en,
        "Society (Organizations)"@en,
        "Lag"@nb,
        "Losjer"@nb,
        "Foreiningar"@nn,
        "Lag"@nn,
        "Losjar"@nn ;
    skos:broader humord:c09286 ;
    skos:exactMatch <http://dewey.info/class/060/e23/>,
        <http://dewey.info/class/369/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/060/e23/>,
        <http://dewey.info/class/369/e23/> ;
    skos:prefLabel "Associations"@en,
        "Foreninger"@nb,
        "Samskipnader"@nn ;
    skos:related humord:c04902 .

humord:c04533 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04533" ;
    dct:modified "2025-10-02T14:14:34"^^xsd:dateTime ;
    skos:altLabel "Buekorps"@en ;
    skos:broadMatch <http://dewey.info/class/369.4/e23/> ;
    skos:broader humord:c04531 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/369.4/e23/> ;
    skos:prefLabel "Boys' drill corps"@en,
        "Buekorps"@nb,
        "Buekorps"@nn .

humord:c04534 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04534" ;
    dct:modified "2025-01-08T14:13:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306/e23/> ;
    skos:broader humord:c04530 ;
    skos:definition "Arbeid som fremmer åndelig virksomhet og dannelse <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Cultural work"@en,
        "Kulturarbeid"@nb,
        "Kulturarbeid"@nn .

humord:c04535 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04535" ;
    dct:modified "2024-10-01T14:36:48"^^xsd:dateTime ;
    skos:altLabel "Enlightenment of the people"@en,
        "General education (Public enlightenment)"@en,
        "Popular education"@en,
        "Folkeopplysningsarbeid"@nb,
        "Opplysningsarbeid"@nb,
        "Folkeopplysingsarbeid"@nn,
        "Opplysingsarbeid"@nn ;
    skos:broadMatch <http://dewey.info/class/370/e23/> ;
    skos:broader humord:c04534 ;
    skos:closeMatch <http://dewey.info/class/374/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/370/e23/>,
        <http://dewey.info/class/374/e23/> ;
    skos:prefLabel "Public education (Public enlightenment)"@en,
        "Folkeopplysning"@nb,
        "Folkeopplysing"@nn ;
    skos:related humord:c09087,
        humord:c09088 .

humord:c04536 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04536" ;
    dct:modified "2024-10-02T14:21:33"^^xsd:dateTime ;
    skos:altLabel "Forplantingslære"@nb,
        "Forplantningslære"@nb,
        "Seksualundervising"@nb,
        "Seksualundervisning"@nb,
        "Seksualveiledning"@nb,
        "Forplantingslære"@nn,
        "Forplantningslære"@nn,
        "Seksualrettleiing"@nn,
        "Seksualundervising"@nn ;
    skos:broadMatch <http://dewey.info/class/306.7/e23/> ;
    skos:broader humord:c04535 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.7/e23/> ;
    skos:prefLabel "Sexual education"@en,
        "Seksualopplysning"@nb,
        "Seksualopplysning"@nn .

humord:c04538 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04538" ;
    dct:modified "2025-01-08T14:12:46"^^xsd:dateTime ;
    skos:altLabel "Cultural centers (Cultural life)"@en,
        "Kultursenter"@nb ;
    skos:broader humord:c04530 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.48/e23/>,
        <http://dewey.info/class/725.8/e23/> ;
    skos:prefLabel "Cultural centres (Cultural life)"@en,
        "Kultursentre"@nb,
        "Kultursenter"@nn ;
    skos:related humord:c24069 ;
    skos:relatedMatch <http://dewey.info/class/306.48/e23/>,
        <http://dewey.info/class/725.8/e23/> .

humord:c04540 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04540" ;
    dct:modified "2025-01-08T14:14:40"^^xsd:dateTime ;
    skos:altLabel "People's House"@en ;
    skos:broadMatch <http://dewey.info/class/331.8/e23/> ;
    skos:broader humord:c04538 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/331.8/e23/> ;
    skos:prefLabel "People's Houses"@en,
        "Folkets hus"@nb,
        "Folkets hus"@nn ;
    skos:related humord:c05222,
        humord:c05223 .

humord:c04541 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04541" ;
    dct:modified "2025-01-08T14:11:47"^^xsd:dateTime ;
    skos:altLabel "Artists' lives"@en ;
    skos:broadMatch <http://dewey.info/class/700/e23/> ;
    skos:broader humord:c04530 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700/e23/> ;
    skos:prefLabel "Artist's life"@en,
        "Kunstnerliv"@nb,
        "Kunstnarliv"@nn .

humord:c04542 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04542" ;
    dct:modified "2025-01-08T14:11:28"^^xsd:dateTime ;
    skos:altLabel "Musician's life"@en ;
    skos:broadMatch <http://dewey.info/class/780/e23/> ;
    skos:broader humord:c04530 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/780/e23/> ;
    skos:prefLabel "Musical life"@en,
        "Musikkliv"@nb,
        "Musikkliv"@nn .

humord:c04543 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04543" ;
    dct:modified "2024-11-15T15:00:45"^^xsd:dateTime ;
    skos:altLabel "Exhibits"@en ;
    skos:broader humord:c04530 ;
    skos:exactMatch realfagstermer:c010207 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010207,
        <http://dewey.info/class/069.5/e23/>,
        <http://dewey.info/class/352.76/e23/> ;
    skos:prefLabel "Exhibitions"@en,
        "Utstillinger"@nb,
        "Utstillingar"@nn ;
    skos:relatedMatch <http://dewey.info/class/069.5/e23/>,
        <http://dewey.info/class/352.76/e23/> .

humord:c04544 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04544" ;
    dct:modified "2025-01-08T14:09:50"^^xsd:dateTime ;
    skos:altLabel "Expo"@en,
        "Expos"@en,
        "International exhibitions"@en,
        "International expositions"@en,
        "Universal expositions"@en,
        "World exhibitions"@en,
        "World expos"@en,
        "World fairs"@en ;
    skos:broader humord:c04543 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/907.4/e23/> ;
    skos:prefLabel "World's fairs"@en,
        "Verdensutstillinger"@nb,
        "Verdsutstillingar"@nn ;
    skos:relatedMatch <http://dewey.info/class/907.4/e23/> .

humord:c04545 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04545" ;
    dct:modified "2024-08-19T14:42:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.552/e23/> ;
    skos:broader humord:c04530 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.552/e23/> ;
    skos:prefLabel "Intellectual life"@en,
        "Åndsliv"@nb,
        "Åndsliv"@nn .

humord:c04546 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04546" ;
    dct:modified "2023-11-30T15:43:29"^^xsd:dateTime ;
    skos:altLabel "Cultural property"@en,
        "Kulturarv"@nb,
        "Kulturarv"@nn ;
    skos:broader humord:c04515 ;
    skos:closeMatch realfagstermer:c005408 ;
    skos:exactMatch realfagstermer:c000982 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000982,
        realfagstermer:c005408,
        <http://dewey.info/class/344.094/e23/>,
        <http://dewey.info/class/363.69/e23/> ;
    skos:prefLabel "Cultural heritage"@en,
        "Kulturminner"@nb,
        "Kulturminne"@nn ;
    skos:related humord:c00006,
        humord:c01416,
        humord:c04577,
        humord:c04660,
        humord:c12105,
        humord:c19874,
        humord:c27601 ;
    skos:relatedMatch <http://dewey.info/class/344.094/e23/>,
        <http://dewey.info/class/363.69/e23/> .

humord:c04547 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04547" ;
    dct:modified "2025-01-16T07:27:09"^^xsd:dateTime ;
    skos:altLabel "Syv underverker"@nb ;
    skos:broadMatch <http://dewey.info/class/930/e23/> ;
    skos:broader humord:c04546 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930/e23/> ;
    skos:prefLabel "Seven wonders of the world"@en,
        "Sju underverker"@nb,
        "Sju underverk"@nn .

humord:c04549 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04549" ;
    dct:modified "2025-01-09T15:00:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306/e23/> ;
    skos:broader humord:c04515 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Patterns of culture"@en,
        "Kulturmønstre"@nb,
        "Kulturmønster"@nn .

humord:c04550 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04550" ;
    dct:modified "2025-01-09T14:57:41"^^xsd:dateTime ;
    skos:altLabel "Kulturprosesser"@nb,
        "Kulturprosessar"@nn ;
    skos:broadMatch <http://dewey.info/class/306.4/e23/> ;
    skos:broader humord:c04515 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.4/e23/> ;
    skos:prefLabel "Cultural processes"@en,
        "Kulturelle prosesser"@nb,
        "Kulturelle prosessar"@nn ;
    skos:related humord:c04464,
        humord:c04517 .

humord:c04551 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04551" ;
    dct:modified "2024-09-20T09:28:30"^^xsd:dateTime ;
    skos:altLabel "Alienasjon"@nb,
        "Fremmedgjørelse"@nb,
        "Alienasjon"@nn ;
    skos:broader humord:c04550 ;
    skos:definition "Fremmedgjøring, i filosofisk forstand, betegner en prosess der menneskets selvoppfatning og skapende virksomhet «ytterliggjøres» på slik måte at mennesket blir fremmed for seg selv <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/302.544/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.544/e23/> ;
    skos:prefLabel "Alienation"@en,
        "Fremmedgjøring"@nb,
        "Framandgjering"@nn ;
    skos:related humord:c04523 .

humord:c04553 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04553" ;
    dct:modified "2025-01-09T07:22:51"^^xsd:dateTime ;
    skos:altLabel "Cultural change"@en,
        "Kulturendringer"@nb ;
    skos:broadMatch <http://dewey.info/class/306.4/e23/> ;
    skos:broader humord:c04550 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.4/e23/> ;
    skos:prefLabel "Cultural changes"@en,
        "Kulturelle endringer"@nb,
        "Kulturelle endringar"@nn .

humord:c04554 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04554" ;
    dct:modified "2024-07-31T07:44:02"^^xsd:dateTime ;
    skos:broader humord:c04553 ;
    skos:closeMatch realfagstermer:c011433,
        <http://dewey.info/class/303.482/e23/> ;
    skos:definition "En prosess av kulturelle forandringer som er resultat av kontakt mellom to eller flere grupper (eller folk) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011433,
        <http://dewey.info/class/303.482/e23/> ;
    skos:prefLabel "Acculturation"@en,
        "Akkulturasjon"@nb,
        "Akkulturasjon"@nn .

humord:c04555 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04555" ;
    dct:modified "2024-08-13T10:56:31"^^xsd:dateTime ;
    skos:altLabel "Americanisation"@en ;
    skos:broadMatch <http://dewey.info/class/306.0973/e23/> ;
    skos:broader humord:c04554 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.0973/e23/> ;
    skos:prefLabel "Americanization"@en,
        "Amerikanisering"@nb,
        "Amerikanisering"@nn .

humord:c04556 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04556" ;
    dct:modified "2025-01-09T07:21:54"^^xsd:dateTime ;
    skos:altLabel "Europeanization"@en ;
    skos:broadMatch <http://dewey.info/class/306.094/e23/> ;
    skos:broader humord:c04554 ;
    skos:exactMatch realfagstermer:c004139 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004139,
        <http://dewey.info/class/306.094/e23/> ;
    skos:prefLabel "Europeanisation"@en,
        "Europeisering"@nb,
        "Europeisering"@nn .

humord:c04557 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04557" ;
    dct:modified "2025-01-09T07:21:38"^^xsd:dateTime ;
    skos:altLabel "Sinefication"@en,
        "Sinicization"@en,
        "Sinification"@en,
        "Sinofication"@en ;
    skos:broadMatch <http://dewey.info/class/306.0951/e23/> ;
    skos:broader humord:c04554 ;
    skos:definition "Det at en ikke-kinesisk kultur tar opp i seg elementer av kinesisk kultur <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.0951/e23/> ;
    skos:prefLabel "Sinicisation"@en,
        "Sinifisering"@nb,
        "Sinifisering"@nn .

humord:c04558 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04558" ;
    dct:modified "2024-03-15T14:39:05"^^xsd:dateTime ;
    skos:altLabel "Concept of degeneration"@en,
        "Degenerasjonsbegrepet"@nb ;
    skos:broadMatch <http://dewey.info/class/306.4/e23/> ;
    skos:broader humord:c04553 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.4/e23/> ;
    skos:prefLabel "Degeneration (Cultural changes)"@en,
        "Degenerasjon (Kulturelle endringer)"@nb,
        "Degenerasjon (Kulturelle endringar)"@nn ;
    skos:related humord:c04573 .

humord:c04560 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04560" ;
    dct:modified "2025-01-09T07:23:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.2/e23/> ;
    skos:broader humord:c04550 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.482/e23/>,
        <http://dewey.info/class/306.2/e23/> ;
    skos:prefLabel "Cultural imperialism"@en,
        "Kulturimperialisme"@nb,
        "Kulturimperialisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/303.482/e23/> .

humord:c04561 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-09-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04561" ;
    dct:modified "2024-02-20T10:19:38"^^xsd:dateTime ;
    skos:altLabel "Conflict of cultures"@en,
        "Cultural clash"@en,
        "Cultural collision"@en,
        "Culture clash"@en,
        "Culture collision"@en,
        "Culture conflict"@en,
        "Culture shock"@en,
        "Kulturkollisjon"@nb,
        "Kulturkollisjoner"@nb,
        "Kulturkonflikter"@nb,
        "Kultursjokk"@nb,
        "Kolturkonfliktar"@nn,
        "Kulturkollisjon"@nn,
        "Kulturkollisjonar"@nn,
        "Kultursjokk"@nn ;
    skos:broadMatch <http://dewey.info/class/303.482/e23/> ;
    skos:broader humord:c04550 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.482/e23/> ;
    skos:prefLabel "Cultural conflict"@en,
        "Kulturkonflikt"@nb,
        "Kulturkonflikt"@nn .

humord:c04563 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04563" ;
    dct:modified "2024-10-11T10:04:05"^^xsd:dateTime ;
    skos:altLabel "Cultural encounter"@en,
        "Cultural encounters"@en,
        "Cultural influence"@en,
        "Cultural meeting"@en,
        "Cultural meetings"@en,
        "Culture contact"@en,
        "Kulturmøte"@nb,
        "Kulturmøter"@nb,
        "Kulturpåvirkning"@nb,
        "Kulturmøte"@nn ;
    skos:broader humord:c04550 ;
    skos:exactMatch realfagstermer:c011433,
        <http://dewey.info/class/303.482/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011433,
        <http://dewey.info/class/303.482/e23/> ;
    skos:prefLabel "Cultural contact"@en,
        "Kulturkontakt"@nb,
        "Kulturkontakt"@nn ;
    skos:related humord:c21084 .

humord:c04566 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2008-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04566" ;
    dct:modified "2025-01-09T15:06:29"^^xsd:dateTime ;
    skos:altLabel "Cultural diffusion"@en,
        "Trans-cultural diffusion"@en,
        "Spredning (Kultur)"@nb,
        "Spreiing (Kultur)"@nn ;
    skos:broadMatch <http://dewey.info/class/303.482/e23/> ;
    skos:broader humord:c04563 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.482/e23/> ;
    skos:prefLabel "Diffusion (Culture)"@en,
        "Diffusjon (Kultur)"@nb,
        "Diffusjon (Kultur)"@nn .

humord:c04567 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-05-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04567" ;
    dct:modified "2024-11-15T07:56:53"^^xsd:dateTime ;
    skos:altLabel "Cross-cultural communication"@en,
        "Cross-cultural communications"@en,
        "Cross-cultural relations"@en,
        "Intercultural relations"@en,
        "Interkulturell kommunikasjon"@nb,
        "Interkulturelle relasjoner"@nb,
        "Krysskulturell kommunikasjon"@nb,
        "Krysskulturelle relasjoner"@nb,
        "Kulturell kommunikasjon"@nb,
        "Tverrkulturelle relasjoner"@nb,
        "Interkulturell kommunikasjon"@nn,
        "Interkulturelle relasjonar"@nn,
        "Krysskulturell kommunikasjon"@nn,
        "Krysskulturelle relasjonar"@nn,
        "Kulturell kommunikasjon"@nn,
        "Tverrkulturelle relasjonar"@nn ;
    skos:broader humord:c04563 ;
    skos:exactMatch <http://dewey.info/class/303.482/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.482/e23/> ;
    skos:prefLabel "Intercultural communication"@en,
        "Tverrkulturell kommunikasjon"@nb,
        "Tverrkulturell kommunikasjon"@nn ;
    skos:related humord:c09082,
        humord:c10838 .

humord:c04570 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04570" ;
    dct:modified "2025-01-09T09:27:49"^^xsd:dateTime ;
    skos:altLabel "Cultural learning"@en,
        "Cultural transfer"@en,
        "Culture transfer"@en,
        "Transmission of culture"@en ;
    skos:broadMatch <http://dewey.info/class/303.482/e23/> ;
    skos:broader humord:c04550 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.482/e23/> ;
    skos:prefLabel "Cultural transmission"@en,
        "Kulturoverføring"@nb,
        "Kulturoverføring"@nn ;
    skos:related humord:c21084 .

humord:c04571 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04571" ;
    dct:modified "2023-12-19T13:33:13"^^xsd:dateTime ;
    skos:altLabel "Transfer of technology"@en,
        "TOT (Transfer of technology)"@nb,
        "Teknologioverføringer"@nb ;
    skos:broader humord:c04570 ;
    skos:definition "Overføring av teknologi fra ett område eller land til et annet <PN>"@nb ;
    skos:exactMatch realfagstermer:c031436,
        <http://dewey.info/class/338.926/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031436,
        <http://dewey.info/class/338.926/e23/>,
        <http://dewey.info/class/343.074/e23/> ;
    skos:prefLabel "Technology transfer"@en,
        "Teknologioverføring"@nb,
        "Teknologioverføring"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.074/e23/> .

humord:c04572 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04572" ;
    dct:modified "2025-01-09T09:25:35"^^xsd:dateTime ;
    skos:altLabel "Cultural change (Cultural processes)"@en,
        "Cultural evolution"@en ;
    skos:broadMatch <http://dewey.info/class/306/e23/> ;
    skos:broader humord:c04550 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Cultural development"@en,
        "Kulturutvikling"@nb,
        "Kulturutvikling"@nn ;
    skos:related humord:c20885 .

humord:c04573 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04573" ;
    dct:modified "2025-01-09T07:21:22"^^xsd:dateTime ;
    skos:altLabel "Concept of progress"@en,
        "Idea of progress"@en,
        "Framskrittsbegrepet"@nb,
        "Fremskritt"@nb,
        "Framskrittsomgrepet"@nn ;
    skos:broadMatch <http://dewey.info/class/303.44/e23/> ;
    skos:broader humord:c04572 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.44/e23/> ;
    skos:prefLabel "Progress"@en,
        "Framskritt"@nb,
        "Framskritt"@nn ;
    skos:related humord:c04558,
        humord:c09202,
        humord:c17054,
        humord:c63567 .

humord:c04576 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04576" ;
    dct:modified "2025-01-09T15:01:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306/e23/> ;
    skos:broader humord:c04515 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Cultural radicalism"@en,
        "Kulturradikalisme"@nb,
        "Kulturradikalisme"@nn ;
    skos:related humord:c00651 .

humord:c04577 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04577" ;
    dct:modified "2024-10-11T10:00:32"^^xsd:dateTime ;
    skos:altLabel "Heritage preservation"@en,
        "Bevaring (Kultur)"@nb,
        "Kulturbevaring"@nb,
        "Kulturminnevern"@nb,
        "Bevaring (Kultur)"@nn,
        "Kulturbevaring"@nn,
        "Kulturminnevern"@nn ;
    skos:broadMatch <http://dewey.info/class/353.77/e23/> ;
    skos:broader humord:c04515 ;
    skos:closeMatch realfagstermer:c007543 ;
    skos:exactMatch <http://dewey.info/class/344.094/e23/>,
        <http://dewey.info/class/363.69/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007543,
        <http://dewey.info/class/201.76369/e23/>,
        <http://dewey.info/class/344.094/e23/>,
        <http://dewey.info/class/353.77/e23/>,
        <http://dewey.info/class/363.69/e23/> ;
    skos:prefLabel "Cultural preservation"@en,
        "Kulturvern"@nb,
        "Kulturvern"@nn ;
    skos:related humord:c04546 ;
    skos:relatedMatch <http://dewey.info/class/201.76369/e23/> .

humord:c04580 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04580" ;
    dct:modified "2025-03-31T08:53:36"^^xsd:dateTime ;
    skos:altLabel "Architectural preservation"@en,
        "Architectural protection"@en,
        "Arkitekturvern"@nb,
        "Bygningsbevaring"@nb,
        "Arkitekturvern"@nn ;
    skos:broadMatch <http://dewey.info/class/363.69/e23/> ;
    skos:broader humord:c04577 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/344.094/e23/>,
        <http://dewey.info/class/363.69/e23/> ;
    skos:prefLabel "Building preservation"@en,
        "Bygningsvern"@nb,
        "Bygningsvern"@nn ;
    skos:related humord:c04419 ;
    skos:relatedMatch <http://dewey.info/class/344.094/e23/> .

humord:c04581 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-09-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04581" ;
    dct:modified "2024-04-17T10:19:27"^^xsd:dateTime ;
    skos:altLabel "Ancient monuments preservation"@en,
        "Prehistoric preservation"@en,
        "Fornminnevern"@nb,
        "Fortidsminnevern"@nb,
        "Fornminnevern"@nn,
        "Fortidsminnevern"@nn ;
    skos:broadMatch <http://dewey.info/class/363.69/e23/> ;
    skos:broader humord:c04577 ;
    skos:exactMatch realfagstermer:c010767 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010767,
        <http://dewey.info/class/344.094/e23/>,
        <http://dewey.info/class/363.69/e23/> ;
    skos:prefLabel "Historic preservation"@en,
        "Fortidsvern"@nb,
        "Fortidsvern"@nn ;
    skos:related humord:c00006 ;
    skos:relatedMatch <http://dewey.info/class/344.094/e23/> .

humord:c04584 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04584" ;
    dct:modified "2024-08-23T14:08:21"^^xsd:dateTime ;
    skos:altLabel "Working class culture"@en ;
    skos:broadMatch <http://dewey.info/class/306.36/e23/>,
        <http://dewey.info/class/331.11/e23/> ;
    skos:broader humord:c04583 ;
    skos:exactMatch <http://dewey.info/class/390.433111/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.36/e23/>,
        <http://dewey.info/class/331.11/e23/>,
        <http://dewey.info/class/390.433111/e23/> ;
    skos:prefLabel "Working-class culture"@en,
        "Arbeiderkultur"@nb,
        "Arbeidarkultur"@nn .

humord:c04585 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04585" ;
    dct:modified "2024-10-31T12:37:19"^^xsd:dateTime ;
    skos:altLabel "Peasant culture"@en ;
    skos:broadMatch <http://dewey.info/class/630.92/e23/> ;
    skos:broader humord:c04583 ;
    skos:exactMatch <http://dewey.info/class/390.463/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.563/e23/>,
        <http://dewey.info/class/390.463/e23/>,
        <http://dewey.info/class/630.92/e23/> ;
    skos:prefLabel "Farmer's culture"@en,
        "Bondekultur"@nb,
        "Bondekultur"@nn ;
    skos:related humord:c07411,
        humord:c09168 ;
    skos:relatedMatch <http://dewey.info/class/305.563/e23/> .

humord:c04586 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04586" ;
    dct:modified "2024-07-26T14:48:01"^^xsd:dateTime ;
    skos:altLabel "Jordbrukssamfunn"@nb,
        "Jordbrukssamfunn"@nn ;
    skos:broadMatch <http://dewey.info/class/305.563/e23/>,
        <http://dewey.info/class/630.92/e23/> ;
    skos:broader humord:c04583 ;
    skos:closeMatch <http://dewey.info/class/390.463/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.563/e23/>,
        <http://dewey.info/class/390.463/e23/>,
        <http://dewey.info/class/630.92/e23/> ;
    skos:prefLabel "Agrarian culture"@en,
        "Jordbrukskultur"@nb,
        "Jordbrukskultur"@nn .

humord:c04587 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04587" ;
    dct:modified "2025-01-10T07:14:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/307.72/e23/> ;
    skos:broader humord:c04583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/307.72/e23/> ;
    skos:prefLabel "Rural culture"@en,
        "Bygdekultur"@nb,
        "Bygdekultur"@nn .

humord:c04588 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04588" ;
    dct:modified "2023-11-17T11:33:41"^^xsd:dateTime ;
    skos:altLabel "Urban environment"@en,
        "Byliv"@nb,
        "Bymiljø"@nb,
        "Bymiljø"@nn ;
    skos:broadMatch <http://dewey.info/class/307.76/e23/> ;
    skos:broader humord:c04583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/307.76/e23/> ;
    skos:prefLabel "Urban culture"@en,
        "Bykultur"@nb,
        "Bykultur"@nn ;
    skos:related humord:c09218,
        humord:c20998 .

humord:c04591 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04591" ;
    dct:modified "2026-01-12T11:31:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/307.764/e23/> ;
    skos:broader humord:c04588 ;
    skos:definition "Uteliv om natta, særlig i byer <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/307.764/e23/>,
        <http://dewey.info/class/647.95/e23/> ;
    skos:prefLabel "Night life"@en,
        "Natteliv"@nb,
        "Natteliv"@nn ;
    skos:relatedMatch <http://dewey.info/class/647.95/e23/> .

humord:c04592 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04592" ;
    dct:modified "2025-01-10T07:15:43"^^xsd:dateTime ;
    skos:altLabel "Elite culture"@en,
        "High culture"@en,
        "Highbrow culture"@en,
        "Finkultur"@nb,
        "Høgkultur"@nb,
        "Høykultur"@nb,
        "Finkultur"@nn,
        "Høgkultur"@nn ;
    skos:broadMatch <http://dewey.info/class/305.52/e23/> ;
    skos:broader humord:c04583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.52/e23/> ;
    skos:prefLabel "Elitist culture"@en,
        "Elitekultur"@nb,
        "Elitekultur"@nn .

humord:c04593 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04593" ;
    dct:modified "2025-01-10T07:16:42"^^xsd:dateTime ;
    skos:altLabel "Popular culture (Folk culture)"@en,
        "Folkelig kultur"@nb,
        "Folkeleg kultur"@nn ;
    skos:broadMatch <http://dewey.info/class/306/e23/> ;
    skos:broader humord:c04583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Folk culture"@en,
        "Folkekultur"@nb,
        "Folkekultur"@nn .

humord:c04596 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04596" ;
    dct:modified "2025-01-10T07:18:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.36/e23/> ;
    skos:broader humord:c04583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.36/e23/> ;
    skos:prefLabel "Industrial culture"@en,
        "Industrikultur"@nb,
        "Industrikultur"@nn .

humord:c04597 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04597" ;
    dct:modified "2023-12-04T14:02:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/307.72/e23/> ;
    skos:broader humord:c04583 ;
    skos:exactMatch realfagstermer:c001129 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001129,
        <http://dewey.info/class/307.72/e23/> ;
    skos:prefLabel "Coastal culture"@en,
        "Kystkultur"@nb,
        "Kystkultur"@nn .

humord:c04598 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04598" ;
    dct:modified "2025-01-10T07:19:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/307.72/e23/> ;
    skos:broader humord:c04583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/307.72/e23/> ;
    skos:prefLabel "Village culture"@en,
        "Landsbykultur"@nb,
        "Landsbykultur"@nn .

humord:c04599 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-08-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04599" ;
    dct:modified "2025-01-10T07:10:08"^^xsd:dateTime ;
    skos:altLabel "Mass culture"@en,
        "Pop culture"@en,
        "Massekultur"@nb,
        "Popkultur"@nb,
        "Massekultur"@nn,
        "Popkultur"@nn ;
    skos:broader humord:c04583 ;
    skos:closeMatch <http://dewey.info/class/306/e23/> ;
    skos:exactMatch realfagstermer:c013767 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013767,
        <http://dewey.info/class/306/e23/> ;
    skos:prefLabel "Popular culture"@en,
        "Populærkultur"@nb,
        "Populærkultur"@nn ;
    skos:related humord:c24070 .

humord:c04602 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04602" ;
    dct:modified "2023-12-06T15:11:55"^^xsd:dateTime ;
    skos:broader humord:c04583 ;
    skos:closeMatch <http://dewey.info/class/306.46/e23/> ;
    skos:exactMatch realfagstermer:c009601 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009601,
        <http://dewey.info/class/306.46/e23/> ;
    skos:prefLabel "Material culture"@en,
        "Materiell kultur"@nb,
        "Materiell kultur"@nn .

humord:c04603 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04603" ;
    dct:modified "2025-01-10T07:20:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/302.2242/e23/> ;
    skos:broader humord:c04583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.2242/e23/> ;
    skos:prefLabel "Oral culture"@en,
        "Muntlig kultur"@nb,
        "Munnleg kultur"@nn .

humord:c04604 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04604" ;
    dct:modified "2025-01-10T07:08:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306/e23/>,
        <http://dewey.info/class/320.54/e23/> ;
    skos:broader humord:c04583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306/e23/>,
        <http://dewey.info/class/320.54/e23/> ;
    skos:prefLabel "National culture"@en,
        "Nasjonal kultur"@nb,
        "Nasjonal kultur"@nn ;
    skos:related humord:c08136 .

humord:c04605 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04605" ;
    dct:modified "2025-01-10T07:09:34"^^xsd:dateTime ;
    skos:broader humord:c04583 ;
    skos:definition "Kultur som er særmerkt for Østen <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/303.482182105/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.482182105/e23/> ;
    skos:prefLabel "Orientalism"@en,
        "Orientalisme"@nb,
        "Orientalisme"@nn ;
    skos:related humord:c27561 .

humord:c04606 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04606" ;
    dct:modified "2025-01-10T07:20:56"^^xsd:dateTime ;
    skos:broader humord:c04583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.2/e23/> ;
    skos:prefLabel "Political culture"@en,
        "Politisk kultur"@nb,
        "Politisk kultur"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.2/e23/> .

humord:c04607 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04607" ;
    dct:modified "2025-01-10T07:20:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/307/e23/> ;
    skos:broader humord:c04583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/307/e23/> ;
    skos:prefLabel "Regional culture"@en,
        "Regional kultur"@nb,
        "Regional kultur"@nn .

humord:c04608 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04608" ;
    dct:modified "2026-04-23T11:34:46"^^xsd:dateTime ;
    skos:altLabel "Skriftlig kultur"@nb,
        "Skriftleg kultur"@nn ;
    skos:broadMatch <http://dewey.info/class/091/e23/>,
        <http://dewey.info/class/302.226/e23/> ;
    skos:broader humord:c04583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/091/e23/>,
        <http://dewey.info/class/302.226/e23/> ;
    skos:prefLabel "Written culture"@en,
        "Skriftkultur"@nb,
        "Skriftkultur"@nn ;
    skos:related humord:c32339 .

humord:c04610 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04610" ;
    dct:modified "2025-01-10T07:13:49"^^xsd:dateTime ;
    skos:altLabel "Subculture"@en,
        "Subkultur"@nb,
        "Subkultur"@nn ;
    skos:broader humord:c04583 ;
    skos:exactMatch <http://dewey.info/class/306.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.1/e23/> ;
    skos:prefLabel "Subcultures"@en,
        "Subkulturer"@nb,
        "Subkulturar"@nn ;
    skos:related humord:c24423 .

humord:c04611 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04611" ;
    dct:modified "2024-10-15T07:38:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.231/e23/> ;
    skos:broader humord:c04610 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.231/e23/> ;
    skos:prefLabel "Children's culture"@en,
        "Barnekultur"@nb,
        "Barnekultur"@nn .

humord:c04612 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04612" ;
    dct:modified "2026-01-12T11:31:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/394.12/e23/> ;
    skos:broader humord:c04610 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.12/e23/>,
        <http://dewey.info/class/647.95/e23/> ;
    skos:prefLabel "Restaurant culture"@en,
        "Restaurantkultur"@nb,
        "Restaurantkultur"@nn ;
    skos:relatedMatch <http://dewey.info/class/647.95/e23/> .

humord:c04613 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04613" ;
    dct:modified "2025-12-17T09:14:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.1/e23/>,
        <http://dewey.info/class/781.66/e23/> ;
    skos:broader humord:c04610 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.1/e23/>,
        <http://dewey.info/class/781.66/e23/> ;
    skos:prefLabel "Rock culture"@en,
        "Rockekultur"@nb,
        "Rockekultur"@nn ;
    skos:related humord:c05528 .

humord:c04614 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04614" ;
    dct:modified "2024-11-04T14:12:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/378.198/e23/> ;
    skos:broader humord:c04610 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/378.198/e23/> ;
    skos:prefLabel "Student life"@en,
        "Studentliv"@nb,
        "Studentliv"@nn ;
    skos:related humord:c07376 .

humord:c04615 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04615" ;
    dct:modified "2026-01-12T11:31:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.235/e23/> ;
    skos:broader humord:c04610 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.235/e23/> ;
    skos:prefLabel "Youth culture"@en,
        "Ungdomskultur"@nb,
        "Ungdomskultur"@nn .

humord:c04616 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04616" ;
    dct:modified "2025-01-10T07:14:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.9/e23/> ;
    skos:broader humord:c04583 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9/e23/>,
        <http://dewey.info/class/331/e23/> ;
    skos:prefLabel "Occupational culture"@en,
        "Yrkeskultur"@nb,
        "Yrkeskultur"@nn ;
    skos:related humord:c00254,
        humord:c09161 ;
    skos:relatedMatch <http://dewey.info/class/331/e23/> .

humord:c04617 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04617" ;
    dct:modified "2023-12-13T10:20:39"^^xsd:dateTime ;
    skos:altLabel "Corporate culture"@en ;
    skos:broadMatch <http://dewey.info/class/302.35/e23/> ;
    skos:broader humord:c04616 ;
    skos:closeMatch realfagstermer:c012755 ;
    skos:exactMatch realfagstermer:c006856 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006856,
        realfagstermer:c012755,
        <http://dewey.info/class/302.35/e23/> ;
    skos:prefLabel "Company culture"@en,
        "Bedriftskultur"@nb,
        "Bedriftskultur"@nn .

humord:c04618 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04618" ;
    dct:modified "2025-02-02T20:38:03"^^xsd:dateTime ;
    skos:altLabel "Museum studies"@en,
        "Museumsvitenskap"@nb,
        "Museumsvitskap"@nn ;
    skos:broader humord:c04452 ;
    skos:exactMatch realfagstermer:c001311,
        <http://dewey.info/class/069/e23/>,
        <http://dewey.info/class/1--075/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001311,
        <http://dewey.info/class/069/e23/>,
        <http://dewey.info/class/1--075/e23/> ;
    skos:prefLabel "Museology"@en,
        "Museologi"@nb,
        "Museologi"@nn .

humord:c04620 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04620" ;
    dct:modified "2025-01-21T07:42:52"^^xsd:dateTime ;
    skos:altLabel "Inventarium"@nb,
        "Inventarium"@nn ;
    skos:broadMatch <http://dewey.info/class/069/e23/> ;
    skos:broader humord:c04618 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/069/e23/> ;
    skos:prefLabel "Inventories"@en,
        "Inventarlister"@nb,
        "Inventarlister"@nn .

humord:c04622 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04622" ;
    dct:modified "2023-12-11T10:31:19"^^xsd:dateTime ;
    skos:broader humord:c04618 ;
    skos:closeMatch realfagstermer:c012646 ;
    skos:exactMatch <http://dewey.info/class/069/e23/>,
        <http://dewey.info/class/1--074/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012646,
        <http://dewey.info/class/069/e23/>,
        <http://dewey.info/class/070.594/e23/>,
        <http://dewey.info/class/1--074/e23/>,
        <http://dewey.info/class/344.093/e23/>,
        <http://dewey.info/class/352.76/e23/>,
        <http://dewey.info/class/708/e23/>,
        <http://dewey.info/class/711.57/e23/>,
        <http://dewey.info/class/727.6/e23/> ;
    skos:prefLabel "Museums"@en,
        "Museer"@nb,
        "Museum"@nn ;
    skos:related humord:c25518 ;
    skos:relatedMatch <http://dewey.info/class/070.594/e23/>,
        <http://dewey.info/class/344.093/e23/>,
        <http://dewey.info/class/352.76/e23/>,
        <http://dewey.info/class/708/e23/>,
        <http://dewey.info/class/711.57/e23/>,
        <http://dewey.info/class/727.6/e23/> .

humord:c04623 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04623" ;
    dct:modified "2025-01-21T07:32:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.074/e23/> ;
    skos:broader humord:c04622 ;
    skos:definition "Kulturhistorisk musem <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.074/e23/> ;
    skos:prefLabel "Folk museums"@en,
        "Folkemuseer"@nb,
        "Folkemuseum"@nn .

humord:c04624 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04624" ;
    dct:modified "2025-01-21T07:21:51"^^xsd:dateTime ;
    skos:altLabel "Local museums"@en,
        "Region museums"@en,
        "Village museums"@en,
        "Lokalmuseer"@nb,
        "Lokalmuseum"@nn ;
    skos:broadMatch <http://dewey.info/class/306.074/e23/> ;
    skos:broader humord:c04623 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.074/e23/> ;
    skos:prefLabel "Rural museums"@en,
        "Bygdemuseer"@nb,
        "Bygdemuseum"@nn .

humord:c04626 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04626" ;
    dct:modified "2025-01-21T07:33:04"^^xsd:dateTime ;
    skos:altLabel "Living history museums"@en ;
    skos:broadMatch <http://dewey.info/class/069/e23/> ;
    skos:broader humord:c04622 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/069/e23/> ;
    skos:prefLabel "Open-air museums"@en,
        "Friluftsmuseer"@nb,
        "Friluftsmuseum"@nn .

humord:c04627 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04627" ;
    dct:modified "2025-01-21T07:34:28"^^xsd:dateTime ;
    skos:altLabel "Industrial museums"@en ;
    skos:broader humord:c04622 ;
    skos:exactMatch <http://dewey.info/class/338.0074/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.0074/e23/> ;
    skos:prefLabel "Industry museums"@en,
        "Industrimuseer"@nb,
        "Industrimuseum"@nn .

humord:c04628 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04628" ;
    dct:modified "2025-01-21T07:34:14"^^xsd:dateTime ;
    skos:broader humord:c04622 ;
    skos:exactMatch <http://dewey.info/class/745.2074/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/745.2074/e23/> ;
    skos:prefLabel "Museums of decorative arts and design"@en,
        "Kunstindustrimuseer"@nb,
        "Kunstindustrimuseum"@nn .

humord:c04629 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04629" ;
    dct:modified "2026-01-12T11:31:54"^^xsd:dateTime ;
    skos:broader humord:c14524 ;
    skos:closeMatch <http://dewey.info/class/708/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/708/e23/> ;
    skos:prefLabel "Art collections"@en,
        "Kunstsamlinger"@nb,
        "Kunstsamlingar"@nn .

humord:c04630 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04630" ;
    dct:modified "2025-01-21T07:18:34"^^xsd:dateTime ;
    skos:altLabel "Photo collections"@en,
        "Fotografisamlinger"@nb,
        "Fotografisamlingar"@nn ;
    skos:broadMatch <http://dewey.info/class/069.57/e23/>,
        <http://dewey.info/class/779/e23/> ;
    skos:broader humord:c14524 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/069.57/e23/>,
        <http://dewey.info/class/779/e23/> ;
    skos:prefLabel "Photography collections"@en,
        "Fotosamlinger"@nb,
        "Fotosamlingar"@nn .

humord:c04633 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04633" ;
    dct:modified "2025-01-21T07:36:53"^^xsd:dateTime ;
    skos:altLabel "Theater collections"@en ;
    skos:broader humord:c04622 ;
    skos:definition "Samlinger av teatervitenskapelig litteratur, teaterarkivalia og annet teaterhistorisk materiale <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/792.074/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.074/e23/> ;
    skos:prefLabel "Theatre collections"@en,
        "Teatersamlinger"@nb,
        "Teatersamlingar"@nn .

humord:c04634 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04634" ;
    dct:modified "2024-08-21T07:55:30"^^xsd:dateTime ;
    skos:broader humord:c04622 ;
    skos:exactMatch <http://dewey.info/class/333.7074/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/333.7074/e23/> ;
    skos:prefLabel "Ecomuseums"@en,
        "Økomuseer"@nb,
        "Økomuseum"@nn .

humord:c04635 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04635" ;
    dct:modified "2025-04-04T13:43:49"^^xsd:dateTime ;
    skos:altLabel "Gjenstandsmateriale"@nb,
        "Museumsgjenstander"@nb,
        "Gjenstandsmateriale"@nn,
        "Museumsgjenstandar"@nn ;
    skos:broadMatch <http://dewey.info/class/069.5/e23/> ;
    skos:broader humord:c04618 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/069.5/e23/> ;
    skos:prefLabel "Museum material"@en,
        "Museumsmateriale"@nb,
        "Museumsmateriale"@nn .

humord:c04636 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04636" ;
    dct:modified "2025-01-21T07:52:35"^^xsd:dateTime ;
    skos:altLabel "Museumsvirksomhet"@nb,
        "Museumsverksemd"@nn ;
    skos:broader humord:c04618 ;
    skos:closeMatch realfagstermer:c012646,
        <http://dewey.info/class/1--075/e23/> ;
    skos:exactMatch realfagstermer:c012647 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012646,
        realfagstermer:c012647,
        <http://dewey.info/class/1--075/e23/> ;
    skos:prefLabel "Museum sector"@en,
        "Museumsvesen"@nb,
        "Museumsvesen"@nn .

humord:c04638 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04638" ;
    dct:modified "2023-12-11T10:33:25"^^xsd:dateTime ;
    skos:altLabel "Exhibit design"@en,
        "Museumsteknikk"@nb,
        "Museumsteknikk"@nn ;
    skos:broadMatch <http://dewey.info/class/069.5/e23/> ;
    skos:broader humord:c04618 ;
    skos:closeMatch realfagstermer:c004359 ;
    skos:exactMatch realfagstermer:c003857 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003857,
        realfagstermer:c004359,
        <http://dewey.info/class/069.5/e23/> ;
    skos:prefLabel "Exhibition design"@en,
        "Utstillingsteknikk"@nb,
        "Utstillingsteknikk"@nn .

humord:c04639 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04639" ;
    dct:modified "2025-01-07T09:19:25"^^xsd:dateTime ;
    skos:altLabel "Numismatology"@en ;
    skos:broader humord:c04452 ;
    skos:closeMatch <http://dewey.info/class/737/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/737/e23/> ;
    skos:prefLabel "Numismatics"@en,
        "Numismatikk"@nb,
        "Numismatikk"@nn ;
    skos:related humord:c11638 .

humord:c04640 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04640" ;
    dct:modified "2025-01-21T07:07:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/737.4/e23/> ;
    skos:broader humord:c04647 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/737.4/e23/> ;
    skos:prefLabel "Countermarks"@en,
        "Kontramerker"@nb,
        "Kontramerke"@nn .

humord:c04641 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-03-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04641" ;
    dct:modified "2024-11-21T08:35:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/332.63/e23/> ;
    skos:broader humord:c00043,
        humord:c04639 ;
    skos:exactMatch <http://dewey.info/class/332.4042/e23/>,
        <http://dewey.info/class/737.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.4042/e23/>,
        <http://dewey.info/class/332.63/e23/>,
        <http://dewey.info/class/737.4/e23/> ;
    skos:prefLabel "Coins"@en,
        "Mynter"@nb,
        "Myntar"@nn ;
    skos:related humord:c04742,
        humord:c07821,
        humord:c07824 .

humord:c04642 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04642" ;
    dct:modified "2024-11-21T07:53:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/332.63/e23/> ;
    skos:broader humord:c04641 ;
    skos:exactMatch <http://dewey.info/class/332.4042/e23/>,
        <http://dewey.info/class/737.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.4042/e23/>,
        <http://dewey.info/class/332.63/e23/>,
        <http://dewey.info/class/737.43/e23/> ;
    skos:prefLabel "Gold coins"@en,
        "Gullmynter"@nb,
        "Gullmyntar"@nn .

humord:c04643 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04643" ;
    dct:modified "2024-11-21T07:59:14"^^xsd:dateTime ;
    skos:altLabel "Sylvmyntar"@nn ;
    skos:broadMatch <http://dewey.info/class/332.63/e23/>,
        <http://dewey.info/class/737.4/e23/> ;
    skos:broader humord:c04641 ;
    skos:exactMatch <http://dewey.info/class/332.4042/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.4042/e23/>,
        <http://dewey.info/class/332.63/e23/>,
        <http://dewey.info/class/737.4/e23/> ;
    skos:prefLabel "Silver coins"@en,
        "Sølvmynter"@nb,
        "Sølvmyntar"@nn .

humord:c04644 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-12-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04644" ;
    dct:modified "2024-11-21T07:53:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/737.4/e23/>,
        <http://dewey.info/class/739.2/e23/> ;
    skos:broader humord:c04641 ;
    skos:definition "Middelaldermynt (oftest) av sølv, som er stemplet bare på den ene siden <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/737.4/e23/>,
        <http://dewey.info/class/739.2/e23/> ;
    skos:prefLabel "Bracteates"@en,
        "Brakteater"@nb,
        "Brakteatar"@nn .

humord:c04645 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04645" ;
    dct:modified "2025-01-21T07:11:26"^^xsd:dateTime ;
    skos:altLabel "Coinage metals"@en,
        "Mint metals"@en ;
    skos:broadMatch <http://dewey.info/class/737.4/e23/> ;
    skos:broader humord:c04639 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/737.4/e23/> ;
    skos:prefLabel "Coin metals"@en,
        "Myntmetall"@nb,
        "Myntmetall"@nn .

humord:c04646 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04646" ;
    dct:modified "2025-01-21T07:12:19"^^xsd:dateTime ;
    skos:altLabel "Myntstadar"@nn ;
    skos:broadMatch <http://dewey.info/class/737.4/e23/> ;
    skos:broader humord:c04639 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/737.4/e23/> ;
    skos:prefLabel "Mint sites"@en,
        "Myntsteder"@nb,
        "Myntstader"@nn ;
    skos:related humord:c07607 .

humord:c04647 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04647" ;
    dct:modified "2025-01-21T07:12:58"^^xsd:dateTime ;
    skos:altLabel "Coin dies"@en,
        "Dies"@en,
        "Pregestempler"@nb,
        "Pengestempel"@nn ;
    skos:broadMatch <http://dewey.info/class/737.4/e23/> ;
    skos:broader humord:c04639 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/737.4/e23/> ;
    skos:prefLabel "Coining dies"@en,
        "Myntstempler"@nb,
        "Myntstempel"@nn ;
    skos:related humord:c11696 .

humord:c04649 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04649" ;
    dct:modified "2025-01-21T07:16:30"^^xsd:dateTime ;
    skos:altLabel "Counting tokens"@en,
        "Jettons for counting"@en,
        "Reckoning counters"@en ;
    skos:broadMatch <http://dewey.info/class/737.3/e23/> ;
    skos:broader humord:c04639 ;
    skos:definition "Sjetonger brukt til regning <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/737.3/e23/> ;
    skos:prefLabel "Jetons for counting"@en,
        "Regnepenger"@nb,
        "Reknepengar"@nn ;
    skos:related humord:c07821 .

humord:c04650 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04650" ;
    dct:modified "2026-01-12T11:32:06"^^xsd:dateTime ;
    skos:altLabel "Chips (Exonumia)"@en,
        "Jettons"@en,
        "Token coins (Exonumia)"@en,
        "Tokens (Exonumia)"@en,
        "Spillemerker"@nb,
        "Spillepenger"@nb,
        "Spelemerke"@nn,
        "Spelepengar"@nn ;
    skos:broader humord:c04639,
        humord:c04660 ;
    skos:closeMatch <http://dewey.info/class/737.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/737.3/e23/> ;
    skos:prefLabel "Jetons"@en,
        "Sjetonger"@nb,
        "Sjetongar"@nn ;
    skos:related humord:c69616 .

humord:c04653 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04653" ;
    dct:modified "2025-05-05T14:56:30"^^xsd:dateTime ;
    skos:altLabel "Mynting"@nb,
        "Mynting"@nn ;
    skos:broadMatch <http://dewey.info/class/737.4/e23/> ;
    skos:broader humord:c14440 ;
    skos:definition "Framstilling av mynter <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/737.4/e23/> ;
    skos:prefLabel "Minting"@en,
        "Utmynting"@nb,
        "Utmynting"@nn ;
    skos:related humord:c07607 .

humord:c04654 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04654" ;
    dct:modified "2025-01-07T09:20:11"^^xsd:dateTime ;
    skos:altLabel "Volkskunde"@en,
        "Tradisjonsforsking"@nb,
        "Volkskunde"@nb ;
    skos:broadMatch <http://dewey.info/class/398/e23/> ;
    skos:broader humord:c04452 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398/e23/> ;
    skos:prefLabel "Ethnological research"@en,
        "Tradisjonsforskning"@nb,
        "Tradisjonsforsking"@nn .

humord:c04657 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04657" ;
    dct:modified "2024-09-26T07:53:15"^^xsd:dateTime ;
    skos:altLabel "Folkloristic studies"@en,
        "Study of folk life"@en,
        "Folkelivsgransking"@nb,
        "Folkelivsgranskning"@nb,
        "Folkelivsgransking"@nn ;
    skos:broader humord:c04654 ;
    skos:definition "Etnologi er eit humanistisk fag som undersøkjer den materielle og sosiale kulturen. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007689,
        <http://dewey.info/class/306/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007689,
        <http://dewey.info/class/306/e23/>,
        <http://dewey.info/class/599.97/e23/> ;
    skos:prefLabel "Ethnology"@en,
        "Etnologi"@nb,
        "Etnologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/599.97/e23/> .

humord:c04659 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04659" ;
    dct:modified "2024-10-02T10:05:18"^^xsd:dateTime ;
    skos:broader humord:c04657 ;
    skos:exactMatch realfagstermer:c001409,
        <http://dewey.info/class/745.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001409,
        <http://dewey.info/class/745.1/e23/> ;
    skos:prefLabel "Antiques"@en,
        "Antikviteter"@nb,
        "Antikvitetar"@nn .

humord:c04660 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04660" ;
    dct:modified "2024-08-28T08:22:11"^^xsd:dateTime ;
    skos:altLabel "Artifacts"@en,
        "Objects (Artefacts)"@en,
        "Gjenstander"@nb,
        "Objekter (Gjenstander)"@nb,
        "Ting (Gjenstander)"@nb,
        "Artefakt"@nn,
        "Gjenstandar"@nn,
        "Objekt (Gjenstandar)"@nn,
        "Ting (Gjenstandar)"@nn ;
    skos:broader humord:c04657 ;
    skos:definition "Gjenstander, primært laget av mennesker. Brukt innen historiske og kulturhistoriske fag om gjenstander som forteller om historie og kultur <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Artefacts"@en,
        "Artefakter"@nb,
        "Artefaktar"@nn ;
    skos:related humord:c04546,
        humord:c05429,
        humord:c05463,
        humord:c05656,
        humord:c07772,
        humord:c08353,
        humord:c09468 ;
    skos:relatedMatch <http://dewey.info/class/930.1/e23/> .

humord:c04662 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04662" ;
    dct:modified "2025-01-17T07:03:18"^^xsd:dateTime ;
    skos:altLabel "Christmas calendars"@en,
        "Nordic julekalender"@en,
        "Nordic julkalender"@en,
        "Adventskalendere"@nb,
        "Adventskalendrer"@nb,
        "Julekalendere"@nb,
        "Julekalendre"@nb,
        "Julekalendrer"@nb,
        "Julekalendrar"@nn ;
    skos:broadMatch <http://dewey.info/class/394.2663/e23/> ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.2663/e23/> ;
    skos:prefLabel "Advent calendars"@en,
        "Adventskalendre"@nb,
        "Adventskalendrar"@nn .

humord:c04663 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04663" ;
    dct:modified "2024-08-14T09:21:15"^^xsd:dateTime ;
    skos:altLabel "Charms (Amulets)"@en ;
    skos:broadMatch <http://dewey.info/class/133.44/e23/>,
        <http://dewey.info/class/203.32/e23/> ;
    skos:broader humord:c58356 ;
    skos:definition "En amulett er en gjenstand som man bærer på kroppen fordi man tror det gir magisk beskyttelse mot trolldom, sykdom eller ulykker. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007389 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007389,
        <http://dewey.info/class/133.44/e23/>,
        <http://dewey.info/class/203.32/e23/>,
        <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/737.23/e23/> ;
    skos:prefLabel "Amulets"@en,
        "Amuletter"@nb,
        "Amulettar"@nn ;
    skos:relatedMatch <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/737.23/e23/> .

humord:c04664 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04664" ;
    dct:modified "2025-01-16T20:00:46"^^xsd:dateTime ;
    skos:broader humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/688.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/666.19/e23/>,
        <http://dewey.info/class/666.3/e23/>,
        <http://dewey.info/class/666.58/e23/>,
        <http://dewey.info/class/666.68/e23/>,
        <http://dewey.info/class/688.8/e23/>,
        <http://dewey.info/class/731.72/e23/>,
        <http://dewey.info/class/738/e23/>,
        <http://dewey.info/class/739.48/e23/>,
        <http://dewey.info/class/745.59/e23/>,
        <http://dewey.info/class/748.8/e23/> ;
    skos:prefLabel "Food containers"@en,
        "Matbeholdere"@nb,
        "Matbehaldarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/666.19/e23/>,
        <http://dewey.info/class/666.3/e23/>,
        <http://dewey.info/class/666.58/e23/>,
        <http://dewey.info/class/666.68/e23/>,
        <http://dewey.info/class/731.72/e23/>,
        <http://dewey.info/class/738/e23/>,
        <http://dewey.info/class/739.48/e23/>,
        <http://dewey.info/class/745.59/e23/>,
        <http://dewey.info/class/748.8/e23/> .

humord:c04666 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-05-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04666" ;
    dct:modified "2025-03-27T14:44:04"^^xsd:dateTime ;
    skos:altLabel "Beholdere"@nb,
        "Kar (Oldsaker)"@nb,
        "Behaldarar"@nn,
        "Kar (Oldsaker)"@nn ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/731.72/e23/> ;
    skos:prefLabel "Vessels (Artefacts)"@en,
        "Kar"@nb,
        "Kar"@nn ;
    skos:relatedMatch <http://dewey.info/class/731.72/e23/> .

humord:c04667 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04667" ;
    dct:modified "2025-01-16T19:57:41"^^xsd:dateTime ;
    skos:altLabel "Pots (Containers)"@en ;
    skos:broader humord:c04660 ;
    skos:closeMatch <http://dewey.info/class/666.192/e23/> ;
    skos:exactMatch <http://dewey.info/class/688.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/666.192/e23/>,
        <http://dewey.info/class/688.8/e23/>,
        <http://dewey.info/class/748.82/e23/> ;
    skos:prefLabel "Jars"@en,
        "Krukker"@nb,
        "Krukker"@nn ;
    skos:related humord:c28392 ;
    skos:relatedMatch <http://dewey.info/class/748.82/e23/> .

humord:c04668 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04668" ;
    dct:modified "2025-01-16T07:42:16"^^xsd:dateTime ;
    skos:altLabel "Bilde"@nn ;
    skos:broader humord:c04660 ;
    skos:closeMatch realfagstermer:c030075 ;
    skos:exactMatch <http://dewey.info/class/1--0222/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030075,
        <http://dewey.info/class/025.3471/e23/>,
        <http://dewey.info/class/1--0222/e23/>,
        <http://dewey.info/class/371.3352/e23/>,
        <http://dewey.info/class/740/e23/>,
        <http://dewey.info/class/746.3/e23/> ;
    skos:prefLabel "Pictures"@en,
        "Bilder"@nb,
        "Bilete"@nn ;
    skos:related humord:c00115,
        humord:c14211 ;
    skos:relatedMatch <http://dewey.info/class/025.3471/e23/>,
        <http://dewey.info/class/371.3352/e23/>,
        <http://dewey.info/class/740/e23/>,
        <http://dewey.info/class/746.3/e23/> .

humord:c04669 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04669" ;
    dct:modified "2024-02-21T12:17:17"^^xsd:dateTime ;
    skos:altLabel "Family photos"@en,
        "Familieportretter"@nb,
        "Familiebilde"@nn,
        "Familieportrett"@nn ;
    skos:broadMatch <http://dewey.info/class/779.2/e23/> ;
    skos:broader humord:c04668 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/779.2/e23/> ;
    skos:prefLabel "Family portraits"@en,
        "Familiebilder"@nb,
        "Familiebilete"@nn .

humord:c04670 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04670" ;
    dct:modified "2025-01-16T07:43:15"^^xsd:dateTime ;
    skos:altLabel "Frames"@en,
        "Billedrammer"@nb,
        "Bilderammer"@nn ;
    skos:broadMatch <http://dewey.info/class/674.88/e23/>,
        <http://dewey.info/class/749.7/e23/> ;
    skos:broader humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/684/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/674.88/e23/>,
        <http://dewey.info/class/684/e23/>,
        <http://dewey.info/class/749.7/e23/> ;
    skos:prefLabel "Picture frames"@en,
        "Bilderammer"@nb,
        "Bileterammer"@nn .

humord:c04672 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-09-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04672" ;
    dct:modified "2025-01-13T08:19:16"^^xsd:dateTime ;
    skos:altLabel "Bunad jewellery"@en,
        "Bunad jewlery"@en,
        "Bunadsølv"@nb,
        "Bunadsylv"@nn,
        "Bunadsølv"@nn,
        "Draktsylv"@nn ;
    skos:broadMatch <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/739.23/e23/> ;
    skos:broader humord:c11705 ;
    skos:definition "Smykker og annet sølv brukt til folkedrakter og bunader <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/739.23/e23/> ;
    skos:prefLabel "Bunad silver"@en,
        "Draktsølv"@nb,
        "Draktsølv"@nn ;
    skos:related humord:c04772 .

humord:c04673 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04673" ;
    dct:modified "2025-01-16T07:44:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/642.7/e23/> ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/642.7/e23/> ;
    skos:prefLabel "Drinkware"@en,
        "Drikkestell"@nb,
        "Drikkestell"@nn ;
    skos:related humord:c14020 .

humord:c04674 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04674" ;
    dct:modified "2025-01-13T09:06:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/642.7/e23/> ;
    skos:broader humord:c04673 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/642.7/e23/>,
        <http://dewey.info/class/736.6/e23/> ;
    skos:prefLabel "Drinking horns"@en,
        "Drikkehorn"@nb,
        "Drikkehorn"@nn ;
    skos:relatedMatch <http://dewey.info/class/736.6/e23/> .

humord:c04675 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04675" ;
    dct:modified "2024-08-21T08:35:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/642.7/e23/> ;
    skos:broader humord:c04673 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/642.7/e23/> ;
    skos:prefLabel "Growler"@en,
        "Ølkanner"@nb,
        "Ølkanner"@nn .

humord:c04676 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04676" ;
    dct:modified "2025-01-24T11:01:38"^^xsd:dateTime ;
    skos:altLabel "Cans"@en,
        "Cartons"@en,
        "Cases (Boxes)"@en,
        "Etuis"@en,
        "Small boxes"@en,
        "Tins"@en,
        "Bokser"@nb,
        "Dåser"@nb,
        "Etui"@nb,
        "Etuier"@nb,
        "Boksar"@nn,
        "Dåsar"@nn,
        "Etui"@nn,
        "Øskjer"@nn ;
    skos:broadMatch <http://dewey.info/class/674.82/e23/>,
        <http://dewey.info/class/676.32/e23/> ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/674.82/e23/>,
        <http://dewey.info/class/676.32/e23/> ;
    skos:prefLabel "Boxes"@en,
        "Esker"@nb,
        "Esker"@nn ;
    skos:related humord:c04771,
        humord:c04791 .

humord:c04677 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04677" ;
    dct:modified "2025-01-10T15:06:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/391.43/e23/>,
        <http://dewey.info/class/623.4418/e23/>,
        <http://dewey.info/class/739.75/e23/> ;
    skos:broader humord:c04704 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.43/e23/>,
        <http://dewey.info/class/623.4418/e23/>,
        <http://dewey.info/class/739.75/e23/> ;
    skos:prefLabel "Helmets"@en,
        "Hjelmer"@nb,
        "Hjelmar"@nn .

humord:c04678 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04678" ;
    dct:modified "2025-01-10T15:03:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/391.43/e23/>,
        <http://dewey.info/class/623.4418/e23/>,
        <http://dewey.info/class/739.75/e23/> ;
    skos:broader humord:c04677 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.43/e23/>,
        <http://dewey.info/class/623.4418/e23/>,
        <http://dewey.info/class/739.75/e23/> ;
    skos:prefLabel "Visors"@en,
        "Visirer"@nb,
        "Visir"@nn .

humord:c04679 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04679" ;
    dct:modified "2025-01-16T07:46:45"^^xsd:dateTime ;
    skos:altLabel "Insignium"@nb ;
    skos:broadMatch <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/246.56/e23/> ;
    skos:broader humord:c04660 ;
    skos:definition "Ytre tegn på en persons stilling el. verdighet <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/929.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/246.56/e23/>,
        <http://dewey.info/class/929.9/e23/> ;
    skos:prefLabel "Insignia"@en,
        "Insignier"@nb,
        "Insignium"@nn ;
    skos:related humord:c06342 .

humord:c04681 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04681" ;
    dct:modified "2025-01-16T19:51:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/391.44/e23/>,
        <http://dewey.info/class/688.5/e23/> ;
    skos:broader humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/646.724/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.44/e23/>,
        <http://dewey.info/class/646.724/e23/>,
        <http://dewey.info/class/688.5/e23/> ;
    skos:prefLabel "Combs"@en,
        "Kammer"@nb,
        "Kammar"@nn .

humord:c04682 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04682" ;
    dct:modified "2025-01-16T19:55:29"^^xsd:dateTime ;
    skos:altLabel "Tellepinner"@nb,
        "Tellepinnar"@nn ;
    skos:broadMatch <http://dewey.info/class/681.14/e23/> ;
    skos:broader humord:c04660 ;
    skos:definition "Trestokker til regnskapsføring <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/657.2/e23/>,
        <http://dewey.info/class/681.14/e23/> ;
    skos:prefLabel "Tally sticks"@en,
        "Karvestokker"@nb,
        "Karvestokkar"@nn ;
    skos:relatedMatch <http://dewey.info/class/657.2/e23/> .

humord:c04684 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04684" ;
    dct:modified "2025-01-03T10:07:10"^^xsd:dateTime ;
    skos:altLabel "Kitchen tools"@en,
        "Husgeråd"@nb,
        "Husholdningsredskaper"@nb,
        "Kjøkkentøy"@nb,
        "Kjøkkenutstyr"@nb,
        "Husgeråd"@nn,
        "Hushaldsreiskapar"@nn,
        "Kjøkentøy"@nn,
        "Kjøkenutstyr"@nn,
        "Kjøken­reiskapar"@nn,
        "Kjøkkentøy"@nn,
        "Kjøkkenutstyr"@nn ;
    skos:broadMatch <http://dewey.info/class/683.82/e23/> ;
    skos:broader humord:c04440 ;
    skos:exactMatch <http://dewey.info/class/643.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/641.650284/e23/>,
        <http://dewey.info/class/643.3/e23/>,
        <http://dewey.info/class/683.82/e23/> ;
    skos:prefLabel "Kitchen utensils"@en,
        "Kjøkkenredskaper"@nb,
        "Kjøkkenreiskapar"@nn ;
    skos:relatedMatch <http://dewey.info/class/641.650284/e23/> .

humord:c04685 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04685" ;
    dct:modified "2025-06-14T07:59:16"^^xsd:dateTime ;
    skos:altLabel "Clothing"@en,
        "Outfits"@en,
        "Antrekk"@nb,
        "Bekledning"@nb,
        "Drakt"@nb,
        "Drakter"@nb,
        "Klesdrakt"@nb,
        "Klesplagg"@nb,
        "Påkledning"@nb,
        "Antrekk"@nn,
        "Drakt"@nn,
        "Drakter"@nn,
        "Kledning"@nn,
        "Klesdrakt"@nn,
        "Klesplagg"@nn,
        "Påkleding"@nn,
        "Påkledning"@nn ;
    skos:broadMatch <http://dewey.info/class/363.19/e23/>,
        <http://dewey.info/class/646.3/e23/> ;
    skos:broader humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/391/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.95/e23/>,
        <http://dewey.info/class/344.04235/e23/>,
        <http://dewey.info/class/355.14/e23/>,
        <http://dewey.info/class/361.05/e23/>,
        <http://dewey.info/class/363.19/e23/>,
        <http://dewey.info/class/391/e23/>,
        <http://dewey.info/class/613.482/e23/>,
        <http://dewey.info/class/646.3/e23/>,
        <http://dewey.info/class/646.4/e23/>,
        <http://dewey.info/class/685.22/e23/>,
        <http://dewey.info/class/685.24/e23/>,
        <http://dewey.info/class/687/e23/>,
        <http://dewey.info/class/746.92/e23/> ;
    skos:prefLabel "Clothes"@en,
        "Klær"@nb,
        "Klede"@nn ;
    skos:related humord:c04708,
        humord:c04770,
        humord:c04833,
        humord:c05551,
        humord:c23750 ;
    skos:relatedMatch <http://dewey.info/class/155.95/e23/>,
        <http://dewey.info/class/344.04235/e23/>,
        <http://dewey.info/class/355.14/e23/>,
        <http://dewey.info/class/361.05/e23/>,
        <http://dewey.info/class/613.482/e23/>,
        <http://dewey.info/class/646.4/e23/>,
        <http://dewey.info/class/685.22/e23/>,
        <http://dewey.info/class/685.24/e23/>,
        <http://dewey.info/class/687/e23/>,
        <http://dewey.info/class/746.92/e23/> .

humord:c04692 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04692" ;
    dct:modified "2024-10-16T13:47:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/685.22/e23/>,
        <http://dewey.info/class/687.19/e23/> ;
    skos:broader humord:c11705 ;
    skos:exactMatch <http://dewey.info/class/391.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.44/e23/>,
        <http://dewey.info/class/685.22/e23/>,
        <http://dewey.info/class/687.19/e23/> ;
    skos:prefLabel "Belts"@en,
        "Belter"@nb,
        "Belte"@nn .

humord:c04693 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04693" ;
    dct:modified "2024-10-17T14:27:11"^^xsd:dateTime ;
    skos:altLabel "Bridal dresses"@en,
        "Brurekjolar"@nn,
        "Brurkjolar"@nn ;
    skos:broadMatch <http://dewey.info/class/392.54/e23/> ;
    skos:broader humord:c04685 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/392.54/e23/> ;
    skos:prefLabel "Wedding dresses"@en,
        "Brudekjoler"@nb,
        "Brudekjolar"@nn .

humord:c04694 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04694" ;
    dct:modified "2024-10-17T14:27:39"^^xsd:dateTime ;
    skos:altLabel "Pants"@en,
        "Benklær"@nb ;
    skos:broadMatch <http://dewey.info/class/646.3/e23/> ;
    skos:broader humord:c04685 ;
    skos:exactMatch <http://dewey.info/class/391.476/e23/>,
        <http://dewey.info/class/646.436/e23/>,
        <http://dewey.info/class/687.116/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.476/e23/>,
        <http://dewey.info/class/646.3/e23/>,
        <http://dewey.info/class/646.436/e23/>,
        <http://dewey.info/class/687.116/e23/> ;
    skos:prefLabel "Trousers"@en,
        "Bukser"@nb,
        "Bukser"@nn .

humord:c04696 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04696" ;
    dct:modified "2024-10-17T14:28:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/646.3/e23/> ;
    skos:broader humord:c04685 ;
    skos:exactMatch <http://dewey.info/class/391.473/e23/>,
        <http://dewey.info/class/646.433/e23/>,
        <http://dewey.info/class/687.113/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.473/e23/>,
        <http://dewey.info/class/646.3/e23/>,
        <http://dewey.info/class/646.433/e23/>,
        <http://dewey.info/class/687.113/e23/> ;
    skos:prefLabel "Suits"@en,
        "Dresser"@nb,
        "Dressar"@nn ;
    skos:related humord:c04720 .

humord:c04697 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04697" ;
    dct:modified "2024-10-17T14:28:18"^^xsd:dateTime ;
    skos:altLabel "Baptismal robes"@en,
        "Christening dresses"@en,
        "Christening robes"@en,
        "Dåpskjoler"@nb,
        "Dåpsklær"@nb,
        "Dåpskjolar"@nn,
        "Dåpsklede"@nn ;
    skos:broadMatch <http://dewey.info/class/392.12/e23/> ;
    skos:broader humord:c04685 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/392.12/e23/> ;
    skos:prefLabel "Baptismal dresses"@en,
        "Dåpsdrakter"@nb,
        "Dåpsdrakter"@nn .

humord:c04700 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04700" ;
    dct:modified "2024-10-17T14:28:57"^^xsd:dateTime ;
    skos:broader humord:c04685 ;
    skos:closeMatch <http://dewey.info/class/391/e23/> ;
    skos:definition "Regional draktform som bygger på tradisjon, motepåvirkninger, lokal utvikling og individuell smak <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391/e23/> ;
    skos:prefLabel "National costumes"@en,
        "Folkedrakter"@nb,
        "Folkedrakter"@nn .

humord:c04701 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04701" ;
    dct:modified "2025-01-12T20:10:30"^^xsd:dateTime ;
    skos:altLabel "Nasjonaldrakter"@nb ;
    skos:broadMatch <http://dewey.info/class/391/e23/> ;
    skos:broader humord:c04700 ;
    skos:definition "Fest- og høytidsdrakter som har bakgrunn i de enkelte folkedrakter <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391/e23/> ;
    skos:prefLabel "Bunads"@en,
        "Bunader"@nb,
        "Bunader"@nn .

humord:c04703 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04703" ;
    dct:modified "2024-10-17T14:29:29"^^xsd:dateTime ;
    skos:altLabel "Camouflages (Clothes)"@en ;
    skos:broadMatch <http://dewey.info/class/391/e23/> ;
    skos:broader humord:c04685 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391/e23/> ;
    skos:prefLabel "Disguises"@en,
        "Forkledninger"@nb,
        "Forkledningar"@nn ;
    skos:related humord:c05551 .

humord:c04704 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04704" ;
    dct:modified "2024-10-17T14:29:50"^^xsd:dateTime ;
    skos:altLabel "Headdress"@en ;
    skos:broadMatch <http://dewey.info/class/646.3/e23/> ;
    skos:broader humord:c04685 ;
    skos:exactMatch <http://dewey.info/class/391.43/e23/>,
        <http://dewey.info/class/687.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.43/e23/>,
        <http://dewey.info/class/646.3/e23/>,
        <http://dewey.info/class/646.5/e23/>,
        <http://dewey.info/class/687.4/e23/> ;
    skos:prefLabel "Headgear"@en,
        "Hodeplagg"@nb,
        "Hovudplagg"@nn ;
    skos:relatedMatch <http://dewey.info/class/646.5/e23/> .

humord:c04705 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04705" ;
    dct:modified "2025-01-10T15:04:10"^^xsd:dateTime ;
    skos:broader humord:c04704 ;
    skos:closeMatch <http://dewey.info/class/391.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.43/e23/> ;
    skos:prefLabel "Hats"@en,
        "Hatter"@nb,
        "Hattar"@nn .

humord:c04706 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04706" ;
    dct:modified "2024-10-17T14:30:21"^^xsd:dateTime ;
    skos:altLabel "Cloaks"@en ;
    skos:broadMatch <http://dewey.info/class/391.46/e23/>,
        <http://dewey.info/class/646.45/e23/>,
        <http://dewey.info/class/687.14/e23/> ;
    skos:broader humord:c04685 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.46/e23/>,
        <http://dewey.info/class/646.45/e23/>,
        <http://dewey.info/class/687.14/e23/> ;
    skos:prefLabel "Capes"@en,
        "Kapper"@nb,
        "Kapper"@nn .

humord:c04707 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04707" ;
    dct:modified "2025-01-13T08:40:05"^^xsd:dateTime ;
    skos:altLabel "Cardigans"@en,
        "Kufter"@nb ;
    skos:broadMatch <http://dewey.info/class/391.46/e23/>,
        <http://dewey.info/class/746.4320432/e23/> ;
    skos:broader humord:c04685 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.46/e23/>,
        <http://dewey.info/class/746.4320432/e23/> ;
    skos:prefLabel "Knitted jackets"@en,
        "Kofter"@nb,
        "Kufter"@nn .

humord:c04708 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-09-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04708" ;
    dct:modified "2025-04-24T15:01:19"^^xsd:dateTime ;
    skos:altLabel "Ready-to-wear clothing"@en ;
    skos:broadMatch <http://dewey.info/class/391/e23/> ;
    skos:broader humord:c07794 ;
    skos:closeMatch <http://dewey.info/class/687/e23/> ;
    skos:definition "Konfeksjon er fabrikkfremstilte klær som består av serier av samme modell lagd i forskjellige størrelser <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391/e23/>,
        <http://dewey.info/class/687/e23/> ;
    skos:prefLabel "Ready-made clothing"@en,
        "Konfeksjon"@nb,
        "Konfeksjon"@nn ;
    skos:related humord:c04685,
        humord:c16709 .

humord:c04709 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04709" ;
    dct:modified "2024-10-17T14:20:39"^^xsd:dateTime ;
    skos:altLabel "Women's clothes"@en,
        "Kvinnedrakter"@nb,
        "Kvinnedrakter"@nn ;
    skos:broader humord:c04685 ;
    skos:exactMatch <http://dewey.info/class/391.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.2/e23/> ;
    skos:prefLabel "Women's clothing"@en,
        "Kvinneklær"@nb,
        "Kvinneklede"@nn .

humord:c04714 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04714" ;
    dct:modified "2025-01-13T08:31:51"^^xsd:dateTime ;
    skos:altLabel "Pannelin"@en ;
    skos:broadMatch <http://dewey.info/class/391.43082/e23/> ;
    skos:broader humord:c04685 ;
    skos:definition "Hodeplagg for kvinner <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.43082/e23/> ;
    skos:prefLabel "Traditional headgear"@en,
        "Pannelin"@nb,
        "Pannelin"@nn .

humord:c04715 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04715" ;
    dct:modified "2025-01-13T08:32:18"^^xsd:dateTime ;
    skos:altLabel "Pels"@nb,
        "Pels"@nn ;
    skos:broadMatch <http://dewey.info/class/646.1/e23/> ;
    skos:broader humord:c04685 ;
    skos:closeMatch <http://dewey.info/class/573.58/e23/> ;
    skos:exactMatch <http://dewey.info/class/599.7147/e23/>,
        <http://dewey.info/class/745.537/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/573.58/e23/>,
        <http://dewey.info/class/599.7147/e23/>,
        <http://dewey.info/class/646.1/e23/>,
        <http://dewey.info/class/675.3/e23/>,
        <http://dewey.info/class/685/e23/>,
        <http://dewey.info/class/745.537/e23/> ;
    skos:prefLabel "Furs"@en,
        "Pelsverk"@nb,
        "Pelsverk"@nn ;
    skos:relatedMatch <http://dewey.info/class/675.3/e23/>,
        <http://dewey.info/class/685/e23/> .

humord:c04717 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04717" ;
    dct:modified "2024-10-17T14:23:48"^^xsd:dateTime ;
    skos:altLabel "Togaar"@nn ;
    skos:broadMatch <http://dewey.info/class/391.4/e23/> ;
    skos:broader humord:c04685 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.4/e23/> ;
    skos:prefLabel "Togas"@en,
        "Togaer"@nb,
        "Togaer"@nn .

humord:c04718 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04718" ;
    dct:modified "2025-01-13T08:34:16"^^xsd:dateTime ;
    skos:altLabel "Underclothes"@en,
        "Underclothing"@en,
        "Undergarments"@en,
        "Undies"@en,
        "Underklede"@nn ;
    skos:broader humord:c04685 ;
    skos:exactMatch <http://dewey.info/class/391.423/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.423/e23/>,
        <http://dewey.info/class/646.42/e23/>,
        <http://dewey.info/class/687.2/e23/> ;
    skos:prefLabel "Underwear"@en,
        "Undertøy"@nb,
        "Undertøy"@nn ;
    skos:relatedMatch <http://dewey.info/class/646.42/e23/>,
        <http://dewey.info/class/687.2/e23/> .

humord:c04719 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04719" ;
    dct:modified "2025-01-10T15:00:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/391.423082/e23/> ;
    skos:broader humord:c04718 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.423082/e23/> ;
    skos:prefLabel "Crinolines"@en,
        "Krinoliner"@nb,
        "Krinolinar"@nn .

humord:c04720 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04720" ;
    dct:modified "2024-10-17T14:24:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/391.48/e23/> ;
    skos:broader humord:c04685 ;
    skos:closeMatch <http://dewey.info/class/687.15/e23/> ;
    skos:exactMatch <http://dewey.info/class/355.14/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/355.14/e23/>,
        <http://dewey.info/class/357.0414/e23/>,
        <http://dewey.info/class/391.48/e23/>,
        <http://dewey.info/class/687.15/e23/> ;
    skos:prefLabel "Uniforms"@en,
        "Uniformer"@nb,
        "Uniformer"@nn ;
    skos:related humord:c04696 ;
    skos:relatedMatch <http://dewey.info/class/357.0414/e23/> .

humord:c04721 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04721" ;
    dct:modified "2025-04-06T21:52:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/739.72/e23/> ;
    skos:broader humord:c04440 ;
    skos:exactMatch <http://dewey.info/class/621.932/e23/>,
        <http://dewey.info/class/623.4412/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.932/e23/>,
        <http://dewey.info/class/623.4412/e23/>,
        <http://dewey.info/class/739.72/e23/> ;
    skos:prefLabel "Knives"@en,
        "Kniver"@nb,
        "Knivar"@nn ;
    skos:related humord:c04784 .

humord:c04722 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2017-10-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04722" ;
    dct:modified "2025-01-17T07:08:58"^^xsd:dateTime ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:prefLabel "Cards"@en,
        "Kort"@nb,
        "Kort"@nn .

humord:c04723 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04723" ;
    dct:modified "2025-01-10T14:52:50"^^xsd:dateTime ;
    skos:altLabel "Season's greetings cards"@en,
        "Jolekort"@nn ;
    skos:broadMatch <http://dewey.info/class/745.59412/e23/> ;
    skos:broader humord:c04722 ;
    skos:exactMatch <http://dewey.info/class/394.2663/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.2663/e23/>,
        <http://dewey.info/class/745.59412/e23/> ;
    skos:prefLabel "Christmas cards"@en,
        "Julekort"@nb,
        "Julekort"@nn .

humord:c04724 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04724" ;
    dct:modified "2025-01-10T14:53:11"^^xsd:dateTime ;
    skos:altLabel "Postal cards"@en ;
    skos:broader humord:c04722 ;
    skos:exactMatch <http://dewey.info/class/383.122/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/383.122/e23/>,
        <http://dewey.info/class/741.683/e23/>,
        <http://dewey.info/class/744.72/e23/> ;
    skos:prefLabel "Postcards"@en,
        "Postkort"@nb,
        "Postkort"@nn ;
    skos:relatedMatch <http://dewey.info/class/741.683/e23/>,
        <http://dewey.info/class/744.72/e23/> .

humord:c04725 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04725" ;
    dct:modified "2025-01-10T14:53:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/795.4/e23/> ;
    skos:broader humord:c04722 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/688.754/e23/>,
        <http://dewey.info/class/795.4/e23/> ;
    skos:prefLabel "Playing cards"@en,
        "Spillkort"@nb,
        "Spelkort"@nn ;
    skos:relatedMatch <http://dewey.info/class/688.754/e23/> .

humord:c04726 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04726" ;
    dct:modified "2025-01-10T14:54:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/394.2618/e23/>,
        <http://dewey.info/class/745.5941618/e23/> ;
    skos:broader humord:c04722 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.2618/e23/>,
        <http://dewey.info/class/745.5941618/e23/> ;
    skos:prefLabel "Valentine cards"@en,
        "Valentinskort"@nb,
        "Valentinskort"@nn .

humord:c04727 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04727" ;
    dct:modified "2025-01-16T19:56:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/745.594/e23/>,
        <http://dewey.info/class/745.926/e23/> ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/745.594/e23/>,
        <http://dewey.info/class/745.926/e23/> ;
    skos:prefLabel "Wreaths"@en,
        "Kranser"@nb,
        "Kransar"@nn .

humord:c04728 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04728" ;
    dct:modified "2025-01-10T15:08:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/391.43/e23/> ;
    skos:broader humord:c04704 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.43/e23/> ;
    skos:prefLabel "Crowns (Headdress)"@en,
        "Kroner (Hodepryd)"@nb,
        "Kroner (Hovudpryd)"@nn .

humord:c04729 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04729" ;
    dct:modified "2023-12-04T12:22:59"^^xsd:dateTime ;
    skos:altLabel "Oddities"@en,
        "Rarities"@en,
        "Kuriositeter"@nb,
        "Kuriosum"@nb,
        "Rariteter"@nb,
        "Kuriositetar"@nn ;
    skos:broadMatch <http://dewey.info/class/069.5/e23/>,
        <http://dewey.info/class/398/e23/> ;
    skos:broader humord:c04660 ;
    skos:exactMatch realfagstermer:c007782 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007782,
        <http://dewey.info/class/069.5/e23/>,
        <http://dewey.info/class/398/e23/> ;
    skos:prefLabel "Curios"@en,
        "Kuriosa"@nb,
        "Kuriosa"@nn .

humord:c04733 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04733" ;
    dct:modified "2024-10-11T14:15:06"^^xsd:dateTime ;
    skos:altLabel "Playthings"@en,
        "Leiketøy"@nb,
        "Leiketøyer"@nb,
        "Leker"@nb,
        "Leketøyer"@nb,
        "Barneleikar"@nn,
        "Leikar"@nn ;
    skos:broadMatch <http://dewey.info/class/363.19/e23/>,
        <http://dewey.info/class/394.3/e23/> ;
    skos:broader humord:c04660 ;
    skos:closeMatch <http://dewey.info/class/745.592/e23/> ;
    skos:exactMatch realfagstermer:c006268,
        <http://dewey.info/class/688.72/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006268,
        <http://dewey.info/class/344.04235/e23/>,
        <http://dewey.info/class/363.19/e23/>,
        <http://dewey.info/class/394.3/e23/>,
        <http://dewey.info/class/649.55/e23/>,
        <http://dewey.info/class/688.72/e23/>,
        <http://dewey.info/class/745.592/e23/>,
        <http://dewey.info/class/790.133/e23/> ;
    skos:prefLabel "Toys"@en,
        "Leketøy"@nb,
        "Leiketøy"@nn ;
    skos:related humord:c04863 ;
    skos:relatedMatch <http://dewey.info/class/344.04235/e23/>,
        <http://dewey.info/class/649.55/e23/>,
        <http://dewey.info/class/790.133/e23/> .

humord:c04735 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04735" ;
    dct:modified "2026-01-12T11:32:28"^^xsd:dateTime ;
    skos:altLabel "Teddies"@en ;
    skos:broader humord:c04733 ;
    skos:exactMatch <http://dewey.info/class/688.7243/e23/>,
        <http://dewey.info/class/745.59243/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/688.7243/e23/>,
        <http://dewey.info/class/745.59243/e23/> ;
    skos:prefLabel "Teddy bears"@en,
        "Teddybjørner"@nb,
        "Teddybjørnar"@nn .

humord:c04736 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04736" ;
    dct:modified "2025-01-16T19:59:29"^^xsd:dateTime ;
    skos:altLabel "Ljosstell"@nn ;
    skos:broader humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/621.32/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.32/e23/> ;
    skos:prefLabel "Lighting utensils"@en,
        "Lysstell"@nb,
        "Lysstell"@nn ;
    skos:related humord:c04309 .

humord:c04737 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04737" ;
    dct:modified "2025-05-19T13:53:41"^^xsd:dateTime ;
    skos:altLabel "Lampetter"@nb,
        "Lysarmaturer"@nb,
        "Lamper"@nn,
        "Lampettar"@nn,
        "Ljosarmatur"@nn,
        "Lysarmatur"@nn ;
    skos:broadMatch <http://dewey.info/class/622.473/e23/>,
        <http://dewey.info/class/683.83/e23/>,
        <http://dewey.info/class/738.8/e23/>,
        <http://dewey.info/class/749.63/e23/> ;
    skos:broader humord:c04736 ;
    skos:exactMatch <http://dewey.info/class/621.32/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.32/e23/>,
        <http://dewey.info/class/622.473/e23/>,
        <http://dewey.info/class/683.83/e23/>,
        <http://dewey.info/class/738.8/e23/>,
        <http://dewey.info/class/749.63/e23/> ;
    skos:prefLabel "Lamps"@en,
        "Lamper"@nb,
        "Lampar"@nn .

humord:c04738 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04738" ;
    dct:modified "2025-01-10T14:49:07"^^xsd:dateTime ;
    skos:altLabel "Oljelamper"@nn ;
    skos:broadMatch <http://dewey.info/class/621.323/e23/> ;
    skos:broader humord:c04737 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.323/e23/> ;
    skos:prefLabel "Oil lamps"@en,
        "Oljelamper"@nb,
        "Oljelampar"@nn .

humord:c04739 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04739" ;
    dct:modified "2025-05-15T11:43:40"^^xsd:dateTime ;
    skos:altLabel "Candelabra"@en,
        "Candelabrum"@en,
        "Candlesticks"@en,
        "Kandelabre"@nb,
        "Kandelabrar"@nn,
        "Ljosestakar"@nn ;
    skos:broadMatch <http://dewey.info/class/738.8/e23/> ;
    skos:broader humord:c04736 ;
    skos:closeMatch <http://dewey.info/class/745.5933/e23/> ;
    skos:exactMatch <http://dewey.info/class/621.323/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.323/e23/>,
        <http://dewey.info/class/738.8/e23/>,
        <http://dewey.info/class/745.5933/e23/> ;
    skos:prefLabel "Candleholders"@en,
        "Lysestaker"@nb,
        "Lysestakar"@nn .

humord:c04740 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04740" ;
    dct:modified "2025-01-16T20:00:07"^^xsd:dateTime ;
    skos:altLabel "Face masks"@en ;
    skos:broadMatch <http://dewey.info/class/646.478/e23/>,
        <http://dewey.info/class/687.4/e23/> ;
    skos:broader humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/391.434/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.434/e23/>,
        <http://dewey.info/class/646.478/e23/>,
        <http://dewey.info/class/687.4/e23/>,
        <http://dewey.info/class/731.75/e23/> ;
    skos:prefLabel "Masks"@en,
        "Masker"@nb,
        "Masker"@nn ;
    skos:relatedMatch <http://dewey.info/class/731.75/e23/> .

humord:c04741 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04741" ;
    dct:modified "2024-07-02T11:03:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/645.12/e23/>,
        <http://dewey.info/class/747.5/e23/> ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/645.12/e23/>,
        <http://dewey.info/class/747.5/e23/> ;
    skos:prefLabel "Mats"@en,
        "Matter"@nb,
        "Matter"@nn .

humord:c04742 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04742" ;
    dct:modified "2024-11-21T07:54:18"^^xsd:dateTime ;
    skos:altLabel "Kontorniater"@nb,
        "Kontorniatar"@nn ;
    skos:broader humord:c04660 ;
    skos:exactMatch realfagstermer:c000971,
        <http://dewey.info/class/1--079/e23/>,
        <http://dewey.info/class/737.22/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000971,
        <http://dewey.info/class/1--079/e23/>,
        <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/355.1342/e23/>,
        <http://dewey.info/class/737.22/e23/> ;
    skos:prefLabel "Medals"@en,
        "Medaljer"@nb,
        "Medaljar"@nn ;
    skos:related humord:c04512,
        humord:c04641 ;
    skos:relatedMatch <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/355.1342/e23/> .

humord:c04744 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04744" ;
    dct:modified "2024-11-22T13:53:47"^^xsd:dateTime ;
    skos:altLabel "Household furniture"@en,
        "Møbel"@nn ;
    skos:broader humord:c04660 ;
    skos:closeMatch <http://dewey.info/class/022.9/e23/>,
        <http://dewey.info/class/684.1/e23/>,
        <http://dewey.info/class/749/e23/> ;
    skos:exactMatch <http://dewey.info/class/645.4/e23/>,
        <http://dewey.info/class/651.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/022.9/e23/>,
        <http://dewey.info/class/392.36/e23/>,
        <http://dewey.info/class/645.4/e23/>,
        <http://dewey.info/class/648.5/e23/>,
        <http://dewey.info/class/651.23/e23/>,
        <http://dewey.info/class/684.1/e23/>,
        <http://dewey.info/class/749/e23/> ;
    skos:prefLabel "Furniture"@en,
        "Møbler"@nb,
        "Møblar"@nn ;
    skos:related humord:c24785,
        humord:c69024 ;
    skos:relatedMatch <http://dewey.info/class/392.36/e23/>,
        <http://dewey.info/class/648.5/e23/> .

humord:c04745 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04745" ;
    dct:modified "2025-01-10T14:47:22"^^xsd:dateTime ;
    skos:altLabel "Bondemøbel"@nn ;
    skos:broadMatch <http://dewey.info/class/749.09481/e23/> ;
    skos:broader humord:c04744 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/749.09481/e23/> ;
    skos:prefLabel "Peasant furniture"@en,
        "Bondemøbler"@nb,
        "Bondemøblar"@nn .

humord:c04747 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04747" ;
    dct:modified "2024-10-17T14:35:04"^^xsd:dateTime ;
    skos:altLabel "Dual seats"@en,
        "Pews"@en,
        "Benker"@nn ;
    skos:broadMatch <http://dewey.info/class/645.4/e23/>,
        <http://dewey.info/class/684.1/e23/>,
        <http://dewey.info/class/749.3/e23/> ;
    skos:broader humord:c04744 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/645.4/e23/>,
        <http://dewey.info/class/684.1/e23/>,
        <http://dewey.info/class/749.3/e23/> ;
    skos:prefLabel "Benches"@en,
        "Benker"@nb,
        "Benkar"@nn .

humord:c04748 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04748" ;
    dct:modified "2024-10-17T14:39:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/645.8/e23/> ;
    skos:broader humord:c04744 ;
    skos:exactMatch <http://dewey.info/class/645.4/e23/>,
        <http://dewey.info/class/684.132/e23/>,
        <http://dewey.info/class/749.32/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/645.4/e23/>,
        <http://dewey.info/class/645.8/e23/>,
        <http://dewey.info/class/684.132/e23/>,
        <http://dewey.info/class/749.32/e23/> ;
    skos:prefLabel "Chairs"@en,
        "Stoler"@nb,
        "Stolar"@nn .

humord:c04749 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04749" ;
    dct:modified "2024-10-21T07:54:44"^^xsd:dateTime ;
    skos:altLabel "Kongestoler"@nb,
        "Kongestolar"@nn ;
    skos:broadMatch <http://dewey.info/class/749.32/e23/> ;
    skos:broader humord:c04744 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/749.32/e23/> ;
    skos:prefLabel "Thrones"@en,
        "Troner"@nb,
        "Troner"@nn .

humord:c04751 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04751" ;
    dct:modified "2025-01-16T20:03:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/746.44/e23/> ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/746.44/e23/> ;
    skos:prefLabel "Samplers"@en,
        "Navneduker"@nb,
        "Namnedukar"@nn .

humord:c04752 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04752" ;
    dct:modified "2025-05-15T11:41:44"^^xsd:dateTime ;
    skos:altLabel "Ovens"@en,
        "Kaminer"@nb,
        "Kaminar"@nn ;
    skos:broadMatch <http://dewey.info/class/644.1/e23/>,
        <http://dewey.info/class/683.88/e23/>,
        <http://dewey.info/class/738.8/e23/> ;
    skos:broader humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/697.22/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/643.3/e23/>,
        <http://dewey.info/class/644.1/e23/>,
        <http://dewey.info/class/683.88/e23/>,
        <http://dewey.info/class/697.22/e23/>,
        <http://dewey.info/class/738.8/e23/> ;
    skos:prefLabel "Stoves"@en,
        "Ovner"@nb,
        "Omnar"@nn ;
    skos:relatedMatch <http://dewey.info/class/643.3/e23/> .

humord:c04753 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04753" ;
    dct:modified "2026-01-12T11:32:55"^^xsd:dateTime ;
    skos:altLabel "Ceramic stoves"@en,
        "Tile stoves"@en,
        "Tiled heating stoves"@en,
        "Tiled stoves"@en ;
    skos:broadMatch <http://dewey.info/class/738.8/e23/>,
        <http://dewey.info/class/749.62/e23/> ;
    skos:broader humord:c04752 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/738.8/e23/>,
        <http://dewey.info/class/749.62/e23/> ;
    skos:prefLabel "Cocklestoves"@en,
        "Kakkelovner"@nb,
        "Kallelomnar"@nn .

humord:c04754 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04754" ;
    dct:modified "2025-01-14T21:03:50"^^xsd:dateTime ;
    skos:altLabel "Beads"@en ;
    skos:broader humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/745.582/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/646.19/e23/>,
        <http://dewey.info/class/745.582/e23/> ;
    skos:prefLabel "Pearls"@en,
        "Perler"@nb,
        "Perler"@nn ;
    skos:related humord:c04772 ;
    skos:relatedMatch <http://dewey.info/class/646.19/e23/> .

humord:c04755 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04755" ;
    dct:modified "2025-01-15T18:56:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/203.51/e23/> ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.51/e23/> ;
    skos:prefLabel "Pilgrim badges"@en,
        "Pilegrimsmerker"@nb,
        "Pilegrimsmerke"@nn .

humord:c04756 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04756" ;
    dct:modified "2025-01-28T07:30:50"^^xsd:dateTime ;
    skos:altLabel "Rune staffs"@en ;
    skos:broadMatch <http://dewey.info/class/394.2/e23/>,
        <http://dewey.info/class/529.3/e23/> ;
    skos:broader humord:c19734 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.2/e23/>,
        <http://dewey.info/class/529.3/e23/> ;
    skos:prefLabel "Calendar sticks"@en,
        "Primstaver"@nb,
        "Primstavar"@nn ;
    skos:related humord:c04848,
        humord:c08191 .

humord:c04757 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04757" ;
    dct:modified "2025-01-15T19:13:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/746.4/e23/>,
        <http://dewey.info/class/747/e23/> ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/746.4/e23/>,
        <http://dewey.info/class/747/e23/> ;
    skos:prefLabel "Decorations"@en,
        "Pynt"@nb,
        "Pynt"@nn .

humord:c04758 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04758" ;
    dct:modified "2025-01-15T19:15:11"^^xsd:dateTime ;
    skos:altLabel "Portable receiver (Radios)"@en,
        "Portables (Radios)"@en,
        "Bærbare radioer"@nb,
        "Berbare radioar"@nn ;
    skos:broadMatch <http://dewey.info/class/621.38418/e23/> ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.38418/e23/> ;
    skos:prefLabel "Portable radios"@en,
        "Reiseradioer"@nb,
        "Reiseradioar"@nn ;
    skos:related humord:c09112 .

humord:c04760 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04760" ;
    dct:modified "2025-01-15T19:15:50"^^xsd:dateTime ;
    skos:altLabel "Armors"@en ;
    skos:broader humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/355.82418/e23/>,
        <http://dewey.info/class/623.4418/e23/>,
        <http://dewey.info/class/739.75/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/355.82418/e23/>,
        <http://dewey.info/class/623.4418/e23/>,
        <http://dewey.info/class/704.9496234418/e23/>,
        <http://dewey.info/class/739.75/e23/> ;
    skos:prefLabel "Armour"@en,
        "Rustninger"@nb,
        "Rustningar"@nn ;
    skos:relatedMatch <http://dewey.info/class/704.9496234418/e23/> .

humord:c04761 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-12-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04761" ;
    dct:modified "2025-06-24T11:50:22"^^xsd:dateTime ;
    skos:altLabel "Seal (Art)"@en,
        "Sigiller"@nb,
        "Signet"@nb,
        "Signeter"@nb,
        "Signet"@nn ;
    skos:broadMatch <http://dewey.info/class/744.7/e23/>,
        <http://dewey.info/class/929.9/e23/> ;
    skos:broader humord:c13511 ;
    skos:closeMatch <http://dewey.info/class/737.6/e23/> ;
    skos:definition "Segl er avtrykk i lakk, voks, metall eller papir som er festet til et dokument for å bekrefte at det er ekte [ordbøkene.no]"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/737.6/e23/>,
        <http://dewey.info/class/744.7/e23/>,
        <http://dewey.info/class/929.9/e23/> ;
    skos:prefLabel "Seals (Art)"@en,
        "Segl"@nb,
        "Segl"@nn ;
    skos:related humord:c04773 .

humord:c04763 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04763" ;
    dct:modified "2025-01-15T19:16:36"^^xsd:dateTime ;
    skos:broader humord:c04660 ;
    skos:closeMatch <http://dewey.info/class/636.0837/e23/>,
        <http://dewey.info/class/685.1/e23/> ;
    skos:exactMatch <http://dewey.info/class/636.10837/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/636.0837/e23/>,
        <http://dewey.info/class/636.10837/e23/>,
        <http://dewey.info/class/685.1/e23/> ;
    skos:prefLabel "Harnesses"@en,
        "Seletøy"@nb,
        "Seletøy"@nn .

humord:c04764 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04764" ;
    dct:modified "2025-01-15T19:19:01"^^xsd:dateTime ;
    skos:altLabel "Bedding"@en,
        "Bedlinen"@en,
        "Sengetøy"@nb,
        "Sengklær"@nb,
        "Sengetøy"@nn,
        "Sengklede"@nn ;
    skos:broadMatch <http://dewey.info/class/684.3/e23/> ;
    skos:broader humord:c04660 ;
    skos:closeMatch <http://dewey.info/class/746.97/e23/> ;
    skos:exactMatch <http://dewey.info/class/645.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/645.4/e23/>,
        <http://dewey.info/class/646.21/e23/>,
        <http://dewey.info/class/684.3/e23/>,
        <http://dewey.info/class/746.460437/e23/>,
        <http://dewey.info/class/746.97/e23/> ;
    skos:prefLabel "Bedclothes"@en,
        "Sengeklær"@nb,
        "Sengeklede"@nn ;
    skos:relatedMatch <http://dewey.info/class/646.21/e23/>,
        <http://dewey.info/class/746.460437/e23/> .

humord:c04767 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04767" ;
    dct:modified "2025-01-13T10:16:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/643.3/e23/>,
        <http://dewey.info/class/683.82/e23/> ;
    skos:broader humord:c14023 ;
    skos:exactMatch <http://dewey.info/class/642.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/642.7/e23/>,
        <http://dewey.info/class/643.3/e23/>,
        <http://dewey.info/class/683.82/e23/> ;
    skos:prefLabel "Serving cutlery"@en,
        "Serveringsbestikk"@nb,
        "Serveringsbestikk"@nn .

humord:c04768 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04768" ;
    dct:modified "2025-01-15T19:17:02"^^xsd:dateTime ;
    skos:altLabel "Chessmen"@en ;
    skos:broader humord:c04660 ;
    skos:closeMatch <http://dewey.info/class/794.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/688.741/e23/>,
        <http://dewey.info/class/794.1/e23/> ;
    skos:prefLabel "Chess pieces"@en,
        "Sjakkbrikker"@nb,
        "Sjakkbrikker"@nn ;
    skos:related humord:c01426 ;
    skos:relatedMatch <http://dewey.info/class/688.741/e23/> .

humord:c04769 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-03-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04769" ;
    dct:modified "2024-01-03T10:08:20"^^xsd:dateTime ;
    skos:broader humord:c01449 ;
    skos:exactMatch realfagstermer:c031378,
        <http://dewey.info/class/688.7693/e23/>,
        <http://dewey.info/class/796.93/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031378,
        <http://dewey.info/class/688.7693/e23/>,
        <http://dewey.info/class/796.93/e23/> ;
    skos:prefLabel "Skis"@en,
        "Ski (Artefakter)"@nb,
        "Ski (Artefaktar)"@nn .

humord:c04770 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04770" ;
    dct:modified "2024-10-17T14:22:18"^^xsd:dateTime ;
    skos:altLabel "Skotøy"@nb,
        "Skotøy"@nn ;
    skos:broader humord:c20887 ;
    skos:closeMatch <http://dewey.info/class/685.31/e23/> ;
    skos:exactMatch <http://dewey.info/class/391.413/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.413/e23/>,
        <http://dewey.info/class/685.31/e23/> ;
    skos:prefLabel "Shoes"@en,
        "Sko"@nb,
        "Sko"@nn ;
    skos:related humord:c04685,
        humord:c07452,
        humord:c07707,
        humord:c07708 .

humord:c04771 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04771" ;
    dct:modified "2025-01-15T19:17:23"^^xsd:dateTime ;
    skos:altLabel "Caskets (Artifacts)"@en ;
    skos:broadMatch <http://dewey.info/class/674.82/e23/>,
        <http://dewey.info/class/745.593/e23/> ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/674.82/e23/>,
        <http://dewey.info/class/745.593/e23/> ;
    skos:prefLabel "Chests (Artifacts)"@en,
        "Skrin"@nb,
        "Skrin"@nn ;
    skos:related humord:c04676,
        humord:c04791 .

humord:c04772 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04772" ;
    dct:modified "2026-04-23T10:49:49"^^xsd:dateTime ;
    skos:altLabel "Jewelry"@en,
        "Pieces of jewellery"@en,
        "Pieces of jewelry"@en ;
    skos:broadMatch <http://dewey.info/class/688.2/e23/>,
        <http://dewey.info/class/745.5942/e23/> ;
    skos:broader humord:c11705 ;
    skos:exactMatch <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/739.27/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/688.2/e23/>,
        <http://dewey.info/class/739.27/e23/>,
        <http://dewey.info/class/745.5942/e23/> ;
    skos:prefLabel "Jewellery"@en,
        "Smykker"@nb,
        "Smykke"@nn ;
    skos:related humord:c04672,
        humord:c04754,
        humord:c16294 .

humord:c04773 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04773" ;
    dct:modified "2025-01-12T20:14:36"^^xsd:dateTime ;
    skos:altLabel "Intaglios"@en ;
    skos:broader humord:c04772 ;
    skos:closeMatch <http://dewey.info/class/553.8/e23/> ;
    skos:definition "Gemmer er edelstener som er utskåret i dybden (til segl), såkalt intaglio, eller i relieff, kamé. Intaglier fra renessansetiden som er utskåret i to plan, slik at hovedmotivet står mot en kontrastfarget bakgrunn kalles nicolo. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/553.8/e23/> ;
    skos:prefLabel "Engraved gems"@en,
        "Gemmer"@nb,
        "Gemmar"@nn ;
    skos:related humord:c04761 .

humord:c04775 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04775" ;
    dct:modified "2025-01-12T20:18:56"^^xsd:dateTime ;
    skos:altLabel "Kaméer"@nb,
        "Kaméar"@nn ;
    skos:broader humord:c04772 ;
    skos:exactMatch <http://dewey.info/class/736.222/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/736.222/e23/> ;
    skos:prefLabel "Cameos"@en,
        "Kameer"@nb,
        "Kamear"@nn .

humord:c04776 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04776" ;
    dct:modified "2026-08-17T13:46:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/688.2/e23/>,
        <http://dewey.info/class/745.5942/e23/> ;
    skos:broader humord:c04772 ;
    skos:closeMatch <http://dewey.info/class/739.2782/e23/> ;
    skos:exactMatch <http://dewey.info/class/391.72/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.72/e23/>,
        <http://dewey.info/class/688.2/e23/>,
        <http://dewey.info/class/739.2782/e23/>,
        <http://dewey.info/class/745.5942/e23/> ;
    skos:prefLabel "Rings (Jewellery)"@en,
        "Ringer (Smykker)"@nb,
        "Ringar (Smykke)"@nn .

humord:c04777 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04777" ;
    dct:modified "2025-01-12T20:33:07"^^xsd:dateTime ;
    skos:altLabel "Spangles"@en ;
    skos:broadMatch <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/739.27/e23/> ;
    skos:broader humord:c04772 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/739.27/e23/> ;
    skos:prefLabel "Sequins"@en,
        "Spangler"@nb,
        "Spanglar"@nn .

humord:c04778 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04778" ;
    dct:modified "2024-08-21T08:40:54"^^xsd:dateTime ;
    skos:altLabel "Ear drops"@en ;
    skos:broadMatch <http://dewey.info/class/391.7/e23/> ;
    skos:broader humord:c04772 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.7/e23/> ;
    skos:prefLabel "Earrings"@en,
        "Øreringer"@nb,
        "Øyreringar"@nn .

humord:c04779 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04779" ;
    dct:modified "2025-01-15T19:20:57"^^xsd:dateTime ;
    skos:broader humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/745.5934/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/745.5934/e23/> ;
    skos:prefLabel "Snuffboxes"@en,
        "Snusdåser"@nb,
        "Snusdåsar"@nn .

humord:c04780 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04780" ;
    dct:modified "2025-01-15T19:24:59"^^xsd:dateTime ;
    skos:altLabel "Money boxes"@en,
        "Piggy banks"@en,
        "Sparegriser"@nb,
        "Sparebørser"@nn,
        "Sparegrisar"@nn,
        "Sparegriser"@nn ;
    skos:broadMatch <http://dewey.info/class/332.041/e23/>,
        <http://dewey.info/class/688.8/e23/> ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.041/e23/>,
        <http://dewey.info/class/688.8/e23/> ;
    skos:prefLabel "Savings boxes"@en,
        "Sparebøsser"@nb,
        "Sparebøsser"@nn .

humord:c04781 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04781" ;
    dct:modified "2025-01-15T19:21:39"^^xsd:dateTime ;
    skos:altLabel "Looking glasses"@en ;
    skos:broadMatch <http://dewey.info/class/645.4/e23/>,
        <http://dewey.info/class/748.8/e23/>,
        <http://dewey.info/class/749.3/e23/> ;
    skos:broader humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/681.428/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/645.4/e23/>,
        <http://dewey.info/class/681.428/e23/>,
        <http://dewey.info/class/748.8/e23/>,
        <http://dewey.info/class/749.3/e23/> ;
    skos:prefLabel "Mirrors"@en,
        "Speil"@nb,
        "Speglar"@nn .

humord:c04782 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04782" ;
    dct:modified "2025-01-15T19:28:23"^^xsd:dateTime ;
    skos:altLabel "Redskapsspenner"@nb,
        "Relieffspenner"@nb,
        "Ringspenner"@nb,
        "Reiskapsspenne"@nn,
        "Reiskapsspenner"@nn,
        "Reliefspenne"@nn,
        "Reliefspenner"@nn,
        "Ringspenne"@nn,
        "Ringspenner"@nn,
        "Spenne"@nn ;
    skos:broadMatch <http://dewey.info/class/688.2/e23/>,
        <http://dewey.info/class/739.278/e23/>,
        <http://dewey.info/class/745.5942/e23/> ;
    skos:broader humord:c04660 ;
    skos:exactMatch <http://dewey.info/class/391.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.7/e23/>,
        <http://dewey.info/class/688.2/e23/>,
        <http://dewey.info/class/739.278/e23/>,
        <http://dewey.info/class/745.5942/e23/> ;
    skos:prefLabel "Buckles"@en,
        "Spenner"@nb,
        "Spenner"@nn .

humord:c04784 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04784" ;
    dct:modified "2025-04-04T13:07:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/683.82/e23/> ;
    skos:broader humord:c14023 ;
    skos:exactMatch <http://dewey.info/class/642.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/642.7/e23/>,
        <http://dewey.info/class/683.82/e23/> ;
    skos:prefLabel "Eating utensils"@en,
        "Spisebestikk"@nb,
        "Etebestikk"@nn .

humord:c04785 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04785" ;
    dct:modified "2025-01-13T10:15:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/642.7/e23/>,
        <http://dewey.info/class/683.82/e23/> ;
    skos:broader humord:c04784 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/642.7/e23/>,
        <http://dewey.info/class/683.82/e23/> ;
    skos:prefLabel "Spoons"@en,
        "Skjeer"@nb,
        "Skeier"@nn .

humord:c04786 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04786" ;
    dct:modified "2025-01-16T07:23:11"^^xsd:dateTime ;
    skos:altLabel "Blackboards"@en,
        "Chalkboards"@en,
        "Noticeboards"@en,
        "Whiteboards"@en ;
    skos:broadMatch <http://dewey.info/class/302.23/e23/> ;
    skos:broader humord:c04660 ;
    skos:definition "Helle, plate, skive til å hogge, risse, skrive på <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.23/e23/> ;
    skos:prefLabel "Boards (Artefacts)"@en,
        "Tavler"@nb,
        "Tavler"@nn .

humord:c04787 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04787" ;
    dct:modified "2026-01-12T11:33:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/411.7/e23/> ;
    skos:broader humord:c04786 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.2244/e23/>,
        <http://dewey.info/class/411.7/e23/> ;
    skos:prefLabel "Wax tablets"@en,
        "Vokstavler"@nb,
        "Vokstavler"@nn ;
    skos:relatedMatch <http://dewey.info/class/302.2244/e23/> .

humord:c04788 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04788" ;
    dct:modified "2025-05-19T14:00:37"^^xsd:dateTime ;
    skos:altLabel "Golvløpere"@nb,
        "Gulvløpere"@nb,
        "Løpere (Tepper)"@nb,
        "Golvlauparar"@nn,
        "Golvløparar"@nn,
        "Lauparar (Teppe)"@nn,
        "Løparar (Teppe)"@nn ;
    skos:broadMatch <http://dewey.info/class/698.9/e23/> ;
    skos:broader humord:c04660 ;
    skos:closeMatch <http://dewey.info/class/747.5/e23/> ;
    skos:exactMatch <http://dewey.info/class/645.12/e23/>,
        <http://dewey.info/class/677.643/e23/>,
        <http://dewey.info/class/746.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/645.12/e23/>,
        <http://dewey.info/class/677.643/e23/>,
        <http://dewey.info/class/698.9/e23/>,
        <http://dewey.info/class/746.7/e23/>,
        <http://dewey.info/class/747.5/e23/> ;
    skos:prefLabel "Carpets"@en,
        "Tepper"@nb,
        "Teppe"@nn .

humord:c04789 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04789" ;
    dct:modified "2026-04-09T14:21:33"^^xsd:dateTime ;
    skos:altLabel "Embroidery wall hangings"@en,
        "Needlepoint wall hangings"@en,
        "Gobeleng"@nb,
        "Gobelenger"@nb,
        "Gobeliner"@nb,
        "Refiler"@nb,
        "Gobeleng"@nn,
        "Gobelin"@nn,
        "Refilar"@nn ;
    skos:broadMatch <http://dewey.info/class/645.2/e23/>,
        <http://dewey.info/class/684.3/e23/>,
        <http://dewey.info/class/747.3/e23/> ;
    skos:broader humord:c04788 ;
    skos:closeMatch <http://dewey.info/class/746.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/645.2/e23/>,
        <http://dewey.info/class/646.21/e23/>,
        <http://dewey.info/class/684.3/e23/>,
        <http://dewey.info/class/746.3/e23/>,
        <http://dewey.info/class/747.3/e23/> ;
    skos:prefLabel "Wall hangings"@en,
        "Veggtepper"@nb,
        "Veggteppe"@nn ;
    skos:related humord:c05487,
        humord:c70392 ;
    skos:relatedMatch <http://dewey.info/class/646.21/e23/> .

humord:c04790 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04790" ;
    dct:modified "2024-08-19T12:44:32"^^xsd:dateTime ;
    skos:altLabel "Norwegian tapestries"@en,
        "Norwegian tapestry"@en,
        "Åklær"@en,
        "Åkle"@nn ;
    skos:broadMatch <http://dewey.info/class/677.64/e23/> ;
    skos:broader humord:c04789 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/677.64/e23/> ;
    skos:prefLabel "Skillbragd"@en,
        "Åklær"@nb,
        "Åklede"@nn .

humord:c04791 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04791" ;
    dct:modified "2025-01-16T07:22:47"^^xsd:dateTime ;
    skos:altLabel "Norwegian bentwood boxes"@en,
        "Norwegian tine"@en,
        "Tine"@en ;
    skos:broadMatch <http://dewey.info/class/674.82/e23/> ;
    skos:broader humord:c04660 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/674.82/e23/> ;
    skos:prefLabel "Tiner"@en,
        "Tiner"@nb,
        "Tiner"@nn ;
    skos:related humord:c04676,
        humord:c04771 .

humord:c04792 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04792" ;
    dct:modified "2025-01-16T07:27:42"^^xsd:dateTime ;
    skos:broader humord:c04660 ;
    skos:closeMatch <http://dewey.info/class/739.3/e23/> ;
    skos:exactMatch realfagstermer:c001306,
        <http://dewey.info/class/681.113/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001306,
        <http://dewey.info/class/681.113/e23/>,
        <http://dewey.info/class/739.3/e23/> ;
    skos:prefLabel "Watches"@en,
        "Ur (Tidsmålere)"@nb,
        "Ur (Tidsmålarar)"@nn ;
    skos:related humord:c04795,
        humord:c13600 .

humord:c04793 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-08-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04793" ;
    dct:modified "2025-01-13T08:45:05"^^xsd:dateTime ;
    skos:altLabel "French clocks"@en,
        "Hall clocks"@en,
        "Golvur"@nb ;
    skos:broadMatch <http://dewey.info/class/681.113/e23/>,
        <http://dewey.info/class/739.3/e23/> ;
    skos:broader humord:c04792 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/681.113/e23/>,
        <http://dewey.info/class/739.3/e23/> ;
    skos:prefLabel "Grandfather clocks"@en,
        "Gulvur"@nb,
        "Golvur"@nn ;
    skos:related humord:c04795 .

humord:c04795 a ubo:Topic,
        skos:Concept ;
    dct:created "2017-10-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04795" ;
    dct:modified "2025-05-15T13:10:12"^^xsd:dateTime ;
    skos:broader humord:c04660 ;
    skos:exactMatch realfagstermer:c002508 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002508 ;
    skos:prefLabel "Clocks"@en,
        "Klokker"@nb,
        "Klokker"@nn ;
    skos:related humord:c04792,
        humord:c04793,
        humord:c28590 .

humord:c04796 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04796" ;
    dct:modified "2025-01-03T10:11:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/683.88/e23/> ;
    skos:broader humord:c04435 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/683.88/e23/> ;
    skos:prefLabel "Washing machines"@en,
        "Vaskemaskiner"@nb,
        "Vaskemaskinar"@nn .

humord:c04797 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04797" ;
    dct:modified "2025-01-16T07:41:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/391.44/e23/>,
        <http://dewey.info/class/736.7/e23/>,
        <http://dewey.info/class/745.594/e23/> ;
    skos:broader humord:c04660 ;
    skos:definition "Håndredskap av lett materiale til å vifte med <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.44/e23/>,
        <http://dewey.info/class/736.7/e23/>,
        <http://dewey.info/class/745.594/e23/> ;
    skos:prefLabel "Fans (Artifacts)"@en,
        "Vifter"@nb,
        "Vifter"@nn .

humord:c04798 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04798" ;
    dct:modified "2025-01-16T07:41:45"^^xsd:dateTime ;
    skos:altLabel "Air vanes"@en,
        "Vanes"@en,
        "Weather cocks"@en,
        "Wind vanes"@en,
        "Værhaner"@nb ;
    skos:broader humord:c04660 ;
    skos:definition "Innretning som viser vindretningen <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/551.5180284/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/551.5180284/e23/> ;
    skos:prefLabel "Weathervanes"@en,
        "Vindfløyer"@nb,
        "Vindfløyer"@nn .

humord:c04799 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2010-01-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04799" ;
    dct:modified "2025-01-07T08:26:39"^^xsd:dateTime ;
    skos:broader humord:c04657 ;
    skos:inScheme humord: ;
    skos:prefLabel "Movements (Culture)"@en,
        "Bevegelser (Kulturkunnskap)"@nb,
        "Rørsler (Kulturkunnskap)"@nn ;
    skos:related humord:c09179 .

humord:c04800 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04800" ;
    dct:modified "2025-01-07T12:15:10"^^xsd:dateTime ;
    skos:altLabel "Folkedraktrørsler"@nb,
        "Folkedraktbevegelsar"@nn ;
    skos:broadMatch <http://dewey.info/class/391/e23/> ;
    skos:broader humord:c04799 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391/e23/> ;
    skos:prefLabel "National costumes movements"@en,
        "Folkedraktbevegelser"@nb,
        "Folkedraktrørsler"@nn .

humord:c04801 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04801" ;
    dct:modified "2025-06-14T07:59:44"^^xsd:dateTime ;
    skos:altLabel "Husflidrørsler"@nb,
        "Husflidsbevegelsar"@nn ;
    skos:broadMatch <http://dewey.info/class/306.47/e23/>,
        <http://dewey.info/class/745/e23/> ;
    skos:broader humord:c04799 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.47/e23/>,
        <http://dewey.info/class/745/e23/> ;
    skos:prefLabel "Handicrafts movements"@en,
        "Husflidsbevegelser"@nb,
        "Husflidrørsler"@nn .

humord:c04802 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04802" ;
    dct:modified "2025-01-07T12:01:00"^^xsd:dateTime ;
    skos:altLabel "Idrettsrørsler"@nb,
        "Idrettsbevegelsar"@nn ;
    skos:broadMatch <http://dewey.info/class/306.483/e23/>,
        <http://dewey.info/class/796/e23/> ;
    skos:broader humord:c04799 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.483/e23/>,
        <http://dewey.info/class/796/e23/> ;
    skos:prefLabel "Sports movements"@en,
        "Idrettsbevegelser"@nb,
        "Idrettsrørsler"@nn .

humord:c04803 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04803" ;
    dct:modified "2024-10-11T10:11:00"^^xsd:dateTime ;
    skos:altLabel "Feminist movement"@en,
        "Feminist movements"@en,
        "Struggle for women's liberation"@en,
        "Women's liberation movements"@en,
        "Kvinnebevegelsen"@nb,
        "Kvinnekamp"@nb,
        "Kvinnebevegelsar"@nn,
        "Kvinnebevegelsen"@nn,
        "Kvinnekamp"@nn,
        "Kvinnerørsla"@nn ;
    skos:broader humord:c04799 ;
    skos:editorialNote "Kvinnebevegelsen"@nb ;
    skos:exactMatch <http://dewey.info/class/305.4206/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.4206/e23/> ;
    skos:prefLabel "Women's movements"@en,
        "Kvinnebevegelser"@nb,
        "Kvinnerørsler"@nn ;
    skos:related humord:c24118,
        humord:c25200,
        humord:c27803 .

humord:c04804 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-08-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04804" ;
    dct:modified "2025-01-07T09:17:42"^^xsd:dateTime ;
    skos:altLabel "Linguistic movement"@en ;
    skos:broadMatch <http://dewey.info/class/306.449/e23/> ;
    skos:broader humord:c04799 ;
    skos:definition "Arbeid for å skape en språknormal, dyrke den og få den godtatt i det språksamfunn den hører hjemme <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.449/e23/> ;
    skos:prefLabel "Language movement"@en,
        "Målreising"@nb,
        "Målreising"@nn ;
    skos:related humord:c09238,
        humord:c09582 .

humord:c04805 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04805" ;
    dct:modified "2025-01-07T09:18:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.896/e23/> ;
    skos:broader humord:c04799 ;
    skos:definition "Kulturell bevegelse som vil fremheve Afrikas egen kultur og det svarte menneskets særpreg <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.896/e23/> ;
    skos:prefLabel "Negritude"@en,
        "Negritude"@nb,
        "Negritude"@nn .

humord:c04806 a ubo:Topic,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04806" ;
    dct:modified "2025-01-07T09:19:11"^^xsd:dateTime ;
    skos:altLabel "Norwegian nationalist movement"@en,
        "Norskhetsbevegelsen"@nb ;
    skos:broader humord:c04799 ;
    skos:inScheme humord: ;
    skos:prefLabel "Norskdomsrørsla"@en,
        "Norskdomsrørsla"@nb,
        "Norskdomsrørsla"@nn .

humord:c04808 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04808" ;
    dct:modified "2025-01-07T09:19:53"^^xsd:dateTime ;
    skos:altLabel "Pan-Scandinavism"@en,
        "Scandinavianism"@en ;
    skos:broadMatch <http://dewey.info/class/948/e23/> ;
    skos:broader humord:c04799 ;
    skos:definition "Bevegelse som går ut på å styrke samholdet og samarbeidet mellom de skandinaviske land <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/948/e23/> ;
    skos:prefLabel "Scandinavism"@en,
        "Skandinavisme"@nb,
        "Skandinavisme"@nn .

humord:c04809 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-05-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04809" ;
    dct:modified "2025-01-07T12:28:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/320.540947/e23/> ;
    skos:broader humord:c04799 ;
    skos:definition "Ideologisk bevegelse i Russland ca 1840-1860. Gikk i 1870-årene over i panslavisme <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/320.540947/e23/> ;
    skos:prefLabel "Slavophilia"@en,
        "Slavofili"@nb,
        "Slavofili"@nn ;
    skos:related humord:c14241 .

humord:c04810 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04810" ;
    dct:modified "2025-01-07T09:50:12"^^xsd:dateTime ;
    skos:altLabel "Scout association"@en,
        "Scout associations"@en,
        "Speiderbevegelsen"@nb,
        "Speiderrørsler"@nb,
        "Speidarbevegelsar"@nn,
        "Speidarbevegelsen"@nn,
        "Speidarrørsla"@nn ;
    skos:broadMatch <http://dewey.info/class/369.4/e23/> ;
    skos:broader humord:c04799 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/369.4/e23/> ;
    skos:prefLabel "Scouts  movements"@en,
        "Speiderbevegelser"@nb,
        "Speidarrørsler"@nn .

humord:c04811 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04811" ;
    dct:modified "2024-02-28T10:41:02"^^xsd:dateTime ;
    skos:altLabel "Folkelig biologi"@nb ;
    skos:broader humord:c01538 ;
    skos:closeMatch <http://dewey.info/class/306.45/e23/> ;
    skos:definition "Folkelige kunnskapssystemer om planter og dyr <UBO>"@nb ;
    skos:exactMatch realfagstermer:c003359 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003359,
        <http://dewey.info/class/304.2/e23/>,
        <http://dewey.info/class/306.45/e23/> ;
    skos:prefLabel "Ethnobiology"@en,
        "Etnobiologi"@nb,
        "Etnobiologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/304.2/e23/> .

humord:c04812 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-09-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04812" ;
    dct:modified "2025-04-09T09:40:17"^^xsd:dateTime ;
    skos:altLabel "Gardsarbeid"@nb ;
    skos:broader humord:c07637 ;
    skos:closeMatch <http://dewey.info/class/630/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/630/e23/> ;
    skos:prefLabel "Farm work"@en,
        "Gårdsarbeid"@nb,
        "Gardsarbeid"@nn ;
    skos:related humord:c09126 .

humord:c04814 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-11-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04814" ;
    dct:modified "2025-10-21T08:48:11"^^xsd:dateTime ;
    skos:altLabel "Melkeproduksjon (Fedrift)"@nb,
        "Mjølkeproduksjon (Fedrift)"@nn ;
    skos:broadMatch <http://dewey.info/class/637.1/e23/> ;
    skos:broader humord:c07640 ;
    skos:definition "Melking og foredling av melk <UBO>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/637.1/e23/> ;
    skos:prefLabel "Dairy farming"@en,
        "Melkestell"@nb,
        "Mjølkestell"@nn .

humord:c04815 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04815" ;
    dct:modified "2025-04-09T12:25:17"^^xsd:dateTime ;
    skos:altLabel "Osteproduksjon"@nb,
        "Osteproduksjon"@nn ;
    skos:broader humord:c04814 ;
    skos:exactMatch <http://dewey.info/class/637.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/637.3/e23/> ;
    skos:prefLabel "Cheese production"@en,
        "Ysting"@nb,
        "Ysting"@nn .

humord:c04816 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-11-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04816" ;
    dct:modified "2025-04-09T07:45:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/631.55/e23/> ;
    skos:broader humord:c11843 ;
    skos:closeMatch <http://dewey.info/class/633.1045/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/631.55/e23/>,
        <http://dewey.info/class/633.1045/e23/> ;
    skos:prefLabel "Threshing"@en,
        "Tresking"@nb,
        "Tresking"@nn .

humord:c04817 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-04-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04817" ;
    dct:modified "2025-01-17T07:47:18"^^xsd:dateTime ;
    skos:altLabel "Husholdning (Arbeid)"@nb,
        "Hushaldning (Arbeid)"@nn ;
    skos:broader humord:c04657 ;
    skos:definition "Daglig virksomhet som er knyttet til et hjem <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/640/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.37/e23/>,
        <http://dewey.info/class/392.3/e23/>,
        <http://dewey.info/class/640/e23/> ;
    skos:prefLabel "Housekeeping"@en,
        "Husholdsarbeid"@nb,
        "Hushaldsarbeid"@nn ;
    skos:related humord:c09273,
        humord:c09278,
        humord:c23254,
        humord:c27281 ;
    skos:relatedMatch <http://dewey.info/class/372.37/e23/>,
        <http://dewey.info/class/392.3/e23/> .

humord:c04818 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-11-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04818" ;
    dct:modified "2025-01-29T15:04:10"^^xsd:dateTime ;
    skos:altLabel "Domestic chores"@en,
        "Domestic work"@en,
        "Household chores"@en,
        "Husstell"@nb,
        "Husstell"@nn ;
    skos:broader humord:c04817 ;
    skos:exactMatch <http://dewey.info/class/640/e23/>,
        <http://dewey.info/class/648/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/640/e23/>,
        <http://dewey.info/class/648/e23/> ;
    skos:prefLabel "Housework"@en,
        "Husarbeid"@nb,
        "Husarbeid"@nn ;
    skos:related humord:c09126,
        humord:c09152 .

humord:c04819 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04819" ;
    dct:modified "2023-11-15T15:26:13"^^xsd:dateTime ;
    skos:broader humord:c04818 ;
    skos:exactMatch realfagstermer:c003584,
        <http://dewey.info/class/641.815/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003584,
        <http://dewey.info/class/641.815/e23/>,
        <http://dewey.info/class/641.865/e23/>,
        <http://dewey.info/class/664.02/e23/>,
        <http://dewey.info/class/664.7525/e23/> ;
    skos:prefLabel "Baking"@en,
        "Baking"@nb,
        "Baking"@nn ;
    skos:relatedMatch <http://dewey.info/class/641.865/e23/>,
        <http://dewey.info/class/664.02/e23/>,
        <http://dewey.info/class/664.7525/e23/> .

humord:c04820 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04820" ;
    dct:modified "2026-01-12T11:34:13"^^xsd:dateTime ;
    skos:altLabel "Laundering"@en,
        "Kledevask"@nn,
        "Klevask"@nn ;
    skos:broader humord:c04818 ;
    skos:closeMatch <http://dewey.info/class/648.1/e23/> ;
    skos:exactMatch <http://dewey.info/class/667.13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/648.1/e23/>,
        <http://dewey.info/class/667.13/e23/> ;
    skos:prefLabel "Laundry"@en,
        "Klesvask"@nb,
        "Klesvask"@nn .

humord:c04821 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04821" ;
    dct:modified "2025-04-25T08:23:02"^^xsd:dateTime ;
    skos:altLabel "Art of cooking"@en,
        "Gastronomy"@en,
        "Gastronomi"@nb,
        "Kokekunst"@nb,
        "Matlagning"@nb,
        "Matstell"@nb,
        "Gastronomi"@nn,
        "Kokekunst"@nn,
        "Matstell"@nn ;
    skos:broader humord:c04818 ;
    skos:closeMatch realfagstermer:c013423 ;
    skos:exactMatch realfagstermer:c013984,
        <http://dewey.info/class/392.37/e23/>,
        <http://dewey.info/class/641.013/e23/>,
        <http://dewey.info/class/641.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013423,
        realfagstermer:c013984,
        <http://dewey.info/class/372.373/e23/>,
        <http://dewey.info/class/392.37/e23/>,
        <http://dewey.info/class/641.013/e23/>,
        <http://dewey.info/class/641.5/e23/> ;
    skos:prefLabel "Cooking"@en,
        "Matlaging"@nb,
        "Matlaging"@nn ;
    skos:related humord:c00175,
        humord:c04912,
        humord:c16064 ;
    skos:relatedMatch <http://dewey.info/class/372.373/e23/> .

humord:c04825 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-01-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04825" ;
    dct:modified "2026-01-09T10:34:13"^^xsd:dateTime ;
    skos:altLabel "Reingjøring (Husarbeid)"@nb ;
    skos:broader humord:c04818 ;
    skos:exactMatch <http://dewey.info/class/648.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/648.5/e23/> ;
    skos:prefLabel "Cleaning (Housework)"@en,
        "Rengjøring (Husarbeid)"@nb,
        "Reingjering (Husarbeid)"@nn ;
    skos:related humord:c12798 .

humord:c04827 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-11-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04827" ;
    dct:modified "2025-01-17T07:47:54"^^xsd:dateTime ;
    skos:altLabel "Handiwork"@en,
        "Handiworks"@en,
        "Handworks"@en,
        "Handarbeid"@nb ;
    skos:broader humord:c04657 ;
    skos:closeMatch <http://dewey.info/class/372.54/e23/> ;
    skos:exactMatch <http://dewey.info/class/746.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.54/e23/>,
        <http://dewey.info/class/746.4/e23/> ;
    skos:prefLabel "Handwork"@en,
        "Håndarbeid"@nb,
        "Handarbeid"@nn ;
    skos:related humord:c07695,
        humord:c09126 .

humord:c04829 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04829" ;
    dct:modified "2024-10-08T15:49:15"^^xsd:dateTime ;
    skos:altLabel "Broderier"@nb,
        "Brodering"@nb,
        "Brodering"@nn ;
    skos:broader humord:c04827 ;
    skos:exactMatch <http://dewey.info/class/746.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/746.44/e23/> ;
    skos:prefLabel "Embroidery"@en,
        "Broderi"@nb,
        "Broderi"@nn .

humord:c04831 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04831" ;
    dct:modified "2025-01-29T14:43:01"^^xsd:dateTime ;
    skos:broader humord:c04827 ;
    skos:closeMatch <http://dewey.info/class/746.12/e23/> ;
    skos:exactMatch <http://dewey.info/class/677.02822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/677.02822/e23/>,
        <http://dewey.info/class/746.12/e23/> ;
    skos:prefLabel "Reeling"@en,
        "Hesping"@nb,
        "Hesping"@nn .

humord:c04832 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04832" ;
    dct:modified "2025-01-29T14:44:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/746.4/e23/> ;
    skos:broader humord:c04827 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/746.4/e23/> ;
    skos:prefLabel "Knotting techniques"@en,
        "Knytteteknikker"@nb,
        "Knyteteknikkar"@nn .

humord:c04833 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04833" ;
    dct:modified "2024-10-17T14:32:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/746/e23/> ;
    skos:broader humord:c04827 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/746/e23/> ;
    skos:prefLabel "Pleating"@en,
        "Plissering"@nb,
        "Plissering"@nn ;
    skos:related humord:c04685 .

humord:c04834 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04834" ;
    dct:modified "2025-01-29T14:53:04"^^xsd:dateTime ;
    skos:broader humord:c04827 ;
    skos:exactMatch <http://dewey.info/class/677.028245/e23/>,
        <http://dewey.info/class/746.432/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/677.028245/e23/>,
        <http://dewey.info/class/746.432/e23/> ;
    skos:prefLabel "Knitting"@en,
        "Strikking"@nb,
        "Strikking"@nn .

humord:c04835 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04835" ;
    dct:modified "2025-01-29T14:52:09"^^xsd:dateTime ;
    skos:altLabel "Seaming"@en ;
    skos:broadMatch <http://dewey.info/class/372.54/e23/> ;
    skos:broader humord:c04827 ;
    skos:exactMatch <http://dewey.info/class/646.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.54/e23/>,
        <http://dewey.info/class/646.2/e23/> ;
    skos:prefLabel "Sewing"@en,
        "Søm"@nb,
        "Saum"@nn .

humord:c04836 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04836" ;
    dct:modified "2025-01-29T14:53:45"^^xsd:dateTime ;
    skos:altLabel "Vevnad"@nb,
        "Vevnad"@nn ;
    skos:broadMatch <http://dewey.info/class/372.54/e23/> ;
    skos:broader humord:c04827 ;
    skos:closeMatch <http://dewey.info/class/746.41/e23/> ;
    skos:exactMatch <http://dewey.info/class/677.028242/e23/>,
        <http://dewey.info/class/746.14/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.54/e23/>,
        <http://dewey.info/class/677.028242/e23/>,
        <http://dewey.info/class/746.14/e23/>,
        <http://dewey.info/class/746.41/e23/> ;
    skos:prefLabel "Weaving"@en,
        "Veving"@nb,
        "Veving"@nn ;
    skos:related humord:c04448,
        humord:c07794,
        humord:c23198 .

humord:c04838 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04838" ;
    dct:modified "2025-01-17T07:22:38"^^xsd:dateTime ;
    skos:altLabel "Souvenirer"@nb ;
    skos:broadMatch <http://dewey.info/class/790.18/e23/>,
        <http://dewey.info/class/910/e23/> ;
    skos:broader humord:c04660 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/790.18/e23/>,
        <http://dewey.info/class/910/e23/> ;
    skos:prefLabel "Souvenirs"@en,
        "Suvenirer"@nb,
        "Suvenirar"@nn .

humord:c04839 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04839" ;
    dct:modified "2024-10-11T10:38:13"^^xsd:dateTime ;
    skos:altLabel "Customs (Culture)"@en,
        "Sedvane"@nb,
        "Sedvaner"@nb,
        "Skikker"@nb,
        "Tradisjon"@nb,
        "Tradisjon"@nn ;
    skos:broader humord:c04657 ;
    skos:closeMatch realfagstermer:c013877 ;
    skos:exactMatch <http://dewey.info/class/306/e23/>,
        <http://dewey.info/class/390/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013877,
        <http://dewey.info/class/303.372/e23/>,
        <http://dewey.info/class/306/e23/>,
        <http://dewey.info/class/390/e23/> ;
    skos:prefLabel "Traditions"@en,
        "Tradisjoner"@nb,
        "Tradisjonar"@nn ;
    skos:related humord:c04969,
        humord:c05159 ;
    skos:relatedMatch <http://dewey.info/class/303.372/e23/> .

humord:c04843 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04843" ;
    dct:modified "2025-01-29T14:50:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/929.9/e23/> ;
    skos:broader humord:c04839 ;
    skos:definition "Bumerke er et kjennetegn og eiermerke som fra gammel tid og til begynnelsen av 1900-tallet ble anbrakt på hus, redskaper, bruksting og dyr (femerker), både i Norge og i andre land. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.9/e23/> ;
    skos:prefLabel "House marks"@en,
        "Bumerker"@nb,
        "Bumerke"@nn .

humord:c04844 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04844" ;
    dct:modified "2025-08-19T18:29:21"^^xsd:dateTime ;
    skos:altLabel "Feasts"@en,
        "Feiring"@nb,
        "Feiringer"@nb,
        "Feiring"@nn,
        "Feiringar"@nn ;
    skos:broadMatch <http://dewey.info/class/353.77/e23/> ;
    skos:broader humord:c04839 ;
    skos:closeMatch <http://dewey.info/class/355.16/e23/> ;
    skos:editorialNote "Brukes om fester og festligheter generelt"@nb ;
    skos:exactMatch <http://dewey.info/class/394/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/353.77/e23/>,
        <http://dewey.info/class/355.16/e23/>,
        <http://dewey.info/class/394/e23/>,
        <http://dewey.info/class/641.568/e23/> ;
    skos:prefLabel "Celebrations"@en,
        "Festtradisjoner"@nb,
        "Festtradisjonar"@nn ;
    skos:related humord:c04956,
        humord:c16733 ;
    skos:relatedMatch <http://dewey.info/class/641.568/e23/> .

humord:c04845 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04845" ;
    dct:modified "2024-01-18T14:17:22"^^xsd:dateTime ;
    skos:altLabel "Wedding traditions"@en,
        "Bryllup"@nb,
        "Bryllupstradisjonar"@nb,
        "Bryllupstradisjoner"@nb ;
    skos:broader humord:c04844 ;
    skos:closeMatch <http://dewey.info/class/203.85/e23/> ;
    skos:exactMatch <http://dewey.info/class/392.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.85/e23/>,
        <http://dewey.info/class/392.5/e23/>,
        <http://dewey.info/class/395.22/e23/>,
        <http://dewey.info/class/745.5941/e23/>,
        <http://dewey.info/class/745.926/e23/>,
        <http://dewey.info/class/747.93/e23/> ;
    skos:prefLabel "Weddings"@en,
        "Brylluper"@nb,
        "Bryllaup"@nn ;
    skos:related humord:c16442 ;
    skos:relatedMatch <http://dewey.info/class/395.22/e23/>,
        <http://dewey.info/class/745.5941/e23/>,
        <http://dewey.info/class/745.926/e23/>,
        <http://dewey.info/class/747.93/e23/> .

humord:c04846 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04846" ;
    dct:modified "2025-01-29T07:59:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/791.6/e23/> ;
    skos:broader humord:c04844 ;
    skos:closeMatch <http://dewey.info/class/1--074/e23/> ;
    skos:definition "Større arrangement med ett hovedemne <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--074/e23/>,
        <http://dewey.info/class/791.6/e23/> ;
    skos:prefLabel "Festivals"@en,
        "Festivaler"@nb,
        "Festivalar"@nn .

humord:c04847 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04847" ;
    dct:modified "2025-01-29T08:01:53"^^xsd:dateTime ;
    skos:altLabel "Anniversaries"@en,
        "Jubileum"@nb ;
    skos:broadMatch <http://dewey.info/class/394.4/e23/> ;
    skos:broader humord:c04844 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.4/e23/> ;
    skos:prefLabel "Jubilees"@en,
        "Jubileer"@nb,
        "Jubileum"@nn .

humord:c04848 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04848" ;
    dct:modified "2025-01-29T07:55:41"^^xsd:dateTime ;
    skos:altLabel "Memorable days"@en,
        "Red letter days"@en,
        "Scarlet days"@en ;
    skos:broadMatch <http://dewey.info/class/394.2/e23/>,
        <http://dewey.info/class/398.33/e23/> ;
    skos:broader humord:c08191 ;
    skos:exactMatch realfagstermer:c008211 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008211,
        <http://dewey.info/class/394.2/e23/>,
        <http://dewey.info/class/398.33/e23/> ;
    skos:prefLabel "Red-letter days"@en,
        "Merkedager"@nb,
        "Merkedagar"@nn ;
    skos:related humord:c04756 .

humord:c04849 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04849" ;
    dct:modified "2025-01-29T07:52:40"^^xsd:dateTime ;
    skos:altLabel "Bursdager"@nb,
        "Bursdagar"@nn ;
    skos:broadMatch <http://dewey.info/class/394.2/e23/> ;
    skos:broader humord:c04848 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.3354/e23/>,
        <http://dewey.info/class/394.2/e23/> ;
    skos:prefLabel "Birthdays"@en,
        "Fødselsdager"@nb,
        "Fødselsdagar"@nn ;
    skos:relatedMatch <http://dewey.info/class/133.3354/e23/> .

humord:c04851 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04851" ;
    dct:modified "2025-01-29T07:55:55"^^xsd:dateTime ;
    skos:altLabel "Saint's days"@en ;
    skos:broadMatch <http://dewey.info/class/929.4/e23/> ;
    skos:broader humord:c04848 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.4/e23/> ;
    skos:prefLabel "Name days"@en,
        "Navnedager"@nb,
        "Namnedagar"@nn .

humord:c04852 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04852" ;
    dct:modified "2025-01-29T15:08:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/394.2/e23/> ;
    skos:broader humord:c04844 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.2/e23/> ;
    skos:prefLabel "Commemorations"@en,
        "Minnefester"@nb,
        "Minnefester"@nn .

humord:c04853 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04853" ;
    dct:modified "2025-01-29T08:02:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/394.2/e23/>,
        <http://dewey.info/class/791.6/e23/> ;
    skos:broader humord:c04844 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.2/e23/>,
        <http://dewey.info/class/394.5/e23/>,
        <http://dewey.info/class/791.6/e23/> ;
    skos:prefLabel "Public celebrations"@en,
        "Offentlige fester"@nb,
        "Offentlege fester"@nn ;
    skos:relatedMatch <http://dewey.info/class/394.5/e23/> .

humord:c04854 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04854" ;
    dct:modified "2025-01-29T08:02:33"^^xsd:dateTime ;
    skos:altLabel "Processions"@en,
        "Prosesjoner"@nb,
        "Prosesjonar"@nn ;
    skos:broadMatch <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/791.6/e23/> ;
    skos:broader humord:c04844 ;
    skos:closeMatch <http://dewey.info/class/394.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/265.9/e23/>,
        <http://dewey.info/class/394.5/e23/>,
        <http://dewey.info/class/791.6/e23/> ;
    skos:prefLabel "Parades"@en,
        "Opptog"@nb,
        "Opptog"@nn ;
    skos:relatedMatch <http://dewey.info/class/265.9/e23/> .

humord:c04856 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04856" ;
    dct:modified "2025-01-28T07:31:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/394.4/e23/>,
        <http://dewey.info/class/394.5/e23/>,
        <http://dewey.info/class/791.62/e23/> ;
    skos:broader humord:c04854 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.4/e23/>,
        <http://dewey.info/class/394.5/e23/>,
        <http://dewey.info/class/791.62/e23/> ;
    skos:prefLabel "Triumphs"@en,
        "Triumfer"@nb,
        "Triumfar"@nn .

humord:c04857 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04857" ;
    dct:modified "2025-01-29T08:03:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.7/e23/> ;
    skos:broader humord:c04844 ;
    skos:definition "Orgie er opprinnelig en religiøs handling. I dagligtale brukes ordet om fester med hemningsløs sex og bruk av rusmidler. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.7/e23/> ;
    skos:prefLabel "Orgies"@en,
        "Orgier"@nb,
        "Orgiar"@nn .

humord:c04858 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04858" ;
    dct:modified "2025-01-29T15:01:48"^^xsd:dateTime ;
    skos:altLabel "Festivities"@en,
        "Festlige sammenkomster"@nb,
        "Tilstellinger"@nb,
        "Festlege samankomstar"@nn ;
    skos:broadMatch <http://dewey.info/class/793.2/e23/> ;
    skos:broader humord:c04844 ;
    skos:definition "Festlig sammenkomst <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/793.2/e23/> ;
    skos:prefLabel "Events"@en,
        "Tilstelninger"@nb,
        "Tilstellingar"@nn ;
    skos:related humord:c27871 .

humord:c04862 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04862" ;
    dct:modified "2023-11-16T12:48:59"^^xsd:dateTime ;
    skos:altLabel "Burial customs"@en,
        "Funeral rituals"@en,
        "Begravelsesskikker"@nb,
        "Jordfestingsskikkar"@nn ;
    skos:broadMatch <http://dewey.info/class/393.1/e23/> ;
    skos:broader humord:c04839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/> ;
    skos:prefLabel "Burial rituals"@en,
        "Gravskikker"@nb,
        "Gravferdsskikkar"@nn ;
    skos:related humord:c18897 .

humord:c04863 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04863" ;
    dct:modified "2023-12-04T14:46:59"^^xsd:dateTime ;
    skos:altLabel "Game (Play)"@en,
        "Barnelek"@nb,
        "Leik"@nb ;
    skos:broadMatch <http://dewey.info/class/306.481/e23/> ;
    skos:broader humord:c04839 ;
    skos:closeMatch realfagstermer:c005489 ;
    skos:exactMatch <http://dewey.info/class/790/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005489,
        <http://dewey.info/class/155/e23/>,
        <http://dewey.info/class/306.481/e23/>,
        <http://dewey.info/class/649.5/e23/>,
        <http://dewey.info/class/790/e23/> ;
    skos:prefLabel "Play"@en,
        "Lek"@nb,
        "Leik"@nn ;
    skos:related humord:c01420,
        humord:c04733 ;
    skos:relatedMatch <http://dewey.info/class/155/e23/>,
        <http://dewey.info/class/649.5/e23/> .

humord:c04864 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04864" ;
    dct:modified "2025-01-24T07:39:09"^^xsd:dateTime ;
    skos:altLabel "Easter games"@en,
        "Egg tapping"@en,
        "Eggeleker"@nb,
        "Påskeeggjakt"@nb,
        "Eggeleikar"@nn,
        "Påskeeggjakt"@nn ;
    skos:broadMatch <http://dewey.info/class/790/e23/> ;
    skos:broader humord:c04863 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.3/e23/>,
        <http://dewey.info/class/790/e23/> ;
    skos:prefLabel "Egg hunt"@en,
        "Eggelek"@nb,
        "Eggeleik"@nn ;
    skos:relatedMatch <http://dewey.info/class/394.3/e23/> .

humord:c04865 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04865" ;
    dct:modified "2025-01-24T07:43:54"^^xsd:dateTime ;
    skos:altLabel "Hoppe tau"@nb,
        "Hoppe tau"@nn ;
    skos:broadMatch <http://dewey.info/class/796.2/e23/> ;
    skos:broader humord:c04863 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/796.2/e23/> ;
    skos:prefLabel "Skipping"@en,
        "Tauhopping"@nb,
        "Tauhopping"@nn ;
    skos:related humord:c63398 .

humord:c04866 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04866" ;
    dct:modified "2025-01-24T07:42:03"^^xsd:dateTime ;
    skos:altLabel "Singing games"@en,
        "Sangleker"@nb,
        "Sangleikar"@nn ;
    skos:broader humord:c04863 ;
    skos:closeMatch <http://dewey.info/class/796.13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/796.13/e23/> ;
    skos:prefLabel "Singing game"@en,
        "Sanglek"@nb,
        "Sangleik"@nn .

humord:c04867 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04867" ;
    dct:modified "2024-06-17T09:56:12"^^xsd:dateTime ;
    skos:altLabel "Leveregler"@nb,
        "Livsførsel"@nb,
        "Levereglar"@nn ;
    skos:broader humord:c09162 ;
    skos:exactMatch realfagstermer:c005262 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005262,
        <http://dewey.info/class/158.1/e23/>,
        <http://dewey.info/class/170.44/e23/>,
        <http://dewey.info/class/204.4/e23/>,
        <http://dewey.info/class/205/e23/>,
        <http://dewey.info/class/395/e23/> ;
    skos:prefLabel "Lifestyle"@en,
        "Livsstil"@nb,
        "Livsstil"@nn ;
    skos:relatedMatch <http://dewey.info/class/158.1/e23/>,
        <http://dewey.info/class/170.44/e23/>,
        <http://dewey.info/class/204.4/e23/>,
        <http://dewey.info/class/205/e23/>,
        <http://dewey.info/class/395/e23/> .

humord:c04868 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04868" ;
    dct:modified "2025-01-23T20:15:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.522/e23/> ;
    skos:broader humord:c09162 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.522/e23/> ;
    skos:prefLabel "Court life"@en,
        "Hoffliv"@nb,
        "Hoffliv"@nn .

humord:c04869 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04869" ;
    dct:modified "2025-01-24T07:18:43"^^xsd:dateTime ;
    skos:altLabel "Cabin life"@en ;
    skos:broadMatch <http://dewey.info/class/306.4812/e23/> ;
    skos:broader humord:c09162 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.4812/e23/> ;
    skos:prefLabel "Cottage life"@en,
        "Hytteliv"@nb,
        "Hytteliv"@nn .

humord:c04870 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04870" ;
    dct:modified "2025-01-24T07:19:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.4/e23/> ;
    skos:broader humord:c09162 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.4/e23/> ;
    skos:prefLabel "Women's lives"@en,
        "Kvinneliv"@nb,
        "Kvinneliv"@nn .

humord:c04871 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04871" ;
    dct:modified "2025-01-22T07:48:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/395/e23/> ;
    skos:broader humord:c04867 ;
    skos:definition "Utsvevende livsførsel <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/395/e23/> ;
    skos:prefLabel "Libertinism"@en,
        "Libertinisme"@nb,
        "Libertinisme"@nn .

humord:c04872 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04872" ;
    dct:modified "2025-01-22T07:47:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/176.4/e23/> ;
    skos:broader humord:c04871 ;
    skos:definition "Læren om at mennesket ikke skal la seg binde av samfunnets regler i erotiske spørsmål <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/176.4/e23/> ;
    skos:prefLabel "Erotic libertinism"@en,
        "Erotisk libertinisme"@nb,
        "Erotisk libertinisme"@nn .

humord:c04873 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04873" ;
    dct:modified "2025-01-22T07:47:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/158.1/e23/>,
        <http://dewey.info/class/170.44/e23/> ;
    skos:broader humord:c04867 ;
    skos:definition "Det å kunne leve godt <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/158.1/e23/>,
        <http://dewey.info/class/170.44/e23/> ;
    skos:prefLabel "Art of living"@en,
        "Livskunst"@nb,
        "Livskunst"@nn .

humord:c04874 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04874" ;
    dct:modified "2025-01-24T07:24:55"^^xsd:dateTime ;
    skos:altLabel "Personal life"@en,
        "Privacy"@en,
        "Private sphere"@en,
        "Hjemmets ukrenkelighet"@nb,
        "Privatlivets fred"@nb,
        "Privatlivets fred"@nn ;
    skos:broader humord:c09162 ;
    skos:exactMatch realfagstermer:c012136,
        <http://dewey.info/class/323.448/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012136,
        <http://dewey.info/class/323.448/e23/>,
        <http://dewey.info/class/342.0858/e23/> ;
    skos:prefLabel "Private life"@en,
        "Privatliv"@nb,
        "Privatliv"@nn ;
    skos:related humord:c04896 ;
    skos:relatedMatch <http://dewey.info/class/342.0858/e23/> .

humord:c04875 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04875" ;
    dct:modified "2025-01-24T07:29:22"^^xsd:dateTime ;
    skos:altLabel "Selskapslivet"@nb,
        "Selskapslivet"@nn ;
    skos:broadMatch <http://dewey.info/class/395.3/e23/>,
        <http://dewey.info/class/793.2/e23/> ;
    skos:broader humord:c09162 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/395.3/e23/>,
        <http://dewey.info/class/793.2/e23/> ;
    skos:prefLabel "Social life (Customs)"@en,
        "Selskapsliv"@nb,
        "Selskapsliv"@nn ;
    skos:related humord:c15034 .

humord:c04876 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04876" ;
    dct:modified "2025-01-24T07:37:44"^^xsd:dateTime ;
    skos:altLabel "Life at sea"@en,
        "Mariner's life"@en,
        "Seafarer's life"@en,
        "Sjømannsliv"@nb,
        "Sjømannsliv"@nn ;
    skos:broader humord:c09162 ;
    skos:closeMatch <http://dewey.info/class/910.45/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/781.595/e23/>,
        <http://dewey.info/class/910.45/e23/> ;
    skos:prefLabel "Sailoring"@en,
        "Sjøliv"@nb,
        "Sjøliv"@nn ;
    skos:related humord:c04335 ;
    skos:relatedMatch <http://dewey.info/class/781.595/e23/> .

humord:c04878 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04878" ;
    dct:modified "2025-01-29T14:59:44"^^xsd:dateTime ;
    skos:altLabel "Livets høytider"@nb,
        "Livets høgtider"@nn ;
    skos:broadMatch <http://dewey.info/class/394.26/e23/> ;
    skos:broader humord:c04839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.26/e23/> ;
    skos:prefLabel "Life events"@en,
        "Livstradisjoner"@nb,
        "Livstradisjonar"@nn .

humord:c04880 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04880" ;
    dct:modified "2024-10-14T15:47:40"^^xsd:dateTime ;
    skos:altLabel "Home of one's childhood"@en ;
    skos:broadMatch <http://dewey.info/class/643.1/e23/> ;
    skos:broader humord:c04878 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.945/e23/>,
        <http://dewey.info/class/643.1/e23/> ;
    skos:prefLabel "Childhood home"@en,
        "Barndomshjem"@nb,
        "Barndomsheim"@nn ;
    skos:relatedMatch <http://dewey.info/class/155.945/e23/> .

humord:c04881 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04881" ;
    dct:modified "2023-11-29T15:34:11"^^xsd:dateTime ;
    skos:altLabel "Daily life"@en,
        "Hverdagsliv"@nb,
        "Kvardagsliv"@nn ;
    skos:broader humord:c04878 ;
    skos:closeMatch <http://dewey.info/class/640/e23/> ;
    skos:exactMatch realfagstermer:c001696 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001696,
        <http://dewey.info/class/640/e23/>,
        <http://dewey.info/class/704.949/e23/> ;
    skos:prefLabel "Everyday life"@en,
        "Dagligliv"@nb,
        "Daglegliv"@nn ;
    skos:related humord:c22624 ;
    skos:relatedMatch <http://dewey.info/class/704.949/e23/> .

humord:c04883 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04883" ;
    dct:modified "2025-01-07T08:32:13"^^xsd:dateTime ;
    skos:altLabel "Døden (Kulturkunnskap)"@nn ;
    skos:broadMatch <http://dewey.info/class/179.7/e23/>,
        <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/294.3423/e23/>,
        <http://dewey.info/class/393/e23/> ;
    skos:broader humord:c04878 ;
    skos:closeMatch realfagstermer:c001456,
        realfagstermer:c009406,
        <http://dewey.info/class/155.937/e23/> ;
    skos:exactMatch <http://dewey.info/class/128.5/e23/>,
        <http://dewey.info/class/236.1/e23/>,
        <http://dewey.info/class/306.9/e23/>,
        <http://dewey.info/class/616.078/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001456,
        realfagstermer:c009406,
        <http://dewey.info/class/128.5/e23/>,
        <http://dewey.info/class/155.937/e23/>,
        <http://dewey.info/class/179.7/e23/>,
        <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/236.1/e23/>,
        <http://dewey.info/class/294.3423/e23/>,
        <http://dewey.info/class/306.9/e23/>,
        <http://dewey.info/class/362.175/e23/>,
        <http://dewey.info/class/393/e23/>,
        <http://dewey.info/class/398.2748/e23/>,
        <http://dewey.info/class/616.078/e23/> ;
    skos:prefLabel "Death (Culture)"@en,
        "Døden (Kulturkunnskap)"@nb,
        "Dauden (Kulturkunnskap)"@nn ;
    skos:related humord:c08671,
        humord:c11986 ;
    skos:relatedMatch <http://dewey.info/class/362.175/e23/>,
        <http://dewey.info/class/398.2748/e23/> .

humord:c04884 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04884" ;
    dct:modified "2025-01-22T07:35:22"^^xsd:dateTime ;
    skos:altLabel "Betrothal"@en ;
    skos:broader humord:c04878 ;
    skos:exactMatch <http://dewey.info/class/392.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.734/e23/>,
        <http://dewey.info/class/392.4/e23/>,
        <http://dewey.info/class/395.22/e23/>,
        <http://dewey.info/class/781.586/e23/> ;
    skos:prefLabel "Engagement (Relationships)"@en,
        "Forlovelse"@nb,
        "Forloving"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.734/e23/>,
        <http://dewey.info/class/395.22/e23/>,
        <http://dewey.info/class/781.586/e23/> .

humord:c04885 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04885" ;
    dct:modified "2024-10-16T14:14:02"^^xsd:dateTime ;
    skos:altLabel "Courtship"@en,
        "Marriage offer"@en,
        "Wooing"@en,
        "Beiling"@nb,
        "Friing"@nn ;
    skos:broader humord:c04878 ;
    skos:exactMatch <http://dewey.info/class/306.734/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/177.65/e23/>,
        <http://dewey.info/class/306.734/e23/>,
        <http://dewey.info/class/392.4/e23/>,
        <http://dewey.info/class/646.77/e23/>,
        <http://dewey.info/class/781.586/e23/> ;
    skos:prefLabel "Proposal"@en,
        "Frieri"@nb,
        "Frieri"@nn ;
    skos:relatedMatch <http://dewey.info/class/177.65/e23/>,
        <http://dewey.info/class/392.4/e23/>,
        <http://dewey.info/class/646.77/e23/>,
        <http://dewey.info/class/781.586/e23/> .

humord:c04887 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04887" ;
    dct:modified "2025-01-07T08:36:33"^^xsd:dateTime ;
    skos:broader humord:c04878 ;
    skos:closeMatch realfagstermer:c007468,
        <http://dewey.info/class/573.67/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007468,
        <http://dewey.info/class/392.12/e23/>,
        <http://dewey.info/class/398.274/e23/>,
        <http://dewey.info/class/398.354/e23/>,
        <http://dewey.info/class/573.67/e23/> ;
    skos:prefLabel "Birth (Culture)"@en,
        "Fødsel (Kulturkunnskap)"@nb,
        "Fødsel (Kulturkunnskap)"@nn ;
    skos:related humord:c03866 ;
    skos:relatedMatch <http://dewey.info/class/392.12/e23/>,
        <http://dewey.info/class/398.274/e23/>,
        <http://dewey.info/class/398.354/e23/> .

humord:c04889 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-01-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04889" ;
    dct:modified "2024-10-07T08:23:30"^^xsd:dateTime ;
    skos:altLabel "Interpersonal relations"@en,
        "Interpersonal relationships"@en,
        "Mellommenneskelige forhold"@nb,
        "Mellommenneskelige relasjoner"@nb,
        "Sosialt samkvem"@nb,
        "Mellommenneskelege forhold"@nn,
        "Mellommenneskelege relasjonar"@nn,
        "Sosialt samkvem"@nn ;
    skos:broadMatch <http://dewey.info/class/658.4095/e23/> ;
    skos:broader humord:c09122 ;
    skos:exactMatch realfagstermer:c002634,
        <http://dewey.info/class/302/e23/>,
        <http://dewey.info/class/658.3145/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002634,
        <http://dewey.info/class/158.2/e23/>,
        <http://dewey.info/class/177/e23/>,
        <http://dewey.info/class/302/e23/>,
        <http://dewey.info/class/352.66/e23/>,
        <http://dewey.info/class/372.374/e23/>,
        <http://dewey.info/class/650.13/e23/>,
        <http://dewey.info/class/658.3145/e23/>,
        <http://dewey.info/class/658.4095/e23/> ;
    skos:prefLabel "Social relations"@en,
        "Sosiale relasjoner"@nb,
        "Sosiale relasjonar"@nn ;
    skos:related humord:c20984,
        humord:c29032 ;
    skos:relatedMatch <http://dewey.info/class/158.2/e23/>,
        <http://dewey.info/class/177/e23/>,
        <http://dewey.info/class/352.66/e23/>,
        <http://dewey.info/class/372.374/e23/>,
        <http://dewey.info/class/650.13/e23/> .

humord:c04891 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-04-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04891" ;
    dct:modified "2024-11-06T08:41:32"^^xsd:dateTime ;
    skos:altLabel "Mother and child (Relation)"@en,
        "Mother-child relation"@en,
        "Mother-child relationship"@en,
        "Moderskap"@nb,
        "Moderskapet"@nb,
        "Mor og barn (Relasjon)"@nb,
        "Mor-barn-forholdet"@nb,
        "Moderskap"@nn,
        "Mor og barn (Relasjon)"@nn,
        "Mor-barn-forhaldet"@nn,
        "Morskap (Rolle)"@nn ;
    skos:broader humord:c22683 ;
    skos:exactMatch <http://dewey.info/class/306.8743/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.8743/e23/> ;
    skos:prefLabel "Motherhood"@en,
        "Morsrollen"@nb,
        "Morsrolla"@nn ;
    skos:related humord:c07182,
        humord:c07193 .

humord:c04892 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04892" ;
    dct:modified "2025-01-22T07:31:57"^^xsd:dateTime ;
    skos:altLabel "Navngiing"@nb,
        "Navngivning"@nb,
        "Namn­gjeving"@nn ;
    skos:broadMatch <http://dewey.info/class/392.12/e23/> ;
    skos:broader humord:c04878 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/392.12/e23/>,
        <http://dewey.info/class/929.4/e23/> ;
    skos:prefLabel "Naming"@en,
        "Navngiving"@nb,
        "Namngiving"@nn ;
    skos:relatedMatch <http://dewey.info/class/929.4/e23/> .

humord:c04894 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04894" ;
    dct:modified "2026-01-09T15:03:10"^^xsd:dateTime ;
    skos:altLabel "Family life education"@en,
        "Living arrangements"@en,
        "Samlivsformer"@nb,
        "Samlivslære"@nb,
        "Samlivformer"@nn,
        "Samlivslære"@nn ;
    skos:broadMatch <http://dewey.info/class/158.24/e23/>,
        <http://dewey.info/class/306.8/e23/> ;
    skos:broader humord:c04878 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/158.24/e23/>,
        <http://dewey.info/class/306.8/e23/> ;
    skos:prefLabel "Domesticity"@en,
        "Samliv"@nb,
        "Samliv"@nn .

humord:c04895 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-08-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04895" ;
    dct:modified "2025-01-22T07:29:17"^^xsd:dateTime ;
    skos:altLabel "Entering into marriage"@en,
        "Matrimony"@en,
        "Remarriage"@en,
        "Sacrament of marriage"@en,
        "Ekteskapsinngåelse"@nb,
        "Ektevielse"@nb,
        "Ektevigsel"@nb,
        "Giftermål"@nb,
        "Gjengifte"@nb,
        "Attgifta"@nn,
        "Attgifte"@nn,
        "Ekteskapsinngåing"@nn,
        "Ektevigsel"@nn,
        "Gifting"@nn,
        "Giftingar"@nn ;
    skos:broader humord:c04894,
        humord:c08974,
        humord:c16442 ;
    skos:closeMatch <http://dewey.info/class/204.41/e23/>,
        <http://dewey.info/class/296.74/e23/>,
        <http://dewey.info/class/297.577/e23/>,
        <http://dewey.info/class/392.5/e23/> ;
    skos:exactMatch <http://dewey.info/class/306.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/173/e23/>,
        <http://dewey.info/class/201.7/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/203.85/e23/>,
        <http://dewey.info/class/204.41/e23/>,
        <http://dewey.info/class/208.4/e23/>,
        <http://dewey.info/class/234.165/e23/>,
        <http://dewey.info/class/248.4/e23/>,
        <http://dewey.info/class/262.9/e23/>,
        <http://dewey.info/class/265.5/e23/>,
        <http://dewey.info/class/296.444/e23/>,
        <http://dewey.info/class/296.74/e23/>,
        <http://dewey.info/class/297.577/e23/>,
        <http://dewey.info/class/306.81/e23/>,
        <http://dewey.info/class/346.016/e23/>,
        <http://dewey.info/class/392.5/e23/>,
        <http://dewey.info/class/781.587/e23/> ;
    skos:prefLabel "Marriage"@en,
        "Ekteskap"@nb,
        "Ekteskap"@nn ;
    skos:related humord:c07212 ;
    skos:relatedMatch <http://dewey.info/class/173/e23/>,
        <http://dewey.info/class/201.7/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/203.85/e23/>,
        <http://dewey.info/class/208.4/e23/>,
        <http://dewey.info/class/234.165/e23/>,
        <http://dewey.info/class/248.4/e23/>,
        <http://dewey.info/class/262.9/e23/>,
        <http://dewey.info/class/265.5/e23/>,
        <http://dewey.info/class/296.444/e23/>,
        <http://dewey.info/class/346.016/e23/>,
        <http://dewey.info/class/781.587/e23/> .

humord:c04896 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04896" ;
    dct:modified "2025-01-22T07:30:23"^^xsd:dateTime ;
    skos:broader humord:c04894 ;
    skos:closeMatch <http://dewey.info/class/204.41/e23/>,
        <http://dewey.info/class/372.374/e23/> ;
    skos:exactMatch <http://dewey.info/class/306.85/e23/>,
        <http://dewey.info/class/646.78/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/158.24/e23/>,
        <http://dewey.info/class/204.41/e23/>,
        <http://dewey.info/class/306.85/e23/>,
        <http://dewey.info/class/372.374/e23/>,
        <http://dewey.info/class/646.78/e23/> ;
    skos:prefLabel "Family life"@en,
        "Familieliv"@nb,
        "Familieliv"@nn ;
    skos:related humord:c04874,
        humord:c09274 ;
    skos:relatedMatch <http://dewey.info/class/158.24/e23/> .

humord:c04897 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04897" ;
    dct:modified "2025-01-22T07:21:59"^^xsd:dateTime ;
    skos:altLabel "Mangegifte"@nb,
        "Fleirgifte"@nn ;
    skos:broader humord:c04895 ;
    skos:definition "Betegner et ekteskap der en person er gift med to eller flere individer samtidig, eller når flere personer er gift med hverandre <Wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/306.8423/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.8423/e23/>,
        <http://dewey.info/class/392.5/e23/> ;
    skos:prefLabel "Polygamy"@en,
        "Polygami"@nb,
        "Polygami"@nn ;
    skos:relatedMatch <http://dewey.info/class/392.5/e23/> .

humord:c04900 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04900" ;
    dct:modified "2025-01-24T07:17:52"^^xsd:dateTime ;
    skos:altLabel "Breakups"@en,
        "Relationship breakup"@en,
        "Relationship breakups"@en,
        "Split-up"@en,
        "Split-ups"@en,
        "Samlivsbrott"@nn ;
    skos:broader humord:c04878 ;
    skos:closeMatch <http://dewey.info/class/306.89/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.89/e23/> ;
    skos:prefLabel "Breakup"@en,
        "Samlivsbrudd"@nb,
        "Samlivsbrot"@nn .

humord:c04901 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04901" ;
    dct:modified "2025-01-21T19:45:46"^^xsd:dateTime ;
    skos:altLabel "Dissolution of marriage"@en,
        "Divorces"@en,
        "Skilsmisser"@nb,
        "Skilsmisser"@nn ;
    skos:broadMatch <http://dewey.info/class/204.41/e23/> ;
    skos:broader humord:c04900 ;
    skos:exactMatch <http://dewey.info/class/306.89/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.93/e23/>,
        <http://dewey.info/class/173/e23/>,
        <http://dewey.info/class/201.7/e23/>,
        <http://dewey.info/class/204.41/e23/>,
        <http://dewey.info/class/306.89/e23/>,
        <http://dewey.info/class/346.0166/e23/> ;
    skos:prefLabel "Divorce"@en,
        "Skilsmisse"@nb,
        "Skilsmisse"@nn ;
    skos:related humord:c08149 ;
    skos:relatedMatch <http://dewey.info/class/155.93/e23/>,
        <http://dewey.info/class/173/e23/>,
        <http://dewey.info/class/201.7/e23/>,
        <http://dewey.info/class/346.0166/e23/> .

humord:c04902 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04902" ;
    dct:modified "2025-01-22T07:43:06"^^xsd:dateTime ;
    skos:altLabel "Forms of sociality"@en,
        "Samværs­former"@nn ;
    skos:broadMatch <http://dewey.info/class/395/e23/> ;
    skos:broader humord:c04878 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.85/e23/>,
        <http://dewey.info/class/395/e23/> ;
    skos:prefLabel "Forms of interaction"@en,
        "Samværsformer"@nb,
        "Samvære­former"@nn ;
    skos:related humord:c04531 ;
    skos:relatedMatch <http://dewey.info/class/306.85/e23/> .

humord:c04903 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04903" ;
    dct:modified "2025-12-19T08:48:56"^^xsd:dateTime ;
    skos:altLabel "Education (Schooling)"@en,
        "Schooling"@en,
        "Skolegong"@nn,
        "Skolegonge"@nn,
        "Skulegonge"@nn ;
    skos:broader humord:c07945 ;
    skos:closeMatch <http://dewey.info/class/379.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/379.23/e23/> ;
    skos:prefLabel "School attendance"@en,
        "Skolegang"@nb,
        "Skulegong"@nn .

humord:c04904 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04904" ;
    dct:modified "2025-01-29T14:56:31"^^xsd:dateTime ;
    skos:altLabel "Matkultur"@nb,
        "Matkultur"@nn ;
    skos:broader humord:c04839 ;
    skos:closeMatch <http://dewey.info/class/394.12/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.12/e23/> ;
    skos:prefLabel "Food traditions"@en,
        "Mattradisjoner"@nb,
        "Mattradisjonar"@nn ;
    skos:related humord:c04912,
        humord:c04914 .

humord:c04906 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-12-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04906" ;
    dct:modified "2025-04-25T08:25:21"^^xsd:dateTime ;
    skos:altLabel "Beverage"@en,
        "Drikker"@nb,
        "Drikkevarer"@nb,
        "Drikker"@nn,
        "Drikkevarer"@nn ;
    skos:broader humord:c12039 ;
    skos:exactMatch realfagstermer:c004188,
        <http://dewey.info/class/641.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004188,
        <http://dewey.info/class/394.12/e23/>,
        <http://dewey.info/class/641.2/e23/>,
        <http://dewey.info/class/663/e23/> ;
    skos:prefLabel "Drinks"@en,
        "Drikke"@nb,
        "Drikke"@nn ;
    skos:related humord:c15115 ;
    skos:relatedMatch <http://dewey.info/class/394.12/e23/>,
        <http://dewey.info/class/663/e23/> .

humord:c04907 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04907" ;
    dct:modified "2024-01-16T08:04:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/583.93/e23/>,
        <http://dewey.info/class/641.877/e23/> ;
    skos:broader humord:c04906,
        humord:c12042 ;
    skos:exactMatch realfagstermer:c003429,
        <http://dewey.info/class/633.73/e23/>,
        <http://dewey.info/class/641.3373/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003429,
        <http://dewey.info/class/583.93/e23/>,
        <http://dewey.info/class/633.73/e23/>,
        <http://dewey.info/class/641.3373/e23/>,
        <http://dewey.info/class/641.877/e23/>,
        <http://dewey.info/class/663.93/e23/> ;
    skos:prefLabel "Coffee"@en,
        "Kaffe"@nb,
        "Kaffi"@nn ;
    skos:relatedMatch <http://dewey.info/class/663.93/e23/> .

humord:c04908 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04908" ;
    dct:modified "2023-11-30T12:31:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/641.877/e23/> ;
    skos:broader humord:c04906,
        humord:c12042 ;
    skos:exactMatch realfagstermer:c013834,
        <http://dewey.info/class/633.74/e23/>,
        <http://dewey.info/class/641.3374/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013834,
        <http://dewey.info/class/633.74/e23/>,
        <http://dewey.info/class/641.3374/e23/>,
        <http://dewey.info/class/641.877/e23/>,
        <http://dewey.info/class/663.92/e23/> ;
    skos:prefLabel "Cocoa"@en,
        "Kakao"@nb,
        "Kakao"@nn ;
    skos:relatedMatch <http://dewey.info/class/663.92/e23/> .

humord:c04909 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04909" ;
    dct:modified "2023-12-19T11:28:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/583.93/e23/>,
        <http://dewey.info/class/641.877/e23/> ;
    skos:broader humord:c04906,
        humord:c12042 ;
    skos:exactMatch realfagstermer:c001332,
        <http://dewey.info/class/641.3372/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001332,
        <http://dewey.info/class/394.15/e23/>,
        <http://dewey.info/class/583.93/e23/>,
        <http://dewey.info/class/633.72/e23/>,
        <http://dewey.info/class/641.3372/e23/>,
        <http://dewey.info/class/641.877/e23/>,
        <http://dewey.info/class/663.94/e23/> ;
    skos:prefLabel "Tea"@en,
        "Te"@nb,
        "Te"@nn ;
    skos:related humord:c32486 ;
    skos:relatedMatch <http://dewey.info/class/394.15/e23/>,
        <http://dewey.info/class/633.72/e23/>,
        <http://dewey.info/class/663.94/e23/> .

humord:c04910 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04910" ;
    dct:modified "2023-12-19T09:02:40"^^xsd:dateTime ;
    skos:broader humord:c04906,
        humord:c12042 ;
    skos:exactMatch realfagstermer:c008098,
        <http://dewey.info/class/641.22/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008098,
        <http://dewey.info/class/641.22/e23/>,
        <http://dewey.info/class/641.622/e23/>,
        <http://dewey.info/class/641.872/e23/>,
        <http://dewey.info/class/663.2/e23/> ;
    skos:prefLabel "Wine"@en,
        "Vin"@nb,
        "Vin"@nn ;
    skos:related humord:c16849 ;
    skos:relatedMatch <http://dewey.info/class/641.622/e23/>,
        <http://dewey.info/class/641.872/e23/>,
        <http://dewey.info/class/663.2/e23/> .

humord:c04911 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04911" ;
    dct:modified "2023-12-11T12:18:01"^^xsd:dateTime ;
    skos:broader humord:c04906,
        humord:c12042 ;
    skos:closeMatch <http://dewey.info/class/641.23/e23/>,
        <http://dewey.info/class/641.873/e23/>,
        <http://dewey.info/class/663.42/e23/> ;
    skos:exactMatch realfagstermer:c002956 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002956,
        <http://dewey.info/class/641.23/e23/>,
        <http://dewey.info/class/641.623/e23/>,
        <http://dewey.info/class/641.873/e23/>,
        <http://dewey.info/class/663.42/e23/> ;
    skos:prefLabel "Beer"@en,
        "Øl"@nb,
        "Øl"@nn ;
    skos:related humord:c16950,
        humord:c16951 ;
    skos:relatedMatch <http://dewey.info/class/641.623/e23/> .

humord:c04912 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-03-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04912" ;
    dct:modified "2024-10-22T11:12:12"^^xsd:dateTime ;
    skos:altLabel "Foods"@en,
        "Foodstuff"@en,
        "Matvarer"@nb,
        "Matvarer"@nn ;
    skos:broader humord:c12039 ;
    skos:closeMatch realfagstermer:c003532,
        realfagstermer:c013411,
        <http://dewey.info/class/394.12/e23/> ;
    skos:exactMatch realfagstermer:c013454,
        <http://dewey.info/class/641.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003532,
        realfagstermer:c013411,
        realfagstermer:c013454,
        <http://dewey.info/class/333.7966/e23/>,
        <http://dewey.info/class/344.04232/e23/>,
        <http://dewey.info/class/353.56/e23/>,
        <http://dewey.info/class/353.997/e23/>,
        <http://dewey.info/class/361.05/e23/>,
        <http://dewey.info/class/363.192/e23/>,
        <http://dewey.info/class/363.8/e23/>,
        <http://dewey.info/class/372.373/e23/>,
        <http://dewey.info/class/394.12/e23/>,
        <http://dewey.info/class/613.2/e23/>,
        <http://dewey.info/class/641.3/e23/>,
        <http://dewey.info/class/641.4/e23/>,
        <http://dewey.info/class/641.5/e23/>,
        <http://dewey.info/class/664.028/e23/> ;
    skos:prefLabel "Food"@en,
        "Mat"@nb,
        "Mat"@nn ;
    skos:related humord:c04821,
        humord:c04904,
        humord:c04914,
        humord:c23620 ;
    skos:relatedMatch <http://dewey.info/class/333.7966/e23/>,
        <http://dewey.info/class/344.04232/e23/>,
        <http://dewey.info/class/353.56/e23/>,
        <http://dewey.info/class/353.997/e23/>,
        <http://dewey.info/class/361.05/e23/>,
        <http://dewey.info/class/363.192/e23/>,
        <http://dewey.info/class/363.8/e23/>,
        <http://dewey.info/class/372.373/e23/>,
        <http://dewey.info/class/613.2/e23/>,
        <http://dewey.info/class/641.4/e23/>,
        <http://dewey.info/class/641.5/e23/>,
        <http://dewey.info/class/664.028/e23/> .

humord:c04914 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04914" ;
    dct:modified "2024-12-10T10:22:40"^^xsd:dateTime ;
    skos:broader humord:c04821,
        humord:c34847 ;
    skos:definition "Forbruket av matvarer over en viss periode <SML>"@nb ;
    skos:editorialNote "Lukket bemerkning: ubo11"@nb ;
    skos:exactMatch realfagstermer:c000292 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000292,
        <http://dewey.info/class/372.373/e23/>,
        <http://dewey.info/class/613.2/e23/> ;
    skos:prefLabel "Diet (Nutrition)"@en,
        "Kosthold"@nb,
        "Kosthald"@nn ;
    skos:related humord:c04904,
        humord:c04912,
        humord:c09598,
        humord:c17655 ;
    skos:relatedMatch <http://dewey.info/class/372.373/e23/>,
        <http://dewey.info/class/613.2/e23/> .

humord:c04915 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-10-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04915" ;
    dct:modified "2023-11-17T11:03:51"^^xsd:dateTime ;
    skos:altLabel "Bread"@en ;
    skos:broader humord:c17279 ;
    skos:exactMatch realfagstermer:c010292,
        <http://dewey.info/class/641.815/e23/>,
        <http://dewey.info/class/664.7523/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010292,
        <http://dewey.info/class/641.815/e23/>,
        <http://dewey.info/class/664.7523/e23/> ;
    skos:prefLabel "Breads"@en,
        "Brød"@nb,
        "Brød"@nn .

humord:c04916 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04916" ;
    dct:modified "2025-04-24T15:20:00"^^xsd:dateTime ;
    skos:altLabel "Flatbread"@en ;
    skos:broadMatch <http://dewey.info/class/641.815/e23/> ;
    skos:broader humord:c04915 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/641.815/e23/> ;
    skos:prefLabel "Flatbreads"@en,
        "Flatbrød"@nb,
        "Flatbrød"@nn .

humord:c04917 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-04-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04917" ;
    dct:modified "2025-04-25T08:04:09"^^xsd:dateTime ;
    skos:altLabel "Pre-cooked food"@en,
        "Hurtigmat"@nb,
        "Hurtigmat"@nn ;
    skos:broadMatch <http://dewey.info/class/641.555/e23/> ;
    skos:broader humord:c17655 ;
    skos:exactMatch <http://dewey.info/class/642/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/641.555/e23/>,
        <http://dewey.info/class/642/e23/>,
        <http://dewey.info/class/664.65/e23/> ;
    skos:prefLabel "Processed food"@en,
        "Ferdigmat"@nb,
        "Ferdigmat"@nn ;
    skos:relatedMatch <http://dewey.info/class/664.65/e23/> .

humord:c04918 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04918" ;
    dct:modified "2023-11-30T13:34:45"^^xsd:dateTime ;
    skos:altLabel "Meat"@en,
        "Kjøt"@nn ;
    skos:broadMatch <http://dewey.info/class/363.1929/e23/> ;
    skos:broader humord:c12842 ;
    skos:exactMatch realfagstermer:c000013,
        <http://dewey.info/class/641.36/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000013,
        <http://dewey.info/class/363.1929/e23/>,
        <http://dewey.info/class/641.36/e23/>,
        <http://dewey.info/class/641.49/e23/>,
        <http://dewey.info/class/664.9/e23/> ;
    skos:prefLabel "Meats"@en,
        "Kjøtt"@nb,
        "Kjøtt"@nn ;
    skos:relatedMatch <http://dewey.info/class/641.49/e23/>,
        <http://dewey.info/class/664.9/e23/> .

humord:c04919 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04919" ;
    dct:modified "2025-08-27T18:45:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/633.83/e23/>,
        <http://dewey.info/class/633.84/e23/>,
        <http://dewey.info/class/635.7/e23/> ;
    skos:broader humord:c12042 ;
    skos:closeMatch realfagstermer:c013881 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013881,
        <http://dewey.info/class/633.83/e23/>,
        <http://dewey.info/class/633.84/e23/>,
        <http://dewey.info/class/635.7/e23/>,
        <http://dewey.info/class/641.3383/e23/>,
        <http://dewey.info/class/641.3384/e23/>,
        <http://dewey.info/class/641.6383/e23/>,
        <http://dewey.info/class/641.6384/e23/> ;
    skos:prefLabel "Spices"@en,
        "Krydder"@nb,
        "Krydder"@nn ;
    skos:related humord:c19587 ;
    skos:relatedMatch <http://dewey.info/class/641.3383/e23/>,
        <http://dewey.info/class/641.3384/e23/>,
        <http://dewey.info/class/641.6383/e23/>,
        <http://dewey.info/class/641.6384/e23/> .

humord:c04920 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04920" ;
    dct:modified "2024-08-02T09:18:54"^^xsd:dateTime ;
    skos:altLabel "Sodium chloride"@en,
        "Bordsalt"@nb,
        "Koksalt"@nb,
        "Natriumklorid"@nb,
        "Natriumklorid"@nn ;
    skos:broadMatch <http://dewey.info/class/546.38224/e23/>,
        <http://dewey.info/class/549.4/e23/>,
        <http://dewey.info/class/553.63/e23/>,
        <http://dewey.info/class/612.01524/e23/>,
        <http://dewey.info/class/612.3926/e23/> ;
    skos:broader humord:c04919,
        humord:c64121 ;
    skos:closeMatch <http://dewey.info/class/613.28522/e23/> ;
    skos:exactMatch realfagstermer:c013297,
        <http://dewey.info/class/553.632/e23/>,
        <http://dewey.info/class/664.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013297,
        <http://dewey.info/class/338.27632/e23/>,
        <http://dewey.info/class/338.476644/e23/>,
        <http://dewey.info/class/546.38224/e23/>,
        <http://dewey.info/class/549.4/e23/>,
        <http://dewey.info/class/553.63/e23/>,
        <http://dewey.info/class/553.632/e23/>,
        <http://dewey.info/class/572.5238224/e23/>,
        <http://dewey.info/class/612.01524/e23/>,
        <http://dewey.info/class/612.3926/e23/>,
        <http://dewey.info/class/613.28522/e23/>,
        <http://dewey.info/class/622.3632/e23/>,
        <http://dewey.info/class/641.6/e23/>,
        <http://dewey.info/class/664.4/e23/> ;
    skos:prefLabel "Salt"@en,
        "Salt"@nb,
        "Salt"@nn ;
    skos:relatedMatch <http://dewey.info/class/338.27632/e23/>,
        <http://dewey.info/class/338.476644/e23/>,
        <http://dewey.info/class/572.5238224/e23/>,
        <http://dewey.info/class/622.3632/e23/>,
        <http://dewey.info/class/641.6/e23/> .

humord:c04921 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04921" ;
    dct:modified "2026-01-09T15:03:59"^^xsd:dateTime ;
    skos:altLabel "Ost"@nb,
        "Ost"@nn ;
    skos:broader humord:c07787 ;
    skos:exactMatch <http://dewey.info/class/641.373/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/637.3/e23/>,
        <http://dewey.info/class/641.373/e23/> ;
    skos:prefLabel "Cheese"@en,
        "Oster"@nb,
        "Ostar"@nn ;
    skos:relatedMatch <http://dewey.info/class/637.3/e23/> .

humord:c04922 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04922" ;
    dct:modified "2025-04-24T15:28:53"^^xsd:dateTime ;
    skos:broader humord:c12040 ;
    skos:exactMatch <http://dewey.info/class/641.36/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/641.36/e23/> ;
    skos:prefLabel "Sausages"@en,
        "Pølser"@nb,
        "Pølser"@nn .

humord:c04923 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04923" ;
    dct:modified "2026-01-09T15:05:04"^^xsd:dateTime ;
    skos:altLabel "Eating habits (Culture)"@en,
        "Matskikker"@nb,
        "Spisevaner"@nb,
        "Etevanar"@nn,
        "Matskikkar"@nn ;
    skos:broader humord:c04904 ;
    skos:closeMatch <http://dewey.info/class/394.12/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.12/e23/> ;
    skos:prefLabel "Food habits"@en,
        "Matvaner"@nb,
        "Matvanar"@nn .

humord:c04925 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04925" ;
    dct:modified "2026-01-09T15:06:16"^^xsd:dateTime ;
    skos:altLabel "Packed lunch"@en,
        "Matpakker"@nb,
        "Niste"@nb,
        "Matpakkar"@nn,
        "Matpakker"@nn,
        "Niste"@nn ;
    skos:broadMatch <http://dewey.info/class/641.53/e23/> ;
    skos:broader humord:c04923 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/641.53/e23/> ;
    skos:prefLabel "Packed lunches"@en,
        "Nister"@nb,
        "Nister"@nn .

humord:c04927 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04927" ;
    dct:modified "2026-01-09T15:06:42"^^xsd:dateTime ;
    skos:altLabel "Måltid"@nb ;
    skos:broader humord:c04904 ;
    skos:closeMatch <http://dewey.info/class/394.125/e23/> ;
    skos:exactMatch <http://dewey.info/class/642/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.125/e23/>,
        <http://dewey.info/class/642/e23/> ;
    skos:prefLabel "Meals"@en,
        "Måltider"@nb,
        "Måltid"@nn .

humord:c04928 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04928" ;
    dct:modified "2026-01-21T12:41:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/746.92/e23/> ;
    skos:broader humord:c04839 ;
    skos:exactMatch <http://dewey.info/class/391/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391/e23/>,
        <http://dewey.info/class/746.92/e23/> ;
    skos:prefLabel "Fashion"@en,
        "Moter"@nb,
        "Motar"@nn ;
    skos:related humord:c16712,
        humord:c19018,
        humord:c23750,
        humord:c70278,
        humord:c70279 .

humord:c04929 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04929" ;
    dct:modified "2024-10-10T12:45:43"^^xsd:dateTime ;
    skos:altLabel "Fortellertradisjon"@nb,
        "Muntlig fortellertradisjon"@nb,
        "Muntlig overlevering"@nb,
        "Forteljartradisjon"@nn,
        "Munnleg forteljartradisjon"@nn,
        "Munnleg overlevering"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c04839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Oral tradition"@en,
        "Muntlig tradisjon"@nb,
        "Munnleg tradisjon"@nn .

humord:c04931 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04931" ;
    dct:modified "2025-01-29T14:42:36"^^xsd:dateTime ;
    skos:altLabel "Nakedness"@en ;
    skos:broadMatch <http://dewey.info/class/128.6/e23/>,
        <http://dewey.info/class/177.4/e23/> ;
    skos:broader humord:c04839 ;
    skos:closeMatch <http://dewey.info/class/613.194/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.6/e23/>,
        <http://dewey.info/class/177.4/e23/>,
        <http://dewey.info/class/613.194/e23/> ;
    skos:prefLabel "Nudity"@en,
        "Nakenhet"@nb,
        "Nakenskap"@nn .

humord:c04932 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04932" ;
    dct:modified "2025-10-01T08:35:27"^^xsd:dateTime ;
    skos:altLabel "Social behavior (Ethnology)"@en,
        "Social behaviour (Ethnology)"@en,
        "Social manners"@en,
        "Opptreden"@nb ;
    skos:broadMatch <http://dewey.info/class/158.2/e23/>,
        <http://dewey.info/class/302/e23/>,
        <http://dewey.info/class/395/e23/> ;
    skos:broader humord:c04839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/158.2/e23/>,
        <http://dewey.info/class/302/e23/>,
        <http://dewey.info/class/395/e23/> ;
    skos:prefLabel "Social customs"@en,
        "Omgangsformer"@nb,
        "Omgangsformer"@nn ;
    skos:related humord:c07976 .

humord:c04935 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04935" ;
    dct:modified "2024-11-08T15:14:37"^^xsd:dateTime ;
    skos:altLabel "Chatting someone up"@en,
        "Coquetry"@en,
        "Flirtation"@en,
        "Picking someone up"@en,
        "Flørting"@nb,
        "Koketteri"@nb,
        "Kurtise"@nb,
        "Sjekking"@nb,
        "Flørting"@nn,
        "Koketteri"@nn,
        "Kurtise"@nn,
        "Sjekking"@nn ;
    skos:broadMatch <http://dewey.info/class/306.734/e23/>,
        <http://dewey.info/class/392.4/e23/> ;
    skos:broader humord:c04932 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.734/e23/>,
        <http://dewey.info/class/392.4/e23/> ;
    skos:prefLabel "Flirt"@en,
        "Flørt"@nb,
        "Flørt"@nn .

humord:c04938 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04938" ;
    dct:modified "2026-01-09T15:07:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/395.59/e23/> ;
    skos:broader humord:c04932 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/395.59/e23/> ;
    skos:prefLabel "Courtesy formulas"@en,
        "Hilseformler"@nb,
        "Helseformlar"@nn ;
    skos:related humord:c20895 .

humord:c04939 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04939" ;
    dct:modified "2025-06-14T07:58:43"^^xsd:dateTime ;
    skos:altLabel "Accepted practice"@en,
        "Customs and traditions"@en,
        "Etiquette"@en,
        "Social conventions"@en,
        "Social norms"@en,
        "Etikette"@nb,
        "God tone"@nb,
        "Sed og skikk"@nb,
        "Sosiale konvensjoner"@nb,
        "Sosiale normer"@nb,
        "Etikette"@nn,
        "God tone"@nn,
        "Sosiale konvensjonar"@nn,
        "Sosiale normar"@nn ;
    skos:broader humord:c04932 ;
    skos:exactMatch realfagstermer:c007172,
        <http://dewey.info/class/395/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007172,
        <http://dewey.info/class/355.1336/e23/>,
        <http://dewey.info/class/395/e23/> ;
    skos:prefLabel "Customs"@en,
        "Skikk og bruk"@nb,
        "Skikk og bruk"@nn ;
    skos:relatedMatch <http://dewey.info/class/355.1336/e23/> .

humord:c04942 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04942" ;
    dct:modified "2026-01-09T15:07:27"^^xsd:dateTime ;
    skos:broader humord:c04939 ;
    skos:exactMatch <http://dewey.info/class/395.54/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/395.54/e23/> ;
    skos:prefLabel "Table manners"@en,
        "Bordskikker"@nb,
        "Bordskikkar"@nn .

humord:c04943 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-02-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04943" ;
    dct:modified "2026-01-09T15:07:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/704.9428/e23/>,
        <http://dewey.info/class/757.8/e23/> ;
    skos:broader humord:c04944 ;
    skos:closeMatch <http://dewey.info/class/176.7/e23/>,
        <http://dewey.info/class/364.174/e23/> ;
    skos:definition "Framstilling i skrift eller bilder som formodes å krenke bluferdighet eller  ærbarhet <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/306.771/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/176.7/e23/>,
        <http://dewey.info/class/306.771/e23/>,
        <http://dewey.info/class/353.37/e23/>,
        <http://dewey.info/class/364.174/e23/>,
        <http://dewey.info/class/704.9428/e23/>,
        <http://dewey.info/class/757.8/e23/> ;
    skos:prefLabel "Pornography"@en,
        "Pornografi"@nb,
        "Pornografi"@nn ;
    skos:relatedMatch <http://dewey.info/class/353.37/e23/> .

humord:c04944 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04944" ;
    dct:modified "2025-01-29T14:24:17"^^xsd:dateTime ;
    skos:altLabel "Sex habits"@en ;
    skos:broadMatch <http://dewey.info/class/155.3/e23/>,
        <http://dewey.info/class/306.7/e23/>,
        <http://dewey.info/class/612.6/e23/> ;
    skos:broader humord:c04839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.3/e23/>,
        <http://dewey.info/class/306.7/e23/>,
        <http://dewey.info/class/612.6/e23/> ;
    skos:prefLabel "Sexual habits"@en,
        "Seksualvaner"@nb,
        "Seksualvanar"@nn ;
    skos:related humord:c08140 .

humord:c04945 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04945" ;
    dct:modified "2025-01-29T14:23:56"^^xsd:dateTime ;
    skos:altLabel "Textual transmisson"@en,
        "Transmission of texts"@en,
        "Written tradition"@en,
        "Skriftlig overlevering"@nb,
        "Tekstoverlevering"@nb,
        "Tekstoverlevering"@nn ;
    skos:broadMatch <http://dewey.info/class/302.2244/e23/> ;
    skos:broader humord:c04839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.2244/e23/> ;
    skos:prefLabel "Written transmission"@en,
        "Skriftlig tradisjon"@nb,
        "Skriftleg tradisjon"@nn .

humord:c04948 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04948" ;
    dct:modified "2024-09-27T13:35:18"^^xsd:dateTime ;
    skos:altLabel "Holy-days (Traditions)"@en,
        "Høgtider"@nb,
        "Høgtidsdager"@nb,
        "Høytider"@nb,
        "Årsfester"@nb,
        "Årstradisjoner"@nb,
        "Høgtider"@nn,
        "Årstradisjonar"@nn ;
    skos:broadMatch <http://dewey.info/class/394.26/e23/> ;
    skos:broader humord:c04839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.26/e23/> ;
    skos:prefLabel "Holidays (Traditions)"@en,
        "Høytidsdager"@nb,
        "Høgtidsdagar"@nn ;
    skos:related humord:c08615 .

humord:c04950 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-09-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04950" ;
    dct:modified "2024-08-02T08:38:47"^^xsd:dateTime ;
    skos:altLabel "Commemoration of All the Faithful Departed"@en,
        "Commemoration of the Dead"@en ;
    skos:broadMatch <http://dewey.info/class/263.97/e23/> ;
    skos:broader humord:c08615 ;
    skos:definition "Alle sjelers dag er en minnefest for avdøde i den romersk-katolske kirke, 2.november <UBB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/263.97/e23/> ;
    skos:prefLabel "All souls' day"@en,
        "Alle sjelers dag"@nb,
        "Alle sjelers dag"@nn ;
    skos:related humord:c16494 .

humord:c04952 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-09-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04952" ;
    dct:modified "2025-01-27T09:05:05"^^xsd:dateTime ;
    skos:altLabel "Shrovetide"@en,
        "Fastelaven"@nb ;
    skos:broadMatch <http://dewey.info/class/394.25/e23/> ;
    skos:broader humord:c04948 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.25/e23/> ;
    skos:prefLabel "Fastelavn"@en,
        "Fastelavn"@nb,
        "Fastelavn"@nn ;
    skos:related humord:c08616,
        humord:c16642 .

humord:c04954 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04954" ;
    dct:modified "2026-01-09T15:07:57"^^xsd:dateTime ;
    skos:altLabel "1st of May"@en,
        "May 1st"@en,
        "01. mai"@nb,
        "1. mai"@nb,
        "Arbeidernes dag"@nb,
        "01. mai"@nn,
        "1. mai"@nn,
        "Arbeidarane sin dag"@nn,
        "Fyrste mai"@nn ;
    skos:broader humord:c04948 ;
    skos:definition "Første mai er en internasjonal demonstrasjonsdag for arbeiderbevegelsen. På denne dagen er det vanlig at arbeider- og fagbevegelsen arrangerer demonstrasjonstog og taler. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/394.2627/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.2627/e23/> ;
    skos:prefLabel "First of May"@en,
        "Første mai"@nb,
        "Første mai"@nn .

humord:c04956 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04956" ;
    dct:modified "2025-01-29T15:08:24"^^xsd:dateTime ;
    skos:broader humord:c04948 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.2/e23/> ;
    skos:prefLabel "Calendar festivals"@en,
        "Kalenderfester"@nb,
        "Kalenderfester"@nn ;
    skos:related humord:c04844 ;
    skos:relatedMatch <http://dewey.info/class/394.2/e23/> .

humord:c04957 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04957" ;
    dct:modified "2025-10-16T15:56:00"^^xsd:dateTime ;
    skos:altLabel "Carnival parades"@en,
        "Karnevalsopptog"@nn ;
    skos:broader humord:c04948 ;
    skos:closeMatch <http://dewey.info/class/394.26/e23/> ;
    skos:exactMatch <http://dewey.info/class/394.25/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.25/e23/>,
        <http://dewey.info/class/394.26/e23/> ;
    skos:prefLabel "Carnivals"@en,
        "Karneval"@nb,
        "Karneval"@nn .

humord:c04958 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04958" ;
    dct:modified "2026-01-09T15:08:47"^^xsd:dateTime ;
    skos:altLabel "Maypole"@en,
        "Maistang"@nb,
        "Maistong"@nn ;
    skos:broadMatch <http://dewey.info/class/394.262/e23/> ;
    skos:broader humord:c04948 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.262/e23/> ;
    skos:prefLabel "Maypoles"@en,
        "Maistenger"@nb,
        "Maistenger"@nn ;
    skos:related humord:c04962 .

humord:c04959 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04959" ;
    dct:modified "2025-01-27T07:25:44"^^xsd:dateTime ;
    skos:altLabel "De gales fest"@nb,
        "Narrenest fest"@nb,
        "Dei galnes fest"@nn,
        "Narranes fest"@nn ;
    skos:broadMatch <http://dewey.info/class/394.266/e23/> ;
    skos:broader humord:c04948 ;
    skos:definition "Narrefest, også kalt narrenes fest og de gales fest, på latin festum fatuorum eller festum stultorum, fransk fête des fous eller fête des Innocents, tysk Narrenfest og engelsk Feast of Fools, var en folkelig fest knyttet til kirken i middelalderen. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.266/e23/> ;
    skos:prefLabel "Feast of fools"@en,
        "Narrefest"@nb,
        "Narrefest"@nn .

humord:c04960 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04960" ;
    dct:modified "2025-01-27T07:23:47"^^xsd:dateTime ;
    skos:broader humord:c04948 ;
    skos:exactMatch <http://dewey.info/class/394.2614/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/296.4315/e23/>,
        <http://dewey.info/class/394.2614/e23/> ;
    skos:prefLabel "New Year"@en,
        "Nyttår"@nb,
        "Nyttår"@nn ;
    skos:relatedMatch <http://dewey.info/class/296.4315/e23/> .

humord:c04961 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04961" ;
    dct:modified "2025-01-24T07:52:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/394.2663/e23/> ;
    skos:broader humord:c04960 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.2663/e23/> ;
    skos:prefLabel "Julebukking"@en,
        "Gå julebukk"@nb,
        "Gå julebukk"@nn ;
    skos:related humord:c05133 .

humord:c04962 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04962" ;
    dct:modified "2025-01-27T07:29:39"^^xsd:dateTime ;
    skos:altLabel "Midsummer day"@en,
        "Jonsok"@nb,
        "Sankt hans"@nb,
        "St.hans"@nb,
        "Jonsok"@nn,
        "Sankt hans"@nn,
        "St.hans"@nn ;
    skos:broadMatch <http://dewey.info/class/394.263/e23/> ;
    skos:broader humord:c04948 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.263/e23/> ;
    skos:prefLabel "Midsummer eve"@en,
        "Sankthans"@nb,
        "Sankthans"@nn ;
    skos:related humord:c04958 .

humord:c04966 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04966" ;
    dct:modified "2025-01-24T07:46:55"^^xsd:dateTime ;
    skos:altLabel "Vintersolsnu"@nb,
        "Vintersolsnu"@nn ;
    skos:broadMatch <http://dewey.info/class/394.261/e23/> ;
    skos:broader humord:c04948 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.261/e23/> ;
    skos:prefLabel "Winter solstice"@en,
        "Vintersolverv"@nb,
        "Vintersolkverv"@nn .

humord:c04967 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04967" ;
    dct:modified "2025-02-02T20:32:00"^^xsd:dateTime ;
    skos:altLabel "Folkloristics"@en,
        "Study of folklore"@en,
        "Folkeminnevitenskap"@nb,
        "Folkeminnevitskap"@nn ;
    skos:broader humord:c04654 ;
    skos:exactMatch <http://dewey.info/class/398/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398/e23/> ;
    skos:prefLabel "Folklore studies"@en,
        "Folkloristikk"@nb,
        "Folkloristikk"@nn .

humord:c04969 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-04-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04969" ;
    dct:modified "2023-11-27T13:33:53"^^xsd:dateTime ;
    skos:altLabel "Folkeminner"@nb,
        "Folkeminne"@nn ;
    skos:broadMatch <http://dewey.info/class/398/e23/> ;
    skos:broader humord:c04967 ;
    skos:definition "Kulturelle og tradisjonelle uttrykk av kognitiv (f.eks. folketro,  stereotyper) og/eller ekspressiv (f.eks. muntlig diktning, folkeviser, skikker, leker) karakter. Traderes diakront eller synkront individer imellom i en ikke-fiksert form (UBO/HF)"@nb ;
    skos:exactMatch realfagstermer:c013878 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013878,
        <http://dewey.info/class/398/e23/> ;
    skos:prefLabel "Folklore"@en,
        "Folklore"@nb,
        "Folklore"@nn ;
    skos:related humord:c04839 .

humord:c04971 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04971" ;
    dct:modified "2025-02-02T20:32:16"^^xsd:dateTime ;
    skos:broader humord:c04969 ;
    skos:definition "Analyse av folkelige bildemotiver <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/701.18/e23/>,
        <http://dewey.info/class/704.9/e23/> ;
    skos:prefLabel "Iconography (popular culture)"@en,
        "Bildelore"@nb,
        "Biletlore"@nn ;
    skos:related humord:c05445 ;
    skos:relatedMatch <http://dewey.info/class/701.18/e23/>,
        <http://dewey.info/class/704.9/e23/> .

humord:c04972 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04972" ;
    dct:modified "2024-08-14T14:57:03"^^xsd:dateTime ;
    skos:altLabel "Folkedikting"@nb ;
    skos:broader humord:c04969 ;
    skos:definition "Tradisjonell, ikke fiksert diktning, som traderes diakront/synkront individer imellom i stadige gjen- og nyskapninger <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030131,
        <http://dewey.info/class/398.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030131,
        <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Folk literature"@en,
        "Folkediktning"@nb,
        "Folkedikting"@nn ;
    skos:related humord:c06452,
        humord:c06712 .

humord:c04974 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04974" ;
    dct:modified "2025-09-01T21:26:43"^^xsd:dateTime ;
    skos:broader humord:c04972,
        humord:c06686 ;
    skos:definition "Kort, ofte moraliserende, fortelling <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.24/e23/> ;
    skos:prefLabel "Fables"@en,
        "Fabler"@nb,
        "Fablar"@nn ;
    skos:related humord:c12398 ;
    skos:relatedMatch <http://dewey.info/class/398.24/e23/> .

humord:c04975 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04975" ;
    dct:modified "2025-09-01T21:25:13"^^xsd:dateTime ;
    skos:altLabel "Folk-tales"@en,
        "Folktales"@en ;
    skos:broader humord:c04972 ;
    skos:closeMatch <http://dewey.info/class/398.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Folk tales"@en,
        "Folkeeventyr"@nb,
        "Folkeeventyr"@nn ;
    skos:related humord:c06712 .

humord:c04976 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04976" ;
    dct:modified "2024-08-12T13:10:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c04975 ;
    skos:definition "Enheter et eventyr kan deles inn i etter den strukturalistiske metode <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Allomotif"@en,
        "Allomotiv"@nb,
        "Allomotiv"@nn .

humord:c04977 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04977" ;
    dct:modified "2026-01-09T15:09:02"^^xsd:dateTime ;
    skos:altLabel "Hero tales"@en ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c04975 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Heroic tales"@en,
        "Helteeventyr"@nb,
        "Helteeventyr"@nn .

humord:c04979 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04979" ;
    dct:modified "2026-01-12T09:41:11"^^xsd:dateTime ;
    skos:altLabel "Novellenmärchen"@nb ;
    skos:broadMatch <http://dewey.info/class/398.27/e23/> ;
    skos:broader humord:c04975 ;
    skos:definition "Eventyr med et realistisk innhold <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.27/e23/> ;
    skos:prefLabel "Novellenmärchen"@en,
        "Novelleeventyr"@nb,
        "Novelleeventyr"@nn .

humord:c04980 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04980" ;
    dct:modified "2026-01-12T10:58:00"^^xsd:dateTime ;
    skos:altLabel "Magic tales"@en,
        "Tales of magic"@en,
        "Tales of wonder"@en ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/> ;
    skos:broader humord:c04975 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/> ;
    skos:prefLabel "Wonder tales"@en,
        "Undereventyr"@nb,
        "Undereventyr"@nn .

humord:c04981 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04981" ;
    dct:modified "2025-09-01T09:50:13"^^xsd:dateTime ;
    skos:altLabel "Folkesanger"@nb,
        "Folkesongar"@nn ;
    skos:broader humord:c04972 ;
    skos:definition "Episk-lyrisk vise fra middelalderen som er folkedikting <NOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/782.42162/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Folk songs"@en,
        "Folkeviser"@nb,
        "Folkeviser"@nn ;
    skos:related humord:c05541,
        humord:c06824,
        humord:c06825 .

humord:c04985 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04985" ;
    dct:modified "2026-01-09T10:34:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:broader humord:c04981 ;
    skos:definition "Fortellende folkeviser med heroisk/historisk innhold <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Epic folk songs"@en,
        "Episke folkeviser"@nb,
        "Episke folkeviser"@nn .

humord:c04986 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04986" ;
    dct:modified "2026-01-09T10:35:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:broader humord:c04981 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Historical folk songs"@en,
        "Historiske viser"@nb,
        "Historiske viser"@nn .

humord:c04987 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04987" ;
    dct:modified "2026-01-09T10:35:58"^^xsd:dateTime ;
    skos:altLabel "Russian historical folk songs"@en,
        "Russiske historiske viser"@nb,
        "Russiske historiske viser"@nn ;
    skos:broadMatch <http://dewey.info/class/398.80947/e23/>,
        <http://dewey.info/class/782.421629171/e23/> ;
    skos:broader humord:c04986 ;
    skos:definition "Russisk episk folkevise med historiske tema <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.80947/e23/>,
        <http://dewey.info/class/782.421629171/e23/> ;
    skos:prefLabel "Bylina"@en,
        "Bylina"@nb,
        "Bylina"@nn .

humord:c04989 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04989" ;
    dct:modified "2026-01-09T10:37:08"^^xsd:dateTime ;
    skos:altLabel "Ballads about giants"@en,
        "Heroic ballads"@en ;
    skos:broadMatch <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:broader humord:c04981 ;
    skos:definition "Kjempevise er egentlig en vise om en kjempe, nå betegnelse på en gruppe middelalder-ballader som i innhold har nær tilknytning til norrøn litteratur. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Kjempeviser"@en,
        "Kjempeviser"@nb,
        "Kjempeviser"@nn .

humord:c04990 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04990" ;
    dct:modified "2026-01-09T10:37:33"^^xsd:dateTime ;
    skos:altLabel "Kveder"@nb,
        "Kvæde"@nb ;
    skos:broadMatch <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:broader humord:c04981 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Skaldic poetry"@en,
        "Kvad"@nb,
        "Kvad"@nn .

humord:c04994 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04994" ;
    dct:modified "2026-01-09T10:37:49"^^xsd:dateTime ;
    skos:altLabel "Religious ballads"@en ;
    skos:broadMatch <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:broader humord:c04981 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Religious carols"@en,
        "Legendeviser"@nb,
        "Legendeviser"@nn .

humord:c04997 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04997" ;
    dct:modified "2026-01-09T10:41:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:broader humord:c04981 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Ballads about shapeshifting"@en,
        "Omskapingsviser"@nb,
        "Omskapingsviser"@nn .

humord:c04998 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04998" ;
    dct:modified "2026-01-09T10:41:32"^^xsd:dateTime ;
    skos:altLabel "Ballads about knights"@en,
        "Knight's ballads"@en ;
    skos:broadMatch <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:broader humord:c04981 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Ballads of chivalry"@en,
        "Ridderviser"@nb,
        "Riddarviser"@nn .

humord:c04999 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME04999" ;
    dct:modified "2025-10-15T10:13:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.80946/e23/>,
        <http://dewey.info/class/782.4216261/e23/> ;
    skos:broader humord:c04981 ;
    skos:definition "Andalusisk religiøs folkevise som synges under påskeprosesjoner av en enkelt sanger <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.80946/e23/>,
        <http://dewey.info/class/782.4216261/e23/> ;
    skos:prefLabel "Saeta"@en,
        "Saeta"@nb,
        "Saeta"@nn .

humord:c05000 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05000" ;
    dct:modified "2026-01-09T10:41:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:broader humord:c04981 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Broadside ballads"@en,
        "Skillingsviser"@nb,
        "Skillingsviser"@nn ;
    skos:related humord:c60964 .

humord:c05001 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05001" ;
    dct:modified "2026-01-09T10:42:17"^^xsd:dateTime ;
    skos:altLabel "Comic ballads"@en ;
    skos:broadMatch <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:broader humord:c04981 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Comical songs"@en,
        "Skjemteviser"@nb,
        "Skjemteviser"@nn .

humord:c05002 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05002" ;
    dct:modified "2026-01-09T10:42:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:broader humord:c04981 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Stave (Folk song)"@en,
        "Stev"@nb,
        "Stev"@nn .

humord:c05003 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05003" ;
    dct:modified "2026-01-03T13:30:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/394.2663/e23/> ;
    skos:broader humord:c04981 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.2663/e23/> ;
    skos:prefLabel "Star singer songs"@en,
        "Stjernesanger"@nb,
        "Stjernesongar"@nn ;
    skos:related humord:c11874 .

humord:c05004 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05004" ;
    dct:modified "2026-01-09T10:43:02"^^xsd:dateTime ;
    skos:altLabel "Ballads about trolls"@en ;
    skos:broadMatch <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:broader humord:c04981 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Troll ballads"@en,
        "Trollviser"@nb,
        "Trollviser"@nn .

humord:c05005 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05005" ;
    dct:modified "2023-12-11T10:41:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/>,
        <http://dewey.info/class/3C--37/e23/>,
        <http://dewey.info/class/704.947/e23/> ;
    skos:broader humord:c04972 ;
    skos:exactMatch realfagstermer:c006858 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006858,
        <http://dewey.info/class/297.18/e23/>,
        <http://dewey.info/class/398.2/e23/>,
        <http://dewey.info/class/3B--08037/e23/>,
        <http://dewey.info/class/3B--0937/e23/>,
        <http://dewey.info/class/3C--37/e23/>,
        <http://dewey.info/class/700.47/e23/>,
        <http://dewey.info/class/704.947/e23/>,
        <http://dewey.info/class/743.87/e23/>,
        <http://dewey.info/class/753.7/e23/>,
        <http://dewey.info/class/808.8037/e23/>,
        <http://dewey.info/class/809.9337/e23/> ;
    skos:prefLabel "Legends"@en,
        "Legender"@nb,
        "Legender"@nn ;
    skos:related humord:c05022,
        humord:c08466 ;
    skos:relatedMatch <http://dewey.info/class/297.18/e23/>,
        <http://dewey.info/class/3B--08037/e23/>,
        <http://dewey.info/class/3B--0937/e23/>,
        <http://dewey.info/class/700.47/e23/>,
        <http://dewey.info/class/743.87/e23/>,
        <http://dewey.info/class/753.7/e23/>,
        <http://dewey.info/class/808.8037/e23/>,
        <http://dewey.info/class/809.9337/e23/> .

humord:c05007 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05007" ;
    dct:modified "2026-01-09T10:43:23"^^xsd:dateTime ;
    skos:altLabel "Booku"@nb,
        "Booku"@nn ;
    skos:broadMatch <http://dewey.info/class/398.208996322/e23/> ;
    skos:broader humord:c04972 ;
    skos:definition "Musikalsk-litterær form for folkedikting hos fulbe <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.208996322/e23/> ;
    skos:prefLabel "Mbooku"@en,
        "Mbooku"@nb,
        "Mbooku"@nn .

humord:c05010 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05010" ;
    dct:modified "2026-01-09T10:44:02"^^xsd:dateTime ;
    skos:altLabel "Oral narrative"@en,
        "Muntlig dikting"@nb,
        "Muntlig fortellerkunst"@nb,
        "Muntlig litteratur"@nb,
        "Munnleg forteljarkunst"@nn,
        "Munnleg litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c04972 ;
    skos:definition "Diktning som er skapt i en muntlig situasjon og hvor den opprinnelige form blir endret gjennom kunstnerens improvisasjon under fremføringen. Kan bli fiksert i en skriftlig form <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Oral literature"@en,
        "Muntlig diktning"@nb,
        "Munnleg dikting"@nn ;
    skos:related humord:c06452 .

humord:c05016 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05016" ;
    dct:modified "2026-01-09T10:44:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.20952/e23/> ;
    skos:broader humord:c05010 ;
    skos:definition "Japansk muntlig fortellerkunst <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20952/e23/> ;
    skos:prefLabel "Rakugo"@en,
        "Rakugo"@nb,
        "Rakugo"@nn .

humord:c05017 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05017" ;
    dct:modified "2026-01-09T10:44:58"^^xsd:dateTime ;
    skos:altLabel "Proverbial sayings"@en,
        "Sayings"@en,
        "Maksimer (Litteratur)"@nb,
        "Ordspråk"@nb,
        "Maksimar (Litteratur)"@nn,
        "Ordspråk"@nn ;
    skos:broader humord:c04972 ;
    skos:exactMatch <http://dewey.info/class/398.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.9/e23/> ;
    skos:prefLabel "Proverbs"@en,
        "Ordtak"@nb,
        "Ordtak"@nn ;
    skos:related humord:c05152,
        humord:c05173,
        humord:c05812,
        humord:c06542 .

humord:c05019 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05019" ;
    dct:modified "2026-01-09T12:23:07"^^xsd:dateTime ;
    skos:altLabel "Children's verses"@en,
        "Jingles"@en,
        "Nursery rhymes"@en ;
    skos:broadMatch <http://dewey.info/class/398.8/e23/> ;
    skos:broader humord:c04972 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.8/e23/> ;
    skos:prefLabel "Nonsense verses"@en,
        "Regler (Vers)"@nb,
        "Regler (Vers)"@nn ;
    skos:related humord:c12905 .

humord:c05020 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05020" ;
    dct:modified "2026-01-09T12:23:37"^^xsd:dateTime ;
    skos:altLabel "Counting out rhymes"@en,
        "Counting-out rhymes"@en ;
    skos:broader humord:c05019 ;
    skos:definition "Regler brukt av barn i lek når man skal velge hvem som skal agere <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/398.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.84/e23/> ;
    skos:prefLabel "Counting rhymes"@en,
        "Telleregler"@nb,
        "Telleregler"@nn .

humord:c05021 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05021" ;
    dct:modified "2024-11-14T13:46:12"^^xsd:dateTime ;
    skos:altLabel "Rumors"@en ;
    skos:broadMatch <http://dewey.info/class/302.24/e23/> ;
    skos:broader humord:c04972 ;
    skos:definition "Nyhet som går fra munn til munn <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.24/e23/> ;
    skos:prefLabel "Rumours"@en,
        "Rykter"@nb,
        "Rykte"@nn ;
    skos:related humord:c09080,
        humord:c14695 .

humord:c05022 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05022" ;
    dct:modified "2026-01-09T12:24:33"^^xsd:dateTime ;
    skos:altLabel "Folkesagn"@nb,
        "Folkesegn"@nn,
        "Folkesegner"@nn,
        "Segn"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c04972 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Folk legends"@en,
        "Sagn"@nb,
        "Segner"@nn ;
    skos:related humord:c05005,
        humord:c08466 .

humord:c05024 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05024" ;
    dct:modified "2026-01-09T12:24:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/001.94/e23/> ;
    skos:broader humord:c05022 ;
    skos:definition "Atlantis er en fiktiv øy eller et kontinent som ifølge legenden skal ha sunket i havet <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030989 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030989,
        <http://dewey.info/class/001.94/e23/> ;
    skos:prefLabel "Atlantis"@en,
        "Atlantis"@nb,
        "Atlantis"@nn .

humord:c05025 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05025" ;
    dct:modified "2024-10-11T08:52:23"^^xsd:dateTime ;
    skos:altLabel "Dauinggudsteneste"@nb,
        "De dødes messe"@nb,
        "Daudes gudsteneste"@nn,
        "Dauinggudsteneste"@nn,
        "Dei daudes messe"@nn,
        "Dei dødes messe"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c05022 ;
    skos:definition "De dødes messe er et vandresagn med vid utbredelse i Europa. Sagnet finnes i mange varianter på norsk område. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Mass of the dead (Legend)"@en,
        "Dødes gudstjeneste"@nb,
        "Dødes gudsteneste"@nn .

humord:c05027 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05027" ;
    dct:modified "2026-01-09T12:29:20"^^xsd:dateTime ;
    skos:altLabel "Legend of the Holy Grail"@en,
        "Gralsagnet"@nb,
        "Gralsegna"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c05022 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Grail legend"@en,
        "Graalsagnet"@nb,
        "Graalsegna"@nn .

humord:c05029 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05029" ;
    dct:modified "2026-01-09T12:29:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c05027 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Lancelot-Grail cycle"@en,
        "Lancelot-Graal-syklusen"@nb,
        "Lancelot-Graal-syklusen"@nn .

humord:c05030 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05030" ;
    dct:modified "2025-06-25T10:02:27"^^xsd:dateTime ;
    skos:altLabel "Gudesegn"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c05022 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Mythologies (Gods)"@en,
        "Gudesagn"@nb,
        "Gudesegner"@nn .

humord:c05031 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05031" ;
    dct:modified "2026-01-09T12:30:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c05022 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Heroic legends"@en,
        "Heltesagn"@nb,
        "Heltesegner"@nn .

humord:c05032 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05032" ;
    dct:modified "2026-01-09T12:30:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.236/e23/> ;
    skos:broader humord:c05022 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.236/e23/> ;
    skos:prefLabel "Historical legends"@en,
        "Historiske sagn"@nb,
        "Historiske segner"@nn .

humord:c05033 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05033" ;
    dct:modified "2024-08-28T08:23:37"^^xsd:dateTime ;
    skos:altLabel "Arthur legends"@en,
        "Legends of King Arthur"@en ;
    skos:broadMatch <http://dewey.info/class/398.20941/e23/>,
        <http://dewey.info/class/3B--080351/e23/>,
        <http://dewey.info/class/3B--09351/e23/>,
        <http://dewey.info/class/808.80351/e23/>,
        <http://dewey.info/class/809.93351/e23/> ;
    skos:broader humord:c05032 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20941/e23/>,
        <http://dewey.info/class/3B--080351/e23/>,
        <http://dewey.info/class/3B--09351/e23/>,
        <http://dewey.info/class/808.80351/e23/>,
        <http://dewey.info/class/809.93351/e23/> ;
    skos:prefLabel "Arthurian legends"@en,
        "Arthursagn"@nb,
        "Arthursegn"@nn .

humord:c05034 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05034" ;
    dct:modified "2026-01-09T12:31:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.25/e23/> ;
    skos:broader humord:c05032 ;
    skos:definition "Den flygende hollender er ifølge sagn et spøkelsesskip med en kaptein som er dømt til å seile på havet til evig tid. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.25/e23/> ;
    skos:prefLabel "Flying Dutchman"@en,
        "Flygende hollender"@nb,
        "Flygande hollender"@nn .

humord:c05035 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05035" ;
    dct:modified "2025-10-15T10:12:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c05022 ;
    skos:definition "Memorat, i folkeminnevitenskapen en muntlig fortelling som bygger på personlige minner og har en sagnaktig karakter <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Memorate"@en,
        "Memorat"@nb,
        "Memorat"@nn ;
    skos:related humord:c08095 .

humord:c05036 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05036" ;
    dct:modified "2026-01-12T10:45:52"^^xsd:dateTime ;
    skos:altLabel "Etiological tales"@en,
        "Just so stories"@en,
        "Just so story"@en,
        "Legends of origin"@en,
        "Origin stories"@en,
        "Pourquoi story"@en,
        "Pourquoi tales"@en,
        "Aetiologiske sagn"@nb,
        "Aetiologiske segner"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c05022 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Pourquoi stories"@en,
        "Opphavssagn"@nb,
        "Opphavssegner"@nn .

humord:c05038 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05038" ;
    dct:modified "2025-09-01T21:21:39"^^xsd:dateTime ;
    skos:altLabel "Personal accounts"@en,
        "Personal narratives"@en,
        "Personal story"@en,
        "Opplevelsesfortellinger"@nb,
        "Personlige beretninger"@nb,
        "Opplevingsforteljingar"@nn ;
    skos:broadMatch <http://dewey.info/class/1--092/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:broader humord:c06698 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--092/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:prefLabel "Personal stories"@en,
        "Personlige fortellinger"@nb,
        "Personlege forteljingar"@nn ;
    skos:related humord:c08095 .

humord:c05041 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05041" ;
    dct:modified "2026-01-09T12:33:27"^^xsd:dateTime ;
    skos:altLabel "New urban legends"@en,
        "Urban legends (Contemporary folk tales)"@en,
        "Moderne urbane legender"@nb,
        "Moderne vandrehistorier"@nb,
        "Moderne vandresagn"@nb,
        "Moderne urbane legender"@nn,
        "Moderne vandrehistorier"@nn,
        "Moderne vandresegner"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c05022 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Modern urban legends"@en,
        "Samtidssagn"@nb,
        "Samtidssegner"@nn .

humord:c05043 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05043" ;
    dct:modified "2025-01-31T07:50:32"^^xsd:dateTime ;
    skos:altLabel "Legends about supranatural beings"@en,
        "Mytiske sagn"@nb,
        "Supranormale sagn"@nb,
        "Mytiske segn"@nn,
        "Mytiske segner"@nn,
        "Overnaturlege segn"@nn,
        "Supranormale segn"@nn,
        "Supranormale segner"@nn ;
    skos:broadMatch <http://dewey.info/class/398.4/e23/> ;
    skos:broader humord:c05022 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.4/e23/> ;
    skos:prefLabel "Legends about supernatural beings"@en,
        "Overnaturlige sagn"@nb,
        "Overnaturlege segner"@nn ;
    skos:related humord:c05118,
        humord:c08095 .

humord:c05045 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05045" ;
    dct:modified "2026-01-09T12:32:33"^^xsd:dateTime ;
    skos:altLabel "Urban legends"@en,
        "Urban myths"@en,
        "Vandrehistorier"@nb,
        "Vandrehistorier"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c05022 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Migratory legends"@en,
        "Vandresagn"@nb,
        "Vandresegner"@nn .

humord:c05048 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05048" ;
    dct:modified "2026-01-09T12:36:02"^^xsd:dateTime ;
    skos:altLabel "Cock-and-bull stories"@en,
        "Cock-and-bull story"@en ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c04972 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Tall tales"@en,
        "Skrøner"@nb,
        "Skrøner"@nn .

humord:c05049 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05049" ;
    dct:modified "2025-10-15T10:10:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c05048 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Tall tales of the sea"@en,
        "Skipperskrøner"@nb,
        "Skipperskrøner"@nn .

humord:c05050 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05050" ;
    dct:modified "2026-01-12T10:46:11"^^xsd:dateTime ;
    skos:altLabel "Smådikting"@nb ;
    skos:broadMatch <http://dewey.info/class/398/e23/> ;
    skos:broader humord:c04972 ;
    skos:definition "\"Små\" folkediktingssjanger; f.eks. rim, regler, gåter, ordtak <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398/e23/> ;
    skos:prefLabel "Short verses"@en,
        "Smådiktning"@nb,
        "Smådikting"@nn .

humord:c05052 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05052" ;
    dct:modified "2026-01-09T12:39:05"^^xsd:dateTime ;
    skos:altLabel "True stories"@en ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c04972 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Real life stories"@en,
        "Virkelighetshistorier"@nb,
        "Verkelegheitshistorier"@nn .

humord:c05053 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05053" ;
    dct:modified "2026-01-09T12:39:36"^^xsd:dateTime ;
    skos:altLabel "Gags"@en,
        "Jests"@en,
        "Witticisms"@en ;
    skos:broader humord:c04972 ;
    skos:closeMatch <http://dewey.info/class/808.882/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.7/e23/>,
        <http://dewey.info/class/808.882/e23/> ;
    skos:prefLabel "Jokes"@en,
        "Vitser"@nb,
        "Vitsar"@nn ;
    skos:related humord:c08016 ;
    skos:relatedMatch <http://dewey.info/class/398.7/e23/> .

humord:c05054 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05054" ;
    dct:modified "2026-01-09T12:39:53"^^xsd:dateTime ;
    skos:broader humord:c05053 ;
    skos:closeMatch <http://dewey.info/class/398.7089/e23/> ;
    skos:definition "Vits der representanter for etniske eller nasjonale grupper er aktører i vitsen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.7089/e23/> ;
    skos:prefLabel "Ethnic jokes"@en,
        "Etniske vitser"@nb,
        "Etniske vitsar"@nn .

humord:c05056 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05056" ;
    dct:modified "2024-12-06T12:59:52"^^xsd:dateTime ;
    skos:altLabel "Amerikansk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:closeMatch <http://dewey.info/class/398.208997/e23/> ;
    skos:exactMatch <http://dewey.info/class/398.20973/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.208997/e23/>,
        <http://dewey.info/class/398.20973/e23/> ;
    skos:prefLabel "American folk literature"@en,
        "Amerikansk folkediktning"@nb,
        "Amerikansk folkedikting"@nn .

humord:c05057 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05057" ;
    dct:modified "2024-12-06T13:02:17"^^xsd:dateTime ;
    skos:altLabel "Arabisk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.2089927/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2089927/e23/> ;
    skos:prefLabel "Arabic folk literature"@en,
        "Arabisk folkediktning"@nb,
        "Arabisk folkedikting"@nn .

humord:c05058 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05058" ;
    dct:modified "2024-12-06T11:00:13"^^xsd:dateTime ;
    skos:altLabel "Bakhtiyari folk literature"@en,
        "Bakhtiari folkedikting"@nb ;
    skos:broadMatch <http://dewey.info/class/398.20899155/e23/> ;
    skos:broader humord:c05055 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20899155/e23/> ;
    skos:prefLabel "Bakhtiari folk literature"@en,
        "Bakhtiari folkediktning"@nb,
        "Bakhtiari folkedikting"@nn .

humord:c05059 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05059" ;
    dct:modified "2024-12-06T10:35:29"^^xsd:dateTime ;
    skos:altLabel "Burushaski folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.20494892/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20494892/e23/> ;
    skos:prefLabel "Burushaski folk literature"@en,
        "Burushaski folkediktning"@nb,
        "Burushaski folkedikting"@nn .

humord:c05060 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05060" ;
    dct:modified "2024-12-06T09:57:59"^^xsd:dateTime ;
    skos:altLabel "Egyptisk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.204931/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.204931/e23/> ;
    skos:prefLabel "Egyptian folk literature"@en,
        "Egyptisk folkediktning"@nb,
        "Egyptisk folkedikting"@nn .

humord:c05061 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05061" ;
    dct:modified "2024-12-06T10:17:43"^^xsd:dateTime ;
    skos:altLabel "Estisk folkedikting"@nb,
        "Estlandsk folkedikting"@nb,
        "Estlandsk folkediktning"@nb,
        "Estlandsk folkedikting"@nn ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.2094798/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2094798/e23/> ;
    skos:prefLabel "Estonian folk literature"@en,
        "Estisk folkediktning"@nb,
        "Estisk folkedikting"@nn .

humord:c05063 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05063" ;
    dct:modified "2024-12-06T10:18:35"^^xsd:dateTime ;
    skos:altLabel "Europeisk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.2094/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2094/e23/> ;
    skos:prefLabel "European folk literature"@en,
        "Europeisk folkediktning"@nb,
        "Europeisk folkedikting"@nn .

humord:c05064 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05064" ;
    dct:modified "2024-12-06T10:24:09"^^xsd:dateTime ;
    skos:altLabel "Fransk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.20944/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20944/e23/> ;
    skos:prefLabel "French folk literature"@en,
        "Fransk folkediktning"@nb,
        "Fransk folkedikting"@nn .

humord:c05065 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05065" ;
    dct:modified "2024-12-06T10:25:16"^^xsd:dateTime ;
    skos:altLabel "Fulfulde folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.20496322/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20496322/e23/> ;
    skos:prefLabel "Fulfulde folk literature"@en,
        "Fulfulde folkediktning"@nb,
        "Fulfulde folkedikting"@nn .

humord:c05066 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05066" ;
    dct:modified "2024-12-06T10:19:21"^^xsd:dateTime ;
    skos:altLabel "Færøysk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.2094915/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2094915/e23/> ;
    skos:prefLabel "Faroese folk literature"@en,
        "Færøysk folkediktning"@nb,
        "Færøysk folkedikting"@nn .

humord:c05067 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05067" ;
    dct:modified "2024-12-06T09:52:51"^^xsd:dateTime ;
    skos:altLabel "Indisk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.20954/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20954/e23/> ;
    skos:prefLabel "Indian folk literature"@en,
        "Indisk folkediktning"@nb,
        "Indisk folkedikting"@nn .

humord:c05068 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05068" ;
    dct:modified "2024-12-06T07:40:19"^^xsd:dateTime ;
    skos:altLabel "Inuit folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.20899712/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20899712/e23/> ;
    skos:prefLabel "Inuit folk literature"@en,
        "Inuit folkediktning"@nb,
        "Inuit folkedikting"@nn .

humord:c05070 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05070" ;
    dct:modified "2024-12-06T09:26:13"^^xsd:dateTime ;
    skos:altLabel "Jødisk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:closeMatch <http://dewey.info/class/398.2089924/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2089924/e23/> ;
    skos:prefLabel "Jewish folk literature"@en,
        "Jødisk folkediktning"@nb,
        "Jødisk folkedikting"@nn .

humord:c05071 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05071" ;
    dct:modified "2024-12-05T13:02:12"^^xsd:dateTime ;
    skos:altLabel "Kinesisk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.20951/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20951/e23/> ;
    skos:prefLabel "Chinese folk literature"@en,
        "Kinesisk folkediktning"@nb,
        "Kinesisk folkedikting"@nn .

humord:c05072 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05072" ;
    dct:modified "2024-08-20T17:10:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.20951/e23/> ;
    skos:broader humord:c05071 ;
    skos:definition "Xiangsheng er komisk dialog, kinesisk folkedikting <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20951/e23/> ;
    skos:prefLabel "Xiangsheng"@en,
        "Xiangsheng"@nb,
        "Xiangsheng"@nn .

humord:c05073 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05073" ;
    dct:modified "2024-12-04T11:21:19"^^xsd:dateTime ;
    skos:altLabel "Latvisk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.2094796/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2094796/e23/> ;
    skos:prefLabel "Latvian folk literature"@en,
        "Latvisk folkediktning"@nb,
        "Latvisk folkedikting"@nn .

humord:c05074 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05074" ;
    dct:modified "2024-12-04T11:22:27"^^xsd:dateTime ;
    skos:altLabel "Litauisk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.2094793/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2094793/e23/> ;
    skos:prefLabel "Lithuanian folk literature"@en,
        "Litauisk folkediktning"@nb,
        "Litauisk folkedikting"@nn .

humord:c05076 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05076" ;
    dct:modified "2024-12-06T09:48:10"^^xsd:dateTime ;
    skos:altLabel "Ostjak folk literature"@en,
        "Hanti folkedikting"@nb,
        "Ostjakisk folkedikting"@nb,
        "Ostjakisk folkediktning"@nb,
        "Ostjakisk folkedikting"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2049451/e23/> ;
    skos:broader humord:c05055 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2049451/e23/> ;
    skos:prefLabel "Khanty folk literature"@en,
        "Hanti folkediktning"@nb,
        "Hanti folkedikting"@nn .

humord:c05077 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05077" ;
    dct:modified "2024-12-03T14:44:58"^^xsd:dateTime ;
    skos:altLabel "Pakistansk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.2095491/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2095491/e23/> ;
    skos:prefLabel "Pakistani folk literature"@en,
        "Pakistansk folkediktning"@nb,
        "Pakistansk folkedikting"@nn .

humord:c05080 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05080" ;
    dct:modified "2024-12-03T15:04:22"^^xsd:dateTime ;
    skos:altLabel "Rumensk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.209498/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.209498/e23/> ;
    skos:prefLabel "Romanian folk literature"@en,
        "Rumensk folkediktning"@nb,
        "Rumensk folkedikting"@nn .

humord:c05081 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05081" ;
    dct:modified "2024-12-03T14:27:39"^^xsd:dateTime ;
    skos:altLabel "Sefardisk-spansk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.20467/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20467/e23/> ;
    skos:prefLabel "Judaeo-Spanish folk literature"@en,
        "Sefardisk-spansk folkediktning"@nb,
        "Sefardisk-spansk folkedikting"@nn .

humord:c05082 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05082" ;
    dct:modified "2024-12-03T14:29:39"^^xsd:dateTime ;
    skos:altLabel "Serbisk folkedikting"@nb ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.2094971/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2094971/e23/> ;
    skos:prefLabel "Serbian folk literature"@en,
        "Serbisk folkediktning"@nb,
        "Serbisk folkedikting"@nn .

humord:c05083 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05083" ;
    dct:modified "2024-12-03T15:02:16"^^xsd:dateTime ;
    skos:altLabel "Romani folkedikting"@nb,
        "Sigøyner folkedikting"@nb,
        "Sigøyner folkediktning"@nb,
        "Sigøyner folkedikting"@nn ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.20491497/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20491497/e23/> ;
    skos:prefLabel "Romani folk literature"@en,
        "Romani folkediktning"@nb,
        "Romani folkedikting"@nn .

humord:c05084 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05084" ;
    dct:modified "2024-12-03T13:11:31"^^xsd:dateTime ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.209561/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.209561/e23/> ;
    skos:prefLabel "Turkish folk literature"@en,
        "Tyrkisk folkediktning"@nb,
        "Tyrkisk folkedikting"@nn .

humord:c05085 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05085" ;
    dct:modified "2024-12-09T12:42:16"^^xsd:dateTime ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.20943/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20943/e23/> ;
    skos:prefLabel "German folk literature"@en,
        "Tysk folkediktning"@nb,
        "Tysk folkedikting"@nn .

humord:c05086 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05086" ;
    dct:modified "2024-12-03T13:16:27"^^xsd:dateTime ;
    skos:broader humord:c05055 ;
    skos:exactMatch <http://dewey.info/class/398.209477/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.209477/e23/> ;
    skos:prefLabel "Ukrainian folk literature"@en,
        "Ukrainsk folkediktning"@nb,
        "Ukrainsk folkedikting"@nn .

humord:c05087 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05087" ;
    dct:modified "2023-12-13T10:29:04"^^xsd:dateTime ;
    skos:altLabel "Superstition"@en,
        "Superstitious beliefs"@en,
        "Overtro"@nb,
        "Trosforestillinger"@nb,
        "Overtru"@nn ;
    skos:broader humord:c04969 ;
    skos:closeMatch realfagstermer:c000703,
        realfagstermer:c013878,
        <http://dewey.info/class/001.96/e23/> ;
    skos:exactMatch <http://dewey.info/class/398.41/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000703,
        realfagstermer:c013878,
        <http://dewey.info/class/001.96/e23/>,
        <http://dewey.info/class/398.41/e23/> ;
    skos:prefLabel "Popular belief"@en,
        "Folketro"@nb,
        "Folketru"@nn ;
    skos:related humord:c08662,
        humord:c13406 .

humord:c05090 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-02-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05090" ;
    dct:modified "2026-01-09T12:40:22"^^xsd:dateTime ;
    skos:altLabel "The paranormal"@en,
        "The supernormal"@en,
        "The supranatural"@en,
        "The supranormal"@en,
        "Det paranormale"@nb,
        "Det supranormale"@nb,
        "Det paranormale"@nn,
        "Det supranormale"@nn ;
    skos:broadMatch <http://dewey.info/class/398.4/e23/> ;
    skos:broader humord:c05087 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/130/e23/>,
        <http://dewey.info/class/398.4/e23/> ;
    skos:prefLabel "The supernatural"@en,
        "Det overnaturlige"@nb,
        "Det overnaturlege"@nn ;
    skos:relatedMatch <http://dewey.info/class/130/e23/> .

humord:c05092 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05092" ;
    dct:modified "2026-01-09T14:55:40"^^xsd:dateTime ;
    skos:broader humord:c05087 ;
    skos:exactMatch <http://dewey.info/class/398.2748/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/113.8/e23/>,
        <http://dewey.info/class/398.2748/e23/> ;
    skos:prefLabel "Perception of death"@en,
        "Dødsoppfatning"@nb,
        "Dødsoppfatning"@nn ;
    skos:relatedMatch <http://dewey.info/class/113.8/e23/> .

humord:c05093 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05093" ;
    dct:modified "2025-01-31T14:21:53"^^xsd:dateTime ;
    skos:altLabel "Belief in sorcery"@en ;
    skos:broadMatch <http://dewey.info/class/133.43/e23/>,
        <http://dewey.info/class/398.41/e23/> ;
    skos:broader humord:c05087 ;
    skos:closeMatch <http://dewey.info/class/203.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.43/e23/>,
        <http://dewey.info/class/203.3/e23/>,
        <http://dewey.info/class/398.41/e23/> ;
    skos:prefLabel "Belief in witchcraft"@en,
        "Heksetro"@nb,
        "Heksetru"@nn .

humord:c05094 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05094" ;
    dct:modified "2025-01-31T14:21:19"^^xsd:dateTime ;
    skos:altLabel "Witch purges"@en,
        "Witch-hunts"@en,
        "Witchcraft trials"@en,
        "Hekseforfølgelse"@nb,
        "Trolldomsprosesser"@nb,
        "Hekseforfølging"@nn,
        "Trolldomsprosessar"@nn ;
    skos:broadMatch <http://dewey.info/class/133.43/e23/> ;
    skos:broader humord:c05093 ;
    skos:exactMatch <http://dewey.info/class/272.0882033/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.43/e23/>,
        <http://dewey.info/class/272.0882033/e23/>,
        <http://dewey.info/class/364.188/e23/> ;
    skos:prefLabel "Witch trials"@en,
        "Hekseprosesser"@nb,
        "Hekseprosessar"@nn ;
    skos:relatedMatch <http://dewey.info/class/364.188/e23/> .

humord:c05097 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05097" ;
    dct:modified "2025-11-27T09:21:39"^^xsd:dateTime ;
    skos:altLabel "Black arts"@en,
        "Black magic"@en,
        "Seid"@en,
        "Seidhr"@en,
        "Seiðr"@en,
        "Sorcery (Magic)"@en,
        "Witchcraft (Magic)"@en,
        "Wizardry"@en,
        "Seid"@nb,
        "Seiðr"@nb,
        "Svartekunst"@nb,
        "Trolldom"@nb,
        "Seid"@nn,
        "Seiðr"@nn,
        "Svartekunst"@nn,
        "Trolldom"@nn ;
    skos:broadMatch <http://dewey.info/class/306.4/e23/> ;
    skos:broader humord:c05087 ;
    skos:closeMatch <http://dewey.info/class/398.4/e23/> ;
    skos:definition "Ord og handlinger av mer eller mindre utpreget rituell art som tar sikte på  en umiddelbar (overnaturlig) påvirkning av naturfenomener (f.eks. regn), dyr eller mennesker, deres eiendeler eller livsgrunnlag <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/133.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.43/e23/>,
        <http://dewey.info/class/203/e23/>,
        <http://dewey.info/class/306.4/e23/>,
        <http://dewey.info/class/398.2/e23/>,
        <http://dewey.info/class/398.4/e23/>,
        <http://dewey.info/class/793.8/e23/> ;
    skos:prefLabel "Magic"@en,
        "Magi"@nb,
        "Magi"@nn ;
    skos:related humord:c08586,
        humord:c08829,
        humord:c12839,
        humord:c25496 ;
    skos:relatedMatch <http://dewey.info/class/203/e23/>,
        <http://dewey.info/class/398.2/e23/>,
        <http://dewey.info/class/793.8/e23/> .

humord:c05100 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05100" ;
    dct:modified "2025-01-31T14:18:48"^^xsd:dateTime ;
    skos:altLabel "Magical tools"@en ;
    skos:broadMatch <http://dewey.info/class/133.44/e23/> ;
    skos:broader humord:c05097 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.44/e23/> ;
    skos:prefLabel "Witchcraft tools"@en,
        "Magiske hjelpemidler"@nb,
        "Magiske hjelpemiddel"@nn .

humord:c05101 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05101" ;
    dct:modified "2025-05-16T13:47:41"^^xsd:dateTime ;
    skos:altLabel "Charms (Magic formulas)"@en,
        "Conjuration"@en,
        "Incantation"@en,
        "Invocation"@en,
        "Spells"@en,
        "Besvergelse"@nb,
        "Maning"@nb,
        "Trolldomsformler"@nb,
        "Trollformler"@nb,
        "Maning"@nn,
        "Trolldomsformlar"@nn,
        "Trollformlar"@nn ;
    skos:broadMatch <http://dewey.info/class/133.44/e23/>,
        <http://dewey.info/class/203.32/e23/>,
        <http://dewey.info/class/398.4/e23/> ;
    skos:broader humord:c05100 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.44/e23/>,
        <http://dewey.info/class/203.32/e23/>,
        <http://dewey.info/class/398.4/e23/> ;
    skos:prefLabel "Magic formulas"@en,
        "Magiske formler"@nb,
        "Magiske formlar"@nn .

humord:c05108 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05108" ;
    dct:modified "2025-01-31T12:51:09"^^xsd:dateTime ;
    skos:altLabel "Sami drums"@en,
        "Sami magic drums"@en ;
    skos:broadMatch <http://dewey.info/class/133.44/e23/> ;
    skos:broader humord:c05100 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.44/e23/>,
        <http://dewey.info/class/299.457/e23/> ;
    skos:prefLabel "Sámi drums"@en,
        "Runebommer"@nb,
        "Runebommer"@nn ;
    skos:relatedMatch <http://dewey.info/class/299.457/e23/> .

humord:c05109 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05109" ;
    dct:modified "2024-08-21T08:37:36"^^xsd:dateTime ;
    skos:altLabel "Dowsing rods"@en,
        "Witching rods"@en,
        "Witching sticks"@en,
        "Ynskekvistar"@nn,
        "Ynskekvister"@nn,
        "Ynskje­kvistar"@nn,
        "Ynskje­kvister"@nn,
        "Ønskekvister"@nn,
        "Ønskje­kvistar"@nn,
        "Ønskje­kvister"@nn ;
    skos:broader humord:c05100 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.323/e23/> ;
    skos:prefLabel "Divining rods"@en,
        "Ønskekvister"@nb,
        "Ønskekvistar"@nn ;
    skos:relatedMatch <http://dewey.info/class/133.323/e23/> .

humord:c05110 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05110" ;
    dct:modified "2024-01-03T13:00:52"^^xsd:dateTime ;
    skos:altLabel "Divination"@en,
        "Divinasjon"@nb,
        "Mantikk"@nb,
        "Spådom"@nb,
        "Spådommer"@nb,
        "Spådomar"@nn,
        "Spådommar"@nn,
        "Spådomskunst"@nn ;
    skos:broader humord:c05097 ;
    skos:exactMatch realfagstermer:c006796,
        <http://dewey.info/class/133.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006796,
        <http://dewey.info/class/133.3/e23/> ;
    skos:prefLabel "Fortune-telling"@en,
        "Spådomskunst"@nb,
        "Mantikkar"@nn ;
    skos:related humord:c12839 .

humord:c05111 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05111" ;
    dct:modified "2025-01-31T12:44:56"^^xsd:dateTime ;
    skos:altLabel "Kleromantikk"@nb,
        "Kleromantikk"@nn ;
    skos:broadMatch <http://dewey.info/class/133.3/e23/> ;
    skos:broader humord:c05110 ;
    skos:definition "Kunsten å spå ved hjelp av terninger <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.3/e23/> ;
    skos:prefLabel "Cleromancy"@en,
        "Kleromanti"@nb,
        "Kleromanti"@nn .

humord:c05112 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05112" ;
    dct:modified "2025-01-31T14:20:45"^^xsd:dateTime ;
    skos:broader humord:c05097 ;
    skos:exactMatch <http://dewey.info/class/299.675/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.675/e23/> ;
    skos:prefLabel "Voodoo"@en,
        "Voodoo"@nb,
        "Voodoo"@nn .

humord:c05113 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05113" ;
    dct:modified "2025-01-31T08:00:39"^^xsd:dateTime ;
    skos:altLabel "Mystisisme"@nb,
        "Mystisisme"@nn ;
    skos:broader humord:c05087 ;
    skos:exactMatch realfagstermer:c012653,
        <http://dewey.info/class/149.3/e23/>,
        <http://dewey.info/class/189.5/e23/>,
        <http://dewey.info/class/204.22/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012653,
        <http://dewey.info/class/149.3/e23/>,
        <http://dewey.info/class/189.5/e23/>,
        <http://dewey.info/class/204.22/e23/>,
        <http://dewey.info/class/248.22/e23/>,
        <http://dewey.info/class/294.34422/e23/>,
        <http://dewey.info/class/294.5422/e23/>,
        <http://dewey.info/class/296.712/e23/>,
        <http://dewey.info/class/297.4/e23/> ;
    skos:prefLabel "Mysticism"@en,
        "Mystikk"@nb,
        "Mystikk"@nn ;
    skos:related humord:c08450,
        humord:c08524 ;
    skos:relatedMatch <http://dewey.info/class/248.22/e23/>,
        <http://dewey.info/class/294.34422/e23/>,
        <http://dewey.info/class/294.5422/e23/>,
        <http://dewey.info/class/296.712/e23/>,
        <http://dewey.info/class/297.4/e23/> .

humord:c05115 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05115" ;
    dct:modified "2025-01-31T07:57:55"^^xsd:dateTime ;
    skos:altLabel "Tallmystikk"@nb,
        "Tallmystikk"@nn ;
    skos:broadMatch <http://dewey.info/class/220.68/e23/> ;
    skos:broader humord:c05113 ;
    skos:exactMatch <http://dewey.info/class/133.335/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.335/e23/>,
        <http://dewey.info/class/220.68/e23/> ;
    skos:prefLabel "Numerology"@en,
        "Numerologi"@nb,
        "Numerologi"@nn ;
    skos:related humord:c05117 .

humord:c05117 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05117" ;
    dct:modified "2024-12-03T10:44:08"^^xsd:dateTime ;
    skos:broader humord:c18228 ;
    skos:exactMatch <http://dewey.info/class/133.335/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.335/e23/> ;
    skos:prefLabel "Number symbolism"@en,
        "Tallsymbolikk"@nb,
        "Tallsymbolikk"@nn ;
    skos:related humord:c05115 .

humord:c05118 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05118" ;
    dct:modified "2024-10-29T09:24:08"^^xsd:dateTime ;
    skos:altLabel "Paranormal beings"@en,
        "Paranormal creatures"@en,
        "Supernatural creatures"@en,
        "Supernormal beings"@en,
        "Supernormal creatures"@en,
        "Supranatural beings"@en,
        "Supranatural creatures"@en,
        "Supranormal beings"@en,
        "Supranormal creatures"@en,
        "Overnaturlige skapninger"@nb,
        "Paranormale skapninger"@nb,
        "Paranormale vesener"@nb,
        "Supranormale skapninger"@nb,
        "Supranormale vesener"@nb,
        "Overnaturlege skapningar"@nn,
        "Paranormale skapningar"@nn,
        "Paranormale vesen"@nn,
        "Supranormale vesen"@nn ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/> ;
    skos:broader humord:c05087 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/> ;
    skos:prefLabel "Supernatural beings"@en,
        "Overnaturlige vesener"@nb,
        "Overnaturlege vesen"@nn ;
    skos:related humord:c05043,
        humord:c07552 .

humord:c05121 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05121" ;
    dct:modified "2025-01-31T07:46:18"^^xsd:dateTime ;
    skos:altLabel "Draug"@en,
        "Ghosts of the sea"@en ;
    skos:broadMatch <http://dewey.info/class/398.25/e23/>,
        <http://dewey.info/class/398.47/e23/> ;
    skos:broader humord:c05118 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.25/e23/>,
        <http://dewey.info/class/398.47/e23/> ;
    skos:prefLabel "Draugr"@en,
        "Drauger"@nb,
        "Draugar"@nn .

humord:c05122 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-01-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05122" ;
    dct:modified "2025-01-31T07:48:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Dwarfs (Supernatural creatures)"@en,
        "Dverger (Overnaturlige vesener)"@nb,
        "Dvergar (Overnaturlege vesen)"@nn .

humord:c05123 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05123" ;
    dct:modified "2025-10-07T11:21:36"^^xsd:dateTime ;
    skos:altLabel "Fabulous animals"@en,
        "Fabulous beasts"@en,
        "Fictive animals"@en,
        "Legendary creatures"@en,
        "Mythical creatures"@en,
        "Mythological creatures"@en,
        "Fantasidyr"@nb,
        "Fantasidyr"@nn ;
    skos:broadMatch <http://dewey.info/class/001.944/e23/> ;
    skos:broader humord:c05118 ;
    skos:exactMatch realfagstermer:c010893,
        <http://dewey.info/class/398.2454/e23/>,
        <http://dewey.info/class/398.469/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010893,
        <http://dewey.info/class/001.944/e23/>,
        <http://dewey.info/class/398.2454/e23/>,
        <http://dewey.info/class/398.469/e23/>,
        <http://dewey.info/class/704.947/e23/> ;
    skos:prefLabel "Fantastic creatures"@en,
        "Fabeldyr"@nb,
        "Fabeldyr"@nn ;
    skos:related humord:c68606 ;
    skos:relatedMatch <http://dewey.info/class/704.947/e23/> .

humord:c05124 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05124" ;
    dct:modified "2025-01-30T13:23:32"^^xsd:dateTime ;
    skos:altLabel "Drager (Fabeldyr)"@nb ;
    skos:broadMatch <http://dewey.info/class/398.2454/e23/>,
        <http://dewey.info/class/398.469/e23/> ;
    skos:broader humord:c05123 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2454/e23/>,
        <http://dewey.info/class/398.469/e23/> ;
    skos:prefLabel "Dragons"@en,
        "Draker (Fabeldyr)"@nb,
        "Drakar (Fabeldyr)"@nn .

humord:c05126 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05126" ;
    dct:modified "2023-11-23T15:34:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.2454/e23/>,
        <http://dewey.info/class/398.469/e23/> ;
    skos:broader humord:c05123 ;
    skos:exactMatch realfagstermer:c005410 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005410,
        <http://dewey.info/class/398.2454/e23/>,
        <http://dewey.info/class/398.469/e23/> ;
    skos:prefLabel "Unicorns"@en,
        "Enhjørninger"@nb,
        "Einhyrningar"@nn .

humord:c05127 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05127" ;
    dct:modified "2025-01-30T14:55:41"^^xsd:dateTime ;
    skos:altLabel "Sea serpents"@en,
        "Sjøormer"@nb,
        "Sjøormar"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2454/e23/>,
        <http://dewey.info/class/398.469/e23/> ;
    skos:broader humord:c05123 ;
    skos:definition "Uhyggelig fabeldyr i sjø eller hav <UBO>"@nb ;
    skos:exactMatch realfagstermer:c010126 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010126,
        <http://dewey.info/class/398.2454/e23/>,
        <http://dewey.info/class/398.469/e23/> ;
    skos:prefLabel "Sea monsters"@en,
        "Sjøuhyrer"@nb,
        "Sjøuhyre"@nn .

humord:c05128 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05128" ;
    dct:modified "2025-01-30T07:53:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Fairies"@en,
        "Feer"@nb,
        "Feer"@nn ;
    skos:related humord:c07142 .

humord:c05129 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05129" ;
    dct:modified "2025-01-30T07:54:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Mermaids"@en,
        "Havfruer"@nb,
        "Havfruer"@nn .

humord:c05130 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05130" ;
    dct:modified "2024-11-06T08:14:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/133.43092/e23/>,
        <http://dewey.info/class/200.92/e23/>,
        <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c07201 ;
    skos:definition "Person tillagt supranormale evner <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.43092/e23/>,
        <http://dewey.info/class/200.92/e23/>,
        <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Witches"@en,
        "Hekser"@nb,
        "Hekser"@nn ;
    skos:related humord:c07289,
        humord:c07306,
        humord:c07360,
        humord:c07362,
        humord:c28013 .

humord:c05131 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-05-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05131" ;
    dct:modified "2025-01-30T07:47:37"^^xsd:dateTime ;
    skos:altLabel "Gnomes and goblins"@en,
        "The little people"@en,
        "De underjordiske"@nb,
        "Dei underjordiske"@nn ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:definition "Huldrefolket er en samlebetegnelse for forskjellige overnaturlige vesener i norsk folketro og sagn. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "The underworld"@en,
        "Huldrefolk"@nb,
        "Huldrefolk"@nn .

humord:c05133 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05133" ;
    dct:modified "2025-01-31T07:51:17"^^xsd:dateTime ;
    skos:altLabel "Julebukker"@en,
        "Jolebukkar"@nn ;
    skos:broadMatch <http://dewey.info/class/394.2663/e23/> ;
    skos:broader humord:c05118 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.2663/e23/> ;
    skos:prefLabel "Yule goats"@en,
        "Julebukker"@nb,
        "Julebukkar"@nn ;
    skos:related humord:c04961 .

humord:c05134 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05134" ;
    dct:modified "2025-01-31T07:51:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Giants"@en,
        "Kjemper"@nb,
        "Kjemper"@nn .

humord:c05135 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05135" ;
    dct:modified "2025-01-31T07:52:38"^^xsd:dateTime ;
    skos:altLabel "Succubi"@en,
        "Succubus"@en ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Mares"@en,
        "Marer"@nb,
        "Marer"@nn ;
    skos:related humord:c08038 .

humord:c05136 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-07-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05136" ;
    dct:modified "2025-01-31T07:54:05"^^xsd:dateTime ;
    skos:altLabel "Beasts"@en,
        "Havuhyrer"@nb,
        "Monster"@nb,
        "Monstrum"@nb,
        "Uhyrer"@nb,
        "Havuhyre"@nn,
        "Monstrum"@nn,
        "Uhyre"@nn ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:closeMatch <http://dewey.info/class/001.944/e23/> ;
    skos:exactMatch realfagstermer:c012473 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012473,
        <http://dewey.info/class/001.944/e23/>,
        <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Monsters"@en,
        "Monstre"@nb,
        "Monster"@nn .

humord:c05137 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05137" ;
    dct:modified "2025-02-02T20:32:48"^^xsd:dateTime ;
    skos:altLabel "Brownies (Folklore)"@en,
        "Gremlins"@en,
        "Hobgoblins"@en,
        "Leprechauns"@en,
        "Pucks"@en ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.14/e23/>,
        <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Gnomes"@en,
        "Nisser"@nb,
        "Nissar"@nn ;
    skos:relatedMatch <http://dewey.info/class/133.14/e23/> .

humord:c05138 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05138" ;
    dct:modified "2025-01-31T09:05:28"^^xsd:dateTime ;
    skos:altLabel "Nicors"@en,
        "Nixies"@en,
        "Nokken"@en,
        "Nøkken"@nb,
        "Nykkar"@nn,
        "Nykken"@nn,
        "Nøkken"@nn ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Necks (Water spirit)"@en,
        "Nøkker"@nb,
        "Nøkkar"@nn .

humord:c05139 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05139" ;
    dct:modified "2025-01-31T09:07:21"^^xsd:dateTime ;
    skos:altLabel "Apparitions"@en,
        "Phantoms"@en,
        "Specters"@en,
        "Spectres"@en,
        "Spooks"@en,
        "Gjenferd"@nb,
        "Gjengangere"@nb,
        "Atter­gangarar"@nn,
        "Gjenferd"@nn,
        "Spøkjelse"@nn ;
    skos:broader humord:c05118 ;
    skos:exactMatch <http://dewey.info/class/133.1/e23/>,
        <http://dewey.info/class/398.25/e23/>,
        <http://dewey.info/class/398.47/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.1/e23/>,
        <http://dewey.info/class/398.25/e23/>,
        <http://dewey.info/class/398.47/e23/> ;
    skos:prefLabel "Ghosts"@en,
        "Spøkelser"@nb,
        "Spøkelse"@nn ;
    skos:related humord:c20635 .

humord:c05142 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05142" ;
    dct:modified "2025-01-31T07:54:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Trolls"@en,
        "Troll"@nb,
        "Troll"@nn .

humord:c05143 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05143" ;
    dct:modified "2025-01-31T07:54:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:definition "Kvinnelig vannånd <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Undines"@en,
        "Undiner"@nb,
        "Undiner"@nn .

humord:c05144 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05144" ;
    dct:modified "2025-01-31T07:56:27"^^xsd:dateTime ;
    skos:altLabel "Myling"@en,
        "Mylingar"@en ;
    skos:broadMatch <http://dewey.info/class/133.1/e23/>,
        <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:definition "Utburd er i norsk folketru gjenferdet etter eit barn som blei sett ut fordi det ikkje skulle oppfostrast.<SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.1/e23/>,
        <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Mylings"@en,
        "Utburder"@nb,
        "Utburdar"@nn .

humord:c05145 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05145" ;
    dct:modified "2025-01-31T07:42:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:broader humord:c05118 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/>,
        <http://dewey.info/class/398.45/e23/> ;
    skos:prefLabel "Vampires"@en,
        "Vampyrer"@nb,
        "Vampyrar"@nn .

humord:c05146 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05146" ;
    dct:modified "2026-01-09T14:56:09"^^xsd:dateTime ;
    skos:altLabel "Taboos"@en,
        "Tabuer"@nb ;
    skos:broadMatch <http://dewey.info/class/390/e23/> ;
    skos:broader humord:c05087 ;
    skos:definition "Forbud mot bestemte handlinger el. mot å nevne el. røre visse mennesker, dyr el. ting <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/390/e23/> ;
    skos:prefLabel "Taboo"@en,
        "Tabu"@nb,
        "Tabu"@nn .

humord:c05147 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05147" ;
    dct:modified "2025-01-30T07:57:46"^^xsd:dateTime ;
    skos:altLabel "Purity"@en,
        "Renhet"@nb,
        "Rent og urent"@nb,
        "Reinleik"@nn,
        "Reint og ureint"@nn ;
    skos:broadMatch <http://dewey.info/class/390/e23/> ;
    skos:broader humord:c05146 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/390/e23/> ;
    skos:prefLabel "Impurity"@en,
        "Urenhet"@nb,
        "Ureinleik"@nn .

humord:c05149 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05149" ;
    dct:modified "2025-02-02T20:29:12"^^xsd:dateTime ;
    skos:altLabel "Warnings (Folklore)"@en,
        "Omen"@nb,
        "Varsel"@nb,
        "Omen"@nn ;
    skos:broader humord:c05087 ;
    skos:exactMatch <http://dewey.info/class/133.334/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.334/e23/>,
        <http://dewey.info/class/203.2/e23/> ;
    skos:prefLabel "Omens"@en,
        "Varsler"@nb,
        "Varsel"@nn ;
    skos:relatedMatch <http://dewey.info/class/203.2/e23/> .

humord:c05151 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05151" ;
    dct:modified "2025-01-30T13:22:53"^^xsd:dateTime ;
    skos:altLabel "Death omens"@en,
        "Omens of death"@en,
        "Dødsvarsel"@nb ;
    skos:broadMatch <http://dewey.info/class/133.334/e23/>,
        <http://dewey.info/class/203.2/e23/> ;
    skos:broader humord:c05149 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.334/e23/>,
        <http://dewey.info/class/203.2/e23/>,
        <http://dewey.info/class/306.9/e23/>,
        <http://dewey.info/class/393/e23/> ;
    skos:prefLabel "Death warnings"@en,
        "Dødsvarsler"@nb,
        "Dødsvarsel"@nn ;
    skos:related humord:c13538 ;
    skos:relatedMatch <http://dewey.info/class/306.9/e23/>,
        <http://dewey.info/class/393/e23/> .

humord:c05152 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-05-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05152" ;
    dct:modified "2025-02-02T20:29:55"^^xsd:dateTime ;
    skos:altLabel "Folklore weather forecasting"@en ;
    skos:broadMatch <http://dewey.info/class/133.334/e23/> ;
    skos:broader humord:c05149 ;
    skos:definition "Værvarsler på rim eller i ordtaks form <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.334/e23/>,
        <http://dewey.info/class/551.63/e23/> ;
    skos:prefLabel "Rhyming forecasts"@en,
        "Rimvarsler"@nb,
        "Rimvarsel"@nn ;
    skos:related humord:c05017 ;
    skos:relatedMatch <http://dewey.info/class/551.63/e23/> .

humord:c05153 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05153" ;
    dct:modified "2024-05-14T14:50:24"^^xsd:dateTime ;
    skos:altLabel "Weather predictors"@en,
        "Vêrmerke"@nn ;
    skos:broader humord:c05087 ;
    skos:closeMatch <http://dewey.info/class/551.631/e23/> ;
    skos:definition "Værmerker er overleverte, ofte lokalt pregede tegn som forteller om hvordan været kan ventes å bli.  <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002687 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002687,
        <http://dewey.info/class/551.631/e23/> ;
    skos:prefLabel "Weather lores"@en,
        "Værmerker"@nb,
        "Vermerke"@nn ;
    skos:related humord:c08280 .

humord:c05154 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05154" ;
    dct:modified "2025-02-02T20:27:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398/e23/> ;
    skos:broader humord:c04969 ;
    skos:definition "Enkeltelementer tatt ut av sin kulturelle kontekst og satt inn i en annen, ofte til bruk i markedsføring, turisme o l <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398/e23/> ;
    skos:prefLabel "Folklorism"@en,
        "Folklorisme"@nb,
        "Folklorisme"@nn .

humord:c05155 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05155" ;
    dct:modified "2025-02-02T20:28:16"^^xsd:dateTime ;
    skos:altLabel "Faxlore"@en,
        "Xeroxlore"@en,
        "Xeroxlore"@nb,
        "Xeroxlore"@nn ;
    skos:broadMatch <http://dewey.info/class/398/e23/> ;
    skos:broader humord:c04969 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398/e23/> ;
    skos:prefLabel "Photocopylore"@en,
        "Kopilore"@nb,
        "Kopilore"@nn .

humord:c05158 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05158" ;
    dct:modified "2025-02-02T20:31:00"^^xsd:dateTime ;
    skos:altLabel "Kulturell framføring"@nb,
        "Kulturell performance"@nb,
        "Performans"@nb,
        "Performans"@nn ;
    skos:broadMatch <http://dewey.info/class/792/e23/> ;
    skos:broader humord:c04969 ;
    skos:definition "Fremføring av folkelig sang, diktning, dans, osv og vekselvirkninger/forhold mellom aktiv utøver og publikum/deltakere <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792/e23/> ;
    skos:prefLabel "Performance"@en,
        "Performance"@nb,
        "Performance"@nn ;
    skos:related humord:c05573,
        humord:c29307 .

humord:c05159 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05159" ;
    dct:modified "2026-06-08T15:08:59"^^xsd:dateTime ;
    skos:altLabel "Ritual"@nb ;
    skos:broader humord:c04969 ;
    skos:definition "Handling som har en symbolsk betydning og en stilisert form som gjentas bevisst fra gang til gang <Rel.leks.>"@nb ;
    skos:exactMatch <http://dewey.info/class/203.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/366.12/e23/>,
        <http://dewey.info/class/398/e23/> ;
    skos:prefLabel "Rituals"@en,
        "Ritualer"@nb,
        "Ritual"@nn ;
    skos:related humord:c04839,
        humord:c08596,
        humord:c70452 ;
    skos:relatedMatch <http://dewey.info/class/366.12/e23/>,
        <http://dewey.info/class/398/e23/> .

humord:c05160 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05160" ;
    dct:modified "2026-02-24T11:00:06"^^xsd:dateTime ;
    skos:altLabel "Suttee"@en,
        "Sati"@nb,
        "Suttee"@nb,
        "Sati"@nn,
        "Suttee"@nn ;
    skos:broadMatch <http://dewey.info/class/294.5388/e23/>,
        <http://dewey.info/class/393.930954/e23/> ;
    skos:broader humord:c08596 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.5388/e23/>,
        <http://dewey.info/class/393.930954/e23/> ;
    skos:prefLabel "Sati"@en,
        "Enkebrenning"@nb,
        "Enkebrenning"@nn .

humord:c05163 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-11-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05163" ;
    dct:modified "2025-01-29T14:49:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.420951/e23/> ;
    skos:broader humord:c04839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.420951/e23/> ;
    skos:prefLabel "Foot binding"@en,
        "Fotbinding"@nb,
        "Fotbinding"@nn .

humord:c05164 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-11-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05164" ;
    dct:modified "2025-01-30T07:40:38"^^xsd:dateTime ;
    skos:altLabel "Genital mutilation"@en,
        "Kjønnslemlestelse"@nb,
        "Kjønnslemlesting"@nb,
        "Kjønns­lemlestinger"@nb,
        "Kjønnslemlesting"@nn,
        "Kjønnslemlestingar"@nn ;
    skos:broader humord:c05159 ;
    skos:exactMatch <http://dewey.info/class/392.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/392.1/e23/> ;
    skos:prefLabel "Circumcision"@en,
        "Omskjæring"@nb,
        "Omskjering"@nn .

humord:c05165 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05165" ;
    dct:modified "2025-01-30T07:39:29"^^xsd:dateTime ;
    skos:altLabel "Ritual killings"@en ;
    skos:broadMatch <http://dewey.info/class/364.1523/e23/> ;
    skos:broader humord:c05159 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.42/e23/>,
        <http://dewey.info/class/364.1523/e23/> ;
    skos:prefLabel "Ritual murders"@en,
        "Ritualmord"@nb,
        "Ritualmord"@nn ;
    skos:relatedMatch <http://dewey.info/class/203.42/e23/> .

humord:c05166 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05166" ;
    dct:modified "2025-01-30T07:56:31"^^xsd:dateTime ;
    skos:altLabel "Ceremony"@en,
        "Seremoni"@nb,
        "Seremoni"@nn ;
    skos:broader humord:c05159 ;
    skos:closeMatch <http://dewey.info/class/203.8/e23/> ;
    skos:exactMatch <http://dewey.info/class/390/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/355.17/e23/>,
        <http://dewey.info/class/390/e23/> ;
    skos:prefLabel "Ceremonies"@en,
        "Seremonier"@nb,
        "Seremoniar"@nn ;
    skos:related humord:c16732 ;
    skos:relatedMatch <http://dewey.info/class/355.17/e23/> .

humord:c05167 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05167" ;
    dct:modified "2025-01-30T07:35:47"^^xsd:dateTime ;
    skos:altLabel "Kroning"@nb,
        "Kroning"@nn ;
    skos:broadMatch <http://dewey.info/class/394.4/e23/> ;
    skos:broader humord:c05166 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.4/e23/> ;
    skos:prefLabel "Coronations"@en,
        "Kroninger"@nb,
        "Kroningar"@nn .

humord:c05168 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05168" ;
    dct:modified "2026-01-03T11:37:32"^^xsd:dateTime ;
    skos:altLabel "Tavil"@en ;
    skos:broadMatch <http://dewey.info/class/390/e23/> ;
    skos:broader humord:c05513 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/390/e23/> ;
    skos:prefLabel "Thavil"@en,
        "Tavil"@nb,
        "Tavil"@nn .

humord:c05169 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05169" ;
    dct:modified "2025-02-02T20:34:55"^^xsd:dateTime ;
    skos:altLabel "Urban folklore"@en,
        "Gegenwartsvolkskunde"@nb,
        "Nåtidsfolklore"@nb,
        "Urban folklore"@nb,
        "Nåtidsfolklore"@nn,
        "Urban folklore"@nn ;
    skos:broadMatch <http://dewey.info/class/398/e23/> ;
    skos:broader humord:c04969 ;
    skos:definition "Folklore samlet inn til belysning av samtidsforhold <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398/e23/> ;
    skos:prefLabel "Contemporary folklore"@en,
        "Samtidsfolklore"@nb,
        "Samtidsfolklore"@nn .

humord:c05173 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05173" ;
    dct:modified "2025-01-17T07:51:18"^^xsd:dateTime ;
    skos:altLabel "Ordtaksforsking"@nb,
        "Paremiologi"@nb,
        "Paremiologier"@nb,
        "Parømiologi"@nb,
        "Parømiologier"@nb,
        "Paremiologi"@nn,
        "Paremiologiar"@nn,
        "Parømiologi"@nn,
        "Parømiologiar"@nn ;
    skos:broadMatch <http://dewey.info/class/398.9/e23/> ;
    skos:broader humord:c04654 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.9/e23/> ;
    skos:prefLabel "Proverb studies"@en,
        "Ordtaksforskning"@nb,
        "Ordtaksforsking"@nn ;
    skos:related humord:c05017 .

humord:c05175 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05175" ;
    dct:modified "2025-01-17T07:52:23"^^xsd:dateTime ;
    skos:altLabel "Comparative culture research"@en,
        "Komparativ kulturforsking"@nb,
        "Komparativ kulturforskning"@nb,
        "Sammenlignende kulturforsking"@nb,
        "Sammenliknende kulturforsking"@nb,
        "Sammenliknende kulturforskning"@nb,
        "Komparativ kulturforsking"@nn ;
    skos:broadMatch <http://dewey.info/class/306.072/e23/> ;
    skos:broader humord:c04654 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.072/e23/> ;
    skos:prefLabel "Comparative cultural research"@en,
        "Sammenlignende kulturforskning"@nb,
        "Samanliknande kulturforsking"@nn .

humord:c05179 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05179" ;
    dct:modified "2025-01-17T07:53:19"^^xsd:dateTime ;
    skos:altLabel "Invention of tradition"@en,
        "Passing on traditions orally"@en,
        "Tradisjonsoverlevering"@nb,
        "Tradisjonsspredning"@nb,
        "Tradisjonsoverlevering"@nn,
        "Tradisjonsspreiing"@nn ;
    skos:broadMatch <http://dewey.info/class/398.01/e23/> ;
    skos:broader humord:c04654 ;
    skos:definition "Diakron eller synkron overføring av tradisjon eller tradisjonelle elementer fra ett ledd til et annet <UBO>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.01/e23/> ;
    skos:prefLabel "Transmission of custom"@en,
        "Tradering"@nb,
        "Tradering"@nn ;
    skos:related humord:c07378 .

humord:c05181 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05181" ;
    dct:modified "2025-01-17T07:53:47"^^xsd:dateTime ;
    skos:altLabel "Volkskundebegrepet"@nb ;
    skos:broadMatch <http://dewey.info/class/398/e23/> ;
    skos:broader humord:c04654 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398/e23/> ;
    skos:prefLabel "Concept of tradition"@en,
        "Tradisjonsbegrepet"@nb,
        "Tradisjonsomgrepet"@nn .

humord:c05183 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05183" ;
    dct:modified "2023-12-04T12:18:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/332.63/e23/> ;
    skos:exactMatch realfagstermer:c013439,
        <http://dewey.info/class/700/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013439,
        <http://dewey.info/class/306.47/e23/>,
        <http://dewey.info/class/332.63/e23/>,
        <http://dewey.info/class/344.097/e23/>,
        <http://dewey.info/class/353.77/e23/>,
        <http://dewey.info/class/700/e23/> ;
    skos:prefLabel "Fine arts"@en,
        "Kunst"@nb,
        "Kunst"@nn ;
    skos:related humord:c07471 ;
    skos:relatedMatch <http://dewey.info/class/306.47/e23/>,
        <http://dewey.info/class/344.097/e23/>,
        <http://dewey.info/class/353.77/e23/> ;
    skos:topConceptOf humord: .

humord:c05184 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05184" ;
    dct:modified "2023-11-15T14:12:47"^^xsd:dateTime ;
    skos:altLabel "Architectonics"@en,
        "Byggekunst"@nb,
        "Bygningskunst"@nb ;
    skos:broader humord:c05183 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c009967,
        <http://dewey.info/class/720/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009967,
        <http://dewey.info/class/246.9/e23/>,
        <http://dewey.info/class/720/e23/> ;
    skos:prefLabel "Architecture"@en,
        "Arkitektur"@nb,
        "Arkitektur"@nn ;
    skos:related humord:c05722,
        humord:c07407 ;
    skos:relatedMatch <http://dewey.info/class/246.9/e23/> .

humord:c05187 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05187" ;
    dct:modified "2024-08-28T07:48:29"^^xsd:dateTime ;
    skos:altLabel "Architectural competitions"@en,
        "Arkitekturkonkurranser"@nb,
        "Arkitekturkonkurransar"@nn ;
    skos:broadMatch <http://dewey.info/class/720.79/e23/> ;
    skos:broader humord:c05184 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/720.79/e23/> ;
    skos:prefLabel "Architecture competitions"@en,
        "Arkitektkonkurranser"@nb,
        "Arkitektkonkurransar"@nn .

humord:c05188 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05188" ;
    dct:modified "2024-08-28T07:50:10"^^xsd:dateTime ;
    skos:altLabel "Arkitekturtegninger"@nb,
        "Bygningstegninger"@nb,
        "Arkitekturteikningar"@nn,
        "Bygningsteikningar"@nn ;
    skos:broader humord:c05184 ;
    skos:closeMatch <http://dewey.info/class/720.222/e23/>,
        <http://dewey.info/class/743.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/720.222/e23/>,
        <http://dewey.info/class/743.84/e23/> ;
    skos:prefLabel "Architectural drawings"@en,
        "Arkitekttegninger"@nb,
        "Arkitektteikningar"@nn .

humord:c05189 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05189" ;
    dct:modified "2024-08-28T07:50:54"^^xsd:dateTime ;
    skos:broader humord:c05184 ;
    skos:editorialNote "Brukes om faget arkitekturhistorie"@nb ;
    skos:exactMatch <http://dewey.info/class/720.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/720.9/e23/> ;
    skos:prefLabel "History of Architecture"@en,
        "Arkitekturhistorie (Faget)"@nb,
        "Arkitekturhistorie (Faget)"@nn .

humord:c05191 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05191" ;
    dct:modified "2024-08-28T07:52:19"^^xsd:dateTime ;
    skos:broader humord:c05184 ;
    skos:exactMatch <http://dewey.info/class/720.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/720.1/e23/> ;
    skos:prefLabel "Architecture theory"@en,
        "Arkitekturteori"@nb,
        "Arkitekturteori"@nn .

humord:c05192 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05192" ;
    dct:modified "2025-05-20T14:50:07"^^xsd:dateTime ;
    skos:altLabel "Building tradition"@en,
        "Folk architecture"@en,
        "Traditional architecture"@en,
        "Vernacular architecture"@en,
        "Folkearkitektur"@nb,
        "Byggeskikker"@nn,
        "Folkearkitektur"@nn ;
    skos:broader humord:c05184 ;
    skos:definition "Byggeskikk er et begrep som benyttes i diskusjoner om arkitekturens regionale forankring <SNL>"@nb ;
    skos:exactMatch realfagstermer:c010185 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010185,
        <http://dewey.info/class/690/e23/>,
        <http://dewey.info/class/720/e23/> ;
    skos:prefLabel "Architectural tradition"@en,
        "Byggeskikker"@nb,
        "Byggjeskikkar"@nn ;
    skos:relatedMatch <http://dewey.info/class/690/e23/>,
        <http://dewey.info/class/720/e23/> .

humord:c05193 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05193" ;
    dct:modified "2023-11-17T11:25:57"^^xsd:dateTime ;
    skos:altLabel "Civil engineering"@en,
        "Byggeteknikk"@nb,
        "Byggeteknikk"@nn ;
    skos:broader humord:c05184 ;
    skos:closeMatch <http://dewey.info/class/624/e23/> ;
    skos:exactMatch realfagstermer:c000493 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000493,
        <http://dewey.info/class/624/e23/>,
        <http://dewey.info/class/690/e23/>,
        <http://dewey.info/class/720/e23/> ;
    skos:prefLabel "Constructional engineering"@en,
        "Byggeteknikker"@nb,
        "Byggjeteknikk"@nn ;
    skos:related humord:c07675,
        humord:c07677 ;
    skos:relatedMatch <http://dewey.info/class/690/e23/>,
        <http://dewey.info/class/720/e23/> .

humord:c05194 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05194" ;
    dct:modified "2025-05-20T14:39:39"^^xsd:dateTime ;
    skos:altLabel "Frame construction"@en,
        "Bindingsverker"@nb ;
    skos:broadMatch <http://dewey.info/class/694.2/e23/> ;
    skos:broader humord:c05193 ;
    skos:definition "Bindingsverk er en fellesbetegnelse på flere byggemåter for vegger eller tredimensjonale konstruksjonssystemer, opprinnelig i trehus. Alle består av rammeverk med likeverdige vertikale stendere eller stolper, som står på sviller og bærer remmer eller ramstykker. Remmer på begge langsider av bygningen bærer gulvbjelker for en øvre etasje eller sperrer (sperrebind) for takverket <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/694.2/e23/>,
        <http://dewey.info/class/721.0448/e23/> ;
    skos:prefLabel "Half-timbering"@en,
        "Bindingsverk"@nb,
        "Bindingsverk"@nn ;
    skos:relatedMatch <http://dewey.info/class/721.0448/e23/> .

humord:c05195 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05195" ;
    dct:modified "2025-05-09T14:28:43"^^xsd:dateTime ;
    skos:altLabel "Log and timber work"@en,
        "Laft"@nb,
        "Lafteteknikk"@nb,
        "Lafteverk"@nb,
        "Laft"@nn ;
    skos:broadMatch <http://dewey.info/class/694.2/e23/> ;
    skos:broader humord:c05193 ;
    skos:definition "Laft er en veggkonstruksjon av liggende tømmer, der stokkene legges med rot- og toppenden vekselvis til hver sin side og holdes på plass ved sammenføyning i hushjørner og eventuelt ved tversgående vegger <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/694.2/e23/>,
        <http://dewey.info/class/721.0448/e23/> ;
    skos:prefLabel "Log work"@en,
        "Lafting"@nb,
        "Lafting"@nn ;
    skos:relatedMatch <http://dewey.info/class/721.0448/e23/> .

humord:c05199 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-10-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05199" ;
    dct:modified "2025-11-27T12:07:25"^^xsd:dateTime ;
    skos:broader humord:c05184 ;
    skos:definition "Ulike typer konstruksjoner skapt av mennesker, både bygninger, tårn, broer,  demninger m.m <SNL>"@nb ;
    skos:exactMatch realfagstermer:c008582,
        <http://dewey.info/class/720/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008582,
        <http://dewey.info/class/624.1/e23/>,
        <http://dewey.info/class/690/e23/>,
        <http://dewey.info/class/717/e23/>,
        <http://dewey.info/class/720/e23/>,
        <http://dewey.info/class/747.8/e23/> ;
    skos:prefLabel "Constructions"@en,
        "Byggverk"@nb,
        "Byggverk"@nn ;
    skos:related humord:c04349 ;
    skos:relatedMatch <http://dewey.info/class/624.1/e23/>,
        <http://dewey.info/class/690/e23/>,
        <http://dewey.info/class/717/e23/>,
        <http://dewey.info/class/747.8/e23/> .

humord:c05200 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05200" ;
    dct:modified "2025-05-20T10:16:05"^^xsd:dateTime ;
    skos:broader humord:c05199 ;
    skos:closeMatch <http://dewey.info/class/628.15/e23/> ;
    skos:definition "En akvedukt er en vannledning som er basert på vannets naturlige løp og fører vannet gjennom terrenget i en jevnt skrånende renne som kan være lukket eller åpen. Den kan ha form som underjordiske tunneler, kanaler og rørledninger over og under jorden eller store stein og teglkonstruksjoner i form av buerekker og broer <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/628.15/e23/> ;
    skos:prefLabel "Aqueducts"@en,
        "Akvedukter"@nb,
        "Akveduktar"@nn .

humord:c05201 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05201" ;
    dct:modified "2025-11-29T07:32:03"^^xsd:dateTime ;
    skos:altLabel "Houses"@en,
        "Bygg"@nb,
        "Hus"@nb,
        "Bygg"@nn,
        "Bygnadar"@nn,
        "Hus"@nn ;
    skos:broadMatch <http://dewey.info/class/658.15242/e23/> ;
    skos:broader humord:c05199 ;
    skos:exactMatch realfagstermer:c004729,
        <http://dewey.info/class/720/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004729,
        <http://dewey.info/class/069.22/e23/>,
        <http://dewey.info/class/332.63243/e23/>,
        <http://dewey.info/class/333.338/e23/>,
        <http://dewey.info/class/352.56/e23/>,
        <http://dewey.info/class/658.15242/e23/>,
        <http://dewey.info/class/658.2/e23/>,
        <http://dewey.info/class/690/e23/>,
        <http://dewey.info/class/704.944/e23/>,
        <http://dewey.info/class/711.6/e23/>,
        <http://dewey.info/class/717/e23/>,
        <http://dewey.info/class/720/e23/> ;
    skos:prefLabel "Buildings"@en,
        "Bygninger"@nb,
        "Bygningar"@nn ;
    skos:related humord:c23253 ;
    skos:relatedMatch <http://dewey.info/class/069.22/e23/>,
        <http://dewey.info/class/332.63243/e23/>,
        <http://dewey.info/class/333.338/e23/>,
        <http://dewey.info/class/352.56/e23/>,
        <http://dewey.info/class/658.2/e23/>,
        <http://dewey.info/class/690/e23/>,
        <http://dewey.info/class/704.944/e23/>,
        <http://dewey.info/class/711.6/e23/>,
        <http://dewey.info/class/717/e23/> .

humord:c05203 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05203" ;
    dct:modified "2026-02-25T10:00:21"^^xsd:dateTime ;
    skos:altLabel "Interiører"@nb ;
    skos:broadMatch <http://dewey.info/class/645/e23/>,
        <http://dewey.info/class/729/e23/>,
        <http://dewey.info/class/747/e23/> ;
    skos:broader humord:c05201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/645/e23/>,
        <http://dewey.info/class/729/e23/>,
        <http://dewey.info/class/746.9/e23/>,
        <http://dewey.info/class/747/e23/> ;
    skos:prefLabel "Interiors"@en,
        "Interiør"@nb,
        "Interiør"@nn ;
    skos:related humord:c05312,
        humord:c70336 ;
    skos:relatedMatch <http://dewey.info/class/746.9/e23/> .

humord:c05204 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05204" ;
    dct:modified "2024-11-22T13:53:09"^^xsd:dateTime ;
    skos:altLabel "Boliginnredning"@nb,
        "Hjeminnredning"@nb,
        "Hjemmeinnredning"@nb,
        "Bustadinnredning"@nn,
        "Heimeinnredning"@nn,
        "Heiminnredning"@nn ;
    skos:broader humord:c05203 ;
    skos:closeMatch <http://dewey.info/class/645/e23/>,
        <http://dewey.info/class/747/e23/> ;
    skos:exactMatch realfagstermer:c002281,
        <http://dewey.info/class/729.24/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002281,
        <http://dewey.info/class/645/e23/>,
        <http://dewey.info/class/729.24/e23/>,
        <http://dewey.info/class/747/e23/> ;
    skos:prefLabel "Interior decoration"@en,
        "Innredning"@nb,
        "Innredning"@nn .

humord:c05206 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05206" ;
    dct:modified "2024-11-21T08:57:14"^^xsd:dateTime ;
    skos:altLabel "Housing"@en,
        "Bolig"@nb,
        "Bustad (Husvære)"@nn ;
    skos:broader humord:c05205 ;
    skos:closeMatch <http://dewey.info/class/728/e23/> ;
    skos:exactMatch realfagstermer:c006985,
        <http://dewey.info/class/643.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006985,
        <http://dewey.info/class/371.871/e23/>,
        <http://dewey.info/class/392.36/e23/>,
        <http://dewey.info/class/643.1/e23/>,
        <http://dewey.info/class/728/e23/>,
        <http://dewey.info/class/747/e23/> ;
    skos:prefLabel "Dwellings"@en,
        "Boliger"@nb,
        "Bustader (Husvære)"@nn ;
    skos:relatedMatch <http://dewey.info/class/371.871/e23/>,
        <http://dewey.info/class/392.36/e23/>,
        <http://dewey.info/class/747/e23/> .

humord:c05207 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05207" ;
    dct:modified "2025-04-03T10:44:06"^^xsd:dateTime ;
    skos:altLabel "Cabins"@en,
        "Cottages"@en,
        "Country places"@en,
        "Summer houses"@en,
        "Ferieboliger"@nb,
        "Fritidsbebyggelse"@nb,
        "Fritidsboliger"@nb,
        "Fritidseiendommer"@nb,
        "Hytter"@nb,
        "Landsteder"@nb,
        "Sommerhus"@nb,
        "Feriebustadar"@nn,
        "Feriebustader"@nn,
        "Fritidsbustadar"@nn,
        "Fritidsbustader"@nn,
        "Fritidseigedomar"@nn,
        "Fritidseigedommar"@nn,
        "Hytter"@nn,
        "Landstadar"@nn,
        "Landstader"@nn,
        "Sommarhus"@nn ;
    skos:broader humord:c05206 ;
    skos:exactMatch <http://dewey.info/class/643.1/e23/>,
        <http://dewey.info/class/643.25/e23/>,
        <http://dewey.info/class/728.73/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/643.1/e23/>,
        <http://dewey.info/class/643.25/e23/>,
        <http://dewey.info/class/728.73/e23/> ;
    skos:prefLabel "Holiday homes"@en,
        "Fritidshus"@nb,
        "Fritidshus"@nn .

humord:c05211 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05211" ;
    dct:modified "2025-04-10T13:32:04"^^xsd:dateTime ;
    skos:altLabel "Herregarder"@nb,
        "Hovedgårder"@nb,
        "Storgårder"@nb,
        "Hovudgardar"@nn,
        "Storgardar"@nn ;
    skos:broader humord:c07806 ;
    skos:closeMatch <http://dewey.info/class/690.88/e23/>,
        <http://dewey.info/class/728.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.88/e23/>,
        <http://dewey.info/class/728.8/e23/> ;
    skos:prefLabel "Manors"@en,
        "Herregårder"@nb,
        "Herregardar"@nn ;
    skos:related humord:c07814 .

humord:c05213 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05213" ;
    dct:modified "2026-01-09T14:56:48"^^xsd:dateTime ;
    skos:altLabel "Manor houses"@en ;
    skos:broader humord:c05206 ;
    skos:closeMatch <http://dewey.info/class/690.88/e23/>,
        <http://dewey.info/class/728.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.88/e23/>,
        <http://dewey.info/class/728.8/e23/> ;
    skos:prefLabel "Mansions"@en,
        "Herskapshus"@nb,
        "Herskapshus"@nn .

humord:c05214 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05214" ;
    dct:modified "2026-01-09T14:57:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/643.1/e23/>,
        <http://dewey.info/class/725.17/e23/> ;
    skos:broader humord:c05206 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/643.1/e23/>,
        <http://dewey.info/class/725.17/e23/> ;
    skos:prefLabel "Residences"@en,
        "Residenser"@nb,
        "Residensar"@nn .

humord:c05215 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05215" ;
    dct:modified "2026-01-09T14:57:20"^^xsd:dateTime ;
    skos:altLabel "Ljorestuer"@nb,
        "Røykovnstuer"@nb,
        "Årestuer"@nb,
        "Ljorestover"@nn,
        "Ljorestuer"@nn,
        "Røykomnstover"@nn,
        "Røykomnstuer"@nn,
        "Røykstover"@nn,
        "Årestover"@nn,
        "Årestuer"@nn ;
    skos:broadMatch <http://dewey.info/class/728.3/e23/> ;
    skos:broader humord:c05206 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/728.3/e23/> ;
    skos:prefLabel "Open hearth houses"@en,
        "Røykstuer"@nb,
        "Røykstuer"@nn .

humord:c05221 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05221" ;
    dct:modified "2025-06-02T07:59:32"^^xsd:dateTime ;
    skos:altLabel "Prefabrikkerte bygninger"@nb,
        "Prefabrikkerte hus"@nb,
        "Prefabrikkerte bygningar"@nn,
        "Prefabrikkerte hus"@nn ;
    skos:broadMatch <http://dewey.info/class/643.2/e23/>,
        <http://dewey.info/class/728/e23/> ;
    skos:broader humord:c05205 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/643.2/e23/>,
        <http://dewey.info/class/690.8/e23/>,
        <http://dewey.info/class/728/e23/> ;
    skos:prefLabel "Prefabricated houses"@en,
        "Ferdighus"@nb,
        "Ferdighus"@nn ;
    skos:relatedMatch <http://dewey.info/class/690.8/e23/> .

humord:c05222 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05222" ;
    dct:modified "2025-05-20T09:38:00"^^xsd:dateTime ;
    skos:altLabel "Bydelshus"@nb,
        "Møtelokaler"@nb,
        "Bydelshus"@nn,
        "Møtelokale"@nn ;
    skos:broadMatch <http://dewey.info/class/725.8/e23/> ;
    skos:broader humord:c05205 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/725.8/e23/>,
        <http://dewey.info/class/726.4/e23/> ;
    skos:prefLabel "Assembly buildings"@en,
        "Forsamlingshus"@nb,
        "Forsamlingshus"@nn ;
    skos:related humord:c04540 ;
    skos:relatedMatch <http://dewey.info/class/726.4/e23/> .

humord:c05223 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05223" ;
    dct:modified "2026-01-09T14:57:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/727.9/e23/>,
        <http://dewey.info/class/790.068/e23/> ;
    skos:broader humord:c05222 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/711.55/e23/>,
        <http://dewey.info/class/727.9/e23/>,
        <http://dewey.info/class/790.068/e23/> ;
    skos:prefLabel "Community centres"@en,
        "Samfunnshus"@nb,
        "Samfunnshus"@nn ;
    skos:related humord:c04540 ;
    skos:relatedMatch <http://dewey.info/class/711.55/e23/> .

humord:c05224 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-10-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05224" ;
    dct:modified "2025-06-10T12:12:42"^^xsd:dateTime ;
    skos:altLabel "Skyscrapers"@en,
        "Høghus"@nb,
        "Skyskrapere"@nb,
        "Skyskraparar"@nn ;
    skos:broader humord:c19936 ;
    skos:exactMatch <http://dewey.info/class/690.383/e23/>,
        <http://dewey.info/class/720.483/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.383/e23/>,
        <http://dewey.info/class/720.483/e23/> ;
    skos:prefLabel "High rise buildings"@en,
        "Høyhus"@nb,
        "Høghus"@nn .

humord:c05226 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05226" ;
    dct:modified "2025-05-15T11:52:03"^^xsd:dateTime ;
    skos:altLabel "Kirkebygg"@nb,
        "Kirkebygninger"@nb,
        "Kyrkjebygg"@nn,
        "Kyrkjebygningar"@nn ;
    skos:broader humord:c19935 ;
    skos:closeMatch <http://dewey.info/class/726.5/e23/> ;
    skos:exactMatch realfagstermer:c009805 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009805,
        <http://dewey.info/class/726.5/e23/>,
        <http://dewey.info/class/726.6/e23/> ;
    skos:prefLabel "Churches (Buildings)"@en,
        "Kirker (Bygninger)"@nb,
        "Kyrkjer (Bygningar)"@nn ;
    skos:relatedMatch <http://dewey.info/class/726.6/e23/> .

humord:c05228 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-10-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05228" ;
    dct:modified "2024-10-15T13:22:30"^^xsd:dateTime ;
    skos:altLabel "Basilikaer"@nn ;
    skos:broadMatch <http://dewey.info/class/726.582/e23/> ;
    skos:broader humord:c05205 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/726.582/e23/> ;
    skos:prefLabel "Basilicas"@en,
        "Basilikaer"@nb,
        "Basilikaar"@nn .

humord:c05230 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-10-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05230" ;
    dct:modified "2023-11-30T13:06:52"^^xsd:dateTime ;
    skos:altLabel "Domkirker"@nb,
        "Domkyrkjer"@nn ;
    skos:broader humord:c05226 ;
    skos:exactMatch realfagstermer:c007064,
        <http://dewey.info/class/690.66/e23/>,
        <http://dewey.info/class/726.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007064,
        <http://dewey.info/class/690.66/e23/>,
        <http://dewey.info/class/726.6/e23/> ;
    skos:prefLabel "Cathedrals"@en,
        "Katedraler"@nb,
        "Katedralar"@nn .

humord:c05231 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-10-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05231" ;
    dct:modified "2026-01-09T14:57:59"^^xsd:dateTime ;
    skos:altLabel "Chapel of a convent"@en ;
    skos:broadMatch <http://dewey.info/class/726.7/e23/> ;
    skos:broader humord:c05226 ;
    skos:closeMatch <http://dewey.info/class/690.65/e23/>,
        <http://dewey.info/class/726.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.65/e23/>,
        <http://dewey.info/class/726.5/e23/>,
        <http://dewey.info/class/726.7/e23/> ;
    skos:prefLabel "Abbey churches"@en,
        "Klosterkirker"@nb,
        "Klosterkyrkjer"@nn .

humord:c05232 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-10-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05232" ;
    dct:modified "2026-01-09T14:58:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/720.48/e23/> ;
    skos:broader humord:c05226 ;
    skos:closeMatch <http://dewey.info/class/690.65/e23/>,
        <http://dewey.info/class/726.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.65/e23/>,
        <http://dewey.info/class/720.48/e23/>,
        <http://dewey.info/class/726.5/e23/> ;
    skos:prefLabel "Round churches"@en,
        "Rundkirker"@nb,
        "Rundkyrkjer"@nn ;
    skos:related humord:c05247 .

humord:c05233 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-10-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05233" ;
    dct:modified "2026-01-09T14:58:34"^^xsd:dateTime ;
    skos:broader humord:c05226,
        humord:c05257 ;
    skos:closeMatch <http://dewey.info/class/690.65/e23/>,
        <http://dewey.info/class/726.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.65/e23/>,
        <http://dewey.info/class/694/e23/>,
        <http://dewey.info/class/721.0448/e23/>,
        <http://dewey.info/class/726.5/e23/> ;
    skos:prefLabel "Wooden churches"@en,
        "Trekirker"@nb,
        "Trekyrkjer"@nn ;
    skos:relatedMatch <http://dewey.info/class/694/e23/>,
        <http://dewey.info/class/721.0448/e23/> .

humord:c05234 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05234" ;
    dct:modified "2026-01-09T14:58:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/726.509481/e23/> ;
    skos:broader humord:c05233 ;
    skos:closeMatch <http://dewey.info/class/690.65/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.65/e23/>,
        <http://dewey.info/class/721.0448/e23/>,
        <http://dewey.info/class/726.509481/e23/> ;
    skos:prefLabel "Stave churches"@en,
        "Stavkirker"@nb,
        "Stavkyrkjer"@nn ;
    skos:relatedMatch <http://dewey.info/class/721.0448/e23/> .

humord:c05236 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05236" ;
    dct:modified "2024-10-14T15:31:46"^^xsd:dateTime ;
    skos:altLabel "Dåpskapell"@nb,
        "Dåpskapeller"@nb,
        "Dåpskapell"@nn ;
    skos:broadMatch <http://dewey.info/class/726.4/e23/> ;
    skos:broader humord:c05235 ;
    skos:closeMatch <http://dewey.info/class/726.596/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/726.4/e23/>,
        <http://dewey.info/class/726.596/e23/> ;
    skos:prefLabel "Baptisteries"@en,
        "Baptisterier"@nb,
        "Baptisteriar"@nn .

humord:c05238 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05238" ;
    dct:modified "2025-05-15T14:54:24"^^xsd:dateTime ;
    skos:altLabel "Kor (Bygnngsdeler)"@nb,
        "Kor (Bygnngsdelar)"@nn ;
    skos:broadMatch <http://dewey.info/class/726.5293/e23/> ;
    skos:broader humord:c05235 ;
    skos:closeMatch <http://dewey.info/class/726.593/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/726.5293/e23/>,
        <http://dewey.info/class/726.593/e23/> ;
    skos:prefLabel "Church choirs (Architecture)"@en,
        "Kor (Kirker)"@nb,
        "Kor (Kyrkjer)"@nn .

humord:c05239 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05239" ;
    dct:modified "2023-11-30T14:24:13"^^xsd:dateTime ;
    skos:altLabel "Konsertsaler"@nb,
        "Konsertsalar"@nn ;
    skos:broader humord:c05205 ;
    skos:closeMatch <http://dewey.info/class/725.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/725.81/e23/>,
        <http://dewey.info/class/781.539/e23/> ;
    skos:prefLabel "Concert halls"@en,
        "Konserthus"@nb,
        "Konserthus"@nn ;
    skos:relatedMatch <http://dewey.info/class/781.539/e23/> .

humord:c05241 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-08-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05241" ;
    dct:modified "2024-10-18T07:16:42"^^xsd:dateTime ;
    skos:altLabel "Nurager"@nb,
        "Nuragar"@nn ;
    skos:broadMatch <http://dewey.info/class/722.709379/e23/> ;
    skos:broader humord:c05205 ;
    skos:definition "Nuraghe er en type byggverk på Sardinia, antatt reist fra ca. 1500 til ca. 200 fvt.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/722.709379/e23/> ;
    skos:prefLabel "Nuraghes"@en,
        "Nuragher"@nb,
        "Nuraghar"@nn .

humord:c05242 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05242" ;
    dct:modified "2024-10-18T07:15:01"^^xsd:dateTime ;
    skos:broader humord:c05205 ;
    skos:exactMatch <http://dewey.info/class/725/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/343.0256/e23/>,
        <http://dewey.info/class/352.5/e23/>,
        <http://dewey.info/class/725/e23/> ;
    skos:prefLabel "Public buildings"@en,
        "Offentlige bygninger"@nb,
        "Offentlege bygningar"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.0256/e23/>,
        <http://dewey.info/class/352.5/e23/> .

humord:c05243 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-10-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05243" ;
    dct:modified "2025-05-26T12:57:03"^^xsd:dateTime ;
    skos:altLabel "Operas (Buildings)"@en,
        "Operabygg"@nb,
        "Operabygninger"@nb,
        "Operaer (Bygninger)"@nb,
        "Operabygg"@nn,
        "Operabygningar"@nn,
        "Operaer (Bygninger)"@nn ;
    skos:broader humord:c05205 ;
    skos:closeMatch <http://dewey.info/class/690.5822/e23/>,
        <http://dewey.info/class/725.822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.5822/e23/>,
        <http://dewey.info/class/725.822/e23/>,
        <http://dewey.info/class/792.509/e23/> ;
    skos:prefLabel "Opera houses"@en,
        "Operahus"@nb,
        "Operahus"@nn ;
    skos:relatedMatch <http://dewey.info/class/792.509/e23/> .

humord:c05244 a ubo:Topic,
        skos:Concept ;
    dct:created "2012-02-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05244" ;
    dct:modified "2025-10-14T14:29:26"^^xsd:dateTime ;
    skos:broader humord:c05206 ;
    skos:inScheme humord: ;
    skos:prefLabel "Palaces"@en,
        "Palasser"@nb,
        "Palass"@nn ;
    skos:related humord:c05245 .

humord:c05245 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05245" ;
    dct:modified "2026-01-09T14:59:18"^^xsd:dateTime ;
    skos:altLabel "Pavepalass"@nb ;
    skos:broadMatch <http://dewey.info/class/726.9/e23/>,
        <http://dewey.info/class/728.82/e23/> ;
    skos:broader humord:c05250 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/726.9/e23/>,
        <http://dewey.info/class/728.82/e23/> ;
    skos:prefLabel "Papal palaces"@en,
        "Pavepalasser"@nb,
        "Pavepalass"@nn .

humord:c05246 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05246" ;
    dct:modified "2025-11-27T12:05:48"^^xsd:dateTime ;
    skos:altLabel "Pælehus"@nb,
        "Pælehus"@nn ;
    skos:broadMatch <http://dewey.info/class/643.2/e23/> ;
    skos:broader humord:c19936 ;
    skos:definition "Hus bygget på peler over bakken eller over vann <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/624.154/e23/>,
        <http://dewey.info/class/643.2/e23/> ;
    skos:prefLabel "Pile houses"@en,
        "Pelehus"@nb,
        "Pelehus"@nn ;
    skos:relatedMatch <http://dewey.info/class/624.154/e23/> .

humord:c05247 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05247" ;
    dct:modified "2025-11-27T12:07:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/690.38/e23/>,
        <http://dewey.info/class/720.48/e23/> ;
    skos:broader humord:c19936 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.38/e23/>,
        <http://dewey.info/class/720.48/e23/> ;
    skos:prefLabel "Round houses"@en,
        "Rundbygninger"@nb,
        "Rundbygningar"@nn ;
    skos:related humord:c05232 .

humord:c05248 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05248" ;
    dct:modified "2024-10-18T07:14:22"^^xsd:dateTime ;
    skos:altLabel "Sentralbygg"@nb,
        "Sentralbygg"@nn ;
    skos:broadMatch <http://dewey.info/class/690.38/e23/>,
        <http://dewey.info/class/720.48/e23/> ;
    skos:broader humord:c05205 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.38/e23/>,
        <http://dewey.info/class/720.48/e23/> ;
    skos:prefLabel "Central buildings"@en,
        "Sentralbygninger"@nb,
        "Sentralbygningar"@nn .

humord:c05250 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05250" ;
    dct:modified "2026-01-09T14:59:31"^^xsd:dateTime ;
    skos:broader humord:c05206 ;
    skos:closeMatch <http://dewey.info/class/690.88/e23/>,
        <http://dewey.info/class/728.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.88/e23/>,
        <http://dewey.info/class/728.8/e23/> ;
    skos:prefLabel "Castles"@en,
        "Slott"@nb,
        "Slott"@nn .

humord:c05251 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05251" ;
    dct:modified "2025-10-02T09:11:23"^^xsd:dateTime ;
    skos:altLabel "Hospitaler (Arkitektur)"@nb,
        "Sjukehus (Arkitektur)"@nb,
        "Hospital (Arkitektur)"@nn ;
    skos:broader humord:c05205 ;
    skos:closeMatch <http://dewey.info/class/725.51/e23/> ;
    skos:definition "Arkitekturen følger den medisinske utviklingen, fra tidlig medisinsk behandling og fram til dagens spesialiserte helsebehandling <riksantikvaren.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/725.51/e23/> ;
    skos:prefLabel "Hospitals (Architecture)"@en,
        "Sykehus (Arkitektur)"@nb,
        "Sjukehus (Arkitektur)"@nn ;
    skos:related humord:c03942 .

humord:c05253 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05253" ;
    dct:modified "2024-10-18T06:51:32"^^xsd:dateTime ;
    skos:altLabel "Theaters (Architecture)"@en,
        "Teaterbygninger"@nb,
        "Teaterbygningar"@nn ;
    skos:broader humord:c05205 ;
    skos:closeMatch <http://dewey.info/class/725.822/e23/> ;
    skos:definition "Hus eller utendørsanlegg med tilskuerplasser og scene som er bygd for framføring av skuespill o.l. <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/725.822/e23/> ;
    skos:prefLabel "Theatres (Architecure)"@en,
        "Teatre (Arkitektur)"@nb,
        "Teater (Arkitektur)"@nn ;
    skos:related humord:c05542 .

humord:c05255 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05255" ;
    dct:modified "2024-08-13T11:07:10"^^xsd:dateTime ;
    skos:altLabel "Amphitheaters"@en ;
    skos:broader humord:c05253 ;
    skos:closeMatch <http://dewey.info/class/690.5827/e23/>,
        <http://dewey.info/class/725.827/e23/> ;
    skos:exactMatch <http://dewey.info/class/796.068/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.5827/e23/>,
        <http://dewey.info/class/725.827/e23/>,
        <http://dewey.info/class/796.068/e23/> ;
    skos:prefLabel "Amphitheatres"@en,
        "Amfiteatre"@nb,
        "Amfiteater"@nn .

humord:c05256 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05256" ;
    dct:modified "2026-01-09T14:59:59"^^xsd:dateTime ;
    skos:altLabel "Tempel"@nb ;
    skos:broader humord:c19935 ;
    skos:closeMatch <http://dewey.info/class/690.61/e23/>,
        <http://dewey.info/class/726.1/e23/> ;
    skos:exactMatch <http://dewey.info/class/203.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.5/e23/>,
        <http://dewey.info/class/296.65/e23/>,
        <http://dewey.info/class/690.61/e23/>,
        <http://dewey.info/class/726.1/e23/> ;
    skos:prefLabel "Temples"@en,
        "Templer"@nb,
        "Tempel"@nn ;
    skos:relatedMatch <http://dewey.info/class/296.65/e23/> .

humord:c05257 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-10-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05257" ;
    dct:modified "2024-10-18T07:01:23"^^xsd:dateTime ;
    skos:altLabel "Trehus"@nb,
        "Trehus"@nn ;
    skos:broader humord:c05205 ;
    skos:closeMatch <http://dewey.info/class/721.0448/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/694/e23/>,
        <http://dewey.info/class/721.0448/e23/> ;
    skos:prefLabel "Wooden buildings"@en,
        "Trebygninger"@nb,
        "Trebygningar"@nn ;
    skos:related humord:c05310 ;
    skos:relatedMatch <http://dewey.info/class/694/e23/> .

humord:c05258 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05258" ;
    dct:modified "2024-10-18T07:01:01"^^xsd:dateTime ;
    skos:altLabel "Farm buildings"@en,
        "Outhouses"@en,
        "Uthus"@nb,
        "Uthus"@nn ;
    skos:broader humord:c05205 ;
    skos:closeMatch <http://dewey.info/class/725.372/e23/>,
        <http://dewey.info/class/728.922/e23/> ;
    skos:definition "En driftsbygning er en bygning som trengs til driften på en gård, med rom for husdyr, avling, fôr, maskiner o.l.   <naob.no>"@nb ;
    skos:exactMatch <http://dewey.info/class/631.22/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/631.22/e23/>,
        <http://dewey.info/class/725.372/e23/>,
        <http://dewey.info/class/728.922/e23/> ;
    skos:prefLabel "Outbuildings"@en,
        "Driftsbygninger (Landbruk)"@nb,
        "Driftsbygningar (Landbruk)"@nn ;
    skos:related humord:c07806 .

humord:c05262 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05262" ;
    dct:modified "2025-03-28T14:06:24"^^xsd:dateTime ;
    skos:altLabel "Buer (Bygningsdeler)"@nb,
        "Bogar (Bygningsdelar)"@nn ;
    skos:broader humord:c05260 ;
    skos:closeMatch <http://dewey.info/class/721.41/e23/>,
        <http://dewey.info/class/725.96/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/721.41/e23/>,
        <http://dewey.info/class/725.96/e23/> ;
    skos:prefLabel "Arches"@en,
        "Buer (Arkitektur)"@nb,
        "Bogar (Arkitektur)"@nn .

humord:c05263 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05263" ;
    dct:modified "2024-08-27T15:11:32"^^xsd:dateTime ;
    skos:altLabel "Arkader"@nb,
        "Arkadar"@nn,
        "Bogeganger"@nn ;
    skos:broader humord:c05260 ;
    skos:exactMatch <http://dewey.info/class/721.41/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/721.41/e23/> ;
    skos:prefLabel "Arcades"@en,
        "Bueganger (Arkitektur)"@nb,
        "Bogegangar (Arkitektur)"@nn .

humord:c05265 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05265" ;
    dct:modified "2025-12-03T12:30:06"^^xsd:dateTime ;
    skos:broader humord:c05260 ;
    skos:closeMatch <http://dewey.info/class/747.3/e23/> ;
    skos:exactMatch <http://dewey.info/class/721.822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/721.822/e23/>,
        <http://dewey.info/class/731.542/e23/>,
        <http://dewey.info/class/747.3/e23/> ;
    skos:prefLabel "Doors"@en,
        "Dører"@nb,
        "Dører"@nn ;
    skos:relatedMatch <http://dewey.info/class/731.542/e23/> .

humord:c05266 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05266" ;
    dct:modified "2025-12-03T12:30:26"^^xsd:dateTime ;
    skos:altLabel "Facades"@en ;
    skos:broadMatch <http://dewey.info/class/729.1/e23/> ;
    skos:broader humord:c05260 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/698/e23/>,
        <http://dewey.info/class/729.1/e23/> ;
    skos:prefLabel "Façades"@en,
        "Fasader"@nb,
        "Fasadar"@nn ;
    skos:relatedMatch <http://dewey.info/class/698/e23/> .

humord:c05267 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05267" ;
    dct:modified "2025-12-03T12:31:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/721/e23/> ;
    skos:broader humord:c05260 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/721/e23/> ;
    skos:prefLabel "Galleries (Building components)"@en,
        "Gallerier (Bygningsdeler)"@nb,
        "Galleri (Bygningsdelar)"@nn .

humord:c05268 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-06-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05268" ;
    dct:modified "2025-04-04T13:54:52"^^xsd:dateTime ;
    skos:altLabel "Golv"@nb ;
    skos:broader humord:c05260 ;
    skos:exactMatch <http://dewey.info/class/690.16/e23/>,
        <http://dewey.info/class/721.6/e23/>,
        <http://dewey.info/class/747.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.16/e23/>,
        <http://dewey.info/class/721.6/e23/>,
        <http://dewey.info/class/747.4/e23/> ;
    skos:prefLabel "Floors"@en,
        "Gulv"@nb,
        "Golv"@nn .

humord:c05270 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05270" ;
    dct:modified "2025-12-03T12:28:01"^^xsd:dateTime ;
    skos:altLabel "Eldstader"@nn ;
    skos:broadMatch <http://dewey.info/class/644.1/e23/>,
        <http://dewey.info/class/697.1/e23/>,
        <http://dewey.info/class/721.8/e23/>,
        <http://dewey.info/class/749.62/e23/> ;
    skos:broader humord:c05260 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/644.1/e23/>,
        <http://dewey.info/class/697.1/e23/>,
        <http://dewey.info/class/721.8/e23/>,
        <http://dewey.info/class/749.62/e23/> ;
    skos:prefLabel "Hearths"@en,
        "Ildsteder"@nb,
        "Eldstadar"@nn .

humord:c05271 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05271" ;
    dct:modified "2025-04-04T14:15:29"^^xsd:dateTime ;
    skos:altLabel "Gruer"@nb,
        "Gruer"@nn ;
    skos:broadMatch <http://dewey.info/class/644.1/e23/>,
        <http://dewey.info/class/697.1/e23/>,
        <http://dewey.info/class/721.8/e23/>,
        <http://dewey.info/class/749.62/e23/> ;
    skos:broader humord:c05270 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/644.1/e23/>,
        <http://dewey.info/class/697.1/e23/>,
        <http://dewey.info/class/721.8/e23/>,
        <http://dewey.info/class/749.62/e23/> ;
    skos:prefLabel "Fireplaces"@en,
        "Peiser"@nb,
        "Peisar"@nn .

humord:c05272 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05272" ;
    dct:modified "2025-12-03T12:27:32"^^xsd:dateTime ;
    skos:altLabel "Cupolas"@en ;
    skos:broader humord:c05260 ;
    skos:closeMatch <http://dewey.info/class/624.1775/e23/> ;
    skos:exactMatch <http://dewey.info/class/690.146/e23/>,
        <http://dewey.info/class/721.46/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/624.1775/e23/>,
        <http://dewey.info/class/624.18345/e23/>,
        <http://dewey.info/class/690.146/e23/>,
        <http://dewey.info/class/721.46/e23/> ;
    skos:prefLabel "Domes"@en,
        "Kupler"@nb,
        "Kuplar"@nn ;
    skos:relatedMatch <http://dewey.info/class/624.18345/e23/> .

humord:c05275 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05275" ;
    dct:modified "2025-12-03T12:25:45"^^xsd:dateTime ;
    skos:altLabel "Aítoma"@nb,
        "Frontoner"@nb,
        "Tympanon"@nb ;
    skos:broadMatch <http://dewey.info/class/690.15/e23/>,
        <http://dewey.info/class/721.5/e23/> ;
    skos:broader humord:c05260 ;
    skos:definition "Pediment er opprinnelig betegnelsen på det plane trekantede feltet i en klassisk tempelgavl. Ordet er senere benyttet om et trekantet felt over dører eller vinduer, gjerne i husfasader. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.15/e23/>,
        <http://dewey.info/class/721.5/e23/> ;
    skos:prefLabel "Pediments"@en,
        "Pedimenter"@nb,
        "Pediment"@nn .

humord:c05276 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05276" ;
    dct:modified "2025-12-03T12:21:15"^^xsd:dateTime ;
    skos:altLabel "Chambers (Architecture)"@en,
        "Værelser"@nb ;
    skos:broadMatch <http://dewey.info/class/643/e23/>,
        <http://dewey.info/class/720/e23/> ;
    skos:broader humord:c05260 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/643/e23/>,
        <http://dewey.info/class/720/e23/> ;
    skos:prefLabel "Rooms (Architecture)"@en,
        "Rom (Arkitektur)"@nb,
        "Rom (Arkitektur)"@nn .

humord:c05278 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05278" ;
    dct:modified "2024-09-11T12:24:17"^^xsd:dateTime ;
    skos:altLabel "Barnerom"@nb ;
    skos:broader humord:c05276 ;
    skos:closeMatch <http://dewey.info/class/747.77083/e23/> ;
    skos:exactMatch <http://dewey.info/class/643.53083/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/643.53083/e23/>,
        <http://dewey.info/class/747.77083/e23/> ;
    skos:prefLabel "Nurseries (Rooms)"@en,
        "Barneværelser"@nb,
        "Barnerom"@nn .

humord:c05279 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05279" ;
    dct:modified "2025-12-03T12:19:32"^^xsd:dateTime ;
    skos:altLabel "Kjøkken"@nb,
        "Kjøken"@nn ;
    skos:broader humord:c05276 ;
    skos:closeMatch <http://dewey.info/class/690.44/e23/>,
        <http://dewey.info/class/747.797/e23/> ;
    skos:exactMatch <http://dewey.info/class/643.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/643.3/e23/>,
        <http://dewey.info/class/690.44/e23/>,
        <http://dewey.info/class/747.797/e23/> ;
    skos:prefLabel "Kitchens"@en,
        "Kjøkkener"@nb,
        "Kjøkken"@nn .

humord:c05280 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05280" ;
    dct:modified "2024-04-05T10:03:48"^^xsd:dateTime ;
    skos:altLabel "Pillars"@en ;
    skos:broader humord:c05260 ;
    skos:exactMatch realfagstermer:c013716,
        <http://dewey.info/class/624.17725/e23/>,
        <http://dewey.info/class/690.13/e23/>,
        <http://dewey.info/class/721.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013716,
        <http://dewey.info/class/624.17725/e23/>,
        <http://dewey.info/class/690.13/e23/>,
        <http://dewey.info/class/721.3/e23/> ;
    skos:prefLabel "Columns"@en,
        "Søyler"@nb,
        "Søyler"@nn .

humord:c05281 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05281" ;
    dct:modified "2025-12-03T11:15:03"^^xsd:dateTime ;
    skos:altLabel "Chapiters"@en ;
    skos:broadMatch <http://dewey.info/class/690.13/e23/>,
        <http://dewey.info/class/721.3/e23/> ;
    skos:broader humord:c05280 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.13/e23/>,
        <http://dewey.info/class/721.3/e23/> ;
    skos:prefLabel "Capitals (Architecture)"@en,
        "Kapiteler"@nb,
        "Kapitel"@nn .

humord:c05282 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05282" ;
    dct:modified "2025-12-03T11:13:48"^^xsd:dateTime ;
    skos:altLabel "Ceilings"@en ;
    skos:broader humord:c05260 ;
    skos:closeMatch <http://dewey.info/class/690.15/e23/>,
        <http://dewey.info/class/690.17/e23/>,
        <http://dewey.info/class/721.5/e23/>,
        <http://dewey.info/class/721.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.15/e23/>,
        <http://dewey.info/class/690.17/e23/>,
        <http://dewey.info/class/695/e23/>,
        <http://dewey.info/class/721.5/e23/>,
        <http://dewey.info/class/721.7/e23/> ;
    skos:prefLabel "Roofs"@en,
        "Tak"@nb,
        "Tak"@nn ;
    skos:relatedMatch <http://dewey.info/class/695/e23/> .

humord:c05283 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05283" ;
    dct:modified "2025-12-03T11:14:45"^^xsd:dateTime ;
    skos:broader humord:c05282 ;
    skos:closeMatch <http://dewey.info/class/690.15/e23/>,
        <http://dewey.info/class/721.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.15/e23/>,
        <http://dewey.info/class/721.5/e23/> ;
    skos:prefLabel "Roof constructions"@en,
        "Takkonstruksjoner"@nb,
        "Takkonstruksjonar"@nn .

humord:c05284 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05284" ;
    dct:modified "2026-01-27T16:43:39"^^xsd:dateTime ;
    skos:altLabel "Staircases"@en ;
    skos:broader humord:c05260 ;
    skos:exactMatch realfagstermer:c003039,
        <http://dewey.info/class/690.1832/e23/>,
        <http://dewey.info/class/721.832/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003039,
        <http://dewey.info/class/690.1832/e23/>,
        <http://dewey.info/class/694.6/e23/>,
        <http://dewey.info/class/721.832/e23/> ;
    skos:prefLabel "Stairs"@en,
        "Trapper (Bygningsdel)"@nb,
        "Trapper (Bygningsdel)"@nn ;
    skos:relatedMatch <http://dewey.info/class/694.6/e23/> .

humord:c05285 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05285" ;
    dct:modified "2025-12-03T11:13:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/690.1832/e23/>,
        <http://dewey.info/class/721.832/e23/> ;
    skos:broader humord:c05284 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.1832/e23/>,
        <http://dewey.info/class/693.1/e23/>,
        <http://dewey.info/class/721.832/e23/> ;
    skos:prefLabel "Stone stairs"@en,
        "Steintrapper"@nb,
        "Steintrapper"@nn ;
    skos:relatedMatch <http://dewey.info/class/693.1/e23/> .

humord:c05286 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05286" ;
    dct:modified "2025-12-03T11:12:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/690.15/e23/>,
        <http://dewey.info/class/721.5/e23/> ;
    skos:broader humord:c05260 ;
    skos:closeMatch <http://dewey.info/class/726.597/e23/> ;
    skos:exactMatch <http://dewey.info/class/690.597/e23/>,
        <http://dewey.info/class/725.97/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.15/e23/>,
        <http://dewey.info/class/690.597/e23/>,
        <http://dewey.info/class/721.5/e23/>,
        <http://dewey.info/class/725.97/e23/>,
        <http://dewey.info/class/726.597/e23/> ;
    skos:prefLabel "Towers"@en,
        "Tårn"@nb,
        "Tårn"@nn .

humord:c05287 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05287" ;
    dct:modified "2025-12-03T11:12:03"^^xsd:dateTime ;
    skos:altLabel "Vegger"@nn ;
    skos:broader humord:c05260 ;
    skos:closeMatch <http://dewey.info/class/747.3/e23/> ;
    skos:exactMatch <http://dewey.info/class/690.12/e23/>,
        <http://dewey.info/class/721.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.12/e23/>,
        <http://dewey.info/class/721.2/e23/>,
        <http://dewey.info/class/747.3/e23/> ;
    skos:prefLabel "Walls"@en,
        "Vegger"@nb,
        "Veggar"@nn .

humord:c05289 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05289" ;
    dct:modified "2025-03-31T13:07:48"^^xsd:dateTime ;
    skos:altLabel "Bislag"@nb,
        "Bislag"@nn ;
    skos:broadMatch <http://dewey.info/class/690.4/e23/>,
        <http://dewey.info/class/721.8/e23/> ;
    skos:broader humord:c05276 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.4/e23/>,
        <http://dewey.info/class/721.8/e23/> ;
    skos:prefLabel "Windbreaks"@en,
        "Vindfang"@nb,
        "Vindfang"@nn .

humord:c05290 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05290" ;
    dct:modified "2025-05-20T09:49:47"^^xsd:dateTime ;
    skos:altLabel "Town gates"@en ;
    skos:broadMatch <http://dewey.info/class/623.1/e23/>,
        <http://dewey.info/class/725.96/e23/> ;
    skos:broader humord:c05199 ;
    skos:definition "En byport var opprinnelig en inngang til en befestet by. Byporter var gjerne del av en bymur og ble ofte kombinert med palisader, vindebroer og vollgraver. Mange byporten skiftet senere funksjon fra å være militære anlegg til å bli tollstasjoner for godstransport fra og til byen <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/307.76/e23/>,
        <http://dewey.info/class/623.1/e23/>,
        <http://dewey.info/class/725.18/e23/>,
        <http://dewey.info/class/725.96/e23/> ;
    skos:prefLabel "City gates"@en,
        "Byporter"@nb,
        "Byportar"@nn ;
    skos:relatedMatch <http://dewey.info/class/307.76/e23/>,
        <http://dewey.info/class/725.18/e23/> .

humord:c05291 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05291" ;
    dct:modified "2025-11-27T12:11:42"^^xsd:dateTime ;
    skos:altLabel "Festningsanlegg"@nb,
        "Festningsverk"@nb,
        "Fortifikasjoner"@nb,
        "Bastionar"@nn,
        "Festningsanlegg"@nn,
        "Festningsverk"@nn,
        "Fortifikasjonar"@nn ;
    skos:broadMatch <http://dewey.info/class/690.518/e23/>,
        <http://dewey.info/class/725.18/e23/> ;
    skos:broader humord:c05199 ;
    skos:closeMatch <http://dewey.info/class/623.1/e23/> ;
    skos:definition "Festning er et større forsvarsanlegg som skal sinke eller stanse fiendtlig fremrykning <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/623.1/e23/>,
        <http://dewey.info/class/690.518/e23/>,
        <http://dewey.info/class/725.18/e23/> ;
    skos:prefLabel "Fortifications"@en,
        "Festninger"@nb,
        "Festningar"@nn ;
    skos:related humord:c00010,
        humord:c00012 .

humord:c05293 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05293" ;
    dct:modified "2025-12-03T11:07:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/725.18/e23/> ;
    skos:broader humord:c05291 ;
    skos:exactMatch <http://dewey.info/class/690.881/e23/>,
        <http://dewey.info/class/728.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/690.881/e23/>,
        <http://dewey.info/class/725.18/e23/>,
        <http://dewey.info/class/728.81/e23/> ;
    skos:prefLabel "Fortresses"@en,
        "Borger"@nb,
        "Borger"@nn ;
    skos:related humord:c00012 .

humord:c05294 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05294" ;
    dct:modified "2025-05-20T14:18:47"^^xsd:dateTime ;
    skos:altLabel "Hegn"@nb ;
    skos:broader humord:c05199 ;
    skos:definition "Gjerde, stengsel til beskyttelse eller som eiendomsgrense. I tillegg til «levende gjerder» som for eksempel hekker, kan gjerder bygges av en rekke materialer. Jordgjerder (dansk dige) brukes ikke i Norge. Steingjerder har vært i bruk i Rogaland i alle fall siden folkevandringstiden, og er senere kjent også fra andre strøk. Det vanligste i Norge har imidlertid vært tregjerder >SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/631.27/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/631.27/e23/>,
        <http://dewey.info/class/717/e23/> ;
    skos:prefLabel "Fences"@en,
        "Gjerder"@nb,
        "Gjerde"@nn ;
    skos:relatedMatch <http://dewey.info/class/717/e23/> .

humord:c05296 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05296" ;
    dct:modified "2025-05-20T14:11:08"^^xsd:dateTime ;
    skos:altLabel "Fori Imperiali"@en,
        "Keiserforum"@nb ;
    skos:broadMatch <http://dewey.info/class/722.7/e23/> ;
    skos:broader humord:c05199 ;
    skos:definition "Forum var i Romerriket et torg eller en plass i en romersk by. Et forum var en særlig sentral plass omgitt av offentlige bygninger med søyleganger ut mot plassen, hvor det ble holdt folkeforsamling. Det mest kjente forumet i Roma er Forum Romanum <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/722.7/e23/> ;
    skos:prefLabel "Imperial fora"@en,
        "Keiserfora"@nb,
        "Keisarforum"@nn .

humord:c05298 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05298" ;
    dct:modified "2025-11-27T12:20:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/631.27/e23/> ;
    skos:broader humord:c05199 ;
    skos:definition "Mur er et byggverk, hovedsaklig av stein, eller murstein, som enten kan brukes som grunnlag for en bygning (grunnmur), eller for å forhindre adgang til et område <wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/725.96/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/631.27/e23/>,
        <http://dewey.info/class/725.96/e23/> ;
    skos:prefLabel "Walls (Constructions)"@en,
        "Murer (Byggverk)"@nb,
        "Murar (Byggverk)"@nn .

humord:c05299 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05299" ;
    dct:modified "2025-11-27T12:10:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/623.1/e23/>,
        <http://dewey.info/class/725.96/e23/> ;
    skos:broader humord:c05298 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/307.76/e23/>,
        <http://dewey.info/class/623.1/e23/>,
        <http://dewey.info/class/725.18/e23/>,
        <http://dewey.info/class/725.96/e23/> ;
    skos:prefLabel "City walls"@en,
        "Bymurer"@nb,
        "Bymurar"@nn ;
    skos:relatedMatch <http://dewey.info/class/307.76/e23/>,
        <http://dewey.info/class/725.18/e23/> .

humord:c05300 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05300" ;
    dct:modified "2025-05-20T13:14:04"^^xsd:dateTime ;
    skos:altLabel "Park grounds"@en,
        "Parks"@en,
        "Parkanlegg"@nb,
        "Parkanlegg"@nn ;
    skos:broadMatch <http://dewey.info/class/353.78/e23/>,
        <http://dewey.info/class/711.558/e23/> ;
    skos:broader humord:c05199,
        humord:c25341 ;
    skos:closeMatch <http://dewey.info/class/712.5/e23/> ;
    skos:definition "En park er et grøntområde tilrettelagt for rekreasjon og opphold utendørs, sportsaktiviteter, med mer. Ofte er parkene opparbeidet og vedlikeholdt av en gartner, med plenareal, beplantninger, vannpartier og lignende, men de kan også være et naturområde som bare har en enkel tilrettelegging for bruk, i form av stier, sitteplasser og lignende <SNL>"@nb ;
    skos:exactMatch realfagstermer:c009365,
        <http://dewey.info/class/363.68/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009365,
        <http://dewey.info/class/307.346/e23/>,
        <http://dewey.info/class/333.783/e23/>,
        <http://dewey.info/class/353.78/e23/>,
        <http://dewey.info/class/363.68/e23/>,
        <http://dewey.info/class/711.558/e23/>,
        <http://dewey.info/class/712.5/e23/>,
        <http://dewey.info/class/719.32/e23/>,
        <http://dewey.info/class/790.068/e23/> ;
    skos:prefLabel "Park facilities"@en,
        "Parker"@nb,
        "Parkar"@nn ;
    skos:related humord:c05314 ;
    skos:relatedMatch <http://dewey.info/class/307.346/e23/>,
        <http://dewey.info/class/333.783/e23/>,
        <http://dewey.info/class/719.32/e23/>,
        <http://dewey.info/class/790.068/e23/> .

humord:c05302 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05302" ;
    dct:modified "2025-11-27T12:21:32"^^xsd:dateTime ;
    skos:broader humord:c05199 ;
    skos:closeMatch <http://dewey.info/class/711.55/e23/> ;
    skos:definition "Et torg er en åpen plass i en by, og et offentlig sted der folk kan samles, for eksempel til feiringer, markeringer og demonstrasjoner <Torg>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/711.55/e23/> ;
    skos:prefLabel "Squares (Architecture)"@en,
        "Torg (Arkitektur)"@nb,
        "Torg (Arkitektur)"@nn ;
    skos:related humord:c07599 .

humord:c05303 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05303" ;
    dct:modified "2024-07-26T14:40:12"^^xsd:dateTime ;
    skos:altLabel "Agora"@nb,
        "Agora"@nn ;
    skos:broadMatch <http://dewey.info/class/722.8/e23/> ;
    skos:broader humord:c05302 ;
    skos:definition "Agora er et gresk ord for torget, midtpunktet for handelslivet og det politiske liv i de greske byer. <SNL>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/722.8/e23/> ;
    skos:prefLabel "Agoras"@en,
        "Agoraer"@nb,
        "Agoraer"@nn .

humord:c05304 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05304" ;
    dct:modified "2025-05-20T11:00:07"^^xsd:dateTime ;
    skos:altLabel "Triumfboger"@nb ;
    skos:broadMatch <http://dewey.info/class/721.41/e23/>,
        <http://dewey.info/class/722.7/e23/>,
        <http://dewey.info/class/725.94/e23/>,
        <http://dewey.info/class/725.96/e23/> ;
    skos:broader humord:c05199 ;
    skos:definition "Triumfbue er en monumental æresportal, kjent fra romersk arkitektur <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/721.41/e23/>,
        <http://dewey.info/class/722.7/e23/>,
        <http://dewey.info/class/725.94/e23/>,
        <http://dewey.info/class/725.96/e23/> ;
    skos:prefLabel "Triumphal arches"@en,
        "Triumfbuer"@nb,
        "Triumfbogar"@nn .

humord:c05305 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05305" ;
    dct:modified "2025-12-03T08:30:41"^^xsd:dateTime ;
    skos:broader humord:c05184 ;
    skos:exactMatch <http://dewey.info/class/721.36/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/721.36/e23/> ;
    skos:prefLabel "Architectural orders"@en,
        "Bygningsordener"@nb,
        "Bygningsordenar"@nn .

humord:c05307 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05307" ;
    dct:modified "2025-05-09T13:08:52"^^xsd:dateTime ;
    skos:altLabel "Religious architecture"@en,
        "Sacred architecture"@en,
        "Religiøs arkitektur"@nb ;
    skos:broader humord:c05306 ;
    skos:closeMatch <http://dewey.info/class/726/e23/> ;
    skos:definition "Sakral arkitektur er en religiøs arkitektonisk praksis som er opptatt av utforming og konstruksjon av steder for tilbedelse eller hellig eller tilsiktet rom, slik som kirker, moskeer, stupaer, synagoger og templer. Mange kulturer viet betydelige ressurser til sin hellige arkitektur og steder for tilbedelse <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/246.9/e23/>,
        <http://dewey.info/class/726/e23/> ;
    skos:prefLabel "Sacral architecture"@en,
        "Sakral arkitektur"@nb,
        "Sakral arkitektur"@nn ;
    skos:relatedMatch <http://dewey.info/class/246.9/e23/> .

humord:c05310 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05310" ;
    dct:modified "2025-11-27T10:25:15"^^xsd:dateTime ;
    skos:broader humord:c05309 ;
    skos:definition "Trearkitektur er arkitektur som helt eller hovedsakelig består av tre <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/721.0448/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/694/e23/>,
        <http://dewey.info/class/721.0448/e23/> ;
    skos:prefLabel "Wooden architecture"@en,
        "Trearkitektur"@nb,
        "Trearkitektur"@nn ;
    skos:related humord:c05257 ;
    skos:relatedMatch <http://dewey.info/class/694/e23/> .

humord:c05312 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05312" ;
    dct:modified "2025-05-09T10:13:59"^^xsd:dateTime ;
    skos:broader humord:c05311 ;
    skos:closeMatch <http://dewey.info/class/729/e23/> ;
    skos:definition "Interiørarkitektur betegner rom og interiør som er utformet og møblert etter en helhetlig plan for å oppfylle bestemte funksjonelle krav og estetiske behov. Uttrykket interiørdesign brukes vanligvis om den dekorative siden av interiørarkitektur <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/729/e23/> ;
    skos:prefLabel "Interior architecture"@en,
        "Interiørarkitektur"@nb,
        "Interiørarkitektur"@nn ;
    skos:related humord:c05203 .

humord:c05313 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05313" ;
    dct:modified "2025-05-09T10:49:17"^^xsd:dateTime ;
    skos:broader humord:c05311 ;
    skos:definition "Landskapsarkitektur, omhandler strategisk planlegging, kreativ utforming og ansvarlig forvaltning av landskapet med mål om å muliggjøre ulike bruks- og utnyttelsesformer. Det overordnede formålet er å sikre bevaring av det økologiske miljøet, opprettholde produktiviteten og ivareta estetiske kvaliteter i det aktuelle landskapet <SNL>"@nb ;
    skos:exactMatch realfagstermer:c005641,
        <http://dewey.info/class/712/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005641,
        <http://dewey.info/class/624/e23/>,
        <http://dewey.info/class/712/e23/> ;
    skos:prefLabel "Landscape architecture"@en,
        "Landskapsarkitektur"@nb,
        "Landskapsarkitektur"@nn ;
    skos:related humord:c24184 ;
    skos:relatedMatch <http://dewey.info/class/624/e23/> .

humord:c05314 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-02-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05314" ;
    dct:modified "2025-05-09T14:51:41"^^xsd:dateTime ;
    skos:altLabel "Garden architecture"@en,
        "Garden design"@en,
        "Havearkitektur"@nb ;
    skos:broadMatch <http://dewey.info/class/712/e23/> ;
    skos:broader humord:c05313 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/712/e23/> ;
    skos:prefLabel "Landscape gardening"@en,
        "Hagearkitektur"@nb,
        "Hagearkitektur"@nn ;
    skos:related humord:c05300 .

humord:c05316 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05316" ;
    dct:modified "2026-04-09T11:02:58"^^xsd:dateTime ;
    skos:altLabel "Pictorial arts"@en,
        "Visual art"@en,
        "Bildekunst"@nb,
        "Bildende kunst"@nb,
        "Visuell kunst"@nb,
        "Biletkunst"@nn ;
    skos:broader humord:c05183 ;
    skos:closeMatch <http://dewey.info/class/700/e23/> ;
    skos:definition "Bildekunst omfatter tradisjonelt visuell kunst: malerkunst, tegnekunst, grafisk kunst, bildehoggerkunst og bildevev. Her også nye medier som fotokunst, videokunst mm <UBB>"@nb ;
    skos:exactMatch realfagstermer:c013406 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013406,
        <http://dewey.info/class/700/e23/> ;
    skos:prefLabel "Visual arts"@en,
        "Billedkunst"@nb,
        "Bildekunst"@nn .

humord:c05319 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-11-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05319" ;
    dct:modified "2026-06-08T07:35:49"^^xsd:dateTime ;
    skos:altLabel "Kollasj (Kunst)"@nb,
        "Kollasj (Kunst)"@nn ;
    skos:broadMatch <http://dewey.info/class/751.493/e23/> ;
    skos:broader humord:c05316 ;
    skos:definition "Collage er et bilde som er limt sammen av forskjellige materialer (ordbøkene.no)"@nb ;
    skos:exactMatch <http://dewey.info/class/702.812/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/702.812/e23/>,
        <http://dewey.info/class/751.493/e23/> ;
    skos:prefLabel "Collage (Art)"@en,
        "Collage (Kunst)"@nb,
        "Collage (Kunst)"@nn ;
    skos:related humord:c70451 .

humord:c05320 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-03-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05320" ;
    dct:modified "2025-06-06T11:39:10"^^xsd:dateTime ;
    skos:altLabel "Fotograferingskunst"@nb,
        "Fotokunster"@nb,
        "Kamerakunst"@nb,
        "Fotokunstar"@nn ;
    skos:broadMatch <http://dewey.info/class/770/e23/>,
        <http://dewey.info/class/779/e23/> ;
    skos:broader humord:c12054 ;
    skos:definition "Fotokunst er bruk av fotografi og fotografiske virkemidler som kunstnerisk uttrykk. Til forskjell fra annen billedkunst utføres fotografi tradisjonelt med et mekanisk, optisk apparat (kamera) og ikke for hånd. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/770/e23/>,
        <http://dewey.info/class/779/e23/> ;
    skos:prefLabel "Photo art"@en,
        "Fotokunst"@nb,
        "Fotokunst"@nn .

humord:c05321 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-07-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05321" ;
    dct:modified "2025-06-06T14:37:24"^^xsd:dateTime ;
    skos:altLabel "Stained-glass paintings"@en,
        "Stained-glass pictures"@en,
        "Glassmalerier"@nb ;
    skos:broadMatch <http://dewey.info/class/748.5/e23/> ;
    skos:broader humord:c05316,
        humord:c05472 ;
    skos:definition "Vinduer, veggfelt o.l. satt sammen av fritt tilskårne stykker farget glass i flere kulører, slik at de danner bilder og ornamenter <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/748.5/e23/> ;
    skos:prefLabel "Stained glass"@en,
        "Glassmaleri"@nb,
        "Glasmåleri"@nn .

humord:c05322 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-04-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05322" ;
    dct:modified "2023-11-28T15:50:53"^^xsd:dateTime ;
    skos:altLabel "Grafisk kunst"@nb,
        "Kunstgrafikk"@nb ;
    skos:broadMatch <http://dewey.info/class/744/e23/> ;
    skos:broader humord:c05316 ;
    skos:closeMatch realfagstermer:c006220,
        realfagstermer:c011231,
        <http://dewey.info/class/769/e23/> ;
    skos:definition "Fellesbetegnelse for alle reproduksjonsmåter av skrift og tegning, også de fotomekaniske. I snevrere forstand: Kunstneriske bildetrykk på papir laget ved hjelp av en trykkplate, der bildet er utarbeidet for hånden med forskjellige hjelpemidler (UBO/HF)"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006220,
        realfagstermer:c011231,
        <http://dewey.info/class/006.6/e23/>,
        <http://dewey.info/class/744/e23/>,
        <http://dewey.info/class/760/e23/>,
        <http://dewey.info/class/769/e23/> ;
    skos:prefLabel "Graphic art"@en,
        "Grafikk"@nb,
        "Grafikk"@nn ;
    skos:related humord:c05468 ;
    skos:relatedMatch <http://dewey.info/class/006.6/e23/>,
        <http://dewey.info/class/760/e23/> .

humord:c05325 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05325" ;
    dct:modified "2025-06-06T10:32:44"^^xsd:dateTime ;
    skos:altLabel "Lito"@nb,
        "Litografier"@nb,
        "Steintrykk"@nb,
        "Lito"@nn,
        "Litografiar"@nn,
        "Steintrykk"@nn ;
    skos:broader humord:c05322 ;
    skos:closeMatch <http://dewey.info/class/763/e23/> ;
    skos:definition "Litografi er en grafisk trykketeknikk. Opprinnelig ble stein brukt som bunnmateriale, men senere også metallplater. Siden det ikke er nivåforskjeller i bunnmaterialet, betegnes teknikken som en plantrykkmetode. Litografi er også betegnelsen for selve avtrykket fra en litografert trykkform, ofte i form av et grafisk kunstblad <SNL>"@nb ;
    skos:exactMatch realfagstermer:c008787,
        <http://dewey.info/class/686.2315/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008787,
        <http://dewey.info/class/686.2315/e23/>,
        <http://dewey.info/class/763/e23/>,
        <http://dewey.info/class/764.2/e23/> ;
    skos:prefLabel "Litography"@en,
        "Litografi"@nb,
        "Litografi"@nn ;
    skos:relatedMatch <http://dewey.info/class/764.2/e23/> .

humord:c05326 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-03-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05326" ;
    dct:modified "2025-06-06T10:42:43"^^xsd:dateTime ;
    skos:broader humord:c05322 ;
    skos:definition "Grafisk dyptrykksteknikk <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/766.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/766.2/e23/> ;
    skos:prefLabel "Mezzotint"@en,
        "Mezzotint"@nb,
        "Mezzotint"@nn .

humord:c05328 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05328" ;
    dct:modified "2025-06-06T10:53:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/769/e23/> ;
    skos:broader humord:c05322 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/760/e23/>,
        <http://dewey.info/class/769/e23/> ;
    skos:prefLabel "Original graphics"@en,
        "Originalgrafikk"@nb,
        "Originalgrafikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/760/e23/> .

humord:c05329 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05329" ;
    dct:modified "2025-06-06T10:52:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/769.5/e23/> ;
    skos:broader humord:c05322 ;
    skos:definition "Plakat utformet som et kunstverk <ordbøkene.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/741.674/e23/>,
        <http://dewey.info/class/769.5/e23/> ;
    skos:prefLabel "Poster art"@en,
        "Plakatkunst"@nb,
        "Plakatkunst"@nn ;
    skos:relatedMatch <http://dewey.info/class/741.674/e23/> .

humord:c05330 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05330" ;
    dct:modified "2025-06-06T10:38:07"^^xsd:dateTime ;
    skos:altLabel "Woodcut"@en ;
    skos:broader humord:c05322 ;
    skos:definition "Tresnitt er en grafisk trykketeknikk hvor avtrykket tas fra en plate eller «stokk» som er utskåret i tre. Det er også en betegnelse på avtrykket som fremkommer ved denne teknikken <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/761.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/761.2/e23/> ;
    skos:prefLabel "Woodcuts"@en,
        "Tresnitt"@nb,
        "Tresnitt"@nn .

humord:c05331 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05331" ;
    dct:modified "2025-06-06T11:00:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/761.2/e23/> ;
    skos:broader humord:c05322 ;
    skos:definition "Xylografi, trestikk, en høytrykkteknikk hvor det skjæres fordypninger med en stikkel i en plate av endeved (tverrved). Teknikken ble oppfunnet av Thomas Bewick omkring 1750. Den ble etter hvert den foretrukne metoden for gjengivelse av illustrasjoner i bøker og andre trykksaker. Til forskjell fra kobberstikket kunne platene monteres i trykkpressen sammen med satsen, slik at tekst og illustrasjoner kunne trykkes i samme operasjon. Og til forskjell fra det eldre tresnittet kunne xylografiet med sine hardere plater både gi bilder med større detaljrikdom og tåle større opplag. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/761.2/e23/> ;
    skos:prefLabel "Xylography"@en,
        "Xylografi"@nb,
        "Xylografi"@nn .

humord:c05332 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05332" ;
    dct:modified "2025-06-06T14:06:42"^^xsd:dateTime ;
    skos:altLabel "Kitsj"@nb,
        "Kitsj"@nn ;
    skos:broader humord:c05316 ;
    skos:closeMatch <http://dewey.info/class/759.058/e23/> ;
    skos:definition "Kitsch er billig, masseprodusert kunst av lav kvalitet;jamfør fiduskunst <ordbøkene.no>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.0348/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.0348/e23/>,
        <http://dewey.info/class/709.04013/e23/>,
        <http://dewey.info/class/759.058/e23/> ;
    skos:prefLabel "Kitsch"@en,
        "Kitsch"@nb,
        "Kitsch"@nn ;
    skos:related humord:c05723,
        humord:c29923 ;
    skos:relatedMatch <http://dewey.info/class/709.04013/e23/> .

humord:c05333 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05333" ;
    dct:modified "2025-12-05T08:04:04"^^xsd:dateTime ;
    skos:altLabel "Kunstmaling"@nb,
        "Kunstmåling"@nn ;
    skos:broader humord:c05316 ;
    skos:definition "Malerkunst er maling som kunst <NAOB>"@nb ;
    skos:exactMatch realfagstermer:c008706,
        <http://dewey.info/class/750/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008706,
        <http://dewey.info/class/750/e23/> ;
    skos:prefLabel "Painting"@en,
        "Malerkunst"@nb,
        "Målarkunst"@nn ;
    skos:related humord:c00025 .

humord:c05335 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05335" ;
    dct:modified "2024-07-31T07:49:17"^^xsd:dateTime ;
    skos:altLabel "Acrylmaling"@nb,
        "Akrylmaling"@nb,
        "Akrylmåling"@nn ;
    skos:broadMatch <http://dewey.info/class/667.63/e23/>,
        <http://dewey.info/class/745.723/e23/> ;
    skos:broader humord:c05333 ;
    skos:exactMatch <http://dewey.info/class/751.426/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/667.63/e23/>,
        <http://dewey.info/class/745.723/e23/>,
        <http://dewey.info/class/751.426/e23/> ;
    skos:prefLabel "Acrylic painting"@en,
        "Akrylmaleri"@nb,
        "Akrylmåleri"@nn .

humord:c05337 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05337" ;
    dct:modified "2024-09-20T09:24:34"^^xsd:dateTime ;
    skos:altLabel "Akvareller"@nb,
        "Akvarellkunst"@nb,
        "Akvarellar"@nn,
        "Akvarellkunst"@nn ;
    skos:broader humord:c05333 ;
    skos:definition "Akvarell er maleri med lette og gjennomsiktige lag med vannfarger som er påført papir med pensel. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/751.422/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/745.723/e23/>,
        <http://dewey.info/class/751.422/e23/> ;
    skos:prefLabel "Watercolour painting"@en,
        "Akvarell"@nb,
        "Akvarell"@nn ;
    skos:relatedMatch <http://dewey.info/class/745.723/e23/> .

humord:c05339 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05339" ;
    dct:modified "2025-12-05T08:05:22"^^xsd:dateTime ;
    skos:altLabel "Manuscript illuminations"@en,
        "Illuminasjon"@nb,
        "Manuskriptilluminasjon"@nb,
        "Illuminasjon"@nn,
        "Manuskriptilluminasjon"@nn ;
    skos:broader humord:c05333 ;
    skos:closeMatch <http://dewey.info/class/741.647/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/741.647/e23/> ;
    skos:prefLabel "Illuminations"@en,
        "Bokmaleri"@nb,
        "Bokmåleri"@nn ;
    skos:related humord:c05346,
        humord:c05624 .

humord:c05342 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05342" ;
    dct:modified "2025-12-05T08:04:25"^^xsd:dateTime ;
    skos:altLabel "Enamel paintings"@en ;
    skos:broadMatch <http://dewey.info/class/745.723/e23/> ;
    skos:broader humord:c05333 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/738.46/e23/>,
        <http://dewey.info/class/745.723/e23/> ;
    skos:prefLabel "Enamles"@en,
        "Emaljemaleri"@nb,
        "Emaljemåleri"@nn ;
    skos:related humord:c08360 ;
    skos:relatedMatch <http://dewey.info/class/738.46/e23/> .

humord:c05343 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05343" ;
    dct:modified "2025-12-05T08:04:44"^^xsd:dateTime ;
    skos:altLabel "Voksmaling"@nb,
        "Voksmåling"@nn ;
    skos:broadMatch <http://dewey.info/class/745.723/e23/> ;
    skos:broader humord:c05333 ;
    skos:definition "Maling med voksfarger anvendt fra 300 f.Kr. til ca. 1000, gjenopptatt i vår tid <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/751.46/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/745.723/e23/>,
        <http://dewey.info/class/751.46/e23/> ;
    skos:prefLabel "Encaustic"@en,
        "Enkaustikk"@nb,
        "Enkaustikk"@nn .

humord:c05345 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05345" ;
    dct:modified "2025-12-05T08:03:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/751.4/e23/> ;
    skos:broader humord:c05333 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/751.4/e23/> ;
    skos:prefLabel "Grisaille"@en,
        "Grisaillemaleri"@nb,
        "Grisaillemåleri"@nn .

humord:c05346 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05346" ;
    dct:modified "2025-12-05T08:02:28"^^xsd:dateTime ;
    skos:altLabel "Miniature painting"@en ;
    skos:broadMatch <http://dewey.info/class/741.647/e23/> ;
    skos:broader humord:c05333 ;
    skos:definition "Maleri i lite format <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/751.77/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/741.647/e23/>,
        <http://dewey.info/class/751.77/e23/> ;
    skos:prefLabel "Miniature paintings"@en,
        "Miniatyrmaleri"@nb,
        "Miniatyrmåleri"@nn ;
    skos:related humord:c05339 .

humord:c05347 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05347" ;
    dct:modified "2025-05-15T11:38:16"^^xsd:dateTime ;
    skos:altLabel "Kalkmaleri"@nb,
        "Kalkmåleri"@nn ;
    skos:broadMatch <http://dewey.info/class/729.4/e23/>,
        <http://dewey.info/class/751.73/e23/> ;
    skos:broader humord:c05333 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/729.4/e23/>,
        <http://dewey.info/class/751.73/e23/> ;
    skos:prefLabel "Murals"@en,
        "Muralmaleri"@nb,
        "Muralmåleri"@nn ;
    skos:related humord:c05353,
        humord:c05357 .

humord:c05348 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05348" ;
    dct:modified "2025-03-25T10:29:51"^^xsd:dateTime ;
    skos:altLabel "Fresco"@en,
        "Frescos"@en,
        "Al fresco-malerier"@nb,
        "Freske"@nb,
        "Fresker"@nb,
        "Freskoer"@nb,
        "Freskomaleri"@nb,
        "Freskomalerier"@nb,
        "Al fresco-maleri"@nn,
        "Freskar"@nn,
        "Freske"@nn,
        "Fresker"@nn,
        "Freskoar"@nn,
        "Freskomaleri"@nn ;
    skos:broadMatch <http://dewey.info/class/729.4/e23/>,
        <http://dewey.info/class/751.73/e23/> ;
    skos:broader humord:c05347 ;
    skos:definition "Maleri utført med vannfarge på våt mur <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/751.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/729.4/e23/>,
        <http://dewey.info/class/751.44/e23/>,
        <http://dewey.info/class/751.73/e23/> ;
    skos:prefLabel "Frescoes"@en,
        "Fresko"@nb,
        "Fresko"@nn .

humord:c05351 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05351" ;
    dct:modified "2025-05-26T12:52:26"^^xsd:dateTime ;
    skos:altLabel "Oil paintings"@en,
        "Oljemalerier"@nb,
        "Oljemaling"@nb,
        "Oljemåling"@nn ;
    skos:broader humord:c05333 ;
    skos:exactMatch <http://dewey.info/class/751.45/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/667.62/e23/>,
        <http://dewey.info/class/751.45/e23/> ;
    skos:prefLabel "Oil painting"@en,
        "Oljemaleri"@nb,
        "Oljemåleri"@nn ;
    skos:relatedMatch <http://dewey.info/class/667.62/e23/> .

humord:c05353 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05353" ;
    dct:modified "2025-04-09T10:26:29"^^xsd:dateTime ;
    skos:altLabel "Ceiling mural"@en,
        "Painted ceiling"@en,
        "Takmalerier"@nb ;
    skos:broadMatch <http://dewey.info/class/729.4/e23/>,
        <http://dewey.info/class/751.73/e23/> ;
    skos:broader humord:c05333 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/729.4/e23/>,
        <http://dewey.info/class/751.73/e23/> ;
    skos:prefLabel "Ceiling painting"@en,
        "Takmaleri"@nb,
        "Takmåleri"@nn ;
    skos:related humord:c05347 .

humord:c05354 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05354" ;
    dct:modified "2025-12-05T07:55:40"^^xsd:dateTime ;
    skos:altLabel "Illusjonsmaleri"@nb,
        "Illusjonsmåleri"@nn ;
    skos:broadMatch <http://dewey.info/class/744/e23/>,
        <http://dewey.info/class/751/e23/> ;
    skos:broader humord:c05333 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/744/e23/>,
        <http://dewey.info/class/751/e23/> ;
    skos:prefLabel "Trompe l'oeil"@en,
        "Trompe l'oeil"@nb,
        "Trompe l'oeil"@nn .

humord:c05356 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05356" ;
    dct:modified "2025-01-13T08:53:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/745.723/e23/> ;
    skos:broader humord:c05333 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/738.28/e23/>,
        <http://dewey.info/class/738.38/e23/>,
        <http://dewey.info/class/745.723/e23/> ;
    skos:prefLabel "Vase painting"@en,
        "Vasemaleri"@nb,
        "Vasemåleri"@nn ;
    skos:related humord:c28392 ;
    skos:relatedMatch <http://dewey.info/class/738.28/e23/>,
        <http://dewey.info/class/738.38/e23/> .

humord:c05357 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05357" ;
    dct:modified "2024-10-01T10:35:40"^^xsd:dateTime ;
    skos:altLabel "Veggmalerier"@nb ;
    skos:broadMatch <http://dewey.info/class/729.4/e23/> ;
    skos:broader humord:c05333 ;
    skos:closeMatch <http://dewey.info/class/751.73/e23/> ;
    skos:definition "Enhver malerimåte brukt på vegg <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/729.4/e23/>,
        <http://dewey.info/class/751.73/e23/> ;
    skos:prefLabel "Wall painting"@en,
        "Veggmaleri"@nb,
        "Veggmåleri"@nn ;
    skos:related humord:c05347 .

humord:c05358 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05358" ;
    dct:modified "2025-06-06T11:22:09"^^xsd:dateTime ;
    skos:altLabel "Mosaic"@en,
        "Mosaikk"@nb,
        "Mosaikk"@nn ;
    skos:broader humord:c05316 ;
    skos:definition "Mosaikk er flatedekorasjon dannet av små biter i ulike farger, som regel av stein, glass og metall, satt ned i mørtel, sement eller kitt. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/729.7/e23/>,
        <http://dewey.info/class/738.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/645.4/e23/>,
        <http://dewey.info/class/729.7/e23/>,
        <http://dewey.info/class/738.5/e23/>,
        <http://dewey.info/class/748.5/e23/> ;
    skos:prefLabel "Mosaics"@en,
        "Mosaikker"@nb,
        "Mosaikkar"@nn ;
    skos:related humord:c05473 ;
    skos:relatedMatch <http://dewey.info/class/645.4/e23/>,
        <http://dewey.info/class/748.5/e23/> .

humord:c05363 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05363" ;
    dct:modified "2024-07-31T11:28:26"^^xsd:dateTime ;
    skos:altLabel "Nakenmodeller"@nb,
        "Nakenmodellar"@nn ;
    skos:broader humord:c29169 ;
    skos:closeMatch <http://dewey.info/class/743.4/e23/>,
        <http://dewey.info/class/757.2/e23/> ;
    skos:exactMatch <http://dewey.info/class/704.9421/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/704.9421/e23/>,
        <http://dewey.info/class/743.4/e23/>,
        <http://dewey.info/class/757.2/e23/> ;
    skos:prefLabel "Nude"@en,
        "Akt"@nb,
        "Akt"@nn ;
    skos:related humord:c03853 .

humord:c05365 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05365" ;
    dct:modified "2024-08-28T07:51:44"^^xsd:dateTime ;
    skos:altLabel "Architectural paintings"@en ;
    skos:broadMatch <http://dewey.info/class/704.944/e23/> ;
    skos:broader humord:c29169 ;
    skos:closeMatch <http://dewey.info/class/758.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/704.944/e23/>,
        <http://dewey.info/class/758.7/e23/> ;
    skos:prefLabel "Architecture paintings"@en,
        "Arkitekturmaleri"@nb,
        "Arkitekturmåleri"@nn .

humord:c05366 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05366" ;
    dct:modified "2024-08-28T07:55:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/704.9424/e23/> ;
    skos:broader humord:c29169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/704.9424/e23/> ;
    skos:prefLabel "Arktoi"@en,
        "Arktoi"@nb,
        "Arktoi"@nn .

humord:c05367 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05367" ;
    dct:modified "2025-06-14T07:55:53"^^xsd:dateTime ;
    skos:altLabel "Haloes"@en,
        "Nimbuses"@en,
        "Nimbuser"@nb,
        "Glorier"@nn,
        "Nimbusar"@nn ;
    skos:broadMatch <http://dewey.info/class/704.948/e23/> ;
    skos:broader humord:c29169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/704.948/e23/> ;
    skos:prefLabel "Glories"@en,
        "Glorier"@nb,
        "Gloriar"@nn .

humord:c05369 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05369" ;
    dct:modified "2024-11-20T13:37:02"^^xsd:dateTime ;
    skos:broader humord:c29169 ;
    skos:definition "Fremstillinger av Madonna med barnet sittende på en trone omgitt av helgener og/eller engler <GMa>"@nb ;
    skos:exactMatch <http://dewey.info/class/704.94855/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/704.94855/e23/> ;
    skos:prefLabel "Maestà"@en,
        "Maesta"@nb,
        "Maesta"@nn .

humord:c05371 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05371" ;
    dct:modified "2024-11-20T13:42:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/704.94853/e23/> ;
    skos:broader humord:c29169 ;
    skos:closeMatch <http://dewey.info/class/704.94855/e23/> ;
    skos:definition "Kunsthistorisk betegnelse for fremstilling av den sørgende jomfru Maria med Kristi døde kropp <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/704.94853/e23/>,
        <http://dewey.info/class/704.94855/e23/> ;
    skos:prefLabel "Pietà"@en,
        "Pieta"@nb,
        "Pieta"@nn .

humord:c05372 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05372" ;
    dct:modified "2025-05-27T11:10:54"^^xsd:dateTime ;
    skos:altLabel "Portrays"@en,
        "Portretter"@nb,
        "Portrettering"@nb,
        "Portrettering"@nn ;
    skos:broader humord:c29169 ;
    skos:closeMatch <http://dewey.info/class/704.942/e23/>,
        <http://dewey.info/class/743.42/e23/>,
        <http://dewey.info/class/757/e23/>,
        <http://dewey.info/class/779.2/e23/> ;
    skos:exactMatch realfagstermer:c009826 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009826,
        <http://dewey.info/class/704.942/e23/>,
        <http://dewey.info/class/743.42/e23/>,
        <http://dewey.info/class/757/e23/>,
        <http://dewey.info/class/779.2/e23/> ;
    skos:prefLabel "Portraits"@en,
        "Portrett"@nb,
        "Portrett"@nn .

humord:c05374 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05374" ;
    dct:modified "2026-01-09T15:00:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/704.942/e23/>,
        <http://dewey.info/class/743.42/e23/>,
        <http://dewey.info/class/757/e23/>,
        <http://dewey.info/class/779.2/e23/> ;
    skos:broader humord:c05372 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/704.942/e23/>,
        <http://dewey.info/class/743.42/e23/>,
        <http://dewey.info/class/757/e23/>,
        <http://dewey.info/class/779.2/e23/> ;
    skos:prefLabel "Self-portrait"@en,
        "Selvportrett"@nb,
        "Sjølvportrett"@nn .

humord:c05375 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05375" ;
    dct:modified "2024-11-20T13:45:31"^^xsd:dateTime ;
    skos:altLabel "Genrebilder"@nb,
        "Genremaleri"@nb,
        "Genrebilete"@nn,
        "Genremåleri"@nn ;
    skos:broader humord:c05333,
        humord:c29169 ;
    skos:exactMatch <http://dewey.info/class/754/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/754/e23/> ;
    skos:prefLabel "Genre painting"@en,
        "Sjangermaleri"@nb,
        "Sjangermåleri"@nn .

humord:c05378 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05378" ;
    dct:modified "2024-11-20T13:48:05"^^xsd:dateTime ;
    skos:altLabel "Nature morte"@nb,
        "Nature morte"@nn ;
    skos:broader humord:c05333,
        humord:c29169 ;
    skos:exactMatch <http://dewey.info/class/704.9435/e23/>,
        <http://dewey.info/class/743.835/e23/>,
        <http://dewey.info/class/758.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/704.9435/e23/>,
        <http://dewey.info/class/743.835/e23/>,
        <http://dewey.info/class/758.4/e23/> ;
    skos:prefLabel "Still life"@en,
        "Stilleben"@nb,
        "Stilleben"@nn .

humord:c05380 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05380" ;
    dct:modified "2025-06-06T14:26:52"^^xsd:dateTime ;
    skos:broader humord:c05316 ;
    skos:closeMatch <http://dewey.info/class/736.98/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/736.98/e23/>,
        <http://dewey.info/class/745.54/e23/> ;
    skos:prefLabel "Papercutting"@en,
        "Papirklipp"@nb,
        "Papirklipp"@nn ;
    skos:relatedMatch <http://dewey.info/class/745.54/e23/> .

humord:c05381 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05381" ;
    dct:modified "2026-08-17T08:28:26"^^xsd:dateTime ;
    skos:altLabel "Sinopia"@nb,
        "Skisser (Bildekunst)"@nb,
        "Sinopia"@nn ;
    skos:broadMatch <http://dewey.info/class/1--0222/e23/>,
        <http://dewey.info/class/741.9/e23/>,
        <http://dewey.info/class/751.4/e23/> ;
    skos:broader humord:c05316 ;
    skos:definition "Skisser er utkast til eit kunstverk, byggverk og liknande <ordbøkene.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0222/e23/>,
        <http://dewey.info/class/741.9/e23/>,
        <http://dewey.info/class/751.4/e23/> ;
    skos:prefLabel "Sketches (Visual art)"@en,
        "Skisser (Billedkunst)"@nb,
        "Skisser (Biletkunst)"@nn .

humord:c05383 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05383" ;
    dct:modified "2026-06-04T12:49:37"^^xsd:dateTime ;
    skos:altLabel "Iron sculpture"@en,
        "Plastic arts"@en,
        "Sculpture in the round"@en,
        "Tree sculpture"@en,
        "Billedhoggerkunst"@nb,
        "Billedhuggerkunst"@nb,
        "Jernskulptur"@nb,
        "Plastisk kunst"@nb,
        "Rundskulptur"@nb,
        "Skulpturer"@nb,
        "Treskulptur"@nb,
        "Bilde­hoggarkunst"@nn,
        "Bilet­hoggarkunst"@nn,
        "Jernskulptur"@nn,
        "Plastisk kunst"@nn,
        "Rundskulptur"@nn,
        "Skulpturar"@nn,
        "Treskulptur"@nn ;
    skos:broader humord:c05316 ;
    skos:closeMatch realfagstermer:c003198 ;
    skos:definition "Skulptur er tredimensjonal billedkunst. Skulptur har vanligvis, men ikke alltid, et materielt volum i det virkelige rommet, for eksempel i et interiør, et utstillingslokale, en park, et grøntområde eller et naturlandskap.[SNL]"@nb ;
    skos:exactMatch <http://dewey.info/class/730/e23/>,
        <http://dewey.info/class/731.462/e23/>,
        <http://dewey.info/class/731.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003198,
        <http://dewey.info/class/372.53/e23/>,
        <http://dewey.info/class/729.5/e23/>,
        <http://dewey.info/class/730/e23/>,
        <http://dewey.info/class/731.462/e23/>,
        <http://dewey.info/class/731.7/e23/> ;
    skos:prefLabel "Sculpture"@en,
        "Skulptur"@nb,
        "Skulptur"@nn ;
    skos:related humord:c05651,
        humord:c07475,
        humord:c70439 ;
    skos:relatedMatch <http://dewey.info/class/372.53/e23/>,
        <http://dewey.info/class/729.5/e23/> .

humord:c05386 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-12-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05386" ;
    dct:modified "2025-06-24T14:50:38"^^xsd:dateTime ;
    skos:altLabel "Billedskjæring"@nb,
        "Glyptikk"@nb,
        "Bildeskjering"@nn ;
    skos:broadMatch <http://dewey.info/class/736/e23/> ;
    skos:broader humord:c05383 ;
    skos:definition "Bildeskjæring er det å skjære ut bilder, særlig i tre eller bein [ordbøkene.no]"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/736/e23/> ;
    skos:prefLabel "Glyptics"@en,
        "Bildeskjæring"@nb,
        "Biletskjering"@nn ;
    skos:related humord:c05393,
        humord:c05434,
        humord:c19212 .

humord:c05388 a ubo:Topic,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05388" ;
    dct:modified "2026-04-23T10:32:46"^^xsd:dateTime ;
    skos:altLabel "Earthwork (Sculpture)"@en,
        "Ground sculpture (Sculpture)"@en ;
    skos:broader humord:c05383 ;
    skos:definition "Skulptur eller installasjoner uten sokkel <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "Land art (Sculpture)"@en,
        "Jordkunst"@nb,
        "Jordkunst"@nn .

humord:c05392 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05392" ;
    dct:modified "2025-05-09T09:27:06"^^xsd:dateTime ;
    skos:altLabel "Earthwork"@en,
        "Ground sculpture"@en,
        "Bodenplastik"@nb,
        "Earthwork"@nb,
        "Ground sculpture"@nb ;
    skos:broader humord:c05679 ;
    skos:definition "Landskapskunst er kunst som handler om landskap og natur. Dette kan inkludere maleri, tegning, skulptur og andre former for billedkunst <ordlista.no>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.04076/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04076/e23/> ;
    skos:prefLabel "Land art"@en,
        "Landskapskunst"@nb,
        "Landskapskunst"@nn ;
    skos:related humord:c59370 .

humord:c05393 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05393" ;
    dct:modified "2025-06-24T15:04:10"^^xsd:dateTime ;
    skos:altLabel "Relieffer"@nb ;
    skos:broader humord:c05383 ;
    skos:definition "Relieff er et skulpturalt bilde eller ornament hvor hele eller deler av motivet er hevet over eller stikker frem fra en flat eller jevn bakgrunn [SNL]"@nb ;
    skos:exactMatch <http://dewey.info/class/729.5/e23/>,
        <http://dewey.info/class/731.54/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/729.5/e23/>,
        <http://dewey.info/class/731.54/e23/>,
        <http://dewey.info/class/738.4/e23/> ;
    skos:prefLabel "Reliefs"@en,
        "Relieff"@nb,
        "Relieff"@nn ;
    skos:related humord:c05386,
        humord:c14399 ;
    skos:relatedMatch <http://dewey.info/class/738.4/e23/> .

humord:c05394 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05394" ;
    dct:modified "2023-12-19T13:23:29"^^xsd:dateTime ;
    skos:altLabel "Drawing"@en,
        "Illustrating"@en,
        "Illustrering"@nb,
        "Tegning"@nb,
        "Illustrering"@nn,
        "Teikning"@nn ;
    skos:broader humord:c05316 ;
    skos:closeMatch realfagstermer:c008563,
        <http://dewey.info/class/1--0222/e23/>,
        <http://dewey.info/class/741/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008563,
        <http://dewey.info/class/1--0222/e23/>,
        <http://dewey.info/class/741/e23/> ;
    skos:prefLabel "Art of drawing"@en,
        "Tegnekunst"@nb,
        "Teiknekunst"@nn ;
    skos:related humord:c15387 .

humord:c05396 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05396" ;
    dct:modified "2026-06-04T12:21:06"^^xsd:dateTime ;
    skos:broader humord:c70438 ;
    skos:closeMatch <http://dewey.info/class/777/e23/> ;
    skos:definition "Videokunst er et kunstnerisk uttrykk i form av videofilm <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/776.6/e23/>,
        <http://dewey.info/class/777/e23/> ;
    skos:prefLabel "Video art"@en,
        "Videokunst"@nb,
        "Videokunst"@nn ;
    skos:related humord:c05615 ;
    skos:relatedMatch <http://dewey.info/class/776.6/e23/> .

humord:c05397 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05397" ;
    dct:modified "2026-08-17T08:27:50"^^xsd:dateTime ;
    skos:altLabel "Virkemidler (Bildekunst)"@nb,
        "Virkemidler (Visuell kunst)"@nb,
        "Verkemiddel (Visuell kunst)"@nn ;
    skos:broadMatch <http://dewey.info/class/700.1/e23/> ;
    skos:broader humord:c05316 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700.1/e23/> ;
    skos:prefLabel "Effects (Visual art)"@en,
        "Virkemidler (Billedkunst)"@nb,
        "Verke­middel (Bildekunst)"@nn ;
    skos:related humord:c06541 .

humord:c05398 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05398" ;
    dct:modified "2024-09-16T09:29:02"^^xsd:dateTime ;
    skos:altLabel "Chiaroscuro"@nb,
        "Chiaroscuro"@nn ;
    skos:broadMatch <http://dewey.info/class/701.8/e23/> ;
    skos:broader humord:c05397 ;
    skos:definition "Chiaroscuro er en en teknikk som gjelder fordelingen av lyse og mørke områder i maleri, tegning og grafikk. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/701.8/e23/> ;
    skos:prefLabel "Chiaroscuro"@en,
        "Clairobscur"@nb,
        "Clairobscur"@nn .

humord:c05400 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05400" ;
    dct:modified "2025-06-24T10:57:43"^^xsd:dateTime ;
    skos:altLabel "Color use"@en,
        "Coloring"@en,
        "Colour use"@en,
        "Kolorisme"@nb ;
    skos:broader humord:c05397 ;
    skos:closeMatch <http://dewey.info/class/701.85/e23/>,
        <http://dewey.info/class/752/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/535.6/e23/>,
        <http://dewey.info/class/701.85/e23/>,
        <http://dewey.info/class/752/e23/> ;
    skos:prefLabel "Colouring"@en,
        "Fargebruk"@nb,
        "Fargebruk"@nn ;
    skos:related humord:c05401,
        humord:c08262 ;
    skos:relatedMatch <http://dewey.info/class/535.6/e23/> .

humord:c05401 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05401" ;
    dct:modified "2023-11-24T14:18:15"^^xsd:dateTime ;
    skos:altLabel "Colors"@en,
        "Farger"@nn ;
    skos:broader humord:c08260 ;
    skos:exactMatch realfagstermer:c001791,
        <http://dewey.info/class/535.6/e23/>,
        <http://dewey.info/class/701.85/e23/>,
        <http://dewey.info/class/752/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001791,
        <http://dewey.info/class/535.6/e23/>,
        <http://dewey.info/class/701.85/e23/>,
        <http://dewey.info/class/752/e23/> ;
    skos:prefLabel "Colours"@en,
        "Farger"@nb,
        "Fargar"@nn ;
    skos:related humord:c05400,
        humord:c08389 .

humord:c05402 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05402" ;
    dct:modified "2026-08-17T08:26:35"^^xsd:dateTime ;
    skos:altLabel "Komposisjon (Bildekunst)"@nb ;
    skos:broadMatch <http://dewey.info/class/701.8/e23/> ;
    skos:broader humord:c05397 ;
    skos:definition "Komposisjon  er oppbygning av et kunstverk;sammenstilling, utforming (Ordbøkene.no)"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/701.8/e23/> ;
    skos:prefLabel "Composition (Visual art)"@en,
        "Komposisjon (Billedkunst)"@nb,
        "Komposisjon (Bildekunst)"@nn .

humord:c05403 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05403" ;
    dct:modified "2026-08-17T08:28:08"^^xsd:dateTime ;
    skos:altLabel "Imitations (Visual art)"@en,
        "Replicas (Visual art)"@en,
        "Reproductions"@en,
        "Etterligning (Bildekunst)"@nb,
        "Imitasjoner (Bildekunst)"@nb,
        "Kopier (Bildekunst)"@nb,
        "Replikaer (Kunst)"@nb,
        "Replikker (Bildekunst)"@nb,
        "Replikker (Kunst)"@nb,
        "Reproduksjoner"@nb,
        "Etterlikning (Biletkunst)"@nn,
        "Replikaar (Biletkunst)"@nn,
        "Replikaer (Biletkunst)"@nn,
        "Replikkar (Biletkunst)"@nn,
        "Replikkar (Kunst)"@nn,
        "Reproduksjonar"@nn ;
    skos:broader humord:c05397 ;
    skos:closeMatch <http://dewey.info/class/702.872/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/702.872/e23/>,
        <http://dewey.info/class/745.102872/e23/> ;
    skos:prefLabel "Copies (Visual art)"@en,
        "Kopier (Billedkunst)"@nb,
        "Kopiar (Biletkunst)"@nn ;
    skos:related humord:c00104,
        humord:c01477,
        humord:c15273,
        humord:c21097 ;
    skos:relatedMatch <http://dewey.info/class/745.102872/e23/> .

humord:c05407 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05407" ;
    dct:modified "2025-12-08T10:31:37"^^xsd:dateTime ;
    skos:altLabel "Stylization"@en ;
    skos:broadMatch <http://dewey.info/class/741.2/e23/>,
        <http://dewey.info/class/751.4/e23/> ;
    skos:broader humord:c05397 ;
    skos:definition "Stilisering er forenkling av motiv eller uttrykksmåte [rordbøkene.no]"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/741.2/e23/>,
        <http://dewey.info/class/751.4/e23/> ;
    skos:prefLabel "Stylisation"@en,
        "Stilisering"@nb,
        "Stilisering"@nn .

humord:c05408 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05408" ;
    dct:modified "2024-10-03T13:03:16"^^xsd:dateTime ;
    skos:broader humord:c61817 ;
    skos:closeMatch <http://dewey.info/class/793.3/e23/> ;
    skos:definition "Dans er bevegelse for bevegelsens skyld, gjerne utført rytmisk, eventuelt til musikk, da gjerne kalt dansemusikk. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c008895,
        <http://dewey.info/class/792.62/e23/>,
        <http://dewey.info/class/792.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008895,
        <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/306.4846/e23/>,
        <http://dewey.info/class/372.868/e23/>,
        <http://dewey.info/class/394.3/e23/>,
        <http://dewey.info/class/395.3/e23/>,
        <http://dewey.info/class/792.62/e23/>,
        <http://dewey.info/class/792.8/e23/>,
        <http://dewey.info/class/793.3/e23/> ;
    skos:prefLabel "Dance"@en,
        "Dans"@nb,
        "Dans"@nn ;
    skos:relatedMatch <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/306.4846/e23/>,
        <http://dewey.info/class/372.868/e23/>,
        <http://dewey.info/class/394.3/e23/>,
        <http://dewey.info/class/395.3/e23/> .

humord:c05409 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05409" ;
    dct:modified "2024-08-15T08:48:18"^^xsd:dateTime ;
    skos:altLabel "Butoh"@en,
        "Butoh"@nb,
        "Butoh"@nn ;
    skos:broadMatch <http://dewey.info/class/792.80952/e23/> ;
    skos:broader humord:c13980 ;
    skos:definition "Ankoku buto er en japansk dans utviklet fra tradisjonelt japansk danseteater og vestlig dans og teater <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.80952/e23/> ;
    skos:prefLabel "Ankoku buto"@en,
        "Ankoku buto"@nb,
        "Ankoku buto"@nn .

humord:c05410 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-12-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05410" ;
    dct:modified "2023-11-15T15:28:29"^^xsd:dateTime ;
    skos:broader humord:c13980 ;
    skos:closeMatch <http://dewey.info/class/792.8/e23/> ;
    skos:exactMatch realfagstermer:c006384 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006384,
        <http://dewey.info/class/781.556/e23/>,
        <http://dewey.info/class/792.8/e23/> ;
    skos:prefLabel "Ballet"@en,
        "Ballett"@nb,
        "Ballett"@nn ;
    skos:relatedMatch <http://dewey.info/class/781.556/e23/> .

humord:c05411 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05411" ;
    dct:modified "2026-01-04T10:24:07"^^xsd:dateTime ;
    skos:altLabel "Folkedanser"@nb,
        "Folkedansar"@nn ;
    skos:broader humord:c13980 ;
    skos:closeMatch <http://dewey.info/class/793.31/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/793.31/e23/> ;
    skos:prefLabel "Folk dance"@en,
        "Folkedans"@nb,
        "Folkedans"@nn .

humord:c05412 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05412" ;
    dct:modified "2026-01-04T10:23:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/784.1882/e23/> ;
    skos:broader humord:c05411 ;
    skos:exactMatch <http://dewey.info/class/781.62610468/e23/>,
        <http://dewey.info/class/793.319468/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/781.62610468/e23/>,
        <http://dewey.info/class/784.1882/e23/>,
        <http://dewey.info/class/793.319468/e23/> ;
    skos:prefLabel "Flamenco"@en,
        "Flamenco"@nb,
        "Flamenco"@nn .

humord:c05413 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05413" ;
    dct:modified "2026-01-04T10:25:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/793.31/e23/> ;
    skos:broader humord:c05411 ;
    skos:definition "Middelalderdans der danserne holder hverandre i hendene i en lang rekke eller kjede. Dansen har en særmerkt stegperiode over flere takter musikk til sang eller instrument <Egil Bakka>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/793.31/e23/> ;
    skos:prefLabel "Chain dance"@en,
        "Kjededans"@nb,
        "Kjededans"@nn .

humord:c05414 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05414" ;
    dct:modified "2024-02-19T13:53:29"^^xsd:dateTime ;
    skos:altLabel "Gammaldans (Dans)"@nb,
        "Gammeldans (Dans)"@nb,
        "Gammeldanser (Dans)"@nb,
        "Gamaldans (Dans)"@nn ;
    skos:broadMatch <http://dewey.info/class/793.31/e23/>,
        <http://dewey.info/class/793.33/e23/> ;
    skos:broader humord:c05411 ;
    skos:definition "Gammaldans kom i bruk etter inspirasjon frå Sverige på 1920-talet. Det var eit nytt namn på den danseslekta som før heitte runddans. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/793.31/e23/>,
        <http://dewey.info/class/793.33/e23/> ;
    skos:prefLabel "Round dance"@en,
        "Runddans"@nb,
        "Runddans"@nn .

humord:c05415 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05415" ;
    dct:modified "2024-02-08T15:00:42"^^xsd:dateTime ;
    skos:altLabel "Square dance"@en,
        "Turdanser"@nb,
        "Turdansar"@nn ;
    skos:broadMatch <http://dewey.info/class/793.31/e23/> ;
    skos:broader humord:c05411 ;
    skos:definition "Turdans er eit samlenamn for dansar oppbygde av turar som kjem i fast rekkefølgje og samsvarar med veka, det vil seie repetisjonane, i musikken. Ein tur i denne samanhengen er ei snuing eller ein runde i dansen.<SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/793.31/e23/> ;
    skos:prefLabel "Figure dance"@en,
        "Turdans"@nb,
        "Turdans"@nn .

humord:c05417 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05417" ;
    dct:modified "2026-01-04T10:07:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/793.31954/e23/> ;
    skos:broader humord:c18454 ;
    skos:definition "Danseform fra Kerala, India <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/793.31954/e23/> ;
    skos:prefLabel "Mohiniyattam"@en,
        "Mohiniyattam"@nb,
        "Mohiniyattam"@nn .

humord:c05418 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05418" ;
    dct:modified "2025-07-11T12:13:07"^^xsd:dateTime ;
    skos:altLabel "Film art"@en,
        "Filmer"@nb,
        "Filmkunst"@nb ;
    skos:broader humord:c05183 ;
    skos:exactMatch realfagstermer:c013416,
        <http://dewey.info/class/302.2343/e23/>,
        <http://dewey.info/class/791.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013416,
        <http://dewey.info/class/011.372/e23/>,
        <http://dewey.info/class/025.3473/e23/>,
        <http://dewey.info/class/070.18/e23/>,
        <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/302.2343/e23/>,
        <http://dewey.info/class/354.75/e23/>,
        <http://dewey.info/class/371.33523/e23/>,
        <http://dewey.info/class/384.8/e23/>,
        <http://dewey.info/class/659.152/e23/>,
        <http://dewey.info/class/791.43/e23/> ;
    skos:prefLabel "Film"@en,
        "Film"@nb,
        "Film"@nn ;
    skos:related humord:c07684,
        humord:c25908,
        humord:c26129,
        humord:c26288 ;
    skos:relatedMatch <http://dewey.info/class/011.372/e23/>,
        <http://dewey.info/class/025.3473/e23/>,
        <http://dewey.info/class/070.18/e23/>,
        <http://dewey.info/class/175/e23/>,
        <http://dewey.info/class/354.75/e23/>,
        <http://dewey.info/class/371.33523/e23/>,
        <http://dewey.info/class/384.8/e23/>,
        <http://dewey.info/class/659.152/e23/> .

humord:c05420 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05420" ;
    dct:modified "2025-12-09T15:05:23"^^xsd:dateTime ;
    skos:altLabel "Documentaries"@en,
        "Documentary"@en,
        "Documentary-style film"@en,
        "Dokumentar (Film)"@nb,
        "Dokumentarer (Film)"@nb,
        "Dokumentarfilmer"@nb,
        "Dokumentar (Film)"@nn,
        "Dokumentarar (Film)"@nn,
        "Dokumentarfilmar"@nn ;
    skos:broadMatch <http://dewey.info/class/070.18/e23/>,
        <http://dewey.info/class/791.43/e23/> ;
    skos:broader humord:c11450 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/070.18/e23/>,
        <http://dewey.info/class/791.43/e23/> ;
    skos:prefLabel "Documentary film"@en,
        "Dokumentarfilm"@nb,
        "Dokumentarfilm"@nn ;
    skos:related humord:c17097 .

humord:c05421 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05421" ;
    dct:modified "2025-12-09T15:01:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/791.43/e23/> ;
    skos:broader humord:c05418 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.43/e23/> ;
    skos:prefLabel "Film analysis"@en,
        "Filmanalyse"@nb,
        "Filmanalyse"@nn .

humord:c05422 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05422" ;
    dct:modified "2024-01-18T13:09:35"^^xsd:dateTime ;
    skos:altLabel "Adapsjon (Film)"@nb,
        "Adapsjoner (Film)"@nb,
        "Adaptasjon (Film)"@nb,
        "Filmatisering"@nb,
        "Filmatiseringer"@nb,
        "Adapsjon (Film)"@nn,
        "Adapsjonar (Film)"@nn,
        "Adaptasjon (Film)"@nn,
        "Filmatisering"@nn,
        "Filmatiseringar"@nn ;
    skos:broader humord:c05418 ;
    skos:closeMatch <http://dewey.info/class/791.436/e23/> ;
    skos:definition "Bearbeiding av litterært verk til film <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.436/e23/> ;
    skos:prefLabel "Film adaptation"@en,
        "Adaptasjoner (Film)"@nb,
        "Adaptasjonar (Film)"@nn .

humord:c05424 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05424" ;
    dct:modified "2023-11-24T14:45:46"^^xsd:dateTime ;
    skos:broader humord:c05418 ;
    skos:closeMatch <http://dewey.info/class/791.43015/e23/> ;
    skos:exactMatch realfagstermer:c000589 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000589,
        <http://dewey.info/class/791.43015/e23/>,
        <http://dewey.info/class/791.4375/e23/> ;
    skos:prefLabel "Film criticism"@en,
        "Filmkritikk"@nb,
        "Filmkritikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/791.4375/e23/> .

humord:c05425 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05425" ;
    dct:modified "2025-12-09T15:00:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/791.4301/e23/> ;
    skos:broader humord:c05418 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.4301/e23/> ;
    skos:prefLabel "Film theory"@en,
        "Filmteori"@nb,
        "Filmteori"@nn .

humord:c05428 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05428" ;
    dct:modified "2025-12-09T15:04:37"^^xsd:dateTime ;
    skos:altLabel "Feature films"@en ;
    skos:broadMatch <http://dewey.info/class/791.43/e23/> ;
    skos:broader humord:c11450 ;
    skos:exactMatch realfagstermer:c030125 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030125,
        <http://dewey.info/class/791.43/e23/> ;
    skos:prefLabel "Motion pictures"@en,
        "Spillefilmer"@nb,
        "Spelefilmar"@nn .

humord:c05429 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-04-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05429" ;
    dct:modified "2025-03-28T14:16:03"^^xsd:dateTime ;
    skos:altLabel "Bygdekunst"@nb,
        "Bygdekunst"@nn ;
    skos:broader humord:c05183 ;
    skos:closeMatch <http://dewey.info/class/745/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/745/e23/> ;
    skos:prefLabel "Arts and crafts"@en,
        "Folkekunst"@nb,
        "Folkekunst"@nn ;
    skos:related humord:c04660,
        humord:c05463,
        humord:c05635,
        humord:c07695 .

humord:c05431 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-08-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05431" ;
    dct:modified "2025-12-16T13:32:37"^^xsd:dateTime ;
    skos:altLabel "Swedish tapestry"@en ;
    skos:broadMatch <http://dewey.info/class/746.39485/e23/> ;
    skos:broader humord:c05429 ;
    skos:definition "Løse, uinnrammete veggbilder i refill-format med folkelige motiver malt på papir eller lerret. Svensk tradisjon <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/746.39485/e23/> ;
    skos:prefLabel "Bonadsmåleri"@en,
        "Bonadsmåleri"@nb,
        "Bonadsmåleri"@nn .

humord:c05433 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05433" ;
    dct:modified "2025-12-05T08:02:14"^^xsd:dateTime ;
    skos:altLabel "Rose painting"@en,
        "Rosemåling"@en ;
    skos:broadMatch <http://dewey.info/class/745.09481/e23/>,
        <http://dewey.info/class/745.723/e23/> ;
    skos:broader humord:c05333,
        humord:c05429 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/745.09481/e23/>,
        <http://dewey.info/class/745.723/e23/> ;
    skos:prefLabel "Rosemaling"@en,
        "Rosemaling"@nb,
        "Rosemåling"@nn .

humord:c05434 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05434" ;
    dct:modified "2025-06-10T11:31:42"^^xsd:dateTime ;
    skos:altLabel "Wood carving"@en,
        "Skurd (Dekor)"@nb,
        "Treskjæring"@nb,
        "Skurd (Dekor)"@nn,
        "Treskjering"@nn ;
    skos:broadMatch <http://dewey.info/class/736.4/e23/> ;
    skos:broader humord:c05429 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/736.4/e23/> ;
    skos:prefLabel "Woodcarving"@en,
        "Treskurd"@nb,
        "Treskurd"@nn ;
    skos:related humord:c05386,
        humord:c19212,
        humord:c27574 .

humord:c05436 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05436" ;
    dct:modified "2026-06-04T12:09:37"^^xsd:dateTime ;
    skos:altLabel "Kunstskrift"@nb ;
    skos:broader humord:c05183 ;
    skos:closeMatch <http://dewey.info/class/744.42/e23/> ;
    skos:exactMatch realfagstermer:c009707 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009707,
        <http://dewey.info/class/744.42/e23/> ;
    skos:prefLabel "Calligraphy"@en,
        "Kalligrafi"@nb,
        "Kalligrafi"@nn ;
    skos:related humord:c06351,
        humord:c06432,
        humord:c70436 .

humord:c05438 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05438" ;
    dct:modified "2025-12-16T13:31:45"^^xsd:dateTime ;
    skos:altLabel "Skriftforming"@nb,
        "Skriftforming"@nn ;
    skos:broader humord:c05436 ;
    skos:closeMatch <http://dewey.info/class/744.42/e23/> ;
    skos:exactMatch <http://dewey.info/class/372.634/e23/>,
        <http://dewey.info/class/652.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.634/e23/>,
        <http://dewey.info/class/652.1/e23/>,
        <http://dewey.info/class/744.42/e23/> ;
    skos:prefLabel "Copy-book writing"@en,
        "Skjønnskrift"@nb,
        "Skjønnskrift"@nn ;
    skos:related humord:c07927,
        humord:c21076 .

humord:c05440 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05440" ;
    dct:modified "2025-12-16T13:31:19"^^xsd:dateTime ;
    skos:broader humord:c05183 ;
    skos:closeMatch <http://dewey.info/class/701.18/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/701.18/e23/> ;
    skos:prefLabel "Understanding of art"@en,
        "Kunstforståelse"@nb,
        "Kunstforståing"@nn .

humord:c05441 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05441" ;
    dct:modified "2026-06-04T12:54:56"^^xsd:dateTime ;
    skos:altLabel "Aesthetic interpretation"@en,
        "Crit"@en,
        "Interpretation of art"@en,
        "Evaluering (Kunst)"@nb,
        "Evaluering (Kunst)"@nn ;
    skos:broader humord:c05440 ;
    skos:closeMatch <http://dewey.info/class/701.18/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/701.18/e23/> ;
    skos:prefLabel "Art criticism"@en,
        "Kunstkritikk"@nb,
        "Kunstkritikk"@nn ;
    skos:related humord:c70440 .

humord:c05443 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05443" ;
    dct:modified "2025-10-15T10:09:07"^^xsd:dateTime ;
    skos:altLabel "History of art (Subject)"@en ;
    skos:broader humord:c05183 ;
    skos:editorialNote "Brukes om faget kunsthistorie"@nb ;
    skos:exactMatch realfagstermer:c004551,
        <http://dewey.info/class/709/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004551,
        <http://dewey.info/class/709/e23/> ;
    skos:prefLabel "Art history (Subject)"@en,
        "Kunsthistorie (Faget)"@nb,
        "Kunsthistorie (Faget)"@nn .

humord:c05445 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05445" ;
    dct:modified "2024-11-20T13:34:47"^^xsd:dateTime ;
    skos:altLabel "Billedbeskrivelse"@nb,
        "Billedprogram"@nb,
        "Motivforskning (Kunst)"@nb,
        "Biletbeskriving"@nn,
        "Biletprogram"@nn ;
    skos:broadMatch <http://dewey.info/class/744.2/e23/> ;
    skos:broader humord:c05443 ;
    skos:definition "Vitenskapen om et kunstverks innhold og betydning <UBO>"@nb ;
    skos:exactMatch realfagstermer:c002520,
        <http://dewey.info/class/704.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002520,
        <http://dewey.info/class/659.1045/e23/>,
        <http://dewey.info/class/704.9/e23/>,
        <http://dewey.info/class/731.8/e23/>,
        <http://dewey.info/class/743.9/e23/>,
        <http://dewey.info/class/744.2/e23/>,
        <http://dewey.info/class/750/e23/>,
        <http://dewey.info/class/769.4/e23/> ;
    skos:prefLabel "Iconography"@en,
        "Ikonografi"@nb,
        "Ikonografi"@nn ;
    skos:related humord:c04971,
        humord:c05456,
        humord:c29169 ;
    skos:relatedMatch <http://dewey.info/class/659.1045/e23/>,
        <http://dewey.info/class/731.8/e23/>,
        <http://dewey.info/class/743.9/e23/>,
        <http://dewey.info/class/750/e23/>,
        <http://dewey.info/class/769.4/e23/> .

humord:c05450 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05450" ;
    dct:modified "2025-11-18T08:09:34"^^xsd:dateTime ;
    skos:altLabel "Bildestorm"@nb,
        "Billedstorm"@nb,
        "Biletstorm"@nn ;
    skos:broadMatch <http://dewey.info/class/202.18/e23/> ;
    skos:broader humord:c08570 ;
    skos:definition "Motstand mot bruk av bilder og statuer i gudsdyrkelsen <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/201.67/e23/>,
        <http://dewey.info/class/202.18/e23/>,
        <http://dewey.info/class/203.7/e23/> ;
    skos:prefLabel "Iconoclasm"@en,
        "Ikonoklasme"@nb,
        "Ikonoklasme"@nn ;
    skos:related humord:c08572 ;
    skos:relatedMatch <http://dewey.info/class/201.67/e23/>,
        <http://dewey.info/class/203.7/e23/> .

humord:c05453 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05453" ;
    dct:modified "2025-12-16T13:30:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/701/e23/> ;
    skos:broader humord:c05443 ;
    skos:closeMatch <http://dewey.info/class/704.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/701/e23/>,
        <http://dewey.info/class/704.9/e23/> ;
    skos:prefLabel "Iconology"@en,
        "Ikonologi"@nb,
        "Ikonologi"@nn .

humord:c05454 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05454" ;
    dct:modified "2026-06-04T12:55:22"^^xsd:dateTime ;
    skos:altLabel "Art philosophy"@en,
        "Philosophy of art"@en,
        "Kunstfilosofi"@nb,
        "Kunstfilosofi"@nn ;
    skos:broader humord:c05443 ;
    skos:closeMatch <http://dewey.info/class/700.1/e23/> ;
    skos:exactMatch realfagstermer:c004038,
        <http://dewey.info/class/701/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004038,
        <http://dewey.info/class/700.1/e23/>,
        <http://dewey.info/class/701/e23/> ;
    skos:prefLabel "Art theory"@en,
        "Kunstteori"@nb,
        "Kunstteori"@nn ;
    skos:related humord:c00594,
        humord:c70440 .

humord:c05456 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05456" ;
    dct:modified "2026-04-09T11:04:00"^^xsd:dateTime ;
    skos:altLabel "Bildeanalyse"@nb,
        "Billedforståelse"@nb ;
    skos:broadMatch <http://dewey.info/class/701.18/e23/> ;
    skos:broader humord:c05443 ;
    skos:definition "Beskrivelse og fortolkning av bilder <UBB>"@nb ;
    skos:exactMatch realfagstermer:c002414 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002414,
        <http://dewey.info/class/701.18/e23/>,
        <http://dewey.info/class/704.9/e23/> ;
    skos:prefLabel "Image analysis"@en,
        "Billedanalyse"@nb,
        "Biletanalyse"@nn ;
    skos:related humord:c05445,
        humord:c14497 ;
    skos:relatedMatch <http://dewey.info/class/704.9/e23/> .

humord:c05459 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05459" ;
    dct:modified "2025-10-14T15:56:39"^^xsd:dateTime ;
    skos:broader humord:c05454,
        humord:c06478 ;
    skos:definition "Forestillingen om hva som gjør en kunstner eller et kunstverk til en klassiker <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/701/e23/>,
        <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Classics (concept)"@en,
        "Klassikerbegrepet"@nb,
        "Klassikaromgrepet"@nn ;
    skos:relatedMatch <http://dewey.info/class/701/e23/>,
        <http://dewey.info/class/801.95/e23/> .

humord:c05460 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05460" ;
    dct:modified "2025-06-24T11:04:22"^^xsd:dateTime ;
    skos:altLabel "Perspektiver"@nb ;
    skos:broadMatch <http://dewey.info/class/604.245/e23/> ;
    skos:broader humord:c05397 ;
    skos:exactMatch <http://dewey.info/class/701.82/e23/>,
        <http://dewey.info/class/742/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/604.245/e23/>,
        <http://dewey.info/class/701.82/e23/>,
        <http://dewey.info/class/742/e23/> ;
    skos:prefLabel "Perspective"@en,
        "Perspektiv"@nb,
        "Perspektiv"@nn .

humord:c05461 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05461" ;
    dct:modified "2025-10-15T10:08:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/701.1/e23/> ;
    skos:broader humord:c05443 ;
    skos:editorialNote "Brukes om faget stilhistorie"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/701.1/e23/> ;
    skos:prefLabel "History of style (Subject)"@en,
        "Stilhistorie (Faget)"@nb,
        "Stilhistorie (Faget)"@nn .

humord:c05463 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05463" ;
    dct:modified "2026-06-04T12:29:11"^^xsd:dateTime ;
    skos:altLabel "Brukskunst"@nb,
        "Kunsthandverk"@nb,
        "Brukskunst"@nn ;
    skos:broader humord:c05183 ;
    skos:closeMatch realfagstermer:c005576 ;
    skos:exactMatch <http://dewey.info/class/745/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005576,
        <http://dewey.info/class/745/e23/> ;
    skos:prefLabel "Applied arts"@en,
        "Kunsthåndverk"@nb,
        "Kunsthandverk"@nn ;
    skos:related humord:c04660,
        humord:c05429,
        humord:c07672,
        humord:c07697,
        humord:c70439 .

humord:c05466 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-09-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05466" ;
    dct:modified "2023-11-19T21:14:48"^^xsd:dateTime ;
    skos:altLabel "Formgivning"@nb,
        "Formgiving"@nn,
        "Formgjeving"@nn ;
    skos:broader humord:c05183 ;
    skos:closeMatch <http://dewey.info/class/620.0042/e23/>,
        <http://dewey.info/class/624.1771/e23/> ;
    skos:exactMatch realfagstermer:c013893,
        <http://dewey.info/class/744/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013893,
        <http://dewey.info/class/372.52/e23/>,
        <http://dewey.info/class/620.0042/e23/>,
        <http://dewey.info/class/624.1771/e23/>,
        <http://dewey.info/class/625.725/e23/>,
        <http://dewey.info/class/629.231/e23/>,
        <http://dewey.info/class/744/e23/>,
        <http://dewey.info/class/745.2/e23/> ;
    skos:prefLabel "Design"@en,
        "Design"@nb,
        "Design"@nn ;
    skos:related humord:c07422,
        humord:c22748 ;
    skos:relatedMatch <http://dewey.info/class/372.52/e23/>,
        <http://dewey.info/class/625.725/e23/>,
        <http://dewey.info/class/629.231/e23/>,
        <http://dewey.info/class/745.2/e23/> .

humord:c05468 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05468" ;
    dct:modified "2025-06-06T10:27:50"^^xsd:dateTime ;
    skos:altLabel "Grafisk formgjeving"@nn ;
    skos:broader humord:c05466 ;
    skos:definition "Grafisk design er et fagområde innenfor visuell kommunikasjon som omfatter tilrettelegging og utforming av et vidt spekter av grafiske produkter som bøker og bokomslag, aviser, tidsskrifter og magasiner, foldere, annonser, skilt og andre reklameprodukter, emballasje, nettsider, firmaprofiler og logodesign og så videre.   Grafisk design utviklet seg som fagområde fra midten av 1920-årene.<SNL>"@nb ;
    skos:exactMatch realfagstermer:c003945,
        <http://dewey.info/class/744/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003945,
        <http://dewey.info/class/744/e23/> ;
    skos:prefLabel "Graphic design"@en,
        "Grafisk design"@nb,
        "Grafisk design"@nn ;
    skos:related humord:c05322 .

humord:c05469 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05469" ;
    dct:modified "2023-11-30T07:44:38"^^xsd:dateTime ;
    skos:altLabel "Engineering design"@en,
        "Industriell formgiving"@nb,
        "Teknisk design"@nb,
        "Industriell formgjeving"@nn ;
    skos:broader humord:c05466 ;
    skos:closeMatch realfagstermer:c010595,
        <http://dewey.info/class/745.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010595,
        <http://dewey.info/class/745.2/e23/> ;
    skos:prefLabel "Industrial design"@en,
        "Industridesign"@nb,
        "Industridesign"@nn .

humord:c05471 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05471" ;
    dct:modified "2025-12-16T08:35:18"^^xsd:dateTime ;
    skos:altLabel "Fayence"@en ;
    skos:broadMatch <http://dewey.info/class/738.37/e23/> ;
    skos:broader humord:c05474 ;
    skos:definition "Leirgods som er glassert med metalloksid, særlig tinn og kopper, og brent <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/738.37/e23/> ;
    skos:prefLabel "Faience"@en,
        "Fajanse"@nb,
        "Fajanse"@nn .

humord:c05472 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05472" ;
    dct:modified "2025-12-16T08:43:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/730/e23/> ;
    skos:broader humord:c05463 ;
    skos:exactMatch realfagstermer:c004740,
        <http://dewey.info/class/748/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004740,
        <http://dewey.info/class/730/e23/>,
        <http://dewey.info/class/748/e23/> ;
    skos:prefLabel "Glass art"@en,
        "Glasskunst"@nb,
        "Glasskunst"@nn ;
    skos:related humord:c21579 .

humord:c05473 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05473" ;
    dct:modified "2025-12-16T08:44:47"^^xsd:dateTime ;
    skos:altLabel "Marquetry"@en ;
    skos:broadMatch <http://dewey.info/class/749.5/e23/> ;
    skos:broader humord:c05463 ;
    skos:closeMatch <http://dewey.info/class/745.512/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/745.512/e23/>,
        <http://dewey.info/class/749.5/e23/> ;
    skos:prefLabel "Intarsia"@en,
        "Intarsia"@nb,
        "Intarsia"@nn ;
    skos:related humord:c05358 .

humord:c05474 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05474" ;
    dct:modified "2026-06-04T12:27:26"^^xsd:dateTime ;
    skos:altLabel "Ceramic art"@en,
        "Pottery"@en,
        "Keramisk kunst"@nb,
        "Pottemakerkunst"@nb,
        "Keramisk kunst"@nn,
        "Pottemakarkunst"@nn ;
    skos:broader humord:c05463 ;
    skos:closeMatch <http://dewey.info/class/738/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/620.14/e23/>,
        <http://dewey.info/class/666.3/e23/>,
        <http://dewey.info/class/738/e23/> ;
    skos:prefLabel "Ceramics"@en,
        "Keramikk"@nb,
        "Keramikk"@nn ;
    skos:related humord:c00048,
        humord:c07797,
        humord:c70439 ;
    skos:relatedMatch <http://dewey.info/class/620.14/e23/>,
        <http://dewey.info/class/666.3/e23/> .

humord:c05477 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05477" ;
    dct:modified "2025-05-19T09:37:40"^^xsd:dateTime ;
    skos:altLabel "Lacquered work"@en,
        "Lacquerware"@en,
        "Lakkarbeider"@nb ;
    skos:broader humord:c05463 ;
    skos:exactMatch <http://dewey.info/class/745.726/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/667.75/e23/>,
        <http://dewey.info/class/745.726/e23/> ;
    skos:prefLabel "Lacquer work"@en,
        "Lakkarbeid"@nb,
        "Lakkarbeid"@nn ;
    skos:relatedMatch <http://dewey.info/class/667.75/e23/> .

humord:c05478 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05478" ;
    dct:modified "2025-12-16T08:47:57"^^xsd:dateTime ;
    skos:altLabel "Metal art"@en,
        "Torentik"@nb,
        "Torentik"@nn ;
    skos:broader humord:c05463 ;
    skos:exactMatch <http://dewey.info/class/739/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/739/e23/> ;
    skos:prefLabel "Metalwork"@en,
        "Metallkunst"@nb,
        "Metallkunst"@nn ;
    skos:related humord:c07679 .

humord:c05480 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05480" ;
    dct:modified "2025-12-16T08:37:34"^^xsd:dateTime ;
    skos:altLabel "Gold work"@en,
        "Goldsmithing"@en ;
    skos:broader humord:c05478 ;
    skos:exactMatch <http://dewey.info/class/739.22/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/739.22/e23/> ;
    skos:prefLabel "Goldwork"@en,
        "Gullsmedkunst"@nb,
        "Gullsmedkunst"@nn ;
    skos:related humord:c16032,
        humord:c16294,
        humord:c70194 .

humord:c05481 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05481" ;
    dct:modified "2025-12-16T08:34:58"^^xsd:dateTime ;
    skos:broader humord:c05478 ;
    skos:closeMatch <http://dewey.info/class/739.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/669.1414/e23/>,
        <http://dewey.info/class/739.4/e23/> ;
    skos:prefLabel "Wrought iron work"@en,
        "Smijernskunst"@nb,
        "Smijernskunst"@nn ;
    skos:related humord:c07680 ;
    skos:relatedMatch <http://dewey.info/class/669.1414/e23/> .

humord:c05482 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05482" ;
    dct:modified "2025-12-16T08:36:59"^^xsd:dateTime ;
    skos:altLabel "Silver work"@en,
        "Silversmithing"@en,
        "Sylvsmedkunst"@nn ;
    skos:broader humord:c05478 ;
    skos:exactMatch <http://dewey.info/class/739.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/381.4573923/e23/>,
        <http://dewey.info/class/739.23/e23/> ;
    skos:prefLabel "Silverwork"@en,
        "Sølvsmedkunst"@nb,
        "Sølvsmedkunst"@nn ;
    skos:related humord:c16033,
        humord:c16294,
        humord:c70194 ;
    skos:relatedMatch <http://dewey.info/class/381.4573923/e23/> .

humord:c05483 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05483" ;
    dct:modified "2025-12-16T13:29:52"^^xsd:dateTime ;
    skos:altLabel "Furniture design"@en,
        "Møbeldesign"@nb,
        "Møbeldesign"@nn ;
    skos:broader humord:c05463 ;
    skos:closeMatch <http://dewey.info/class/749/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/684.1/e23/>,
        <http://dewey.info/class/749/e23/> ;
    skos:prefLabel "Furniture art"@en,
        "Møbelkunst"@nb,
        "Møbelkunst"@nn ;
    skos:relatedMatch <http://dewey.info/class/684.1/e23/> .

humord:c05484 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05484" ;
    dct:modified "2026-06-04T12:26:51"^^xsd:dateTime ;
    skos:altLabel "Textile crafts"@en,
        "Tekstilhåndverk"@nb,
        "Tekstilhandverk"@nn ;
    skos:broader humord:c05463 ;
    skos:exactMatch realfagstermer:c010140,
        <http://dewey.info/class/746/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010140,
        <http://dewey.info/class/746/e23/> ;
    skos:prefLabel "Textile art"@en,
        "Tekstilkunst"@nb,
        "Tekstilkunst"@nn ;
    skos:related humord:c07672,
        humord:c70439 .

humord:c05486 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05486" ;
    dct:modified "2026-06-04T13:03:47"^^xsd:dateTime ;
    skos:broader humord:c05484,
        humord:c70443 ;
    skos:exactMatch <http://dewey.info/class/746.662/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/746.662/e23/> ;
    skos:prefLabel "Batik"@en,
        "Batikk"@nb,
        "Batikk"@nn .

humord:c05487 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05487" ;
    dct:modified "2026-04-13T15:46:13"^^xsd:dateTime ;
    skos:altLabel "Tapestry (Woven)"@en,
        "Woven tapestries"@en,
        "Bildevev"@nb,
        "Vevkunst"@nb,
        "Bildevev"@nn,
        "Vevkunst"@nn ;
    skos:broader humord:c05316,
        humord:c05484 ;
    skos:closeMatch <http://dewey.info/class/746.3/e23/> ;
    skos:definition "Billedvev er i vid betydning all vevkunst med figurale motiver, uansett teknikk. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/677.64/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/677.64/e23/>,
        <http://dewey.info/class/746.3/e23/> ;
    skos:prefLabel "Tapestries (Woven)"@en,
        "Billedvev"@nb,
        "Biletvev"@nn ;
    skos:related humord:c04789 .

humord:c05489 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05489" ;
    dct:modified "2025-11-03T13:19:04"^^xsd:dateTime ;
    skos:broader humord:c05183,
        humord:c28514 ;
    skos:closeMatch <http://dewey.info/class/700.19/e23/>,
        <http://dewey.info/class/701.15/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700.19/e23/>,
        <http://dewey.info/class/701.15/e23/> ;
    skos:prefLabel "Psychology of art"@en,
        "Kunstpsykologi"@nb,
        "Kunstpsykologi"@nn .

humord:c05490 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-06-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05490" ;
    dct:modified "2023-12-11T10:34:41"^^xsd:dateTime ;
    skos:altLabel "Kunstmusikk"@nb,
        "Musikkunnskap"@nb,
        "Musikkvitenskap"@nb ;
    skos:broadMatch <http://dewey.info/class/306.4842/e23/> ;
    skos:broader humord:c05183 ;
    skos:closeMatch <http://dewey.info/class/781.68/e23/>,
        <http://dewey.info/class/781.69/e23/> ;
    skos:editorialNote "Brukes for musikk og kunstmusikk generelt"@nb ;
    skos:exactMatch realfagstermer:c003874,
        <http://dewey.info/class/780/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003874,
        <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/246.75/e23/>,
        <http://dewey.info/class/264.2/e23/>,
        <http://dewey.info/class/296.462/e23/>,
        <http://dewey.info/class/306.4842/e23/>,
        <http://dewey.info/class/649.51/e23/>,
        <http://dewey.info/class/780/e23/>,
        <http://dewey.info/class/781.68/e23/>,
        <http://dewey.info/class/781.69/e23/> ;
    skos:prefLabel "Music"@en,
        "Musikk"@nb,
        "Musikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/246.75/e23/>,
        <http://dewey.info/class/264.2/e23/>,
        <http://dewey.info/class/296.462/e23/>,
        <http://dewey.info/class/649.51/e23/> .

humord:c05492 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-04-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05492" ;
    dct:modified "2025-12-18T07:54:31"^^xsd:dateTime ;
    skos:altLabel "Global music"@en,
        "Etnisk musikk"@nb,
        "Etnomusikk"@nb,
        "Etnisk musikk"@nn,
        "Etnomusikk"@nn ;
    skos:broadMatch <http://dewey.info/class/780/e23/> ;
    skos:broader humord:c17308 ;
    skos:definition "Verdensmusikk er et begrep som brukes om musikk som blander elementer fra ulike deler av verden, og som betegnelse for folkemusikk og visse former for populærmusikk fra kulturer utenfor den vestlige verden. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/780/e23/>,
        <http://dewey.info/class/781.62/e23/>,
        <http://dewey.info/class/781.69/e23/> ;
    skos:prefLabel "World music"@en,
        "Verdensmusikk"@nb,
        "Verdsmusikk"@nn ;
    skos:related humord:c05498 ;
    skos:relatedMatch <http://dewey.info/class/781.62/e23/>,
        <http://dewey.info/class/781.69/e23/> .

humord:c05493 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05493" ;
    dct:modified "2024-10-08T13:48:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/781.690955/e23/> ;
    skos:broader humord:c05492 ;
    skos:definition "Dastgah er et musikalsk modalsystem i tradisjonell persisk kunstmusikk. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/781.690955/e23/> ;
    skos:prefLabel "Dastgah"@en,
        "Dastgah"@nb,
        "Dastgah"@nn .

humord:c05494 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05494" ;
    dct:modified "2025-12-17T09:08:50"^^xsd:dateTime ;
    skos:altLabel "Yoik"@en ;
    skos:broader humord:c05492 ;
    skos:closeMatch <http://dewey.info/class/782.421629457/e23/> ;
    skos:exactMatch <http://dewey.info/class/781.629457/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/781.629457/e23/>,
        <http://dewey.info/class/782.421629457/e23/> ;
    skos:prefLabel "Joik"@en,
        "Joik"@nb,
        "Joik"@nn .

humord:c05495 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-12-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05495" ;
    dct:modified "2025-12-17T09:07:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/781.690954/e23/> ;
    skos:broader humord:c05492 ;
    skos:definition "Meloditype i indisk musikk <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/781.690954/e23/> ;
    skos:prefLabel "Raga"@en,
        "Raga"@nb,
        "Raga"@nn .

humord:c05496 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05496" ;
    dct:modified "2025-12-17T09:08:11"^^xsd:dateTime ;
    skos:altLabel "Sibaja-musikk"@nb,
        "Sibaja-musikk"@nn ;
    skos:broadMatch <http://dewey.info/class/781.6291495/e23/> ;
    skos:broader humord:c05492 ;
    skos:definition "Musikk spilt under sørgeprosesjoner i Nepal <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/781.6291495/e23/> ;
    skos:prefLabel "Sibaya"@en,
        "Sibaja"@nb,
        "Sibaja"@nn .

humord:c05498 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05498" ;
    dct:modified "2025-12-16T13:33:39"^^xsd:dateTime ;
    skos:broader humord:c17308 ;
    skos:definition "En folkegruppes egen musikk; kan forandres og tilpasses øyeblikkets funksjon <UBO>"@nb ;
    skos:exactMatch realfagstermer:c007842,
        <http://dewey.info/class/781.62/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007842,
        <http://dewey.info/class/781.62/e23/> ;
    skos:prefLabel "Folk music"@en,
        "Folkemusikk"@nb,
        "Folkemusikk"@nn ;
    skos:related humord:c05492 .

humord:c05499 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05499" ;
    dct:modified "2025-12-18T07:48:04"^^xsd:dateTime ;
    skos:broader humord:c17308 ;
    skos:exactMatch <http://dewey.info/class/785/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/785/e23/> ;
    skos:prefLabel "Chamber music"@en,
        "Kammermusikk"@nb,
        "Kammermusikk"@nn ;
    skos:related humord:c20486,
        humord:c70170 .

humord:c05500 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05500" ;
    dct:modified "2025-12-18T07:46:44"^^xsd:dateTime ;
    skos:broader humord:c17308 ;
    skos:definition "I streng forstand musikk som er tilknyttet liturgien <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/781.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/246.75/e23/>,
        <http://dewey.info/class/264.2/e23/>,
        <http://dewey.info/class/781.71/e23/> ;
    skos:prefLabel "Church music"@en,
        "Kirkemusikk"@nb,
        "Kyrkjemusikk"@nn ;
    skos:related humord:c17410,
        humord:c20486 ;
    skos:relatedMatch <http://dewey.info/class/246.75/e23/>,
        <http://dewey.info/class/264.2/e23/> .

humord:c05501 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05501" ;
    dct:modified "2025-09-03T08:21:41"^^xsd:dateTime ;
    skos:broader humord:c05500 ;
    skos:exactMatch <http://dewey.info/class/782.29/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.29/e23/>,
        <http://dewey.info/class/784.18993/e23/> ;
    skos:prefLabel "Liturgical music"@en,
        "Liturgisk musikk"@nb,
        "Liturgisk musikk"@nn ;
    skos:related humord:c05595,
        humord:c08718 ;
    skos:relatedMatch <http://dewey.info/class/784.18993/e23/> .

humord:c05503 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05503" ;
    dct:modified "2026-01-03T12:06:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/780/e23/> ;
    skos:broader humord:c05490 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/780.268/e23/>,
        <http://dewey.info/class/780/e23/> ;
    skos:prefLabel "Librettos"@en,
        "Librettoer"@nb,
        "Librettoar"@nn ;
    skos:relatedMatch <http://dewey.info/class/780.268/e23/> .

humord:c05506 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05506" ;
    dct:modified "2024-10-03T13:08:56"^^xsd:dateTime ;
    skos:altLabel "Dance of death"@en,
        "Danse macabre"@nb,
        "Danse macabre"@nn ;
    skos:broadMatch <http://dewey.info/class/704.9460902/e23/>,
        <http://dewey.info/class/704.9493069/e23/> ;
    skos:broader humord:c29169 ;
    skos:definition "Dødsdans er en allegorisk fremstilling av en prosesjon eller en dans der både levende og døde deltar. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/704.9460902/e23/>,
        <http://dewey.info/class/704.9493069/e23/>,
        <http://dewey.info/class/743.46/e23/>,
        <http://dewey.info/class/781.588/e23/> ;
    skos:prefLabel "Dance macabre"@en,
        "Dødsdans"@nb,
        "Dødsdans"@nn ;
    skos:relatedMatch <http://dewey.info/class/743.46/e23/>,
        <http://dewey.info/class/781.588/e23/> .

humord:c05508 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05508" ;
    dct:modified "2025-12-17T09:36:11"^^xsd:dateTime ;
    skos:altLabel "Musikkspill"@nb,
        "Musikkspel"@nn ;
    skos:broader humord:c17386 ;
    skos:closeMatch <http://dewey.info/class/792.6/e23/> ;
    skos:definition "Film eller teaterstykke som består av sang og dans, og med en dialog som binder handlingen sammen <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/782.14/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.14/e23/>,
        <http://dewey.info/class/792.6/e23/> ;
    skos:prefLabel "Musicals"@en,
        "Musikaler"@nb,
        "Musikalar"@nn ;
    skos:related humord:c05520 .

humord:c05510 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05510" ;
    dct:modified "2023-12-11T10:35:22"^^xsd:dateTime ;
    skos:altLabel "Instruments (Music)"@en ;
    skos:broader humord:c05490 ;
    skos:exactMatch realfagstermer:c000855,
        <http://dewey.info/class/784.19/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000855,
        <http://dewey.info/class/681.8/e23/>,
        <http://dewey.info/class/784.19/e23/> ;
    skos:prefLabel "Musical instruments"@en,
        "Musikkinstrumenter"@nb,
        "Musikkinstrument"@nn ;
    skos:related humord:c04431,
        humord:c17615 ;
    skos:relatedMatch <http://dewey.info/class/681.8/e23/> .

humord:c05511 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05511" ;
    dct:modified "2026-01-03T11:11:05"^^xsd:dateTime ;
    skos:broader humord:c15111 ;
    skos:closeMatch <http://dewey.info/class/787.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/787.9/e23/> ;
    skos:prefLabel "Harps"@en,
        "Harper"@nb,
        "Harper"@nn ;
    skos:related humord:c15243 .

humord:c05512 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05512" ;
    dct:modified "2025-12-19T09:43:28"^^xsd:dateTime ;
    skos:altLabel "Orgel"@nb ;
    skos:broader humord:c17201 ;
    skos:exactMatch <http://dewey.info/class/786.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/786.5/e23/> ;
    skos:prefLabel "Organs (Instrument)"@en,
        "Orgler"@nb,
        "Orgel"@nn ;
    skos:related humord:c60968 .

humord:c05513 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05513" ;
    dct:modified "2026-01-03T11:48:35"^^xsd:dateTime ;
    skos:broader humord:c18232 ;
    skos:exactMatch <http://dewey.info/class/786.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/786.9/e23/> ;
    skos:prefLabel "Drums"@en,
        "Trommer"@nb,
        "Trommer"@nn .

humord:c05514 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05514" ;
    dct:modified "2026-01-03T11:37:08"^^xsd:dateTime ;
    skos:altLabel "Dhimaya"@en,
        "Dhimays"@en,
        "Dhime"@en,
        "Dhimayer"@nb,
        "Dhimayer"@nn ;
    skos:broadMatch <http://dewey.info/class/786.94/e23/> ;
    skos:broader humord:c05513 ;
    skos:definition "Nepalsk tromme <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/786.94/e23/> ;
    skos:prefLabel "Dhimay"@en,
        "Dhimay"@nb,
        "Dhimay"@nn .

humord:c05515 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05515" ;
    dct:modified "2026-01-03T11:36:40"^^xsd:dateTime ;
    skos:altLabel "Nay khi drums"@en,
        "Naykhis"@en,
        "Naykhier"@nb,
        "Naykhier"@nn ;
    skos:broadMatch <http://dewey.info/class/786.94/e23/> ;
    skos:broader humord:c05513 ;
    skos:definition "Nepalsk tromme <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/786.94/e23/> ;
    skos:prefLabel "Naykhi"@en,
        "Naykhi"@nb,
        "Naykhi"@nn .

humord:c05516 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05516" ;
    dct:modified "2025-12-19T09:19:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/781.17/e23/> ;
    skos:broader humord:c05490 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/701.18/e23/>,
        <http://dewey.info/class/781.17/e23/> ;
    skos:prefLabel "Music criticism"@en,
        "Musikkritikk"@nb,
        "Musikkritikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/701.18/e23/> .

humord:c05517 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05517" ;
    dct:modified "2026-03-02T14:21:58"^^xsd:dateTime ;
    skos:altLabel "Musikkfilosofi"@nb,
        "Musikkforståelse"@nb,
        "Musikkfilosofi"@nn,
        "Musikkforståing"@nn ;
    skos:broader humord:c05490 ;
    skos:closeMatch <http://dewey.info/class/781/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/781/e23/> ;
    skos:prefLabel "Music theory"@en,
        "Musikkteori"@nb,
        "Musikkteori"@nn .

humord:c05519 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-12-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05519" ;
    dct:modified "2025-12-17T09:37:33"^^xsd:dateTime ;
    skos:broader humord:c17386 ;
    skos:closeMatch <http://dewey.info/class/782.1/e23/> ;
    skos:exactMatch <http://dewey.info/class/792.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.1/e23/>,
        <http://dewey.info/class/792.5/e23/> ;
    skos:prefLabel "Opera"@en,
        "Opera"@nb,
        "Opera"@nn .

humord:c05520 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05520" ;
    dct:modified "2025-12-17T09:34:38"^^xsd:dateTime ;
    skos:altLabel "Singspiele"@en,
        "Syngjespel"@nn ;
    skos:broadMatch <http://dewey.info/class/792.5/e23/> ;
    skos:broader humord:c05519 ;
    skos:definition "(Lett, munter) opera som veksler mellom sang og tale <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/782.13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.13/e23/>,
        <http://dewey.info/class/792.5/e23/> ;
    skos:prefLabel "Singspiel"@en,
        "Syngespill"@nb,
        "Syngespel"@nn ;
    skos:related humord:c05508 .

humord:c05521 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05521" ;
    dct:modified "2024-05-07T12:43:19"^^xsd:dateTime ;
    skos:altLabel "Chinese singspiele"@en,
        "Kinesisk musikkdrama"@nb,
        "Kinesisk syngespill"@nb,
        "Kinesiske syngespill"@nb,
        "Kinesiske syngespel"@nn,
        "Kinesiske syngjespel"@nn ;
    skos:broadMatch <http://dewey.info/class/782.10951/e23/>,
        <http://dewey.info/class/792.50951/e23/> ;
    skos:broader humord:c05520 ;
    skos:definition "Teaterform med sang, akrobatikk, dialog og musikk <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/782.130951/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.10951/e23/>,
        <http://dewey.info/class/782.130951/e23/>,
        <http://dewey.info/class/792.50951/e23/> ;
    skos:prefLabel "Chinese singspiel"@en,
        "Kinesisk opera"@nb,
        "Kinesisk opera"@nn .

humord:c05522 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05522" ;
    dct:modified "2025-12-17T09:35:46"^^xsd:dateTime ;
    skos:altLabel "Peking opera"@en,
        "Jing ju"@nb,
        "Jingju"@nb,
        "Pihuang"@nb,
        "Jing ju"@nn,
        "Jingju"@nn,
        "Pihuang"@nn ;
    skos:broadMatch <http://dewey.info/class/782.10951/e23/>,
        <http://dewey.info/class/782.130951/e23/>,
        <http://dewey.info/class/792.50951/e23/> ;
    skos:broader humord:c05521 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.10951/e23/>,
        <http://dewey.info/class/782.130951/e23/>,
        <http://dewey.info/class/792.50951/e23/> ;
    skos:prefLabel "Beijing opera"@en,
        "Pekingopera"@nb,
        "Pekingopera"@nn .

humord:c05526 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2024-01-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05526" ;
    dct:modified "2024-01-25T15:34:06"^^xsd:dateTime ;
    skos:altLabel "Yue theater"@en,
        "Yue theatre"@en,
        "Yueju"@en,
        "Yue teater"@nb,
        "Yueju"@nb ;
    skos:broadMatch <http://dewey.info/class/782.10951/e23/>,
        <http://dewey.info/class/792.50951/e23/> ;
    skos:broader humord:c05521 ;
    skos:editorialNote "Lukket bemerkning: ubo94"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.10951/e23/>,
        <http://dewey.info/class/792.50951/e23/> ;
    skos:prefLabel "Cantonese opera"@en,
        "Kantonesisk opera"@nb,
        "Kantonesisk opera"@nn .

humord:c05527 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05527" ;
    dct:modified "2025-12-18T07:52:22"^^xsd:dateTime ;
    skos:altLabel "Pop-music"@en,
        "Popmusikk"@nb,
        "Popmusikk"@nn ;
    skos:broader humord:c17308 ;
    skos:exactMatch <http://dewey.info/class/781.63/e23/>,
        <http://dewey.info/class/781.64/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.48423/e23/>,
        <http://dewey.info/class/306.48424/e23/>,
        <http://dewey.info/class/781.63/e23/>,
        <http://dewey.info/class/781.64/e23/> ;
    skos:prefLabel "Popular music"@en,
        "Populærmusikk"@nb,
        "Populærmusikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.48423/e23/>,
        <http://dewey.info/class/306.48424/e23/> .

humord:c05528 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05528" ;
    dct:modified "2024-09-17T16:48:44"^^xsd:dateTime ;
    skos:altLabel "Rock music"@en,
        "Rockemusikk"@nb,
        "Rockemusikk"@nn ;
    skos:broader humord:c05527 ;
    skos:closeMatch <http://dewey.info/class/782.42166/e23/> ;
    skos:exactMatch <http://dewey.info/class/781.66/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.48426/e23/>,
        <http://dewey.info/class/781.66/e23/>,
        <http://dewey.info/class/782.42166/e23/> ;
    skos:prefLabel "Rock"@en,
        "Rock"@nb,
        "Rock"@nn ;
    skos:related humord:c04613 ;
    skos:relatedMatch <http://dewey.info/class/306.48426/e23/> .

humord:c05529 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-04-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05529" ;
    dct:modified "2026-01-07T11:15:58"^^xsd:dateTime ;
    skos:altLabel "Rock'n roll"@en,
        "Rock'n roll"@nb,
        "Rock'n roll"@nn ;
    skos:broadMatch <http://dewey.info/class/782.42166/e23/> ;
    skos:broader humord:c05528 ;
    skos:exactMatch <http://dewey.info/class/781.66/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/781.66/e23/>,
        <http://dewey.info/class/782.42166/e23/> ;
    skos:prefLabel "Rock and roll"@en,
        "Rock and roll"@nb,
        "Rock and roll"@nn .

humord:c05531 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05531" ;
    dct:modified "2025-12-18T11:12:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/781.2/e23/> ;
    skos:broader humord:c05490 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/781.2/e23/> ;
    skos:prefLabel "Effects (Music)"@en,
        "Virkemidler (Musikk)"@nb,
        "Verkemiddel (Musikk)"@nn .

humord:c05532 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05532" ;
    dct:modified "2025-12-18T08:02:45"^^xsd:dateTime ;
    skos:broader humord:c05531 ;
    skos:definition "Utbrodering av liturgisk sang <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/782.297/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.297/e23/>,
        <http://dewey.info/class/782.5297/e23/> ;
    skos:prefLabel "Trope (Music)"@en,
        "Trope (Musikk)"@nb,
        "Trope (Musikk)"@nn ;
    skos:relatedMatch <http://dewey.info/class/782.5297/e23/> .

humord:c05533 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05533" ;
    dct:modified "2025-12-18T07:53:20"^^xsd:dateTime ;
    skos:broader humord:c17308 ;
    skos:exactMatch <http://dewey.info/class/782/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782/e23/> ;
    skos:prefLabel "Vocal music"@en,
        "Vokalmusikk"@nb,
        "Vokalmusikk"@nn ;
    skos:related humord:c20486,
        humord:c29635 .

humord:c05534 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05534" ;
    dct:modified "2025-12-16T14:36:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/782/e23/> ;
    skos:broader humord:c05533 ;
    skos:editorialNote "Her: det å synge 07.01.19 vsl"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782/e23/>,
        <http://dewey.info/class/783/e23/> ;
    skos:prefLabel "Song"@en,
        "Sang"@nb,
        "Song"@nn ;
    skos:related humord:c37563 ;
    skos:relatedMatch <http://dewey.info/class/783/e23/> .

humord:c05535 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05535" ;
    dct:modified "2024-08-15T13:38:53"^^xsd:dateTime ;
    skos:altLabel "Antiphon"@nb,
        "Antiphon"@nn ;
    skos:broadMatch <http://dewey.info/class/781.71/e23/>,
        <http://dewey.info/class/782.3222/e23/> ;
    skos:broader humord:c17383 ;
    skos:definition "Antifoner er vekselsang mellom to kor, særlig i liturgisk sammenheng <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/781.71/e23/>,
        <http://dewey.info/class/782.3222/e23/> ;
    skos:prefLabel "Antiphons"@en,
        "Antifoner"@nb,
        "Antifonar"@nn .

humord:c05536 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05536" ;
    dct:modified "2024-08-27T14:33:04"^^xsd:dateTime ;
    skos:altLabel "Working songs"@en ;
    skos:broader humord:c37563 ;
    skos:exactMatch <http://dewey.info/class/782.421593/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.421593/e23/> ;
    skos:prefLabel "Work songs"@en,
        "Arbeidssanger"@nb,
        "Arbeidssongar"@nn .

humord:c05537 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05537" ;
    dct:modified "2026-01-09T15:01:12"^^xsd:dateTime ;
    skos:altLabel "Lamentations (Music)"@en,
        "Songs of grief"@en,
        "Gråtkvad"@nb,
        "Gråtkveder"@nb,
        "Gråtkvæde"@nb,
        "Gråtkvad"@nn ;
    skos:broadMatch <http://dewey.info/class/393/e23/>,
        <http://dewey.info/class/782.42/e23/> ;
    skos:broader humord:c04990,
        humord:c37563 ;
    skos:definition "Sang som er uttrykk for smerte, fortvilelse eller sorg <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393/e23/>,
        <http://dewey.info/class/782.42/e23/> ;
    skos:prefLabel "Laments (Music)"@en,
        "Klagesanger"@nb,
        "Klagesongar"@nn ;
    skos:related humord:c06791,
        humord:c06800 .

humord:c05540 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05540" ;
    dct:modified "2026-01-09T15:01:36"^^xsd:dateTime ;
    skos:altLabel "Qu (Sang)"@nb,
        "Qu (Song)"@nn ;
    skos:broadMatch <http://dewey.info/class/782.10951/e23/> ;
    skos:broader humord:c37563 ;
    skos:definition "Kinesiske sanger, brukt for det meste i kinesisk opera <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.10951/e23/> ;
    skos:prefLabel "Qu (Song)"@en,
        "Qu"@nb,
        "Qu"@nn .

humord:c05541 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05541" ;
    dct:modified "2025-09-01T09:55:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/782.42/e23/> ;
    skos:broader humord:c37563 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.42/e23/> ;
    skos:prefLabel "Songs and folk songs"@en,
        "Viser (Musikk)"@nb,
        "Viser (Musikk)"@nn ;
    skos:related humord:c04981,
        humord:c06824 .

humord:c05542 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05542" ;
    dct:modified "2026-01-03T15:23:02"^^xsd:dateTime ;
    skos:altLabel "Theater (Dramatic art)"@en ;
    skos:broader humord:c61817 ;
    skos:exactMatch <http://dewey.info/class/792/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.4848/e23/>,
        <http://dewey.info/class/371.399/e23/>,
        <http://dewey.info/class/792/e23/> ;
    skos:prefLabel "Theatre (Dramatic art)"@en,
        "Teater (Scenekunst)"@nb,
        "Teater (Scenekunst)"@nn ;
    skos:related humord:c05253 ;
    skos:relatedMatch <http://dewey.info/class/306.4848/e23/>,
        <http://dewey.info/class/371.399/e23/> .

humord:c05544 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-11-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05544" ;
    dct:modified "2025-03-14T09:55:26"^^xsd:dateTime ;
    skos:altLabel "Drama pedagogy"@en,
        "Theater pedagogy"@en ;
    skos:broader humord:c11884 ;
    skos:closeMatch <http://dewey.info/class/371.399/e23/>,
        <http://dewey.info/class/372.66/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.399/e23/>,
        <http://dewey.info/class/372.66/e23/>,
        <http://dewey.info/class/792.071/e23/> ;
    skos:prefLabel "Theatre pedagogy"@en,
        "Dramapedagogikk"@nb,
        "Dramapedagogikk"@nn ;
    skos:related humord:c05583 ;
    skos:relatedMatch <http://dewey.info/class/792.071/e23/> .

humord:c05545 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05545" ;
    dct:modified "2025-08-27T22:21:00"^^xsd:dateTime ;
    skos:altLabel "Skuespillteori"@nb,
        "Skodespelteori"@nn ;
    skos:broadMatch <http://dewey.info/class/792/e23/> ;
    skos:broader humord:c05542 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792/e23/> ;
    skos:prefLabel "Dramaturgy"@en,
        "Dramaturgi"@nb,
        "Dramaturgi"@nn ;
    skos:related humord:c06508 .

humord:c05547 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05547" ;
    dct:modified "2024-10-30T14:34:34"^^xsd:dateTime ;
    skos:altLabel "Theater directing"@en,
        "Iscenesettelse"@nb,
        "Iscenesetting"@nn ;
    skos:broader humord:c05545 ;
    skos:exactMatch <http://dewey.info/class/792.0233/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.430233/e23/>,
        <http://dewey.info/class/791.440233/e23/>,
        <http://dewey.info/class/791.450233/e23/>,
        <http://dewey.info/class/792.0233/e23/> ;
    skos:prefLabel "Theatre directing"@en,
        "Regi"@nb,
        "Regi"@nn ;
    skos:related humord:c07525 ;
    skos:relatedMatch <http://dewey.info/class/791.430233/e23/>,
        <http://dewey.info/class/791.440233/e23/>,
        <http://dewey.info/class/791.450233/e23/> .

humord:c05549 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05549" ;
    dct:modified "2026-01-03T13:21:52"^^xsd:dateTime ;
    skos:altLabel "Theater techniques"@en ;
    skos:broadMatch <http://dewey.info/class/792.02/e23/> ;
    skos:broader humord:c05547 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.02/e23/> ;
    skos:prefLabel "Theatre techniques"@en,
        "Teaterteknikk"@nb,
        "Teaterteknikk"@nn .

humord:c05550 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05550" ;
    dct:modified "2026-01-03T13:25:58"^^xsd:dateTime ;
    skos:altLabel "Stage design"@en,
        "Scenearrangement"@nb,
        "Scenebildekunst"@nb,
        "Scenebilledkunst"@nb,
        "Teaterdekorasjoner"@nb,
        "Scenearrangement"@nn,
        "Scenebiletkunst"@nn,
        "Teaterdekorasjonar"@nn ;
    skos:broadMatch <http://dewey.info/class/792.025/e23/> ;
    skos:broader humord:c05545 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.43025/e23/>,
        <http://dewey.info/class/792.025/e23/> ;
    skos:prefLabel "Scenography"@en,
        "Scenografi"@nb,
        "Scenografi"@nn ;
    skos:related humord:c07529 ;
    skos:relatedMatch <http://dewey.info/class/791.43025/e23/> .

humord:c05551 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05551" ;
    dct:modified "2024-10-17T14:32:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/391.48/e23/>,
        <http://dewey.info/class/687.16/e23/> ;
    skos:broader humord:c05550 ;
    skos:exactMatch <http://dewey.info/class/646.478/e23/>,
        <http://dewey.info/class/792.026/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.48/e23/>,
        <http://dewey.info/class/646.478/e23/>,
        <http://dewey.info/class/687.16/e23/>,
        <http://dewey.info/class/792.026/e23/> ;
    skos:prefLabel "Costumes"@en,
        "Kostymer"@nb,
        "Kostyme"@nn ;
    skos:related humord:c04685,
        humord:c04703 .

humord:c05552 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05552" ;
    dct:modified "2026-01-09T15:01:58"^^xsd:dateTime ;
    skos:altLabel "Aside"@en,
        "Avsides bemerkninger"@nb,
        "Avsides replikker"@nb,
        "Avsides merknader"@nn,
        "Avsides replikkar"@nn ;
    skos:broadMatch <http://dewey.info/class/792/e23/> ;
    skos:broader humord:c66880 ;
    skos:definition "Sidereplikker er replikker som er beregnet på publikum <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792/e23/> ;
    skos:prefLabel "Asides"@en,
        "Sidereplikker"@nb,
        "Sidereplikkar"@nn .

humord:c05555 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05555" ;
    dct:modified "2026-01-03T15:20:11"^^xsd:dateTime ;
    skos:altLabel "Skuespillkunst"@nb,
        "Skodespelkunst"@nn ;
    skos:broader humord:c05542 ;
    skos:closeMatch <http://dewey.info/class/791.43028/e23/>,
        <http://dewey.info/class/791.44028/e23/>,
        <http://dewey.info/class/791.45028/e23/>,
        <http://dewey.info/class/792.028/e23/>,
        <http://dewey.info/class/792.5028/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.43028/e23/>,
        <http://dewey.info/class/791.44028/e23/>,
        <http://dewey.info/class/791.45028/e23/>,
        <http://dewey.info/class/792.028/e23/>,
        <http://dewey.info/class/792.5028/e23/> ;
    skos:prefLabel "Acting method"@en,
        "Skuespillerkunst"@nb,
        "Skodespelarkunst"@nn .

humord:c05557 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-05-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05557" ;
    dct:modified "2024-10-03T13:18:17"^^xsd:dateTime ;
    skos:altLabel "Danseforestillinger (Drama)"@nb,
        "Danseteater"@nb,
        "Danseframsyningar (Drama)"@nn,
        "Danseteater"@nn ;
    skos:broadMatch <http://dewey.info/class/792.8/e23/>,
        <http://dewey.info/class/793.3/e23/> ;
    skos:broader humord:c13980 ;
    skos:definition "Dansedrama er drama som formidles av dansebevegelser noen ganger ledsaget av dialog <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.8/e23/>,
        <http://dewey.info/class/793.3/e23/> ;
    skos:prefLabel "Dance drama"@en,
        "Dansedrama"@nb,
        "Dansedrama"@nn ;
    skos:related humord:c06665 .

humord:c05558 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05558" ;
    dct:modified "2026-01-04T10:07:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/793.31954/e23/> ;
    skos:broader humord:c18454 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/793.31954/e23/> ;
    skos:prefLabel "Kathakali"@en,
        "Kathakali"@nb,
        "Kathakali"@nn .

humord:c05560 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05560" ;
    dct:modified "2026-01-03T13:07:49"^^xsd:dateTime ;
    skos:altLabel "Improv theatre"@en,
        "ImprovisatIon (Theatre)"@en,
        "Improvisational theater"@en,
        "Improvisjonsteater"@nb,
        "Improvisjonsteater"@nn ;
    skos:broadMatch <http://dewey.info/class/792.028/e23/> ;
    skos:broader humord:c05555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.028/e23/> ;
    skos:prefLabel "Improvisational theatre"@en,
        "Improvisert teater"@nb,
        "Improvisert teater"@nn .

humord:c05561 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05561" ;
    dct:modified "2025-10-15T09:58:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/792.0952/e23/> ;
    skos:broader humord:c05555 ;
    skos:definition "Eldre japansk teaterform <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/704.9497920952/e23/>,
        <http://dewey.info/class/792.0952/e23/> ;
    skos:prefLabel "Kabuki"@en,
        "Kabuki"@nb,
        "Kabuki"@nn ;
    skos:relatedMatch <http://dewey.info/class/704.9497920952/e23/> .

humord:c05562 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05562" ;
    dct:modified "2026-01-26T09:59:02"^^xsd:dateTime ;
    skos:broader humord:c05555 ;
    skos:closeMatch <http://dewey.info/class/792.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.3/e23/> ;
    skos:prefLabel "Mime (Acting method)"@en,
        "Mime (Skuespillerkunst)"@nb,
        "Mime (Skodespelarkunst)"@nn .

humord:c05563 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05563" ;
    dct:modified "2026-01-03T13:05:16"^^xsd:dateTime ;
    skos:broader humord:c05562 ;
    skos:exactMatch <http://dewey.info/class/792.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.3/e23/> ;
    skos:prefLabel "Pantomime"@en,
        "Pantomime"@nb,
        "Pantomime"@nn ;
    skos:related humord:c66914 .

humord:c05564 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05564" ;
    dct:modified "2026-01-03T13:08:47"^^xsd:dateTime ;
    skos:altLabel "Facial expressivity"@en,
        "Facial plasticity"@en ;
    skos:broadMatch <http://dewey.info/class/791.43028/e23/>,
        <http://dewey.info/class/791.44028/e23/>,
        <http://dewey.info/class/791.45028/e23/>,
        <http://dewey.info/class/792.028/e23/>,
        <http://dewey.info/class/792.5028/e23/> ;
    skos:broader humord:c05555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.43028/e23/>,
        <http://dewey.info/class/791.44028/e23/>,
        <http://dewey.info/class/791.45028/e23/>,
        <http://dewey.info/class/792.028/e23/>,
        <http://dewey.info/class/792.5028/e23/> ;
    skos:prefLabel "Facial expression"@en,
        "Mimikk"@nb,
        "Mimikk"@nn .

humord:c05565 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05565" ;
    dct:modified "2024-09-16T13:49:01"^^xsd:dateTime ;
    skos:altLabel "Chuanqi"@en,
        "Kunqu"@en,
        "Chuanqi"@nb,
        "Kunqu"@nb,
        "Chuanqi"@nn,
        "Kunqu"@nn ;
    skos:broadMatch <http://dewey.info/class/792.0951/e23/> ;
    skos:broader humord:c05521 ;
    skos:definition "Teater fra Sør-Kina fra 14.-17.årh.  Også brukt om Tang \"classical language fiction\" <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.0951/e23/> ;
    skos:prefLabel "Nanxi (Chinese opera)"@en,
        "Nanxi (Kinesisk opera)"@nb,
        "Nanxi (Kinesisk opera)"@nn .

humord:c05568 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05568" ;
    dct:modified "2026-01-03T13:12:37"^^xsd:dateTime ;
    skos:altLabel "Kyôgen"@en,
        "Kyôgen"@nb,
        "Noh"@nb,
        "Kyôgen"@nn,
        "Noh"@nn ;
    skos:broadMatch <http://dewey.info/class/792.0952/e23/> ;
    skos:broader humord:c05555 ;
    skos:definition "Japansk teaterform <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.0952/e23/> ;
    skos:prefLabel "Noh"@en,
        "Nô"@nb,
        "Nô"@nn .

humord:c05571 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-03-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05571" ;
    dct:modified "2026-01-03T13:17:30"^^xsd:dateTime ;
    skos:altLabel "Characters (Theatre)"@en,
        "Parts (Theatre)"@en,
        "Rollefigurer (Teater)"@nb,
        "Teaterroller"@nb,
        "Rollefigurar (Teater)"@nn,
        "Teaterroller"@nn ;
    skos:broadMatch <http://dewey.info/class/792/e23/> ;
    skos:broader humord:c05555 ;
    skos:editorialNote "Lukket bemerkning: ubo10"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792/e23/>,
        <http://dewey.info/class/793.93/e23/> ;
    skos:prefLabel "Roles (Theatre)"@en,
        "Roller (Teater)"@nb,
        "Roller (Teater)"@nn ;
    skos:relatedMatch <http://dewey.info/class/793.93/e23/> .

humord:c05572 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05572" ;
    dct:modified "2026-01-03T13:03:53"^^xsd:dateTime ;
    skos:altLabel "Women's roles (Theatre)"@en ;
    skos:broader humord:c05571 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.028082/e23/> ;
    skos:prefLabel "Female roles (Theatre)"@en,
        "Kvinneroller (Teater)"@nb,
        "Kvinneroller (Teater)"@nn ;
    skos:relatedMatch <http://dewey.info/class/792.028082/e23/> .

humord:c05573 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05573" ;
    dct:modified "2024-11-13T07:48:19"^^xsd:dateTime ;
    skos:altLabel "Theater stagings"@en,
        "Theatre stagings"@en,
        "Theatrical performances"@en,
        "Oppsetning"@nb,
        "Oppsetting"@nb,
        "Teateroppsetning"@nb,
        "Oppsetjing"@nn,
        "Oppsetting"@nn,
        "Teateroppsetjing"@nn,
        "Teateroppsetting"@nn ;
    skos:broader humord:c05542 ;
    skos:exactMatch <http://dewey.info/class/792.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.9/e23/> ;
    skos:prefLabel "Theatrical productions"@en,
        "Teaterforestillinger"@nb,
        "Teaterførestillingar"@nn ;
    skos:related humord:c01473,
        humord:c05158 .

humord:c05574 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05574" ;
    dct:modified "2026-01-03T15:25:24"^^xsd:dateTime ;
    skos:altLabel "Science of theater"@en,
        "Science of theatre"@en ;
    skos:broader humord:c05542 ;
    skos:closeMatch <http://dewey.info/class/792/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792/e23/> ;
    skos:prefLabel "Dramatic arts"@en,
        "Teatervitenskap"@nb,
        "Teatervitskap"@nn .

humord:c05575 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05575" ;
    dct:modified "2025-10-19T08:41:42"^^xsd:dateTime ;
    skos:altLabel "Theater criticism"@en ;
    skos:broader humord:c05574 ;
    skos:closeMatch <http://dewey.info/class/792.015/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.015/e23/>,
        <http://dewey.info/class/792.9/e23/> ;
    skos:prefLabel "Theatre criticism"@en,
        "Teaterkritikk"@nb,
        "Teaterkritikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/792.9/e23/> .

humord:c05576 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05576" ;
    dct:modified "2025-10-16T09:12:54"^^xsd:dateTime ;
    skos:altLabel "Theater theory"@en ;
    skos:broader humord:c05574 ;
    skos:closeMatch <http://dewey.info/class/792.01/e23/> ;
    skos:exactMatch realfagstermer:c014055 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c014055,
        <http://dewey.info/class/792.01/e23/> ;
    skos:prefLabel "Theatre theory"@en,
        "Teaterteori"@nb,
        "Teaterteori"@nn .

humord:c05578 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05578" ;
    dct:modified "2026-01-03T15:11:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/792.022/e23/> ;
    skos:broader humord:c05577 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.022/e23/> ;
    skos:prefLabel "Alternative theater"@en,
        "Alternativt teater"@nb,
        "Alternativt teater"@nn .

humord:c05579 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05579" ;
    dct:modified "2026-01-03T13:39:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/792.022/e23/> ;
    skos:broader humord:c05578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.022/e23/> ;
    skos:prefLabel "Experimental theater"@en,
        "Eksperimentteater"@nb,
        "Eksperimentteater"@nn .

humord:c05580 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05580" ;
    dct:modified "2025-10-15T09:44:35"^^xsd:dateTime ;
    skos:altLabel "Community theater"@en ;
    skos:broadMatch <http://dewey.info/class/792.022/e23/> ;
    skos:broader humord:c05578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.022/e23/> ;
    skos:prefLabel "Community theatre"@en,
        "Oppsøkende teater"@nb,
        "Oppsøkjande teater"@nn ;
    skos:related humord:c05598 .

humord:c05581 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05581" ;
    dct:modified "2026-01-03T13:40:45"^^xsd:dateTime ;
    skos:altLabel "Theater laboratory"@en ;
    skos:broadMatch <http://dewey.info/class/792.02/e23/> ;
    skos:broader humord:c05578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.02/e23/> ;
    skos:prefLabel "Theatre laboratory"@en,
        "Teaterverksted"@nb,
        "Teaterverkstad"@nn .

humord:c05582 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05582" ;
    dct:modified "2024-08-13T10:33:10"^^xsd:dateTime ;
    skos:broader humord:c05577 ;
    skos:exactMatch <http://dewey.info/class/792.0222/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.0222/e23/> ;
    skos:prefLabel "Amateur theater"@en,
        "Amatørteater"@nb,
        "Amatørteater"@nn .

humord:c05583 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05583" ;
    dct:modified "2025-10-19T08:49:28"^^xsd:dateTime ;
    skos:altLabel "School theater"@en,
        "Skoleteater"@nn ;
    skos:broadMatch <http://dewey.info/class/372.66/e23/>,
        <http://dewey.info/class/792.022/e23/> ;
    skos:broader humord:c05582 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.399/e23/>,
        <http://dewey.info/class/372.66/e23/>,
        <http://dewey.info/class/792.022/e23/> ;
    skos:prefLabel "School theatre"@en,
        "Skoleteater"@nb,
        "Skuleteater"@nn ;
    skos:related humord:c05544 ;
    skos:relatedMatch <http://dewey.info/class/371.399/e23/> .

humord:c05584 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05584" ;
    dct:modified "2025-10-15T09:46:14"^^xsd:dateTime ;
    skos:altLabel "Children's theater"@en ;
    skos:broader humord:c05577 ;
    skos:exactMatch <http://dewey.info/class/792.0226/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.399/e23/>,
        <http://dewey.info/class/372.66/e23/>,
        <http://dewey.info/class/792.0226/e23/>,
        <http://dewey.info/class/792.083/e23/> ;
    skos:prefLabel "Children's theatre"@en,
        "Barneteater"@nb,
        "Barneteater"@nn ;
    skos:relatedMatch <http://dewey.info/class/371.399/e23/>,
        <http://dewey.info/class/372.66/e23/>,
        <http://dewey.info/class/792.083/e23/> .

humord:c05585 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05585" ;
    dct:modified "2024-09-17T14:44:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/792.0945/e23/>,
        <http://dewey.info/class/792.230945/e23/> ;
    skos:broader humord:c05577 ;
    skos:definition "Commedia dell'arte er en gammel italiensk komedieform som blir framført med masker og er basert på improvisasjon. Karakterene i stykkene er faste typer, som tjeneren Harlekin og arbeidsgiveren Pantalone. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.0945/e23/>,
        <http://dewey.info/class/792.230945/e23/> ;
    skos:prefLabel "Commedia dell'arte"@en,
        "Commedia dell'arte"@nb,
        "Commedia dell'arte"@nn ;
    skos:related humord:c07497 .

humord:c05586 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-10-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05586" ;
    dct:modified "2026-01-03T15:13:06"^^xsd:dateTime ;
    skos:altLabel "Puppet show"@en,
        "Puppet theater"@en,
        "Puppet theatre"@en,
        "Dokketeater"@nb,
        "Figurteater"@nb,
        "Figurteater"@nn ;
    skos:broader humord:c05577 ;
    skos:exactMatch <http://dewey.info/class/791.53/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.674/e23/>,
        <http://dewey.info/class/791.53/e23/> ;
    skos:prefLabel "Puppet shows"@en,
        "Dukketeater"@nb,
        "Dokketeater"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.674/e23/> .

humord:c05589 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05589" ;
    dct:modified "2026-01-03T13:37:58"^^xsd:dateTime ;
    skos:altLabel "Marionette theater"@en,
        "Marionetteater"@nb,
        "Marionetteater"@nn ;
    skos:broader humord:c05586 ;
    skos:closeMatch <http://dewey.info/class/791.53/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/246.725/e23/>,
        <http://dewey.info/class/372.674/e23/>,
        <http://dewey.info/class/791.5/e23/>,
        <http://dewey.info/class/791.53/e23/> ;
    skos:prefLabel "Marionette theatre"@en,
        "Marionetteteater"@nb,
        "Marionetteteater"@nn ;
    skos:related humord:c12142 ;
    skos:relatedMatch <http://dewey.info/class/246.725/e23/>,
        <http://dewey.info/class/372.674/e23/>,
        <http://dewey.info/class/791.5/e23/> .

humord:c05591 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05591" ;
    dct:modified "2026-01-03T15:13:41"^^xsd:dateTime ;
    skos:altLabel "Television plays"@en,
        "Television theater"@en ;
    skos:broadMatch <http://dewey.info/class/792/e23/> ;
    skos:broader humord:c05577 ;
    skos:closeMatch <http://dewey.info/class/791.457/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.457/e23/>,
        <http://dewey.info/class/792/e23/> ;
    skos:prefLabel "Television theatre"@en,
        "Fjernsynsteater"@nb,
        "Fjernsynsteater"@nn .

humord:c05592 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05592" ;
    dct:modified "2026-01-03T15:14:05"^^xsd:dateTime ;
    skos:altLabel "Folk theater"@en,
        "Popular theater"@en,
        "Popular theatre"@en ;
    skos:broadMatch <http://dewey.info/class/792/e23/> ;
    skos:broader humord:c05577 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.4848/e23/>,
        <http://dewey.info/class/792/e23/> ;
    skos:prefLabel "Folk theatre"@en,
        "Folkelig teater"@nb,
        "Folkeleg teater"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.4848/e23/> .

humord:c05593 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05593" ;
    dct:modified "2026-01-03T15:16:27"^^xsd:dateTime ;
    skos:altLabel "Open air theater"@en ;
    skos:broadMatch <http://dewey.info/class/792.022/e23/> ;
    skos:broader humord:c05577 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.022/e23/> ;
    skos:prefLabel "Open air theatre"@en,
        "Friluftsteater"@nb,
        "Friluftsteater"@nn .

humord:c05594 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-04-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05594" ;
    dct:modified "2026-01-03T15:15:19"^^xsd:dateTime ;
    skos:altLabel "Street theater"@en ;
    skos:broadMatch <http://dewey.info/class/792.022/e23/> ;
    skos:broader humord:c05577 ;
    skos:definition "Teater spilt på åpen gate, ofte som dramatisering av et emne fra aktuell debatt <naob.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.022/e23/> ;
    skos:prefLabel "Street theatre"@en,
        "Gateteater"@nb,
        "Gateteater"@nn .

humord:c05595 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05595" ;
    dct:modified "2025-09-03T08:21:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/246.7/e23/>,
        <http://dewey.info/class/792.16/e23/> ;
    skos:broader humord:c34741 ;
    skos:definition "Drama oppstått og utviklet fra kirkelige riter og gudstjenester <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/246.7/e23/>,
        <http://dewey.info/class/782.298/e23/>,
        <http://dewey.info/class/792.16/e23/> ;
    skos:prefLabel "Liturgical drama"@en,
        "Liturgisk drama"@nb,
        "Liturgisk drama"@nn ;
    skos:related humord:c05501,
        humord:c08718 ;
    skos:relatedMatch <http://dewey.info/class/782.298/e23/> .

humord:c05596 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05596" ;
    dct:modified "2025-01-31T14:18:17"^^xsd:dateTime ;
    skos:altLabel "Christmas plays"@en ;
    skos:broadMatch <http://dewey.info/class/792.16/e23/> ;
    skos:broader humord:c05595 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.298/e23/>,
        <http://dewey.info/class/792.16/e23/> ;
    skos:prefLabel "Magi plays"@en,
        "Helligetrekongerspill"@nb,
        "Heilagetrekongarsspel"@nn ;
    skos:relatedMatch <http://dewey.info/class/782.298/e23/> .

humord:c05597 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05597" ;
    dct:modified "2025-09-03T08:30:49"^^xsd:dateTime ;
    skos:altLabel "German comedy drama"@en ;
    skos:broadMatch <http://dewey.info/class/3A--2/e23/>,
        <http://dewey.info/class/792.2/e23/>,
        <http://dewey.info/class/808.82/e23/>,
        <http://dewey.info/class/809.2/e23/> ;
    skos:broader humord:c06659 ;
    skos:definition "Teaterstykke med lett og lystig innhold <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--2/e23/>,
        <http://dewey.info/class/792.2/e23/>,
        <http://dewey.info/class/808.82/e23/>,
        <http://dewey.info/class/809.2/e23/> ;
    skos:prefLabel "Lustspiel"@en,
        "Lystspill"@nb,
        "Lystspel"@nn ;
    skos:related humord:c06677 .

humord:c05598 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05598" ;
    dct:modified "2026-01-03T15:08:04"^^xsd:dateTime ;
    skos:altLabel "Itinerant theater"@en,
        "Itinerant theatre"@en,
        "Touring theater"@en,
        "Touring theatre"@en,
        "Traveling theater"@en,
        "Traveling theatre"@en,
        "Travelling theater"@en ;
    skos:broadMatch <http://dewey.info/class/792.022/e23/> ;
    skos:broader humord:c05577 ;
    skos:closeMatch <http://dewey.info/class/791.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.1/e23/>,
        <http://dewey.info/class/792.022/e23/> ;
    skos:prefLabel "Travelling theatre"@en,
        "Omreisende teater"@nb,
        "Omreisande teater"@nn ;
    skos:related humord:c05580 .

humord:c05599 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05599" ;
    dct:modified "2026-01-03T15:17:31"^^xsd:dateTime ;
    skos:altLabel "Political theater"@en ;
    skos:broadMatch <http://dewey.info/class/792/e23/> ;
    skos:broader humord:c05577 ;
    skos:closeMatch <http://dewey.info/class/3C--3581/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.2/e23/>,
        <http://dewey.info/class/3C--3581/e23/>,
        <http://dewey.info/class/792.013/e23/>,
        <http://dewey.info/class/792/e23/> ;
    skos:prefLabel "Political theatre"@en,
        "Politisk teater"@nb,
        "Politisk teater"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.2/e23/>,
        <http://dewey.info/class/792.013/e23/> .

humord:c05601 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05601" ;
    dct:modified "2026-01-03T15:17:51"^^xsd:dateTime ;
    skos:altLabel "Ritual theater"@en ;
    skos:broadMatch <http://dewey.info/class/792/e23/> ;
    skos:broader humord:c05577 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792/e23/> ;
    skos:prefLabel "Ritual theatre"@en,
        "Rituelt teater"@nb,
        "Rituelt teater"@nn .

humord:c05602 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05602" ;
    dct:modified "2025-10-14T15:32:32"^^xsd:dateTime ;
    skos:altLabel "Regional theaters"@en,
        "Distriktsteater"@nb,
        "Lokalteater"@nb,
        "Regionteatre"@nb,
        "Distriktsteater"@nn,
        "Lokalteater"@nn,
        "Regionteater"@nn ;
    skos:broadMatch <http://dewey.info/class/792/e23/> ;
    skos:broader humord:c05577 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792/e23/> ;
    skos:prefLabel "Regional theatres"@en,
        "Regionalt teater"@nb,
        "Regionalt teater"@nn .

humord:c05605 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05605" ;
    dct:modified "2026-01-03T15:09:15"^^xsd:dateTime ;
    skos:altLabel "Musical revues"@en,
        "Vaudevilles"@en,
        "Revyteater"@nb,
        "Revyteater"@nn ;
    skos:broader humord:c05577 ;
    skos:closeMatch <http://dewey.info/class/782.14/e23/>,
        <http://dewey.info/class/792.6/e23/> ;
    skos:definition "Lettere teaterforestilling som består av ballett, viser og sketsjer med aktuelt, satirisk innhold <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.14/e23/>,
        <http://dewey.info/class/792.6/e23/>,
        <http://dewey.info/class/808.8257/e23/>,
        <http://dewey.info/class/809.257/e23/> ;
    skos:prefLabel "Revues"@en,
        "Revyer"@nb,
        "Revyar"@nn ;
    skos:related humord:c05608,
        humord:c14703 ;
    skos:relatedMatch <http://dewey.info/class/808.8257/e23/>,
        <http://dewey.info/class/809.257/e23/> .

humord:c05606 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05606" ;
    dct:modified "2026-01-03T13:38:54"^^xsd:dateTime ;
    skos:altLabel "Shadow play"@en,
        "Shadow theater"@en,
        "Skyggeteater"@nn ;
    skos:broader humord:c05586 ;
    skos:closeMatch <http://dewey.info/class/791.53/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.53/e23/> ;
    skos:prefLabel "Shadow theatre"@en,
        "Skyggeteater"@nb,
        "Skuggeteater"@nn .

humord:c05607 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05607" ;
    dct:modified "2025-10-15T09:46:18"^^xsd:dateTime ;
    skos:altLabel "Youth theater"@en ;
    skos:broader humord:c05577 ;
    skos:closeMatch <http://dewey.info/class/792.0226/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.399/e23/>,
        <http://dewey.info/class/373.1399/e23/>,
        <http://dewey.info/class/792.0226/e23/>,
        <http://dewey.info/class/792.0835/e23/> ;
    skos:prefLabel "Youth theatre"@en,
        "Ungdomsteater"@nb,
        "Ungdomsteater"@nn ;
    skos:relatedMatch <http://dewey.info/class/371.399/e23/>,
        <http://dewey.info/class/373.1399/e23/>,
        <http://dewey.info/class/792.0835/e23/> .

humord:c05608 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05608" ;
    dct:modified "2026-01-03T15:10:54"^^xsd:dateTime ;
    skos:altLabel "Burlesque"@en,
        "Varieteteater"@nb,
        "Varieteteater"@nn ;
    skos:broader humord:c05577 ;
    skos:closeMatch <http://dewey.info/class/792.7/e23/> ;
    skos:definition "Lett og variert underholdning <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.7/e23/> ;
    skos:prefLabel "Variety shows"@en,
        "Variete"@nb,
        "Variete"@nn ;
    skos:related humord:c05605,
        humord:c14703,
        humord:c17142 .

humord:c05610 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05610" ;
    dct:modified "2025-10-14T15:30:00"^^xsd:dateTime ;
    skos:altLabel "Boulevardteater"@nb ;
    skos:broadMatch <http://dewey.info/class/792.7/e23/> ;
    skos:broader humord:c05608 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.7/e23/> ;
    skos:prefLabel "Boulevard theatre"@en,
        "Bulevardteater"@nb,
        "Bulevardteater"@nn .

humord:c05612 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-08-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05612" ;
    dct:modified "2024-10-16T14:12:34"^^xsd:dateTime ;
    skos:altLabel "Beiqu"@nb,
        "Yuanqu"@nb,
        "Beiqu"@nn,
        "Yuanqu"@nn ;
    skos:broadMatch <http://dewey.info/class/895.1246/e23/> ;
    skos:broader humord:c06665 ;
    skos:definition "Drama fra Nord-Kina fra 13.-15.årh. <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.1246/e23/> ;
    skos:prefLabel "Zaju"@en,
        "Zaju"@nb,
        "Zaju"@nn .

humord:c05615 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05615" ;
    dct:modified "2024-12-17T08:14:33"^^xsd:dateTime ;
    skos:altLabel "Home videos"@en,
        "Interactive videos"@en,
        "Video"@en,
        "Hjemmevideo"@nb,
        "Interaktive videoer"@nb,
        "Video"@nb,
        "Videoband"@nb,
        "Videobånd"@nb,
        "Videogram"@nb,
        "Videogrammer"@nb,
        "Videokassetter"@nb,
        "Heimevideo"@nn,
        "Interaktive videoar"@nn,
        "Video"@nn,
        "Videoband"@nn,
        "Videogram"@nn,
        "Videokassettar"@nn ;
    skos:broader humord:c15468 ;
    skos:closeMatch <http://dewey.info/class/777/e23/> ;
    skos:exactMatch realfagstermer:c002229 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002229,
        <http://dewey.info/class/384.558/e23/>,
        <http://dewey.info/class/777/e23/> ;
    skos:prefLabel "Videos"@en,
        "Videoer"@nb,
        "Videoar"@nn ;
    skos:related humord:c05396,
        humord:c23215 ;
    skos:relatedMatch <http://dewey.info/class/384.558/e23/> .

humord:c05618 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05618" ;
    dct:modified "2024-10-15T07:37:59"^^xsd:dateTime ;
    skos:altLabel "Child art"@en ;
    skos:broader humord:c05617 ;
    skos:definition "Kunst laget av barn <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.5/e23/>,
        <http://dewey.info/class/741.083/e23/> ;
    skos:prefLabel "Childrens art"@en,
        "Barnekunst"@nb,
        "Barnekunst"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.5/e23/>,
        <http://dewey.info/class/741.083/e23/> .

humord:c05619 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05619" ;
    dct:modified "2025-04-01T13:15:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/745/e23/> ;
    skos:broader humord:c05617 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/731.72/e23/>,
        <http://dewey.info/class/744.42/e23/>,
        <http://dewey.info/class/745/e23/> ;
    skos:prefLabel "Decorative arts"@en,
        "Dekorativ kunst"@nb,
        "Dekorativ kunst"@nn ;
    skos:relatedMatch <http://dewey.info/class/731.72/e23/>,
        <http://dewey.info/class/744.42/e23/> .

humord:c05620 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05620" ;
    dct:modified "2025-04-02T08:45:56"^^xsd:dateTime ;
    skos:altLabel "Floral design"@en,
        "Blomekunst"@nn ;
    skos:broader humord:c05619 ;
    skos:exactMatch <http://dewey.info/class/745.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/745.92/e23/> ;
    skos:prefLabel "Floral art"@en,
        "Blomsterkunst"@nb,
        "Blomsterkunst"@nn .

humord:c05621 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05621" ;
    dct:modified "2025-04-03T07:52:53"^^xsd:dateTime ;
    skos:altLabel "Flower decorations"@en,
        "Flower spray"@en,
        "Spray of flowers"@en,
        "Blomsterarrangementer"@nb,
        "Blomsterdekorasjon"@nb,
        "Blomsterdekorasjonar"@nn ;
    skos:broader humord:c05620 ;
    skos:closeMatch <http://dewey.info/class/745.92/e23/> ;
    skos:exactMatch realfagstermer:c004886 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004886,
        <http://dewey.info/class/745.92/e23/> ;
    skos:prefLabel "Flower arrangements"@en,
        "Blomsterdekorasjoner"@nb,
        "Blomedekorasjonar"@nn .

humord:c05623 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-05-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05623" ;
    dct:modified "2025-04-01T15:24:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/745.92252/e23/> ;
    skos:broader humord:c05620 ;
    skos:definition "Ikebana er japansk blomsterkunst eller arrangement av blomster, grener, løv og så videre <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/745.92252/e23/> ;
    skos:prefLabel "Ikebana"@en,
        "Ikebana"@nb,
        "Ikebana"@nn .

humord:c05624 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05624" ;
    dct:modified "2026-06-04T12:10:50"^^xsd:dateTime ;
    skos:altLabel "Book arts"@en ;
    skos:broader humord:c05619 ;
    skos:closeMatch <http://dewey.info/class/686/e23/> ;
    skos:exactMatch realfagstermer:c001981 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001981,
        <http://dewey.info/class/686/e23/>,
        <http://dewey.info/class/741.64/e23/> ;
    skos:prefLabel "Book art"@en,
        "Bokkunst"@nb,
        "Bokkunst"@nn ;
    skos:related humord:c05339,
        humord:c05650,
        humord:c15938,
        humord:c70436 ;
    skos:relatedMatch <http://dewey.info/class/741.64/e23/> .

humord:c05625 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05625" ;
    dct:modified "2025-10-16T12:36:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/729/e23/>,
        <http://dewey.info/class/745/e23/> ;
    skos:broader humord:c05619 ;
    skos:definition "Ornamentikk er ornamenter eller prydformer som fungerer i forbindelse med et objekt, med sine omgivelser, fortrinnsvis i brukskunst og arkitektur som utsmykning av fasader eller rom. Også en del former for tatovering kan betraktes som ornamentikk <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/729/e23/>,
        <http://dewey.info/class/745/e23/> ;
    skos:prefLabel "Ornamentation (Art)"@en,
        "Ornamentikk (Kunst)"@nb,
        "Ornamentikk (Kunst)"@nn .

humord:c05626 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05626" ;
    dct:modified "2025-04-01T14:23:38"^^xsd:dateTime ;
    skos:altLabel "Decoration"@en,
        "Dekor"@nb,
        "Dekorasjon"@nb,
        "Dekorering"@nb,
        "Utsmykning"@nb ;
    skos:broadMatch <http://dewey.info/class/729/e23/> ;
    skos:broader humord:c05619 ;
    skos:exactMatch <http://dewey.info/class/744/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/729/e23/>,
        <http://dewey.info/class/744/e23/> ;
    skos:prefLabel "Embellishment"@en,
        "Utsmykking"@nb,
        "Utsmykking"@nn .

humord:c05631 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05631" ;
    dct:modified "2026-06-04T12:17:42"^^xsd:dateTime ;
    skos:altLabel "Public embellishment"@en,
        "Offentlig kunst"@nb,
        "Offentlig utsmykning"@nb,
        "Offentleg kunst"@nn ;
    skos:broadMatch <http://dewey.info/class/729/e23/> ;
    skos:broader humord:c05626 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709/e23/>,
        <http://dewey.info/class/711/e23/>,
        <http://dewey.info/class/729/e23/> ;
    skos:prefLabel "Public art"@en,
        "Offentlig utsmykking"@nb,
        "Offentleg utsmykking"@nn ;
    skos:related humord:c59370 ;
    skos:relatedMatch <http://dewey.info/class/709/e23/>,
        <http://dewey.info/class/711/e23/> .

humord:c05633 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05633" ;
    dct:modified "2025-05-26T12:42:36"^^xsd:dateTime ;
    skos:broader humord:c05631 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/711.57/e23/>,
        <http://dewey.info/class/731.549/e23/>,
        <http://dewey.info/class/731.76/e23/> ;
    skos:prefLabel "Monumental art"@en,
        "Monumentalkunst"@nb,
        "Monumentalkunst"@nn ;
    skos:relatedMatch <http://dewey.info/class/711.57/e23/>,
        <http://dewey.info/class/731.549/e23/>,
        <http://dewey.info/class/731.76/e23/> .

humord:c05635 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05635" ;
    dct:modified "2025-04-01T13:22:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/700/e23/> ;
    skos:broader humord:c05617 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700/e23/> ;
    skos:prefLabel "Folk art"@en,
        "Folkelig kunst"@nb,
        "Folkeleg kunst"@nn ;
    skos:related humord:c05429 .

humord:c05636 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05636" ;
    dct:modified "2025-04-02T09:17:14"^^xsd:dateTime ;
    skos:altLabel "Folk art prints"@en ;
    skos:broadMatch <http://dewey.info/class/769/e23/> ;
    skos:broader humord:c05322,
        humord:c05635 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/745/e23/>,
        <http://dewey.info/class/769/e23/> ;
    skos:prefLabel "Popular prints"@en,
        "Folkelig grafikk"@nb,
        "Folkeleg grafikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/745/e23/> .

humord:c05637 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05637" ;
    dct:modified "2025-06-06T10:28:56"^^xsd:dateTime ;
    skos:altLabel "Popular prints (Coffin decoration)"@en,
        "Kistebilder"@nb,
        "Kistebilete"@nn ;
    skos:broadMatch <http://dewey.info/class/769/e23/> ;
    skos:broader humord:c05636 ;
    skos:definition "Folkelig ettbladstresnitt som ble limt på innsiden av kistelokk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/761.2/e23/>,
        <http://dewey.info/class/769/e23/> ;
    skos:prefLabel "Fok art prints (Coffin decoration)"@en,
        "Kistebrev"@nb,
        "Kistebrev"@nn ;
    skos:relatedMatch <http://dewey.info/class/761.2/e23/> .

humord:c05639 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05639" ;
    dct:modified "2025-04-02T09:29:52"^^xsd:dateTime ;
    skos:altLabel "Kinesiske nyårsbilete"@nn ;
    skos:broadMatch <http://dewey.info/class/769.951/e23/> ;
    skos:broader humord:c05636 ;
    skos:definition "Kolorerte blokktrykk for dekorasjon under feiringen av det kinesiske nyttår <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/746.62/e23/>,
        <http://dewey.info/class/769.951/e23/> ;
    skos:prefLabel "Chinese new year paintings"@en,
        "Kinesiske nyttårsbilder"@nb,
        "Kinesiske nyttårsbilder"@nn ;
    skos:relatedMatch <http://dewey.info/class/746.62/e23/> .

humord:c05640 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05640" ;
    dct:modified "2025-04-03T14:49:30"^^xsd:dateTime ;
    skos:broader humord:c05635 ;
    skos:closeMatch <http://dewey.info/class/751.73/e23/> ;
    skos:definition "Ukommersielle plakater og malerier på mur og plankeverk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/751.73/e23/> ;
    skos:prefLabel "Street art"@en,
        "Gatekunst"@nb,
        "Gatekunst"@nn ;
    skos:related humord:c05641,
        humord:c14828 .

humord:c05641 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-11-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05641" ;
    dct:modified "2025-12-05T07:55:01"^^xsd:dateTime ;
    skos:broader humord:c14828 ;
    skos:closeMatch <http://dewey.info/class/751.73/e23/> ;
    skos:definition "Ulovlig tegning av signaturer (tags) på vegger, tak, biler, tog, T-bane og annet offentlig sted <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/751.73/e23/> ;
    skos:prefLabel "Tagging"@en,
        "Tagging"@nb,
        "Tagging"@nn ;
    skos:related humord:c05640 .

humord:c05643 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05643" ;
    dct:modified "2025-04-01T13:23:54"^^xsd:dateTime ;
    skos:altLabel "Funerary arts"@en,
        "Tomb art"@en ;
    skos:broader humord:c05617 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/726.8/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Funerary art"@en,
        "Gravkunst"@nb,
        "Gravkunst"@nn ;
    skos:relatedMatch <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/726.8/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c05644 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05644" ;
    dct:modified "2024-11-21T08:46:50"^^xsd:dateTime ;
    skos:altLabel "Gravmæler"@nb,
        "Heroon"@nb,
        "Mausoleer"@nb,
        "Sepulkralmonumenter"@nb,
        "Gravmæle"@nn,
        "Mausoleum"@nn,
        "Sepulkralmonument"@nn ;
    skos:broader humord:c00014,
        humord:c05643 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/726.8/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Grave monuments"@en,
        "Gravmonumenter"@nb,
        "Gravmonument"@nn ;
    skos:related humord:c12105 ;
    skos:relatedMatch <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/726.8/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c05647 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05647" ;
    dct:modified "2025-04-03T15:22:00"^^xsd:dateTime ;
    skos:broader humord:c05644 ;
    skos:definition "Gravurner: urne med aske fra en avdød person <ordbøkene.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.2/e23/>,
        <http://dewey.info/class/726.8/e23/>,
        <http://dewey.info/class/731.72/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Funerary urns"@en,
        "Gravurner"@nb,
        "Gravurner"@nn ;
    skos:relatedMatch <http://dewey.info/class/393.2/e23/>,
        <http://dewey.info/class/726.8/e23/>,
        <http://dewey.info/class/731.72/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c05648 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05648" ;
    dct:modified "2025-04-03T15:27:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/731.54/e23/> ;
    skos:broader humord:c05644 ;
    skos:definition "Sarkofag: monumentalt utstyrt likkiste <ordbøkene.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/393.1/e23/>,
        <http://dewey.info/class/731.54/e23/> ;
    skos:prefLabel "Sarcophagi"@en,
        "Sarkofager"@nb,
        "Sarkofagar"@nn ;
    skos:relatedMatch <http://dewey.info/class/393.1/e23/> .

humord:c05649 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05649" ;
    dct:modified "2025-04-03T15:37:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/726.143/e23/> ;
    skos:broader humord:c05644 ;
    skos:definition "Gravmonument til minne om Buddha <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.3438/e23/>,
        <http://dewey.info/class/726.143/e23/> ;
    skos:prefLabel "Stupas"@en,
        "Stupaer"@nb,
        "Stupaar"@nn ;
    skos:relatedMatch <http://dewey.info/class/294.3438/e23/> .

humord:c05650 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05650" ;
    dct:modified "2025-04-01T13:47:58"^^xsd:dateTime ;
    skos:altLabel "Illustration"@en ;
    skos:broader humord:c05617 ;
    skos:closeMatch <http://dewey.info/class/741.6/e23/> ;
    skos:definition "Illustrasjonskunst: Tredimensjonalt kunstverk, gjerne fleire gjenstandar som er sette saman i eit rom <ordbøkene.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/741.6/e23/>,
        <http://dewey.info/class/761/e23/> ;
    skos:prefLabel "Art of illustration"@en,
        "Illustrasjonskunst"@nb,
        "Illustrasjonskunst"@nn ;
    skos:related humord:c05624,
        humord:c15096 ;
    skos:relatedMatch <http://dewey.info/class/761/e23/> .

humord:c05651 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05651" ;
    dct:modified "2026-06-12T07:40:03"^^xsd:dateTime ;
    skos:altLabel "Installation art"@en,
        "Installasjon (Kunst)"@nb,
        "Installasjon (Kunst)"@nn ;
    skos:broadMatch <http://dewey.info/class/709.0407/e23/> ;
    skos:broader humord:c05617 ;
    skos:definition "Installasjonskunst betegner kunstneriske uttrykk der objekter, materialer eller medier organiseres i et rom slik at det oppleves som en helhetlig situasjon. Uttrykket er ofte stedsspesifikt og kjennetegnes ved at betrakterens fysiske tilstedeværelse og bevegelse i rommet inngår som en del av opplevelsen. <UBB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.0407/e23/> ;
    skos:prefLabel "Installations (Art)"@en,
        "Installasjonskunst"@nb,
        "Installasjonskunst"@nn ;
    skos:related humord:c05383,
        humord:c12888,
        humord:c59370,
        humord:c70437,
        humord:c70438,
        humord:c70439 .

humord:c05652 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05652" ;
    dct:modified "2025-04-01T13:31:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/247/e23/> ;
    skos:broader humord:c05617 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/246/e23/>,
        <http://dewey.info/class/247/e23/>,
        <http://dewey.info/class/700.482/e23/>,
        <http://dewey.info/class/704.9482/e23/>,
        <http://dewey.info/class/726.529/e23/> ;
    skos:prefLabel "Church art"@en,
        "Kirkekunst"@nb,
        "Kyrkjekunst"@nn ;
    skos:related humord:c14553 ;
    skos:relatedMatch <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/246/e23/>,
        <http://dewey.info/class/700.482/e23/>,
        <http://dewey.info/class/704.9482/e23/>,
        <http://dewey.info/class/726.529/e23/> .

humord:c05653 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-08-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05653" ;
    dct:modified "2025-04-03T14:02:54"^^xsd:dateTime ;
    skos:altLabel "Altar frontals"@en,
        "Alterfrontaler"@nb,
        "Alterfronter"@nb,
        "Frontaler (Altere)"@nb,
        "Alterfrontalar"@nn,
        "Alterfrontar"@nn,
        "Fontalar (Alter)"@nn,
        "Frontalar (Altar)"@nn ;
    skos:broadMatch <http://dewey.info/class/247.1/e23/>,
        <http://dewey.info/class/726.5291/e23/> ;
    skos:broader humord:c05652 ;
    skos:definition "Antemensale er en plate som enten er laget av tre med malte motiver eller metall med motiver i relieff (repoussé). En antemensale danner forsiden av et alterbord i en kirke. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/247.1/e23/>,
        <http://dewey.info/class/726.5291/e23/> ;
    skos:prefLabel "Antependium"@en,
        "Antemensaler"@nb,
        "Antemensaler"@nn .

humord:c05655 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05655" ;
    dct:modified "2024-04-24T12:46:25"^^xsd:dateTime ;
    skos:altLabel "Apsisdekorasjon"@nb ;
    skos:broader humord:c05652 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/726.593/e23/> ;
    skos:prefLabel "Apse decorations"@en,
        "Apsisdekorasjoner"@nb,
        "Apsisdekorasjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/726.593/e23/> .

humord:c05656 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05656" ;
    dct:modified "2025-01-17T07:08:39"^^xsd:dateTime ;
    skos:altLabel "Church inventory"@en ;
    skos:broader humord:c05652 ;
    skos:closeMatch <http://dewey.info/class/726.529/e23/> ;
    skos:exactMatch <http://dewey.info/class/247.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/247.1/e23/>,
        <http://dewey.info/class/726.529/e23/> ;
    skos:prefLabel "Church furniture"@en,
        "Kirkeinventar"@nb,
        "Kyrkjeinventar"@nn ;
    skos:related humord:c04660 .

humord:c05657 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05657" ;
    dct:modified "2024-08-13T08:48:26"^^xsd:dateTime ;
    skos:altLabel "Communion tables"@en,
        "Alter"@nb,
        "Altre"@nb,
        "Alter"@nn ;
    skos:broadMatch <http://dewey.info/class/247.1/e23/>,
        <http://dewey.info/class/726.5291/e23/> ;
    skos:broader humord:c11685 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/247.1/e23/>,
        <http://dewey.info/class/726.5291/e23/> ;
    skos:prefLabel "Altars"@en,
        "Altere"@nb,
        "Altar"@nn ;
    skos:relatedMatch <http://dewey.info/class/203.7/e23/> .

humord:c05658 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05658" ;
    dct:modified "2024-12-05T11:04:09"^^xsd:dateTime ;
    skos:altLabel "Reredos"@en,
        "Retables"@en,
        "Altertavler"@nn ;
    skos:broadMatch <http://dewey.info/class/247.1/e23/>,
        <http://dewey.info/class/726.5296/e23/> ;
    skos:broader humord:c05656 ;
    skos:definition "Altertavle er en oppsats med maleri eller billedverk plassert over og bak alteret i kirkebygg. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/247.1/e23/>,
        <http://dewey.info/class/726.5296/e23/> ;
    skos:prefLabel "Altarpieces"@en,
        "Altertavler"@nb,
        "Altartavler"@nn .

humord:c05659 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05659" ;
    dct:modified "2025-04-04T10:18:09"^^xsd:dateTime ;
    skos:altLabel "Fonts (Church inventory)"@en ;
    skos:broadMatch <http://dewey.info/class/726.5291/e23/> ;
    skos:broader humord:c05656 ;
    skos:exactMatch <http://dewey.info/class/247.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/234.161/e23/>,
        <http://dewey.info/class/247.1/e23/>,
        <http://dewey.info/class/726.5291/e23/> ;
    skos:prefLabel "Baptismal fonts"@en,
        "Døpefonter"@nb,
        "Døypefontar"@nn ;
    skos:relatedMatch <http://dewey.info/class/234.161/e23/> .

humord:c05660 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-10-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05660" ;
    dct:modified "2025-04-04T10:58:01"^^xsd:dateTime ;
    skos:altLabel "Helgenskrin"@nb,
        "Relikvarier"@nb ;
    skos:broadMatch <http://dewey.info/class/247/e23/> ;
    skos:broader humord:c05656 ;
    skos:definition "Beholder til en del av en hellig persons legeme eller gjenstand knyttet til   en hellig person <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/235.2/e23/>,
        <http://dewey.info/class/247/e23/> ;
    skos:prefLabel "Reliquaries"@en,
        "Relikvieskrin"@nb,
        "Relikvie­skrin"@nn ;
    skos:related humord:c08413 ;
    skos:relatedMatch <http://dewey.info/class/235.2/e23/> .

humord:c05663 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05663" ;
    dct:modified "2025-04-04T10:44:31"^^xsd:dateTime ;
    skos:altLabel "Ecclesiastical garb"@en ;
    skos:broadMatch <http://dewey.info/class/247/e23/>,
        <http://dewey.info/class/746.92/e23/> ;
    skos:broader humord:c05656 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/247/e23/>,
        <http://dewey.info/class/746.92/e23/> ;
    skos:prefLabel "Church vestments"@en,
        "Liturgiske drakter"@nb,
        "Liturgiske drakter"@nn .

humord:c05664 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05664" ;
    dct:modified "2025-01-13T08:58:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/247/e23/> ;
    skos:broader humord:c05656 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/247/e23/> ;
    skos:prefLabel "Liturgical containers"@en,
        "Liturgiske kar"@nb,
        "Liturgiske kar"@nn .

humord:c05665 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05665" ;
    dct:modified "2025-04-04T10:52:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/247/e23/> ;
    skos:broader humord:c05656 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/247/e23/> ;
    skos:prefLabel "Sacrifical vessels"@en,
        "Offerkar"@nb,
        "Offerkar"@nn .

humord:c05666 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05666" ;
    dct:modified "2025-04-04T10:56:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/726.5292/e23/> ;
    skos:broader humord:c05656 ;
    skos:definition "Prekestol er en særlig oppbygd plass i kirken for predikanten i gudstjenesten <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/726.5292/e23/> ;
    skos:prefLabel "Pulpits"@en,
        "Prekestoler"@nb,
        "Preikestolar"@nn .

humord:c05667 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05667" ;
    dct:modified "2025-04-04T11:45:39"^^xsd:dateTime ;
    skos:altLabel "Kirkeskip"@nb,
        "Kyrkjeskip"@nn ;
    skos:broadMatch <http://dewey.info/class/247/e23/> ;
    skos:broader humord:c05656 ;
    skos:definition "Votivskip eller kirkeskip er skipsmodeller for utsmykking i en kirke <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/246.55/e23/>,
        <http://dewey.info/class/247/e23/> ;
    skos:prefLabel "Voive ships"@en,
        "Votivskip"@nb,
        "Votivskip"@nn ;
    skos:related humord:c08609 ;
    skos:relatedMatch <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/246.55/e23/> .

humord:c05668 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05668" ;
    dct:modified "2025-04-01T14:43:27"^^xsd:dateTime ;
    skos:altLabel "Commercial art"@en ;
    skos:broadMatch <http://dewey.info/class/744/e23/> ;
    skos:broader humord:c05617 ;
    skos:definition "Reklamekunst: reklame som benytter kunstneriske virkemidler, uttrykk <NAOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/744/e23/> ;
    skos:prefLabel "Advertising art"@en,
        "Reklamekunst"@nb,
        "Reklamekunst"@nn ;
    skos:related humord:c07756 .

humord:c05669 a ubo:LinkingTerm,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05669" ;
    dct:modified "2026-01-07T11:14:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/700.6/e23/> ;
    skos:broader humord:c05183 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700.6/e23/> ;
    skos:prefLabel "Artist groups"@en,
        "Kunstnergrupper"@nb,
        "Kunstnargrupper"@nn .

humord:c05671 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05671" ;
    dct:modified "2025-12-16T08:31:28"^^xsd:dateTime ;
    skos:altLabel "Der Blaue Reiter"@en,
        "Der Blaue Reiter"@nb,
        "Der Blaue Reiter"@nn ;
    skos:broadMatch <http://dewey.info/class/759.3/e23/> ;
    skos:broader humord:c05669 ;
    skos:definition "En gruppe avantgardekunstnere i München (1911-1914) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04042/e23/>,
        <http://dewey.info/class/759.3/e23/> ;
    skos:prefLabel "Blaue Reiter"@en,
        "Blaue Reiter"@nb,
        "Blaue Reiter"@nn ;
    skos:related humord:c05695 ;
    skos:relatedMatch <http://dewey.info/class/709.04042/e23/> .

humord:c05673 a ubo:LinkingTerm,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05673" ;
    dct:modified "2025-04-11T14:58:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/709.04/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Fluxus var en eksperimenterende kunstretning, dannet i 1962 av George Maciunas (1931–1978). Retningen hadde røtter i dadaismen og lignende anti-kunstretninger, i konstruktivistiske manifester fra Russland, i Bauhaus og Marcel Duchamp <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04/e23/> ;
    skos:prefLabel "Fluxus"@en,
        "Fluxus"@nb,
        "Fluxus"@nn .

humord:c05677 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-11-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05677" ;
    dct:modified "2025-12-16T08:27:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/759.9492/e23/> ;
    skos:broader humord:c05669 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/759.9492/e23/> ;
    skos:prefLabel "Rembrandt pupils"@en,
        "Rembrandtelevene"@nb,
        "Rembrandtelevane"@nn .

humord:c05678 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05678" ;
    dct:modified "2025-12-16T08:24:54"^^xsd:dateTime ;
    skos:altLabel "Shanghai-skolen"@nn ;
    skos:broadMatch <http://dewey.info/class/759.951/e23/> ;
    skos:broader humord:c05669 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/759.951/e23/> ;
    skos:prefLabel "Shanghai school of painting"@en,
        "Shanghai-skolen"@nb,
        "Shanghai-skulen"@nn .

humord:c05680 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05680" ;
    dct:modified "2025-04-04T13:41:39"^^xsd:dateTime ;
    skos:broader humord:c05679 ;
    skos:definition "Abstrakt kunst er visuell kunst hvor forbindelsen til den synlige og konkrete virkeligheten er redusert, forenklet, generalisert eller opphevet <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.04052/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04052/e23/> ;
    skos:prefLabel "Abstract art"@en,
        "Abstrakt kunst"@nb,
        "Abstrakt kunst"@nn .

humord:c05681 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05681" ;
    dct:modified "2025-04-25T10:54:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/709.04052/e23/> ;
    skos:broader humord:c05680 ;
    skos:definition "Abstrakt ekspresjonisme var den første amerikanske kunstretningen som fikk internasjonal innflytelse og regnes som USAs viktigste bidrag til moderne kunst <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04052/e23/>,
        <http://dewey.info/class/735.230452/e23/>,
        <http://dewey.info/class/759.0652/e23/> ;
    skos:prefLabel "Abstract expressionism"@en,
        "Abstrakt ekspresjonisme"@nb,
        "Abstrakt ekspresjonisme"@nn ;
    skos:related humord:c05695 ;
    skos:relatedMatch <http://dewey.info/class/735.230452/e23/>,
        <http://dewey.info/class/759.0652/e23/> .

humord:c05683 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05683" ;
    dct:modified "2025-04-25T10:39:03"^^xsd:dateTime ;
    skos:broader humord:c05680 ;
    skos:closeMatch <http://dewey.info/class/709.0405/e23/> ;
    skos:definition "Nonfigurativ kunst er billedkunst hvor forbindelsen til den synlige virkeligheten er fjernet. Typisk for nonfigurativ kunst er plangeometriske former og farger uten dybdevirkning. I denne forstand stemmer ikke komposisjon og farger i kunstverket overens med former og gjenstander i virkeligheten <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.0405/e23/> ;
    skos:prefLabel "Non-figurative art"@en,
        "Nonfigurativ kunst"@nb,
        "Nonfigurativ kunst"@nn .

humord:c05684 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05684" ;
    dct:modified "2025-04-25T09:24:21"^^xsd:dateTime ;
    skos:broader humord:c05679 ;
    skos:definition "Art brut er en kunstvitenskapelig betegnelse for bilder som er skapt spontant av mennesker utenfor det etablerte kunstmiljøet, blant annet av barn, fanger og sinnslidende (SNL)"@nb ;
    skos:exactMatch <http://dewey.info/class/709.0409/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.0409/e23/> ;
    skos:prefLabel "Art brut"@en,
        "Art brut"@nb,
        "Art brut"@nn .

humord:c05685 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05685" ;
    dct:modified "2025-04-04T13:49:56"^^xsd:dateTime ;
    skos:altLabel "Arts decoratifs"@nb ;
    skos:broader humord:c05679 ;
    skos:definition "Art deco: stil innanfor arkitektur, design eller liknande i 1920- og 30-åra som er prega av dekorative framfor funksjonelle omsyn <ordbøkene.no>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.04012/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04012/e23/>,
        <http://dewey.info/class/735.230412/e23/> ;
    skos:prefLabel "Art deco"@en,
        "Art deco"@nb,
        "Art deco"@nn ;
    skos:relatedMatch <http://dewey.info/class/735.230412/e23/> .

humord:c05687 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05687" ;
    dct:modified "2025-04-11T15:21:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/709.4509046/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Arte povera betyr direkte oversatt «fattig kunst» og er en kunstbevegelse som utviklet seg i Italia mot slutten av 1960-årene. Denne retningen, gjerne regnet for en type avantgarde-kunst, oppsto som en reaksjon mot samtidens teknologiske og materielle utvikling samt de etablerte statlige institusjonene <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.0407/e23/>,
        <http://dewey.info/class/709.4509046/e23/> ;
    skos:prefLabel "Arte Povera"@en,
        "Arte povera"@nb,
        "Arte povera"@nn ;
    skos:relatedMatch <http://dewey.info/class/709.0407/e23/> .

humord:c05688 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05688" ;
    dct:modified "2025-04-04T14:01:19"^^xsd:dateTime ;
    skos:altLabel "Liberty style"@en,
        "Jugend"@nb,
        "Jugendstil"@nb,
        "Liberty (Kunststil)"@nb,
        "Stile Liberty"@nb,
        "Jugend"@nn,
        "Jugendstil"@nn,
        "Liberty (Kunststil)"@nn ;
    skos:broadMatch <http://dewey.info/class/724.6/e23/>,
        <http://dewey.info/class/744.09034/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Art nouveau: stilretning som er frå tida kring 1900 og svarer til jugendstil <ordbøkene.no>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.0349/e23/>,
        <http://dewey.info/class/709.04014/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.0349/e23/>,
        <http://dewey.info/class/709.04014/e23/>,
        <http://dewey.info/class/724.6/e23/>,
        <http://dewey.info/class/744.09034/e23/> ;
    skos:prefLabel "Art nouveau"@en,
        "Art nouveau"@nb,
        "Art nouveau"@nn .

humord:c05691 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05691" ;
    dct:modified "2026-05-13T13:12:12"^^xsd:dateTime ;
    skos:broader humord:c05679 ;
    skos:closeMatch <http://dewey.info/class/700.411/e23/> ;
    skos:definition "Avantgarde betyr fortropp og er et begrep som brukes om eksperimenterende kunstnere eller kunst- og litteraturretninger som gjør opprør mot tradisjonen, både når det gjelder form og idéinnhold.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700.411/e23/>,
        <http://dewey.info/class/780.904/e23/>,
        <http://dewey.info/class/808.81911/e23/>,
        <http://dewey.info/class/808.887/e23/> ;
    skos:prefLabel "Avantgarde"@en,
        "Avantgarde"@nb,
        "Avantgarde"@nn ;
    skos:related humord:c05701,
        humord:c12989 ;
    skos:relatedMatch <http://dewey.info/class/780.904/e23/>,
        <http://dewey.info/class/808.81911/e23/>,
        <http://dewey.info/class/808.887/e23/> .

humord:c05692 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05692" ;
    dct:modified "2025-05-07T14:33:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/709.034/e23/>,
        <http://dewey.info/class/744.09034/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Biedermeierstil er en nyklassisistisk stil innen møbelkunst og boliginnredning <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.034/e23/>,
        <http://dewey.info/class/724.5/e23/>,
        <http://dewey.info/class/744.09034/e23/>,
        <http://dewey.info/class/759.05/e23/> ;
    skos:prefLabel "Biedermeier"@en,
        "Biedermeierstil"@nb,
        "Biedermeierstil"@nn ;
    skos:relatedMatch <http://dewey.info/class/724.5/e23/>,
        <http://dewey.info/class/759.05/e23/> .

humord:c05693 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05693" ;
    dct:modified "2025-05-30T11:15:57"^^xsd:dateTime ;
    skos:altLabel "Dada"@en,
        "Dada"@nb,
        "Dadaisme"@nb,
        "Dada"@nn,
        "Dadaisme"@nn ;
    skos:broader humord:c05679 ;
    skos:definition "Dadaisme er en retning innen kunst og litteratur omkring 1920 som ville frigjøre seg fra tradisjonell kunst med absurde og nihilistiske påfunn; jamfør surrealisme <ordbøkene.no>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.04062/e23/>,
        <http://dewey.info/class/808.801162/e23/>,
        <http://dewey.info/class/809.91162/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04062/e23/>,
        <http://dewey.info/class/735.230462/e23/>,
        <http://dewey.info/class/759.0662/e23/>,
        <http://dewey.info/class/808.801162/e23/>,
        <http://dewey.info/class/809.91162/e23/> ;
    skos:prefLabel "Dadaism"@en,
        "Dadaismen"@nb,
        "Dadaismen"@nn ;
    skos:relatedMatch <http://dewey.info/class/735.230462/e23/>,
        <http://dewey.info/class/759.0662/e23/> .

humord:c05694 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05694" ;
    dct:modified "2025-04-11T13:47:54"^^xsd:dateTime ;
    skos:altLabel "Exotism"@en ;
    skos:broader humord:c05679 ;
    skos:definition "Eksotisme er en kunstretning som er inspirert av kunst fra fjerne kulturer, særlig tropiske <ordbøkene.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/704.94/e23/>,
        <http://dewey.info/class/709/e23/> ;
    skos:prefLabel "Exoticism"@en,
        "Eksotisme"@nb,
        "Eksotisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/704.94/e23/>,
        <http://dewey.info/class/709/e23/> .

humord:c05695 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-03-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05695" ;
    dct:modified "2025-05-30T11:20:02"^^xsd:dateTime ;
    skos:altLabel "Ekspresjonisme"@nb,
        "Ekspresjonisme"@nn ;
    skos:broader humord:c05679 ;
    skos:definition "Ekspresjonisme  er en kunstoppfatning som i videste forstand hviler på en utadvendt demonstrasjon  av indre følelser. Har som utgangspunkt slutten av 1880-årenes reaksjon mot impresjonismen <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.04042/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04042/e23/> ;
    skos:prefLabel "Expressionism (Art)"@en,
        "Ekspresjonismen (Kunst)"@nb,
        "Ekspresjonismen (Kunst)"@nn ;
    skos:related humord:c05671,
        humord:c05681,
        humord:c17666,
        humord:c19787 .

humord:c05696 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05696" ;
    dct:modified "2025-05-07T14:25:58"^^xsd:dateTime ;
    skos:altLabel "Fauvismen"@nb,
        "Fauvismen"@nn ;
    skos:broader humord:c05695 ;
    skos:definition "Fauvisme var den franske formen for ekspresjonisme som særlig ble dyrket av en krets malere omkring Henri Matisse i det første tiåret av 1900-tallet <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.04043/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04043/e23/>,
        <http://dewey.info/class/735.230443/e23/>,
        <http://dewey.info/class/759.0643/e23/> ;
    skos:prefLabel "Fauvism"@en,
        "Fauvisme"@nb,
        "Fauvisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/735.230443/e23/>,
        <http://dewey.info/class/759.0643/e23/> .

humord:c05697 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05697" ;
    dct:modified "2025-03-31T12:59:07"^^xsd:dateTime ;
    skos:altLabel "Empirestil"@nb,
        "Regency"@nb,
        "Empirestil"@nn ;
    skos:broadMatch <http://dewey.info/class/709.034/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Europeisk stilart med romerske og antikke forbilder som oppstod i Frankrike  under Napoleon <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.034/e23/>,
        <http://dewey.info/class/724.5/e23/> ;
    skos:prefLabel "Empire style"@en,
        "Empire"@nb,
        "Empire"@nn ;
    skos:relatedMatch <http://dewey.info/class/724.5/e23/> .

humord:c05698 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05698" ;
    dct:modified "2025-05-04T19:50:25"^^xsd:dateTime ;
    skos:altLabel "Entartete Kunst"@en,
        "Degenerert kunst"@nb,
        "Dekadent kunst"@nb,
        "Ukunst"@nb,
        "Utartet kunst"@nb,
        "Degenerert kunst"@nn,
        "Dekadent kunst"@nn,
        "Ukunst"@nn,
        "Utarta kunst"@nn ;
    skos:broadMatch <http://dewey.info/class/709.4309043/e23/> ;
    skos:broader humord:c05679 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.4309043/e23/> ;
    skos:prefLabel "Degenerate art"@en,
        "Entartete Kunst"@nb,
        "Entartete Kunst"@nn .

humord:c05699 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05699" ;
    dct:modified "2025-06-02T07:53:57"^^xsd:dateTime ;
    skos:altLabel "Funkis"@nb,
        "Funksjonalisme"@nb,
        "Funksjonalisme"@nn ;
    skos:broadMatch <http://dewey.info/class/724.6/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Funksjonalisme er en stilart i bygg, møbler og lignende som legger vekt på praktisk nytte og enkel form, og som kjennetegnes ved rene, enkle linjer og flater (SNL)"@nb ;
    skos:exactMatch <http://dewey.info/class/709.0402/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.0402/e23/>,
        <http://dewey.info/class/724.6/e23/>,
        <http://dewey.info/class/735.23042/e23/>,
        <http://dewey.info/class/759.062/e23/> ;
    skos:prefLabel "Functionalism"@en,
        "Funksjonalismen (Kunst)"@nb,
        "Funksjonalismen (Kunst)"@nn ;
    skos:relatedMatch <http://dewey.info/class/735.23042/e23/>,
        <http://dewey.info/class/759.062/e23/> .

humord:c05701 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05701" ;
    dct:modified "2025-06-02T07:52:40"^^xsd:dateTime ;
    skos:altLabel "Futurisme"@nb,
        "Futurisme"@nn ;
    skos:broader humord:c05679 ;
    skos:definition "Futurisme er en kunstretning som oppsto i Italia på begynnelsen av 1900-tallet. Retningen ble proklamert i den franske avisen Le Figaro i 1909 med et manifest av Filippo Tommaso Marinetti, som også oppfant navnet. Futurismen la vekt på bevegelse og revolusjon og gjorde seg gjeldende innen både litteratur, maleri, musikk, skulptur, teater og til en viss grad også arkitektur <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.04033/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04033/e23/>,
        <http://dewey.info/class/735.230433/e23/>,
        <http://dewey.info/class/759.0633/e23/>,
        <http://dewey.info/class/808.80114/e23/> ;
    skos:prefLabel "Futurism"@en,
        "Futurismen (Kunst)"@nb,
        "Futurismen (Kunst)"@nn ;
    skos:related humord:c05691,
        humord:c34728 ;
    skos:relatedMatch <http://dewey.info/class/735.230433/e23/>,
        <http://dewey.info/class/759.0633/e23/>,
        <http://dewey.info/class/808.80114/e23/> .

humord:c05702 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05702" ;
    dct:modified "2025-04-08T14:19:16"^^xsd:dateTime ;
    skos:altLabel "Geometric style"@en ;
    skos:broader humord:c05679 ;
    skos:definition "Geometrisk stil: Geometrisk stil var den dominerende retningen i gresk kunst cirka 1000–700 fvt. Størsteparten av den bevarte produksjonen består av vaser, og deres dekor har gitt perioden navn <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/738.3820938/e23/> ;
    skos:prefLabel "Geometric art"@en,
        "Geometrisk stil"@nb,
        "Geometrisk stil"@nn ;
    skos:related humord:c28600 ;
    skos:relatedMatch <http://dewey.info/class/738.3820938/e23/> .

humord:c05703 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05703" ;
    dct:modified "2025-04-11T14:27:18"^^xsd:dateTime ;
    skos:altLabel "Georgian style"@nb,
        "Georgiansk stil"@nb,
        "Georgiansk stil"@nn ;
    skos:broader humord:c05679 ;
    skos:closeMatch <http://dewey.info/class/724.19/e23/> ;
    skos:definition "Georgiansk arkitektur er en stilepoke innenfor 1700-tallets engelske arkitektur og møbelkunst <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/724.19/e23/> ;
    skos:prefLabel "Georgian style"@en,
        "Georgiansk arkitektur"@nb,
        "Georgiansk arkitektur"@nn .

humord:c05704 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05704" ;
    dct:modified "2025-05-30T12:32:50"^^xsd:dateTime ;
    skos:altLabel "Impresjonisme"@nb,
        "Impresjonisme"@nn ;
    skos:broader humord:c05679 ;
    skos:definition "Impresjonismen var en retning innen malerkunsten rundt 1870, med utgangspunkt i Frankrike. Perioden begrenses historisk til åtte utstillinger fra 1874 til 1886. Impresjonismen ville holde fast ved det øyeblikkelige inntrykket og den umiddelbare naturopplevelsen <ordbøkene.no>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.0344/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.0344/e23/>,
        <http://dewey.info/class/759.054/e23/>,
        <http://dewey.info/class/780.904/e23/>,
        <http://dewey.info/class/808.8011/e23/> ;
    skos:prefLabel "Impressionism"@en,
        "Impresjonismen"@nb,
        "Impresjonismen"@nn ;
    skos:relatedMatch <http://dewey.info/class/759.054/e23/>,
        <http://dewey.info/class/780.904/e23/>,
        <http://dewey.info/class/808.8011/e23/> .

humord:c05705 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05705" ;
    dct:modified "2025-04-25T08:56:40"^^xsd:dateTime ;
    skos:altLabel "Japanisme"@nb,
        "Japanisme"@nn ;
    skos:broadMatch <http://dewey.info/class/709/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Japonisme var en betegnelse for den stilistiske og tekniske påvirkningen som japansk kunst, arkitektur og kunsthåndverk hadde på vestlig kunst på andre halvdel av 1800-tallet (SNL)"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.52/e23/>,
        <http://dewey.info/class/709/e23/> ;
    skos:prefLabel "Japonism"@en,
        "Japonisme"@nb,
        "Japonisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/709.52/e23/> .

humord:c05706 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05706" ;
    dct:modified "2025-05-09T09:18:03"^^xsd:dateTime ;
    skos:altLabel "Chinoiserie"@nb,
        "Chinoiserie"@nn ;
    skos:broadMatch <http://dewey.info/class/709/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Kineseri er etterlikning av kinesisk kunst og stil (særleg på 1700-talet) <ordbøkene.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.51/e23/>,
        <http://dewey.info/class/709/e23/> ;
    skos:prefLabel "Chinoiserie"@en,
        "Kineseri"@nb,
        "Kineseri"@nn ;
    skos:relatedMatch <http://dewey.info/class/709.51/e23/> .

humord:c05708 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-12-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05708" ;
    dct:modified "2025-04-08T14:49:51"^^xsd:dateTime ;
    skos:broader humord:c05679 ;
    skos:definition "Klassisiisme: betegnelse for kunstsyn eller diktemåte som søker forbilder i antikken eller som etterstreber lignende idealer <Aarnes>"@nb ;
    skos:editorialNote "Brukt hovedsakelig for perioden 1500-1700"@nb ;
    skos:exactMatch <http://dewey.info/class/700.4142/e23/>,
        <http://dewey.info/class/709.0341/e23/>,
        <http://dewey.info/class/808.80142/e23/>,
        <http://dewey.info/class/809.9142/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700.4142/e23/>,
        <http://dewey.info/class/709.0341/e23/>,
        <http://dewey.info/class/724.2/e23/>,
        <http://dewey.info/class/735.22/e23/>,
        <http://dewey.info/class/759.051/e23/>,
        <http://dewey.info/class/808.80142/e23/>,
        <http://dewey.info/class/809.9142/e23/> ;
    skos:prefLabel "Classicism (Art)"@en,
        "Klassisisme (Kunst)"@nb,
        "Klassisisme (Kunst)"@nn ;
    skos:related humord:c05718 ;
    skos:relatedMatch <http://dewey.info/class/724.2/e23/>,
        <http://dewey.info/class/735.22/e23/>,
        <http://dewey.info/class/759.051/e23/> .

humord:c05709 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05709" ;
    dct:modified "2025-05-07T15:07:46"^^xsd:dateTime ;
    skos:altLabel "Concretism (Art)"@en,
        "Konkret kunst"@nb,
        "Konkret kunst"@nn ;
    skos:broader humord:c05679 ;
    skos:closeMatch <http://dewey.info/class/709.04056/e23/> ;
    skos:definition "Konkretisme er en retning i billedkunst som konsentrerer seg om de konkrete (3III) (visuelle, lydlige eller ortografiske) egenskapene til materialet <ordbøkene.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04056/e23/>,
        <http://dewey.info/class/808.814/e23/>,
        <http://dewey.info/class/809.14/e23/> ;
    skos:prefLabel "Concrete art"@en,
        "Konkretisme"@nb,
        "Konkretisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/808.814/e23/>,
        <http://dewey.info/class/809.14/e23/> .

humord:c05710 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05710" ;
    dct:modified "2025-05-30T11:29:45"^^xsd:dateTime ;
    skos:altLabel "Cubisme"@nb,
        "Kubisme"@nb,
        "Cubisme"@nn ;
    skos:broader humord:c05679 ;
    skos:definition "Kubisme er en retning i målarkunst og skulptur etter 1900 som arbeider med å løyse opp formene i naturen i enkle, abstrakte geometriske og stereometriske grunnformer <ordbøkene.no>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.04032/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04032/e23/>,
        <http://dewey.info/class/735.230432/e23/>,
        <http://dewey.info/class/759.0632/e23/> ;
    skos:prefLabel "Cubism"@en,
        "Kubismen"@nb,
        "Kubismen"@nn ;
    skos:relatedMatch <http://dewey.info/class/735.230432/e23/>,
        <http://dewey.info/class/759.0632/e23/> .

humord:c05712 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05712" ;
    dct:modified "2025-05-30T12:29:45"^^xsd:dateTime ;
    skos:altLabel "Manierisme"@nb,
        "Manierisme"@nn ;
    skos:broadMatch <http://dewey.info/class/709.031/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Manierisme er perioden innen italiensk kunst som fulgte etter høyrenessansen og vokste fram rundt 1515–1520. Denne kunstretningen markerer en overgangstid mellom renessansens harmoniske idealer og barokkens dramatiske uttrykk <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.031/e23/> ;
    skos:prefLabel "Mannerism"@en,
        "Manierismen"@nb,
        "Manierismen"@nn .

humord:c05713 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05713" ;
    dct:modified "2025-05-30T11:38:07"^^xsd:dateTime ;
    skos:altLabel "Minimal art"@en,
        "Minimalisme"@nb,
        "Minimalisme"@nn ;
    skos:broader humord:c05679 ;
    skos:definition "Minimalisme er ei nemning på ulike rørsler, uttrykksformer og stiltrekk innanfor kunst, arkitektur og design. Minimalistisk kunst og design er kjenneteikna ved ei redusering av form og verkemidlar, ned til det mest fundamentale formale og innhaldsmessige utgangspunkt. Som kunstnerisk rørsle vert minimalismen rekna å ha oppstått i USA på byrjinga av 1960-talet, mellom anna som ei reaksjon mot den dominerande abstrakte ekspresjonismen.  <wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.04058/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04058/e23/> ;
    skos:prefLabel "Minimalism"@en,
        "Minimalismen"@nb,
        "Minimalismen"@nn .

humord:c05715 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05715" ;
    dct:modified "2025-05-30T12:15:59"^^xsd:dateTime ;
    skos:altLabel "Nasjonalromantikk"@nb ;
    skos:broadMatch <http://dewey.info/class/709.4809034/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Nasjonalromantikken var en kulturhistorisk periode på 1800-tallet og kan ses som en nasjonal retning av romantikken. Både i Norge, andre land i Europa og også i USA, var det en økende interesse for folkekulturen. Forskere studerte nasjonens historie med særlig vekt på språk, litteratur, kunst, musikk og ulike folkelige tradisjoner, for å finne fram til en særskilt nasjonal karakter. Dette inspirerte til et mangfold av kunstneriske uttrykk, som ble et middel til økt politisk bevissthet. 1830 til 1870 regnes som den perioden nasjonalromantikken slo igjennom <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.4809034/e23/>,
        <http://dewey.info/class/720.94309034/e23/> ;
    skos:prefLabel "National romanticism"@en,
        "Nasjonalromantikken"@nb,
        "Nasjonalromantikken"@nn ;
    skos:relatedMatch <http://dewey.info/class/720.94309034/e23/> .

humord:c05716 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05716" ;
    dct:modified "2025-04-25T13:07:08"^^xsd:dateTime ;
    skos:altLabel "Animal ornamentation"@en,
        "Dragestil"@en,
        "Drakestil"@nb ;
    skos:broadMatch <http://dewey.info/class/720.9481/e23/> ;
    skos:broader humord:c05715 ;
    skos:definition "Dragestilen var et forsøk på å gjenopplive den gamle nordiske dyre-ornamentikken, ofte blandet med romanske planteslyng. Stilen oppsto ut fra den romantisk begeistringen for fortida som oppsto i Norge i andre halvdel av 1800-tallet <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/720.9481/e23/>,
        <http://dewey.info/class/736.4/e23/> ;
    skos:prefLabel "Dragon style"@en,
        "Dragestil"@nb,
        "Drakestil"@nn ;
    skos:relatedMatch <http://dewey.info/class/736.4/e23/> .

humord:c05717 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05717" ;
    dct:modified "2025-05-08T13:13:32"^^xsd:dateTime ;
    skos:altLabel "Neogothic"@en,
        "Nygotikk"@nb,
        "Nygotikk"@nn ;
    skos:broadMatch <http://dewey.info/class/709.034/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Nygotikk var en stilretning innen arkitektur og brukskunst i det vesteuropeiske kulturområde ca. 1750–1890 <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.034/e23/>,
        <http://dewey.info/class/724.3/e23/> ;
    skos:prefLabel "Neo-gothic"@en,
        "Nygotikken"@nb,
        "Nygotikken"@nn ;
    skos:related humord:c10903 ;
    skos:relatedMatch <http://dewey.info/class/724.3/e23/> .

humord:c05718 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-12-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05718" ;
    dct:modified "2025-05-30T13:00:32"^^xsd:dateTime ;
    skos:altLabel "Neo-classisism"@en,
        "Neoklassisisme"@nb,
        "Neoklassisismen"@nb,
        "Nyklassisisme"@nb,
        "Neoklassisisme"@nn,
        "Neoklassisismen"@nn,
        "Nyklassisisme"@nn ;
    skos:broader humord:c05679 ;
    skos:definition "Nyklassisime er en retning innen kunst og arkitektur i peroden1770–1830 og i 1920-årene, inspirert av antikke forbilder <ordbøkene>"@nb ;
    skos:editorialNote "Brukt hovedsakelig for perioden 1770-1830 og senere på 1900-tallet"@nb ;
    skos:exactMatch <http://dewey.info/class/709.0341/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.0341/e23/>,
        <http://dewey.info/class/724.2/e23/>,
        <http://dewey.info/class/759.051/e23/>,
        <http://dewey.info/class/780.904/e23/> ;
    skos:prefLabel "Neoclassisism"@en,
        "Nyklassisismen"@nb,
        "Nyklassisismen"@nn ;
    skos:related humord:c05708 ;
    skos:relatedMatch <http://dewey.info/class/724.2/e23/>,
        <http://dewey.info/class/759.051/e23/>,
        <http://dewey.info/class/780.904/e23/> .

humord:c05720 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05720" ;
    dct:modified "2025-05-30T13:09:47"^^xsd:dateTime ;
    skos:altLabel "Neo-realism"@en,
        "New realism"@en,
        "Neorealisme"@nb,
        "Neorealisme"@nn ;
    skos:broadMatch <http://dewey.info/class/709.04/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Nyrealisme er en retning innenfor bildekunsten som oppstod i Frankrike omkring 1920 <ordbøkene>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/149.2/e23/>,
        <http://dewey.info/class/709.04/e23/>,
        <http://dewey.info/class/735.2304/e23/>,
        <http://dewey.info/class/759.06/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> ;
    skos:prefLabel "Neorealism"@en,
        "Nyrealismen"@nb,
        "Nyrealismen"@nn ;
    skos:relatedMatch <http://dewey.info/class/149.2/e23/>,
        <http://dewey.info/class/735.2304/e23/>,
        <http://dewey.info/class/759.06/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> .

humord:c05722 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05722" ;
    dct:modified "2025-05-30T13:11:21"^^xsd:dateTime ;
    skos:altLabel "Palladian architecture"@en,
        "Palladianisme"@nb,
        "Palladianisme"@nn ;
    skos:broadMatch <http://dewey.info/class/724.19/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Arkitekturretning i England på 1700-tallet, inspirert av den italienske renessansearkitekten Palladio <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/724.19/e23/> ;
    skos:prefLabel "Palladianism"@en,
        "Palladianismen"@nb,
        "Palladianismen"@nn ;
    skos:related humord:c05184 .

humord:c05723 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05723" ;
    dct:modified "2025-04-08T19:42:12"^^xsd:dateTime ;
    skos:altLabel "Pop art"@nb,
        "Popular art"@nb,
        "Poppkunst"@nn ;
    skos:broader humord:c05679 ;
    skos:definition "Kunstretning i 1950- og 1960-årene. Fra engelsk \"popular art\" <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.04071/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.04071/e23/>,
        <http://dewey.info/class/735.230471/e23/>,
        <http://dewey.info/class/759.0671/e23/> ;
    skos:prefLabel "Pop art"@en,
        "Popkunst"@nb,
        "Popkunst"@nn ;
    skos:related humord:c05332,
        humord:c29923 ;
    skos:relatedMatch <http://dewey.info/class/735.230471/e23/>,
        <http://dewey.info/class/759.0671/e23/> .

humord:c05726 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05726" ;
    dct:modified "2025-05-30T14:15:08"^^xsd:dateTime ;
    skos:altLabel "Neoimpresjonismen"@nb,
        "Postimpresjonisme"@nb,
        "Neoimpresjonisme"@nn,
        "Neoimpresjonismen"@nn ;
    skos:broader humord:c05679 ;
    skos:definition "Postimpresjonisme (også kalla neoimpresjonisme) er ei samlenemning for ulike, nærslekta stilartar av måleri laga mellom 1880 og 1905, og som etterfylgde impresjonismen. Dei kunstmiljøa som utvikla postimpresjonismen var alle lokalisert til Frankrike.<wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/709.0346/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.0346/e23/>,
        <http://dewey.info/class/759.056/e23/> ;
    skos:prefLabel "Post-impressionism"@en,
        "Postimpresjonismen"@nb,
        "Postimpresjonismen"@nn ;
    skos:relatedMatch <http://dewey.info/class/759.056/e23/> .

humord:c05727 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05727" ;
    dct:modified "2025-05-30T14:17:08"^^xsd:dateTime ;
    skos:altLabel "Postmodernisme"@nb,
        "Postmodernisme"@nn ;
    skos:broader humord:c05679 ;
    skos:definition "Postmodernisme: er en retning innenfor kultur, kunst, arkitektur og filosofi som gir seg utslag i forskjellige former for reaksjon mot og avløsning av modernisme. Dette er forbundet med tiden etter andre verdenskrig. Postmodernismen er en bred og sammensatt bevegelse med mange forskjellige uttrykk. Noen sentrale trekk er referanser (gjerne ironisk) til tidligere kunstverk og former og en nedbrytning mellom kunst og populærkultur <SNL>"@nb ;
    skos:exactMatch realfagstermer:c001514,
        <http://dewey.info/class/149.97/e23/>,
        <http://dewey.info/class/700.4113/e23/>,
        <http://dewey.info/class/808.80113/e23/>,
        <http://dewey.info/class/809.9113/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001514,
        <http://dewey.info/class/149.97/e23/>,
        <http://dewey.info/class/700.4113/e23/>,
        <http://dewey.info/class/808.80113/e23/>,
        <http://dewey.info/class/809.9113/e23/> ;
    skos:prefLabel "Postmodernism"@en,
        "Postmodernismen"@nb,
        "Postmodernismen"@nn ;
    skos:related humord:c06609 .

humord:c05728 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-08-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05728" ;
    dct:modified "2025-05-30T14:20:25"^^xsd:dateTime ;
    skos:altLabel "Primitivisme"@nb,
        "Primitivisme"@nn ;
    skos:broadMatch <http://dewey.info/class/709.04/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Primitivisme er en tendens innen kunsten som søker bort fra akademisme og forfinelse, og hen mot naturfolkenes kunst og barnekunstens enkle uttrykkskraft. Som retning går primitivismen tilbake til siste halvdel av 1800-tallet, med stor vekt på en detaljriktig gjenstandsskildring. Betegnelsen faller da sammen med naivisme <ordbøkene.no>"@nb ;
    skos:exactMatch <http://dewey.info/class/700.4145/e23/>,
        <http://dewey.info/class/808.80145/e23/>,
        <http://dewey.info/class/809.9145/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700.4145/e23/>,
        <http://dewey.info/class/709.04/e23/>,
        <http://dewey.info/class/808.80145/e23/>,
        <http://dewey.info/class/809.9145/e23/> ;
    skos:prefLabel "Primitivism"@en,
        "Primitivismen"@nb,
        "Primitivismen"@nn .

humord:c05729 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05729" ;
    dct:modified "2025-04-11T11:48:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/709.48109021/e23/> ;
    skos:broader humord:c05679 ;
    skos:definition "Ringeriksstil er en ornamental stilart i Norden i slutten av vikingtiden (rundt 1000–1050). Den er en videreutvikling av vikingtidens foregående stilfase, jellingstilen. Ringeriksstilen er blant annet bevart på noen få billedsteiner av rødaktig sandstein, som man mener er tatt på Ringerike. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.48109021/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:prefLabel "Ringerike style"@en,
        "Ringeriksstil"@nb,
        "Ringeriksstil"@nn ;
    skos:relatedMatch <http://dewey.info/class/736.5/e23/> .

humord:c05730 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05730" ;
    dct:modified "2025-04-25T09:42:37"^^xsd:dateTime ;
    skos:altLabel "Rundbuestil"@nb,
        "Rundbogestil"@nn ;
    skos:broader humord:c05679 ;
    skos:closeMatch <http://dewey.info/class/723.4/e23/> ;
    skos:definition "Romansk stil er en stilepoke i europeisk middelalder rundt 1000/1050–1150/1200. Det er den første felleseuropeiske stilen, selv om den ikke nådde en så vid utbredelse og ensartet form som gotikken (SNL)"@nb ;
    skos:exactMatch <http://dewey.info/class/709.0216/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/246.2/e23/>,
        <http://dewey.info/class/709.0216/e23/>,
        <http://dewey.info/class/723.4/e23/>,
        <http://dewey.info/class/734.24/e23/>,
        <http://dewey.info/class/759.0216/e23/> ;
    skos:prefLabel "Romanesque art"@en,
        "Romansk stil"@nb,
        "Romansk stil"@nn ;
    skos:relatedMatch <http://dewey.info/class/246.2/e23/>,
        <http://dewey.info/class/734.24/e23/>,
        <http://dewey.info/class/759.0216/e23/> .

humord:c05731 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05731" ;
    dct:modified "2025-04-11T10:29:01"^^xsd:dateTime ;
    skos:altLabel "Red-figure ceramic"@en ;
    skos:broader humord:c05679 ;
    skos:definition "Rødfigurstil er en stil i gresk vasemaleri som oppstod rundt 530 fvt. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/666.3938/e23/>,
        <http://dewey.info/class/738.3820938/e23/> ;
    skos:prefLabel "Red-figure pottery"@en,
        "Rødfigurstil"@nb,
        "Raudfigurstil"@nn ;
    skos:relatedMatch <http://dewey.info/class/666.3938/e23/>,
        <http://dewey.info/class/738.3820938/e23/> .

humord:c05732 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05732" ;
    dct:modified "2025-05-30T14:28:33"^^xsd:dateTime ;
    skos:altLabel "Sosialistisk realisme (Kunst)"@nb,
        "Sosialrealisme"@nb,
        "Sosialistisk realisme (Kunst)"@nn,
        "Sosialrealisme"@nn ;
    skos:broader humord:c05679 ;
    skos:definition "Sosialrealisme er en retning innen moderne kunst som har til hovedoppgave å skildre arbeidsfolk, gjerne med politisk tendens <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700.455/e23/>,
        <http://dewey.info/class/709.0343/e23/>,
        <http://dewey.info/class/759.053/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> ;
    skos:prefLabel "Social realism"@en,
        "Sosialrealismen"@nb,
        "Sosialrealismen"@nn ;
    skos:relatedMatch <http://dewey.info/class/700.455/e23/>,
        <http://dewey.info/class/709.0343/e23/>,
        <http://dewey.info/class/759.053/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> .

humord:c05733 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05733" ;
    dct:modified "2025-04-11T11:23:51"^^xsd:dateTime ;
    skos:altLabel "Early classical style"@en ;
    skos:broader humord:c05679 ;
    skos:definition "Streng stil er en periode i gresk kunst 480-450 f.Kr. <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/733.3/e23/> ;
    skos:prefLabel "Severe style"@en,
        "Streng stil"@nb,
        "Streng stil"@nn ;
    skos:relatedMatch <http://dewey.info/class/733.3/e23/> .

humord:c05734 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-07-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05734" ;
    dct:modified "2025-05-30T14:30:09"^^xsd:dateTime ;
    skos:altLabel "Surrealisme"@nb,
        "Surrealisme"@nn ;
    skos:broader humord:c05679 ;
    skos:definition "Surrealisme er en kunstretning som prøver å skildre det underbevisste sjelelivet. Oppstod omkring 1920 <ordbøkene.no>"@nb ;
    skos:exactMatch <http://dewey.info/class/700.41163/e23/>,
        <http://dewey.info/class/709.04063/e23/>,
        <http://dewey.info/class/808.801163/e23/>,
        <http://dewey.info/class/809.91163/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700.41163/e23/>,
        <http://dewey.info/class/709.04063/e23/>,
        <http://dewey.info/class/735.230463/e23/>,
        <http://dewey.info/class/759.0663/e23/>,
        <http://dewey.info/class/808.801163/e23/>,
        <http://dewey.info/class/809.91163/e23/> ;
    skos:prefLabel "Surrealism"@en,
        "Surrealismen"@nb,
        "Surrealismen"@nn ;
    skos:relatedMatch <http://dewey.info/class/735.230463/e23/>,
        <http://dewey.info/class/759.0663/e23/> .

humord:c05735 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05735" ;
    dct:modified "2024-08-28T20:18:18"^^xsd:dateTime ;
    skos:broader humord:c08835 ;
    skos:definition "Når en person skriver uten bevisst å skrive, og at det hevdes at dette skjer ut fra en underbevisst, åndelig eller overnaturlig kilde <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.91/e23/>,
        <http://dewey.info/class/808.801163/e23/>,
        <http://dewey.info/class/809.91163/e23/> ;
    skos:prefLabel "Automatic writing"@en,
        "Automatisk skrift"@nb,
        "Automatisk skrift"@nn ;
    skos:relatedMatch <http://dewey.info/class/133.91/e23/>,
        <http://dewey.info/class/808.801163/e23/>,
        <http://dewey.info/class/809.91163/e23/> .

humord:c05736 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05736" ;
    dct:modified "2025-04-11T11:03:48"^^xsd:dateTime ;
    skos:altLabel "Black-figure ceramic"@en ;
    skos:broader humord:c05679 ;
    skos:definition "Svartfigurstil er en stil innen det greske vasemaleriet som oppstod rundt 700 fvt. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/666.3938/e23/>,
        <http://dewey.info/class/738.3820938/e23/> ;
    skos:prefLabel "Black-figure pottery"@en,
        "Svartfigurstil"@nb,
        "Svartfigurstil"@nn ;
    skos:relatedMatch <http://dewey.info/class/666.3938/e23/>,
        <http://dewey.info/class/738.3820938/e23/> .

humord:c05737 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-07-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05737" ;
    dct:modified "2024-10-07T08:33:17"^^xsd:dateTime ;
    skos:altLabel "Allmenn lingvistikk"@nb,
        "Allmenn språkvitenskap"@nb,
        "Språkforsking"@nb,
        "Språkforskning"@nb,
        "Språkgransking"@nb,
        "Språkgranskning"@nb,
        "Språkvitenskap"@nb,
        "Allmenn språkvitskap"@nn,
        "Språkforsking"@nn,
        "Språkgransking"@nn,
        "Språkvitskap"@nn,
        "Ålmenn språkvitskap"@nn ;
    skos:exactMatch realfagstermer:c012524,
        <http://dewey.info/class/410/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012524,
        <http://dewey.info/class/410/e23/> ;
    skos:prefLabel "Linguistics"@en,
        "Lingvistikk"@nb,
        "Lingvistikk"@nn ;
    skos:related humord:c04458,
        humord:c04475,
        humord:c09767 ;
    skos:topConceptOf humord: .

humord:c05742 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05742" ;
    dct:modified "2025-07-24T09:55:55"^^xsd:dateTime ;
    skos:broader humord:c05737 ;
    skos:closeMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:definition "Fonemikk er læren om fonemer <naob.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Phonemics"@en,
        "Fonemikk"@nb,
        "Fonemikk"@nn ;
    skos:related humord:c05743,
        humord:c05767 .

humord:c05743 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-09-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05743" ;
    dct:modified "2025-07-24T09:57:53"^^xsd:dateTime ;
    skos:altLabel "Lydlære"@nb,
        "Ljodlære"@nn,
        "Lydlære"@nn ;
    skos:broader humord:c05737 ;
    skos:definition "Fonetikk er studiet av hvordan språklyder frembringes (artikuleres), realiseres som lydbølger og oppfattes av hørselsorganene <UBO>"@nb ;
    skos:exactMatch realfagstermer:c002191,
        <http://dewey.info/class/4--158/e23/>,
        <http://dewey.info/class/414.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002191,
        <http://dewey.info/class/372.465/e23/>,
        <http://dewey.info/class/4--158/e23/>,
        <http://dewey.info/class/414.8/e23/> ;
    skos:prefLabel "Phonetics"@en,
        "Fonetikk"@nb,
        "Fonetikk"@nn ;
    skos:related humord:c05742,
        humord:c05767,
        humord:c06448 ;
    skos:relatedMatch <http://dewey.info/class/372.465/e23/> .

humord:c05745 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-03-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05745" ;
    dct:modified "2024-07-31T14:41:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--158/e23/>,
        <http://dewey.info/class/414.8/e23/> ;
    skos:broader humord:c05766 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--158/e23/>,
        <http://dewey.info/class/414.8/e23/>,
        <http://dewey.info/class/621.3994/e23/> ;
    skos:prefLabel "Acoustic phonetics"@en,
        "Akustisk fonetikk"@nb,
        "Akustisk fonetikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/621.3994/e23/> .

humord:c05746 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05746" ;
    dct:modified "2025-07-24T10:07:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--158/e23/>,
        <http://dewey.info/class/414.8/e23/> ;
    skos:broader humord:c05745 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.454/e23/>,
        <http://dewey.info/class/4--158/e23/>,
        <http://dewey.info/class/414.8/e23/>,
        <http://dewey.info/class/418/e23/>,
        <http://dewey.info/class/621.3994/e23/> ;
    skos:prefLabel "Voice analysis"@en,
        "Taleanalyse"@nb,
        "Taleanalyse"@nn ;
    skos:relatedMatch <http://dewey.info/class/006.454/e23/>,
        <http://dewey.info/class/418/e23/>,
        <http://dewey.info/class/621.3994/e23/> .

humord:c05747 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-09-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05747" ;
    dct:modified "2025-07-24T09:57:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--158/e23/>,
        <http://dewey.info/class/414.8/e23/> ;
    skos:broader humord:c05743 ;
    skos:definition "Assimilasjon er i språkvitenskap det at en språklyd påvirker en annen språklyd slik at de blir helt eller delvis like.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--158/e23/>,
        <http://dewey.info/class/414.8/e23/> ;
    skos:prefLabel "Assimilation (Phonetics)"@en,
        "Assimilasjon (Fonetikk)"@nb,
        "Assimilasjon (Fonetikk)"@nn ;
    skos:related humord:c16408 .

humord:c05749 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05749" ;
    dct:modified "2025-07-24T10:00:20"^^xsd:dateTime ;
    skos:broader humord:c05743 ;
    skos:closeMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/4--813/e23/> ;
    skos:definition "Konsonant er den eine av dei to hovudklassane av språklydar. Den andre er vokal. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/414/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Consonants"@en,
        "Konsonanter"@nb,
        "Konsonantar"@nn .

humord:c05750 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05750" ;
    dct:modified "2025-07-24T09:35:37"^^xsd:dateTime ;
    skos:altLabel "Laterals"@en ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c16398 ;
    skos:definition "Likvid er en fellesbetegnelse for l- og r-lydene i ulike varianter. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Liquids (Phonetics)"@en,
        "Likvider (Fonetikk)"@nb,
        "Likvidar (Fonetikk)"@nn .

humord:c05751 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05751" ;
    dct:modified "2025-07-24T09:49:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05749 ;
    skos:definition "En obstruent (latin obstruere) er en konsonantlyd som dannes ved å lukke for luftstrømmen, slik at lufttrykket øker i munnhulen. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Obstruents"@en,
        "Obstruenter"@nb,
        "Obstruentar"@nn ;
    skos:related humord:c14571 .

humord:c05752 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05752" ;
    dct:modified "2025-07-24T09:42:36"^^xsd:dateTime ;
    skos:altLabel "Occlusives"@en,
        "Stop (Phonetics)"@en,
        "Klusiler"@nb,
        "Lukkelyder"@nb,
        "Okklusiver"@nb,
        "Klusilar"@nn,
        "Lukkeljodar"@nn,
        "Lukkelydar"@nn,
        "Okklusivar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05751 ;
    skos:definition "Plosiv er en språklyd som man frembringer ved å stenge fullstendig av for luftstrømmen, fulgt av en plutselig åpning (eksplosjon). Noen eksempler er de ustemte språklydene p, t, k og de stemte b, d, g. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Plosives"@en,
        "Plosiver"@nb,
        "Plosivar"@nn .

humord:c05756 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05756" ;
    dct:modified "2025-07-24T09:37:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05752 ;
    skos:definition "Bilaterale plosiver: lydene p og b lager man ved å stenge luftstrømmen med leppene, og så åpne munnen raskt mens man presser luften mellom leppene. De kalles bilabiale plosiver. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Bilabial plosives"@en,
        "Bilabiale plosiver"@nb,
        "Bilabiale plosivar"@nn .

humord:c05757 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05757" ;
    dct:modified "2025-07-24T10:03:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--158/e23/>,
        <http://dewey.info/class/414.8/e23/> ;
    skos:broader humord:c05743 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--158/e23/>,
        <http://dewey.info/class/414.8/e23/> ;
    skos:prefLabel "Voicedness"@en,
        "Stemthet"@nb,
        "Stemdheit"@nn .

humord:c05758 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05758" ;
    dct:modified "2025-07-15T14:22:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/153.6/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c05743 ;
    skos:closeMatch <http://dewey.info/class/612.78/e23/> ;
    skos:definition "Det å snakke, ytre seg <UBO>"@nb ;
    skos:exactMatch realfagstermer:c005237,
        <http://dewey.info/class/302.2242/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005237,
        <http://dewey.info/class/153.6/e23/>,
        <http://dewey.info/class/302.2242/e23/>,
        <http://dewey.info/class/372.622/e23/>,
        <http://dewey.info/class/414/e23/>,
        <http://dewey.info/class/418/e23/>,
        <http://dewey.info/class/612.78/e23/> ;
    skos:prefLabel "Speech (Phonetics)"@en,
        "Tale (Lingvistikk)"@nb,
        "Tale (Lingvistikk)"@nn ;
    skos:related humord:c03894,
        humord:c05785,
        humord:c06536,
        humord:c06828 ;
    skos:relatedMatch <http://dewey.info/class/372.622/e23/> .

humord:c05759 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05759" ;
    dct:modified "2025-07-21T14:34:32"^^xsd:dateTime ;
    skos:altLabel "Voice production"@en ;
    skos:broadMatch <http://dewey.info/class/302.2242/e23/>,
        <http://dewey.info/class/414.8/e23/>,
        <http://dewey.info/class/612.78/e23/> ;
    skos:broader humord:c05758 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/251.03/e23/>,
        <http://dewey.info/class/302.2242/e23/>,
        <http://dewey.info/class/372.622/e23/>,
        <http://dewey.info/class/414.8/e23/>,
        <http://dewey.info/class/612.78/e23/>,
        <http://dewey.info/class/783.04/e23/> ;
    skos:prefLabel "Use of the voice"@en,
        "Stemmebruk"@nb,
        "Stemmebruk"@nn ;
    skos:relatedMatch <http://dewey.info/class/251.03/e23/>,
        <http://dewey.info/class/372.622/e23/>,
        <http://dewey.info/class/783.04/e23/> .

humord:c05760 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05760" ;
    dct:modified "2025-07-24T10:03:15"^^xsd:dateTime ;
    skos:altLabel "Enunciation"@en ;
    skos:broadMatch <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/372.622/e23/> ;
    skos:broader humord:c05743 ;
    skos:closeMatch <http://dewey.info/class/4--152/e23/>,
        <http://dewey.info/class/4--813/e23/> ;
    skos:exactMatch <http://dewey.info/class/414/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/372.622/e23/>,
        <http://dewey.info/class/4--152/e23/>,
        <http://dewey.info/class/4--31/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/413.1/e23/>,
        <http://dewey.info/class/414/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Pronunciation"@en,
        "Uttale"@nb,
        "Uttale"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--31/e23/>,
        <http://dewey.info/class/413.1/e23/>,
        <http://dewey.info/class/418/e23/> .

humord:c05761 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-09-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05761" ;
    dct:modified "2025-07-24T08:18:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--152/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05760 ;
    skos:definition "Artikulasjon er det å frembringe, uttale en språklyd, det å artikulere. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.9142/e23/>,
        <http://dewey.info/class/372.622/e23/>,
        <http://dewey.info/class/4--152/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/414/e23/>,
        <http://dewey.info/class/616.855/e23/>,
        <http://dewey.info/class/618.92855/e23/>,
        <http://dewey.info/class/783.043/e23/> ;
    skos:prefLabel "Articulation"@en,
        "Artikulasjon"@nb,
        "Artikulasjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/371.9142/e23/>,
        <http://dewey.info/class/372.622/e23/>,
        <http://dewey.info/class/616.855/e23/>,
        <http://dewey.info/class/618.92855/e23/>,
        <http://dewey.info/class/783.043/e23/> .

humord:c05762 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05762" ;
    dct:modified "2025-07-24T10:06:55"^^xsd:dateTime ;
    skos:altLabel "Vocalism"@en,
        "Vokalisme"@nb,
        "Vokalisme"@nn ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05743 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Vowel systems"@en,
        "Vokalsystemer"@nb,
        "Vokalsystem"@nn .

humord:c05764 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05764" ;
    dct:modified "2025-07-24T08:16:12"^^xsd:dateTime ;
    skos:altLabel "Selvlyd"@nb,
        "Sjølvlyd"@nn ;
    skos:broader humord:c05762 ;
    skos:closeMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:definition "Vokal er den eine av to dei hovudklassane vi har av språklydar, til skilnad frå konsonant. Vokal vert òg kalla sjølvlyd. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Vowels"@en,
        "Vokaler"@nb,
        "Vokalar"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--813/e23/> .

humord:c05765 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05765" ;
    dct:modified "2025-07-24T07:58:54"^^xsd:dateTime ;
    skos:altLabel "Stressed vowels"@en ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05764 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Tense vowels"@en,
        "Betonte vokaler"@nb,
        "Betonte vokalar"@nn .

humord:c05767 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-04-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05767" ;
    dct:modified "2025-07-24T09:58:44"^^xsd:dateTime ;
    skos:broader humord:c05737 ;
    skos:closeMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:definition "Fonologi er studiet av lydsystemet i de enkelte språk <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Phonology"@en,
        "Fonologi"@nb,
        "Fonologi"@nn ;
    skos:related humord:c05742,
        humord:c05743,
        humord:c05776,
        humord:c06447,
        humord:c06448 .

humord:c05768 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05768" ;
    dct:modified "2025-07-24T07:52:34"^^xsd:dateTime ;
    skos:altLabel "Phonological features"@en,
        "Fonologiske trekk"@nb,
        "Fonologiske trekk"@nn ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05767 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Distinctive features"@en,
        "Distinktive trekk"@nb,
        "Distinktive trekk"@nn .

humord:c05770 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-02-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05770" ;
    dct:modified "2025-04-24T12:28:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05767 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Distribution (Phonology)"@en,
        "Distribusjon (Fonologi)"@nb,
        "Distribusjon (Fonologi)"@nn .

humord:c05771 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05771" ;
    dct:modified "2025-11-18T12:39:45"^^xsd:dateTime ;
    skos:altLabel "Phonemes"@en,
        "Speech sound"@en,
        "Fonemer"@nb,
        "Språklyder"@nb,
        "Språkljodar"@nn,
        "Språklydar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05767 ;
    skos:definition "Fonem er en klasse av språklyder som høres ganske like ut, og som kan ha betydningsskillende funksjon i et språk eller en dialekt. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Phoneme"@en,
        "Fonem"@nb,
        "Fonem"@nn ;
    skos:related humord:c06434,
        humord:c06448 .

humord:c05772 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05772" ;
    dct:modified "2024-08-28T07:47:35"^^xsd:dateTime ;
    skos:altLabel "Arkifonemer"@nb ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05771 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Archiphoneme"@en,
        "Arkifonem"@nb,
        "Arkifonem"@nn .

humord:c05773 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05773" ;
    dct:modified "2025-07-24T09:29:31"^^xsd:dateTime ;
    skos:altLabel "Phonological universalia"@en,
        "Fonologiske universalier"@nb ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05767 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Phonological universals"@en,
        "Fonologiske universalia"@nb,
        "Fonologiske universalia"@nn .

humord:c05775 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05775" ;
    dct:modified "2025-07-24T08:39:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05767 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Phonotactics"@en,
        "Fonotaks"@nb,
        "Fonotaks"@nn .

humord:c05776 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05776" ;
    dct:modified "2025-07-24T08:20:05"^^xsd:dateTime ;
    skos:altLabel "Symbolism of sound"@en,
        "Ljodsymbolikk"@nn ;
    skos:broadMatch <http://dewey.info/class/302.2223/e23/> ;
    skos:broader humord:c18228 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.2223/e23/> ;
    skos:prefLabel "Sound symbolism (Symbolism)"@en,
        "Lydsymbolikk"@nb,
        "Lydsymbolikk"@nn ;
    skos:related humord:c05767 .

humord:c05777 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-04-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05777" ;
    dct:modified "2025-04-24T11:29:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05770 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Neutralization (Phonology)"@en,
        "Nøytralisering (Fonologi)"@nb,
        "Nøytralisering (Fonologi)"@nn .

humord:c05778 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-07-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05778" ;
    dct:modified "2025-07-15T14:20:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:broader humord:c05767 ;
    skos:definition "Prosodi er læra om kvantiteten, styrken, høyrlegheita (hørbarheten) og tonehøgda til språklydane. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:prefLabel "Prosody (Linguistics)"@en,
        "Prosodi (Lingvistikk)"@nb,
        "Prosodi (Lingvistikk)"@nn ;
    skos:related humord:c06500 .

humord:c05779 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-04-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05779" ;
    dct:modified "2024-07-31T07:51:41"^^xsd:dateTime ;
    skos:altLabel "Prominence (Linguistics)"@en ;
    skos:broadMatch <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:broader humord:c05767 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:prefLabel "Accent (Linguistics)"@en,
        "Aksent (Lingvistikk)"@nb,
        "Aksent (Lingvistikk)"@nn .

humord:c05780 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05780" ;
    dct:modified "2025-07-21T14:35:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:broader humord:c05790 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:prefLabel "Tonic accent (Linguistics)"@en,
        "Trykkaksent"@nb,
        "Trykkaksent"@nn .

humord:c05781 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05781" ;
    dct:modified "2024-02-13T11:00:07"^^xsd:dateTime ;
    skos:altLabel "Rytmer"@nb,
        "Rytmar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:broader humord:c05531,
        humord:c05778 ;
    skos:definition "Regelmessig veksling i trykk eller styrke i musikk, poesi eller tale <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/781.224/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/>,
        <http://dewey.info/class/781.224/e23/> ;
    skos:prefLabel "Rhythm"@en,
        "Rytme"@nb,
        "Rytme"@nn .

humord:c05782 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05782" ;
    dct:modified "2025-07-21T12:14:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:broader humord:c05778 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:prefLabel "Tonology"@en,
        "Tonologi"@nb,
        "Tonologi"@nn .

humord:c05783 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05783" ;
    dct:modified "2025-07-15T14:02:03"^^xsd:dateTime ;
    skos:altLabel "Sentence intonation"@en,
        "Sentence pitch"@en,
        "Sentence stress"@en,
        "Setningsmelodi"@nb,
        "Setningsmelodi"@nn ;
    skos:broader humord:c05782 ;
    skos:closeMatch <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:prefLabel "Intonation (Linguistics)"@en,
        "Intonasjon (Lingvistikk)"@nb,
        "Intonasjon (Lingvistikk)"@nn .

humord:c05785 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05785" ;
    dct:modified "2025-07-24T09:32:03"^^xsd:dateTime ;
    skos:altLabel "Modulasjon (Lingvistikk)"@nb,
        "Modulasjon (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:broader humord:c05783 ;
    skos:definition "Modulering er å variere, nyansere tonefall og styrke i tale og sang <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:prefLabel "Modulation (Linguistics)"@en,
        "Modulering (Lingvistikk)"@nb,
        "Modulering (Lingvistikk)"@nn ;
    skos:related humord:c05758 .

humord:c05787 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05787" ;
    dct:modified "2025-07-24T07:36:59"^^xsd:dateTime ;
    skos:altLabel "Tonelag"@nb,
        "Tonelag"@nn ;
    skos:broadMatch <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:broader humord:c05782 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:prefLabel "Toneme"@en,
        "Tonem"@nb,
        "Tonem"@nn .

humord:c05789 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05789" ;
    dct:modified "2025-07-24T07:28:19"^^xsd:dateTime ;
    skos:altLabel "Tone sandhi"@nb,
        "Tone sandhi"@nn ;
    skos:broadMatch <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:broader humord:c05787 ;
    skos:definition "Tonesandhi er fonetisk eller fonologisk modifikasjon av toner <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:prefLabel "Tone sandhi"@en,
        "Tonesandhi"@nb,
        "Tonesandhi"@nn .

humord:c05790 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05790" ;
    dct:modified "2025-07-24T07:41:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:broader humord:c05778 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:prefLabel "Stress (Linguistics)"@en,
        "Trykk (Lingvistikk)"@nb,
        "Trykk (Lingvistikk)"@nn .

humord:c05791 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05791" ;
    dct:modified "2025-07-21T10:12:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:broader humord:c05790 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:prefLabel "Emphasis"@en,
        "Emfase"@nb,
        "Emfase"@nn .

humord:c05792 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05792" ;
    dct:modified "2025-07-24T08:09:35"^^xsd:dateTime ;
    skos:altLabel "Consonant gradation"@en,
        "Stadieveksel"@nb,
        "Stadieveksel"@nn ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05767 ;
    skos:definition "Stadieveksling er en morfofonologisk prosess hvor konsonanter veksler mellom ulike \"grader\" <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Consonantal gradation"@en,
        "Stadieveksling"@nb,
        "Stadieveksling"@nn .

humord:c05795 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-04-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05795" ;
    dct:modified "2024-08-28T20:23:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--150182/e23/>,
        <http://dewey.info/class/414.0182/e23/> ;
    skos:broader humord:c05797 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--150182/e23/>,
        <http://dewey.info/class/414.0182/e23/> ;
    skos:prefLabel "Autosegmental phonology"@en,
        "Autosegmental fonologi"@nb,
        "Autosegmental fonologi"@nn .

humord:c05796 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-04-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05796" ;
    dct:modified "2025-07-24T07:54:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05794 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Functional phonology"@en,
        "Funksjonell fonologi"@nb,
        "Funksjonell fonologi"@nn ;
    skos:related humord:c06226 .

humord:c05797 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-04-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05797" ;
    dct:modified "2025-07-24T07:56:33"^^xsd:dateTime ;
    skos:altLabel "Nonlinear phonology"@en ;
    skos:broadMatch <http://dewey.info/class/4--150182/e23/>,
        <http://dewey.info/class/414.0182/e23/> ;
    skos:broader humord:c06180 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--150182/e23/>,
        <http://dewey.info/class/414.0182/e23/> ;
    skos:prefLabel "Non-linear phonology"@en,
        "Ikke-lineær fonologi"@nb,
        "Ikkje-lineær fonologi"@nn .

humord:c05798 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05798" ;
    dct:modified "2025-07-24T07:55:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05794 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Clinical phonology"@en,
        "Klinisk fonologi"@nb,
        "Klinisk fonologi"@nn .

humord:c05799 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05799" ;
    dct:modified "2025-07-24T07:54:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--150183/e23/>,
        <http://dewey.info/class/414.0183/e23/> ;
    skos:broader humord:c05794 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--150183/e23/>,
        <http://dewey.info/class/414.0183/e23/> ;
    skos:prefLabel "Cognitive phonology"@en,
        "Kognitiv fonologi"@nb,
        "Kognitiv fonologi"@nn .

humord:c05800 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-04-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05800" ;
    dct:modified "2025-07-24T07:56:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--150182/e23/>,
        <http://dewey.info/class/414.0182/e23/> ;
    skos:broader humord:c06180 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--150182/e23/>,
        <http://dewey.info/class/414.0182/e23/> ;
    skos:prefLabel "Lexical phonology"@en,
        "Leksikalsk fonologi"@nb,
        "Leksikalsk fonologi"@nn .

humord:c05801 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05801" ;
    dct:modified "2025-07-24T07:57:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:broader humord:c05794 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--16/e23/>,
        <http://dewey.info/class/414.6/e23/> ;
    skos:prefLabel "Prosodic phonology"@en,
        "Prosodisk fonologi"@nb,
        "Prosodisk fonologi"@nn .

humord:c05802 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-04-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05802" ;
    dct:modified "2025-07-24T07:56:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--150182/e23/>,
        <http://dewey.info/class/414.0182/e23/> ;
    skos:broader humord:c05797 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--150182/e23/>,
        <http://dewey.info/class/414.0182/e23/> ;
    skos:prefLabel "Metrical phonology"@en,
        "Metrisk fonologi"@nb,
        "Metrisk fonologi"@nn .

humord:c05803 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05803" ;
    dct:modified "2024-02-22T14:01:19"^^xsd:dateTime ;
    skos:altLabel "Grammars"@en,
        "Grammatikker"@nb,
        "Grammatikkar"@nn ;
    skos:broader humord:c05737 ;
    skos:definition "Lære som beskriver elementene et språk er oppbygd av og gir regler for hvordan de får kombineres, særlig om morfologi og syntaks, men også om fonologi, semantikk og pragmatikk <BOB>"@nb ;
    skos:exactMatch realfagstermer:c007313,
        <http://dewey.info/class/415/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007313,
        <http://dewey.info/class/372.61/e23/>,
        <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/4--82/e23/>,
        <http://dewey.info/class/415/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Grammar"@en,
        "Grammatikk"@nb,
        "Grammatikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.61/e23/>,
        <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/4--82/e23/>,
        <http://dewey.info/class/418/e23/> .

humord:c05804 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05804" ;
    dct:modified "2025-07-23T09:24:51"^^xsd:dateTime ;
    skos:altLabel "Idiomatikk"@nb,
        "Ord og uttrykk"@nb,
        "Uttrykk og vendinger"@nb,
        "Ord og uttrykk"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/415/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c05803 ;
    skos:definition "Fraseologi er læren om og samling av et språks særmerkte uttrykk og talemåter <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/415/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Phraseology"@en,
        "Fraseologi"@nb,
        "Fraseologi"@nn .

humord:c05808 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05808" ;
    dct:modified "2025-10-28T15:03:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05804 ;
    skos:definition "Frase er et fast uttrykk eller en alminnelig vending. En frase er også en floskel, en talemåte uten innhold. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Phrases"@en,
        "Fraser"@nb,
        "Fraser"@nn .

humord:c05809 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05809" ;
    dct:modified "2025-03-12T14:53:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c05808 ;
    skos:definition "Karakteriserende adjektiv til substantiv eller personnavn <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Epithets"@en,
        "Epiteter"@nb,
        "Epitet"@nn .

humord:c05810 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-04-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05810" ;
    dct:modified "2023-11-30T07:03:07"^^xsd:dateTime ;
    skos:altLabel "Phraseologisms"@en,
        "Fraseologismer"@nb ;
    skos:broader humord:c05808 ;
    skos:exactMatch realfagstermer:c000429,
        <http://dewey.info/class/418/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000429,
        <http://dewey.info/class/4--313/e23/>,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/413.1/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Idioms"@en,
        "Idiomer"@nb,
        "Idiom"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--313/e23/>,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/413.1/e23/> .

humord:c05811 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05811" ;
    dct:modified "2025-03-14T09:46:09"^^xsd:dateTime ;
    skos:altLabel "Klisjéer (Lingvistikk)"@nb,
        "Klisjéar (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c05808 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Cliches (Linguistics)"@en,
        "Klisjeer (Lingvistikk)"@nb,
        "Klisjear (Lingvistikk)"@nn .

humord:c05812 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05812" ;
    dct:modified "2025-03-14T09:53:58"^^xsd:dateTime ;
    skos:altLabel "Set expressions"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05808 ;
    skos:definition "Fast, ordtakslignende uttrykk <UBO>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.9/e23/>,
        <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Fixed expressions"@en,
        "Talemåter"@nb,
        "Talemåtar"@nn ;
    skos:related humord:c05017 ;
    skos:relatedMatch <http://dewey.info/class/398.9/e23/> .

humord:c05814 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05814" ;
    dct:modified "2025-07-22T08:46:26"^^xsd:dateTime ;
    skos:broader humord:c05808 ;
    skos:closeMatch <http://dewey.info/class/395.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/395.4/e23/> ;
    skos:prefLabel "Forms of address"@en,
        "Tiltaleformer"@nb,
        "Tiltaleformer"@nn .

humord:c05815 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-02-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05815" ;
    dct:modified "2025-08-12T07:55:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:definition "Interferens er i språkvitenskap det at språkbruken til ein person eller ei gruppe menneske får innblanda ord, bøyningsformer, språklydar og anna frå eit anna språk eller ein annan dialekt. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Interference"@en,
        "Interferens"@nb,
        "Interferens"@nn ;
    skos:related humord:c06324,
        humord:c06366,
        humord:c06371 .

humord:c05816 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05816" ;
    dct:modified "2025-07-23T14:28:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Causativity"@en,
        "Kausativitet"@nb,
        "Kausativitet"@nn .

humord:c05817 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05817" ;
    dct:modified "2025-10-16T09:53:59"^^xsd:dateTime ;
    skos:altLabel "Gradbøyning"@nb,
        "Gradbøying"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Comparison (Grammar)"@en,
        "Komparasjon (Grammatikk)"@nb,
        "Komparasjon (Grammatikk)"@nn .

humord:c05819 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05819" ;
    dct:modified "2025-03-14T10:32:31"^^xsd:dateTime ;
    skos:altLabel "Kvantifikasjon (Lingvistikk)"@nb ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:definition "Bruk av operatorer for å spesifisere mengde. (Eks.: Flertallsformer, tallord og betegnelsene \"alle\", \"hver\", \"mange\", \"noen\", \"få\", \"ingen\".) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Quantification (Linguistics)"@en,
        "Kvantifisering (Lingvistikk)"@nb,
        "Kvantifisering (Lingvistikk)"@nn ;
    skos:related humord:c05917 .

humord:c05821 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05821" ;
    dct:modified "2025-03-14T10:44:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Markedness (Linguistics)"@en,
        "Markerthet (Lingvistikk)"@nb,
        "Markertheit (Lingvistikk)"@nn .

humord:c05822 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-11-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05822" ;
    dct:modified "2025-03-14T10:51:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05803 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Modality (Grammar)"@en,
        "Modalitet (Grammatikk)"@nb,
        "Modalitet (Grammatikk)"@nn .

humord:c05823 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05823" ;
    dct:modified "2025-03-17T11:13:07"^^xsd:dateTime ;
    skos:altLabel "Modal words"@en,
        "Modale ord"@nb,
        "Modale ord"@nn ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05822 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Modals"@en,
        "Modaler"@nb,
        "Modalar"@nn ;
    skos:related humord:c05937,
        humord:c05991 .

humord:c05825 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-05-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05825" ;
    dct:modified "2025-07-24T08:07:58"^^xsd:dateTime ;
    skos:altLabel "Morphophonemics"@en,
        "Morfofonemikk"@nb,
        "Morfonologi"@nb,
        "Morfofonemikk"@nn,
        "Morfonologi"@nn ;
    skos:broader humord:c05767 ;
    skos:closeMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:definition "Morfofonologi er studiet av regler eller vekslinger som involverer både morfologisk og fonologisk struktur <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Morphophonology"@en,
        "Morfofonologi"@nb,
        "Morfofonologi"@nn .

humord:c05826 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05826" ;
    dct:modified "2025-11-18T12:48:00"^^xsd:dateTime ;
    skos:altLabel "Formlære (Lingvistikk)"@nb,
        "Formlære (Lingvistikk)"@nn ;
    skos:broader humord:c05803 ;
    skos:exactMatch <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.9/e23/> ;
    skos:prefLabel "Morphology (Linguistics)"@en,
        "Morfologi (Lingvistikk)"@nb,
        "Morfologi (Lingvistikk)"@nn .

humord:c05828 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05828" ;
    dct:modified "2025-04-09T10:34:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:broader humord:c05829 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:prefLabel "Diminutive"@en,
        "Diminutiv"@nb,
        "Diminutiv"@nn .

humord:c05829 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05829" ;
    dct:modified "2025-07-23T08:42:44"^^xsd:dateTime ;
    skos:broader humord:c05826 ;
    skos:definition "Et ord er en sammenstilling av språklyder, fonemer, som kan stå selvstendig, og som har betydning. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/4--3/e23/>,
        <http://dewey.info/class/4--81/e23/>,
        <http://dewey.info/class/401.4/e23/>,
        <http://dewey.info/class/413/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Words"@en,
        "Ord"@nb,
        "Ord"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/4--3/e23/>,
        <http://dewey.info/class/4--81/e23/>,
        <http://dewey.info/class/413/e23/>,
        <http://dewey.info/class/418/e23/> .

humord:c05830 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-09-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05830" ;
    dct:modified "2024-08-28T07:39:41"^^xsd:dateTime ;
    skos:altLabel "Archaism"@en,
        "Arkaisme"@nb,
        "Arkaisme"@nn ;
    skos:broadMatch <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:broader humord:c05829 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:prefLabel "Archaisms"@en,
        "Arkaismer"@nb,
        "Arkaismar"@nn .

humord:c05831 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05831" ;
    dct:modified "2025-04-09T10:35:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/491.3/e23/>,
        <http://dewey.info/class/6--913/e23/> ;
    skos:broader humord:c05829 ;
    skos:definition "Ord i prakrit som ikke har noen åpenbar motsvarighet i sanskrit <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/491.3/e23/>,
        <http://dewey.info/class/6--913/e23/> ;
    skos:prefLabel "Desya"@en,
        "Desya"@nb,
        "Desya"@nn ;
    skos:related humord:c10360 .

humord:c05832 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05832" ;
    dct:modified "2025-07-22T08:52:28"^^xsd:dateTime ;
    skos:altLabel "Emneordsstrenger"@nb,
        "Indekstermer"@nb,
        "Emneordsstrengar"@nn,
        "Indekstermar"@nn ;
    skos:broader humord:c00138,
        humord:c05829 ;
    skos:closeMatch <http://dewey.info/class/025.47/e23/> ;
    skos:exactMatch realfagstermer:c003861 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003861,
        <http://dewey.info/class/025.47/e23/>,
        <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Subject headings"@en,
        "Emneord"@nb,
        "Emneord"@nn ;
    skos:related humord:c19175,
        humord:c20298 ;
    skos:relatedMatch <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/401.4/e23/> .

humord:c05834 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05834" ;
    dct:modified "2025-07-23T08:54:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/025.47/e23/> ;
    skos:broader humord:c05832 ;
    skos:definition "Kvalifikator er et ord eller et uttrykk brukes som presisering til et oppslagsord i et indekseringsspråk eller gjenfinningssystem.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/025.47/e23/>,
        <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Qualifiers"@en,
        "Kvalifikatorer"@nb,
        "Kvalifikatorar"@nn ;
    skos:relatedMatch <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/401.4/e23/> .

humord:c05835 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-09-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05835" ;
    dct:modified "2025-09-25T13:14:56"^^xsd:dateTime ;
    skos:altLabel "Abbreviation"@en,
        "Forkorting"@nb,
        "Forkortinger"@nb,
        "Forkortninger"@nn ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:broader humord:c05829 ;
    skos:closeMatch <http://dewey.info/class/1--0148/e23/> ;
    skos:exactMatch realfagstermer:c012788 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012788,
        <http://dewey.info/class/1--0148/e23/>,
        <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:prefLabel "Abbreviations"@en,
        "Forkortelser"@nb,
        "Forkortingar"@nn .

humord:c05837 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05837" ;
    dct:modified "2025-07-23T08:54:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:broader humord:c26036 ;
    skos:closeMatch realfagstermer:c012788,
        <http://dewey.info/class/1--0148/e23/> ;
    skos:definition "Akronymer er ord som er laget av begynnelsesbokstavene i flere ord som følger etter hverandre, og leses som ett ord <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012788,
        <http://dewey.info/class/1--0148/e23/>,
        <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:prefLabel "Acronyms"@en,
        "Akronymer"@nb,
        "Akronym"@nn .

humord:c05839 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05839" ;
    dct:modified "2025-07-23T08:30:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c05845 ;
    skos:definition "Fremmedord er lånord som i ulik grad er tilpasset låntakerspråket <UBTØ>"@nb ;
    skos:exactMatch realfagstermer:c009396,
        <http://dewey.info/class/4--24/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009396,
        <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:prefLabel "Foreign words"@en,
        "Fremmedord"@nb,
        "Framandord"@nn .

humord:c05840 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05840" ;
    dct:modified "2024-10-14T15:26:11"^^xsd:dateTime ;
    skos:altLabel "Barbarism (Linguistics)"@en ;
    skos:broadMatch <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c05845 ;
    skos:definition "Barbarismer er unødige fremmedspråklige innslag i ens eget språk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:prefLabel "Barbarisms (Linguistics)"@en,
        "Barbarismer"@nb,
        "Barbarismar"@nn .

humord:c05841 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05841" ;
    dct:modified "2025-05-08T08:34:39"^^xsd:dateTime ;
    skos:altLabel "Klitika"@nb,
        "Klitikon"@nb,
        "Klitikoner"@nb,
        "Klitikon"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05829 ;
    skos:definition "Klitiske ord er i språkvitenskap et språklig element som ikke kan stå alene, og som verken er et ord eller et affiks, men som fester seg til andre ord <ordbokene.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Clitics"@en,
        "Klitiske ord"@nb,
        "Klitiske ord"@nn .

humord:c05843 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-09-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05843" ;
    dct:modified "2025-04-09T10:27:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05841 ;
    skos:definition "Klitiske ord som er fonologisk bundet til ordet foran <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Enclitics"@en,
        "Enklitiske ord"@nb,
        "Enklitiske ord"@nn .

humord:c05845 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05845" ;
    dct:modified "2025-07-23T08:41:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c05829 ;
    skos:definition "Lånord er ord som er lånt inn fra et annet språk <UBTØ>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--24/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:prefLabel "Loan words"@en,
        "Lånord"@nb,
        "Lånord"@nn ;
    skos:related humord:c19282 .

humord:c05846 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05846" ;
    dct:modified "2024-07-26T12:06:22"^^xsd:dateTime ;
    skos:altLabel "Africanism"@en,
        "Afrikanisme"@nb,
        "Afrikanisme"@nn ;
    skos:broadMatch <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c05845 ;
    skos:definition "Ord og uttrykk fra afrikanske innfødte språk, lånt inn i et annet språk <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:prefLabel "Africanisms"@en,
        "Afrikanismer"@nb,
        "Afrikanismar"@nn .

humord:c05847 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05847" ;
    dct:modified "2025-07-23T08:39:36"^^xsd:dateTime ;
    skos:altLabel "Anglicism"@en,
        "Anglisisme"@nb,
        "Anglisisme"@nn ;
    skos:broadMatch <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c05845 ;
    skos:definition "Anglisismer er ord og uttrykk fra engelsk, lånt inn i et annet språk <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:prefLabel "Anglicisms"@en,
        "Anglisismer"@nb,
        "Anglisismar"@nn .

humord:c05848 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05848" ;
    dct:modified "2024-10-02T10:52:45"^^xsd:dateTime ;
    skos:altLabel "Danism"@en,
        "Danisme"@nb,
        "Danisme"@nn ;
    skos:broadMatch <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c05845 ;
    skos:definition "Danismer er ord, form eller uttrykksmåter som skyldes dansk innflytelse eller lån fra dansk. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:prefLabel "Danisms"@en,
        "Danismer"@nb,
        "Danismer"@nn .

humord:c05849 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05849" ;
    dct:modified "2025-07-23T08:30:36"^^xsd:dateTime ;
    skos:altLabel "Gallicism"@en,
        "Gallisisme"@nb,
        "Gallisisme"@nn ;
    skos:broadMatch <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c05845 ;
    skos:definition "Gallisismer er ord og uttrykk fra fransk, lånt inn i et annet språk <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:prefLabel "Gallicisms"@en,
        "Gallisismer"@nb,
        "Gallisismar"@nn .

humord:c05850 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-09-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05850" ;
    dct:modified "2025-07-23T08:32:03"^^xsd:dateTime ;
    skos:altLabel "Hispanism"@en,
        "Hispanisme"@nb ;
    skos:broadMatch <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c05845 ;
    skos:definition "Hispanismer er ord eller vendinger som skyldes spansk påvirkning eller er lån fra spansk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:prefLabel "Hispanisms"@en,
        "Hispanismer"@nb,
        "Hispanismar"@nn .

humord:c05851 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05851" ;
    dct:modified "2025-04-07T10:58:30"^^xsd:dateTime ;
    skos:altLabel "Occitanism"@en,
        "Oksitanisme"@nb ;
    skos:broadMatch <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c05845 ;
    skos:definition "Ord og utrykk fra oksitansk, lånt inn i et annet språk <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/449/e23/>,
        <http://dewey.info/class/6--491/e23/> ;
    skos:prefLabel "Occitanisms"@en,
        "Oksitanismer"@nb,
        "Oksitanismar"@nn ;
    skos:relatedMatch <http://dewey.info/class/449/e23/>,
        <http://dewey.info/class/6--491/e23/> .

humord:c05852 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05852" ;
    dct:modified "2025-07-23T08:37:41"^^xsd:dateTime ;
    skos:altLabel "Provincialism (Linguistics)"@en,
        "Provinsialisme  (Lingvistikk)"@nb,
        "Provinsialisme  (Lingvistikk)"@nn ;
    skos:broader humord:c05845 ;
    skos:closeMatch <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/417.2/e23/> ;
    skos:definition "Provinsialismer er ord eller uttrykk som ikke er akseptert i en nasjons viktigste kultursentra <Concise Oxford Dictionary of Linguistics>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/417.2/e23/> ;
    skos:prefLabel "Provincialisms (Linguistics)"@en,
        "Provinsialismer (Lingvistikk)"@nb,
        "Provinsialismar  (Lingvistikk)"@nn ;
    skos:related humord:c09817 .

humord:c05853 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05853" ;
    dct:modified "2025-07-23T08:06:29"^^xsd:dateTime ;
    skos:altLabel "Svesisme"@nb,
        "Svesisme"@nn ;
    skos:broadMatch <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c05845 ;
    skos:definition "Ord eller uttrykk fra svensk, lån inn i et annet språk <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:prefLabel "Swedicisms"@en,
        "Svesismer"@nb,
        "Svesismar"@nn .

humord:c05854 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05854" ;
    dct:modified "2025-07-23T08:36:50"^^xsd:dateTime ;
    skos:altLabel "Turcism"@en,
        "Turkisme"@nb,
        "Turkisme"@nn ;
    skos:broadMatch <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c05845 ;
    skos:definition "Turkismer er ord eller uttrykk fra tyrkiske språk, lånt inn i et annet språk <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--24/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:prefLabel "Turcisms"@en,
        "Turkismer"@nb,
        "Turkismar"@nn .

humord:c05855 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05855" ;
    dct:modified "2025-04-07T10:35:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:broader humord:c05829 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Buzzword"@en,
        "Moteord"@nb,
        "Moteord"@nn .

humord:c05856 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-09-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05856" ;
    dct:modified "2025-04-07T10:30:20"^^xsd:dateTime ;
    skos:altLabel "Neologismer"@nb ;
    skos:broadMatch <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:broader humord:c05829 ;
    skos:definition "Nylaget ord <BOB>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Neologisms"@en,
        "Nyord"@nb,
        "Neologismar"@nn .

humord:c05858 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-03-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05858" ;
    dct:modified "2025-04-07T10:22:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:broader humord:c05829 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/398.8/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Rhyming words"@en,
        "Rimord"@nb,
        "Rimord"@nn ;
    skos:related humord:c12288,
        humord:c17093 .

humord:c05859 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05859" ;
    dct:modified "2024-10-11T09:01:22"^^xsd:dateTime ;
    skos:altLabel "Insults"@en,
        "Banneord"@nb,
        "Bannord"@nb,
        "Ukvemsord"@nb,
        "Banneord"@nn,
        "Bannord"@nn,
        "Ukvemsord"@nn ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:broader humord:c05829 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.5/e23/>,
        <http://dewey.info/class/394/e23/>,
        <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Swear words"@en,
        "Skjellsord"@nb,
        "Skjellsord"@nn ;
    skos:related humord:c05862,
        humord:c06306,
        humord:c13362 ;
    skos:relatedMatch <http://dewey.info/class/179.5/e23/>,
        <http://dewey.info/class/394/e23/> .

humord:c05861 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05861" ;
    dct:modified "2025-04-07T10:20:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--82/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05829 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--82/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Interrogatives"@en,
        "Spørreord"@nb,
        "Spørjeord"@nn .

humord:c05862 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05862" ;
    dct:modified "2025-04-07T10:18:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/401.9/e23/> ;
    skos:broader humord:c05829 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/401.9/e23/> ;
    skos:prefLabel "Taboo words"@en,
        "Tabuord"@nb,
        "Tabuord"@nn ;
    skos:related humord:c05859,
        humord:c06306,
        humord:c13362 .

humord:c05863 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05863" ;
    dct:modified "2025-04-07T10:16:59"^^xsd:dateTime ;
    skos:altLabel "Numeralia"@nb ;
    skos:broadMatch <http://dewey.info/class/4--82/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05829 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--82/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Numerals"@en,
        "Tallord"@nb,
        "Talord"@nn .

humord:c05864 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05864" ;
    dct:modified "2025-07-23T08:46:31"^^xsd:dateTime ;
    skos:altLabel "Bøying (Morfologi)"@nb,
        "Fleksjon"@nb,
        "Infleksjon"@nb,
        "Ordbøying"@nb,
        "Ordbøyning"@nb,
        "Fleksjon"@nn,
        "Infleksjon"@nn,
        "Ordbøying"@nn ;
    skos:broader humord:c05826 ;
    skos:exactMatch <http://dewey.info/class/4--595/e23/>,
        <http://dewey.info/class/415.95/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--595/e23/>,
        <http://dewey.info/class/415.95/e23/> ;
    skos:prefLabel "Inflection"@en,
        "Bøyning (Morfologi)"@nb,
        "Bøying (Morfologi)"@nn .

humord:c05866 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05866" ;
    dct:modified "2025-06-14T07:57:55"^^xsd:dateTime ;
    skos:altLabel "Adjektivbøying"@nb ;
    skos:broadMatch <http://dewey.info/class/4--595/e23/>,
        <http://dewey.info/class/415.95/e23/> ;
    skos:broader humord:c05868 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--595/e23/>,
        <http://dewey.info/class/415.95/e23/> ;
    skos:prefLabel "Adjectival inflection"@en,
        "Adjektivbøyning"@nb,
        "Adjektivbøying"@nn .

humord:c05868 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05868" ;
    dct:modified "2025-07-23T08:42:04"^^xsd:dateTime ;
    skos:altLabel "Deklinasjon (Lingvistikk)"@nb,
        "Nominalbøying"@nb,
        "Deklinasjon (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--595/e23/>,
        <http://dewey.info/class/415.95/e23/> ;
    skos:broader humord:c05864 ;
    skos:definition "Nominalbøying er bøying av substantiv, adjektiv, pronomen og determinativ. Eit anna ord for nominalbøying er deklinasjon. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--595/e23/>,
        <http://dewey.info/class/415.95/e23/> ;
    skos:prefLabel "Nominal interflection"@en,
        "Nominalbøyning"@nb,
        "Nominalbøying"@nn ;
    skos:related humord:c12282 .

humord:c05871 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05871" ;
    dct:modified "2025-03-14T11:22:08"^^xsd:dateTime ;
    skos:altLabel "Substantivets bøyning"@nb ;
    skos:broadMatch <http://dewey.info/class/4--595/e23/>,
        <http://dewey.info/class/415.95/e23/> ;
    skos:broader humord:c05868 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--595/e23/>,
        <http://dewey.info/class/415.95/e23/> ;
    skos:prefLabel "Noun inflection"@en,
        "Substantivbøyning"@nb,
        "Substantivbøying"@nn .

humord:c05874 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05874" ;
    dct:modified "2025-07-15T14:22:53"^^xsd:dateTime ;
    skos:altLabel "Konjugasjon (Lingvistikk)"@nb,
        "Verbalbøying"@nb,
        "Verbalfleksjon"@nb,
        "Konjugasjon (Lingvistikk)"@nn,
        "Verbalfleksjon"@nn ;
    skos:broadMatch <http://dewey.info/class/4--595/e23/>,
        <http://dewey.info/class/415.95/e23/> ;
    skos:broader humord:c05864 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--595/e23/>,
        <http://dewey.info/class/415.95/e23/> ;
    skos:prefLabel "Verbal inflection"@en,
        "Verbalbøyning"@nb,
        "Verbalbøying"@nn ;
    skos:related humord:c05913,
        humord:c05962 .

humord:c05878 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05878" ;
    dct:modified "2025-07-23T08:43:06"^^xsd:dateTime ;
    skos:altLabel "Orddanning"@nb ;
    skos:broader humord:c05826 ;
    skos:definition "Orddanning er danning av ord ved avledning eller sammensetning <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:prefLabel "Word formation"@en,
        "Orddannelse"@nb,
        "Orddanning"@nn ;
    skos:related humord:c06349 .

humord:c05880 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05880" ;
    dct:modified "2025-04-09T10:59:35"^^xsd:dateTime ;
    skos:broader humord:c05878 ;
    skos:closeMatch <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:definition "Ord laget av andre ord ved hjelp av prefikser og suffikser og/eller lydendring <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:prefLabel "Derivation (Linguistics)"@en,
        "Avledning (Lingvistikk)"@nb,
        "Avleiing (Lingvistikk)"@nn .

humord:c05881 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05881" ;
    dct:modified "2025-07-22T13:30:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.6/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:broader humord:c05880 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.6/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:prefLabel "Verbal derivation"@en,
        "Verbalavledning"@nb,
        "Verbalavleiing"@nn ;
    skos:related humord:c05913,
        humord:c05962 .

humord:c05883 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05883" ;
    dct:modified "2024-07-26T10:20:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--592/e23/> ;
    skos:broader humord:c05826 ;
    skos:definition "Affiks er i språkvitskapen ein orddel som er lagd til rota eller stamma til eit ord, som når vi legg affiksa u- og -leg til rota ven: u-ven-leg. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/> ;
    skos:prefLabel "Affixes"@en,
        "Affikser"@nb,
        "Affiks"@nn .

humord:c05884 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05884" ;
    dct:modified "2025-03-14T11:08:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:broader humord:c05883 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:prefLabel "Prefixes"@en,
        "Prefikser"@nb,
        "Prefiks"@nn .

humord:c05885 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05885" ;
    dct:modified "2025-03-14T11:10:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:broader humord:c05884 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:prefLabel "Verbal prefixes"@en,
        "Verbalprefikser"@nb,
        "Verbalprefiks"@nn .

humord:c05886 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05886" ;
    dct:modified "2025-03-14T11:11:27"^^xsd:dateTime ;
    skos:altLabel "Etterhengte ledd"@nb,
        "Etterstavelser"@nb ;
    skos:broadMatch <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:broader humord:c05883 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:prefLabel "Suffixes"@en,
        "Suffikser"@nb,
        "Suffiks"@nn .

humord:c05889 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05889" ;
    dct:modified "2025-03-14T11:13:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:broader humord:c05886 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:prefLabel "Nominal suffixes"@en,
        "Nominalsuffikser"@nb,
        "Nominalsuffiks"@nn .

humord:c05890 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05890" ;
    dct:modified "2025-05-08T08:20:43"^^xsd:dateTime ;
    skos:altLabel "Root (Linguistics)"@en,
        "Ordrot"@nb,
        "Ordrøtter"@nb,
        "Radikalier (Lingvistikk)"@nb,
        "Rot (Lingvistikk)"@nb,
        "Språkrot"@nb,
        "Språkrøtter"@nb,
        "Ordrot"@nn,
        "Ordrøter"@nn,
        "Radikalier (Lingvistikk)"@nn,
        "Rot (Lingvistikk)"@nn,
        "Språkrot"@nn,
        "Språkrøter"@nn ;
    skos:broadMatch <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.9/e23/> ;
    skos:broader humord:c05826 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.9/e23/> ;
    skos:prefLabel "Roots (Linguistics)"@en,
        "Røtter (Lingvistikk)"@nb,
        "Røter (Lingvistikk)"@nn .

humord:c05897 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05897" ;
    dct:modified "2025-05-08T08:19:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.9/e23/> ;
    skos:broader humord:c05890 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.9/e23/> ;
    skos:prefLabel "Root structure (Linguistics)"@en,
        "Rotstruktur (Lingvistikk)"@nb,
        "Rotstruktur (Lingvistikk)"@nn .

humord:c05898 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05898" ;
    dct:modified "2025-05-08T08:07:09"^^xsd:dateTime ;
    skos:altLabel "Verbalstamme"@nb,
        "Verbalstamme"@nn,
        "Verbalstammer"@nn ;
    skos:broadMatch <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:broader humord:c05904 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:prefLabel "Verbal stems"@en,
        "Verbalstammer"@nb,
        "Verbalstammar"@nn .

humord:c05899 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05899" ;
    dct:modified "2025-07-24T07:57:43"^^xsd:dateTime ;
    skos:altLabel "Staving (Fonologi)"@nb,
        "Staving (Fonologi)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05767 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Syllables"@en,
        "Stavelser"@nb,
        "Stavingar"@nn .

humord:c05901 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05901" ;
    dct:modified "2025-07-24T07:27:21"^^xsd:dateTime ;
    skos:altLabel "Stavingsstruktur"@nb ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05899 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Syllable structure"@en,
        "Stavelsesstruktur"@nb,
        "Stavingsstruktur"@nn .

humord:c05903 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05903" ;
    dct:modified "2025-07-23T09:16:55"^^xsd:dateTime ;
    skos:altLabel "Place-name component"@en ;
    skos:broadMatch <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:broader humord:c05826,
        humord:c06255 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/>,
        <http://dewey.info/class/910.014/e23/> ;
    skos:prefLabel "Toponym component"@en,
        "Stedsnavnsledd"@nb,
        "Stadnamnledd"@nn ;
    skos:relatedMatch <http://dewey.info/class/910.014/e23/> .

humord:c05904 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05904" ;
    dct:modified "2025-07-23T08:44:14"^^xsd:dateTime ;
    skos:altLabel "Word stems"@en,
        "Ordstamme"@nb,
        "Stammer (Lingvistikk)"@nb,
        "Ordstamme"@nn,
        "Ordstammer"@nn,
        "Stammar (Lingvistikk)"@nn,
        "Stammer (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:broader humord:c05826 ;
    skos:definition "Ordstamme er den delen av ei bøygd ordform som blir igjen når bøyingsaffiksa blir trekte ifrå. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:prefLabel "Stems (Linguisics)"@en,
        "Ordstammer"@nb,
        "Ordstammar"@nn .

humord:c05906 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-04-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05906" ;
    dct:modified "2025-04-09T11:13:51"^^xsd:dateTime ;
    skos:altLabel "Komposita"@nb,
        "Sammensatte ord"@nb ;
    skos:broadMatch <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:broader humord:c05878 ;
    skos:definition "Ord som er satt sammen av to ord (som kan være rotmorfemer, avledninger eller sammensetninger selv) <Sjøgren>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:prefLabel "Compounding (Linguistics)"@en,
        "Sammensetning (Lingvistikk)"@nb,
        "Samansetjing (Lingvistikk)"@nn .

humord:c05909 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05909" ;
    dct:modified "2025-07-22T07:51:33"^^xsd:dateTime ;
    skos:altLabel "Nominalsamansetjing"@nn ;
    skos:broadMatch <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:broader humord:c05906 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--592/e23/>,
        <http://dewey.info/class/415.92/e23/> ;
    skos:prefLabel "Nominal compound"@en,
        "Nominalsammensetning"@nb,
        "Nominalsamansetting"@nn .

humord:c05910 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-01-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05910" ;
    dct:modified "2025-07-24T07:47:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05825 ;
    skos:definition "Vokalharmoni er samsvar mellom vokaler i ulike stavelser med henhold til ett eller flere trekk <UBTØ/The Concise Oxford Dictionary of Linguistics>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Vowel harmony"@en,
        "Vokalharmoni"@nb,
        "Vokalharmoni"@nn .

humord:c05913 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05913" ;
    dct:modified "2025-07-23T08:46:52"^^xsd:dateTime ;
    skos:altLabel "Verb morphology"@en,
        "Verbmorfologi"@nb,
        "Verbmorfologi"@nn ;
    skos:broadMatch <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.9/e23/> ;
    skos:broader humord:c05911 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.9/e23/> ;
    skos:prefLabel "Verbal morphology"@en,
        "Verbalmorfologi"@nb,
        "Verbalmorfologi"@nn ;
    skos:related humord:c05874,
        humord:c05881,
        humord:c05962 .

humord:c05914 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05914" ;
    dct:modified "2025-05-08T08:43:24"^^xsd:dateTime ;
    skos:altLabel "Nektelse"@nb,
        "Nekting"@nb,
        "Nekting"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Negation"@en,
        "Negasjon"@nb,
        "Negasjon"@nn .

humord:c05916 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05916" ;
    dct:modified "2025-07-15T14:19:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Operators (Linguistics)"@en,
        "Operatorer (Lingvistikk)"@nb,
        "Operatorar (Lingvistikk)"@nn .

humord:c05917 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05917" ;
    dct:modified "2025-07-22T08:24:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05916 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Quantifiers"@en,
        "Kvantifikatorer"@nb,
        "Kvantifikatorar"@nn ;
    skos:related humord:c05819 .

humord:c05918 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05918" ;
    dct:modified "2025-07-22T07:57:00"^^xsd:dateTime ;
    skos:altLabel "Syntactical operators"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05916 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Syntactic operators"@en,
        "Syntaktiske operatorer"@nb,
        "Syntaktiske operatorar"@nn .

humord:c05919 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05919" ;
    dct:modified "2025-07-23T07:41:44"^^xsd:dateTime ;
    skos:altLabel "Parts of speech"@en,
        "Ordklassar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:definition "Ordklasse er en kategori av ord som deler visse egenskaper. Det kan for eksempel være ord som bøyes på samme måte, ord som har samme funksjon i setninger, eller ord som har beslektet betydning. Noen eksempler på ordklasser er verb, substantiver og preposisjoner. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Word classes"@en,
        "Ordklasser"@nb,
        "Ordklasser"@nn .

humord:c05920 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05920" ;
    dct:modified "2025-07-23T07:36:20"^^xsd:dateTime ;
    skos:broader humord:c05919 ;
    skos:closeMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:definition "Adjektiv er ord som betegner egenskaper ved substantiver. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Adjectives"@en,
        "Adjektiver"@nb,
        "Adjektiv"@nn .

humord:c05921 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05921" ;
    dct:modified "2024-08-28T15:14:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c05920 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Attributive adjectives"@en,
        "Attributive adjektiver"@nb,
        "Attributive adjektiv"@nn .

humord:c05922 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05922" ;
    dct:modified "2025-07-23T08:00:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c05920 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Qualifying adjectives"@en,
        "Kvalifiserende adjektiver"@nb,
        "Kvalifiserende adjektiv"@nn .

humord:c05923 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05923" ;
    dct:modified "2025-07-23T08:01:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/415.5/e23/>,
        <http://dewey.info/class/439.8255/e23/> ;
    skos:broader humord:c05920 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/415.5/e23/>,
        <http://dewey.info/class/439.8255/e23/> ;
    skos:prefLabel "Predicative adjectives"@en,
        "Predikative adjektiver"@nb,
        "Predikative adjektiv"@nn .

humord:c05924 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05924" ;
    dct:modified "2025-07-23T07:37:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:broader humord:c05919 ;
    skos:definition "Adposisjon er samleomgrepet for preposisjonar og postposisjonar, skilnaden dei i mellom er at preposisjonar står føre styringa si, mens postposisjonar står etter ho. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:prefLabel "Adpositions"@en,
        "Adposisjoner"@nb,
        "Adposisjonar"@nn .

humord:c05925 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05925" ;
    dct:modified "2025-07-23T08:00:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:broader humord:c05924 ;
    skos:definition "Postposisjon er et ubøyd ord som står etter et substantiv og som har samme funksjon som en preposisjon. Et eksempel på norsk er uttrykket «folk imellom», mens vi på engelsk blant annet har uttrykket «some time ago». <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:prefLabel "Postpositions"@en,
        "Postposisjoner"@nb,
        "Postposisjonar"@nn .

humord:c05926 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05926" ;
    dct:modified "2025-07-23T07:59:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:broader humord:c05924 ;
    skos:definition "Preposisjoner er en ordklasse med små ord som ikke bøyes, for eksempel på, før eller av.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:prefLabel "Prepositions"@en,
        "Preposisjoner"@nb,
        "Preposisjonar"@nn ;
    skos:related humord:c14930 .

humord:c05927 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-09-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05927" ;
    dct:modified "2025-07-23T07:51:38"^^xsd:dateTime ;
    skos:altLabel "Adverber"@nb ;
    skos:broader humord:c05919 ;
    skos:definition "Ordklassen adverb består av ord som står til andre ord og påvirker hva de betyr. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--576/e23/>,
        <http://dewey.info/class/415.76/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--576/e23/>,
        <http://dewey.info/class/415.76/e23/> ;
    skos:prefLabel "Adverbs"@en,
        "Adverb"@nb,
        "Adverb"@nn .

humord:c05928 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-09-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05928" ;
    dct:modified "2025-07-23T07:58:17"^^xsd:dateTime ;
    skos:altLabel "Tidsadverber"@nb ;
    skos:broadMatch <http://dewey.info/class/4--576/e23/>,
        <http://dewey.info/class/415.76/e23/> ;
    skos:broader humord:c05927 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--576/e23/>,
        <http://dewey.info/class/415.76/e23/> ;
    skos:prefLabel "Adverbs of time"@en,
        "Tidsadverb"@nb,
        "Tidsadverb"@nn .

humord:c05929 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05929" ;
    dct:modified "2025-07-23T07:49:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c16984 ;
    skos:definition "En artikkel er i grammatikken en undergruppe av ordklassen determinativer, nærmere bestemt en kvantor (mengdeord). <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Articles (Linguistics)"@en,
        "Artikler (Lingvistikk)"@nb,
        "Artiklar (Lingvistikk)"@nn .

humord:c05930 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05930" ;
    dct:modified "2025-07-22T07:43:42"^^xsd:dateTime ;
    skos:altLabel "Bestemde artiklar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c05929 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Definite articles"@en,
        "Bestemte artikler"@nb,
        "Bestemte artiklar"@nn .

humord:c05931 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05931" ;
    dct:modified "2025-07-23T07:51:06"^^xsd:dateTime ;
    skos:altLabel "Ubestemde artiklar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c05929 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Indefinite articles"@en,
        "Ubestemte artikler"@nb,
        "Ubestemte artiklar"@nn .

humord:c05932 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05932" ;
    dct:modified "2025-07-23T07:38:20"^^xsd:dateTime ;
    skos:altLabel "Ytringsord"@nb,
        "Ytringsord"@nn ;
    skos:broadMatch <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:broader humord:c05919 ;
    skos:definition "En interjeksjon er et ord som fungerer som en selvstendig ytring, og som ikke har noen syntaktisk relasjon til setningen den opptrer sammen med. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:prefLabel "Interjections"@en,
        "Interjeksjoner"@nb,
        "Interjeksjonar"@nn .

humord:c05934 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05934" ;
    dct:modified "2025-07-22T13:18:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:broader humord:c05919 ;
    skos:definition "Partikkel er i tradisjonell grammatikk eit samnamn på ubøyelege «småord» av ulike ordklassar, mellom anna adverb, preposisjonar, konjunksjonar, subjunksjonar og interjeksjonar. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:prefLabel "Particles (Linguistics)"@en,
        "Partikler (Lingvistikk)"@nb,
        "Partiklar (Lingvistikk)"@nn .

humord:c05935 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05935" ;
    dct:modified "2025-07-22T07:45:58"^^xsd:dateTime ;
    skos:altLabel "Tidskonjunksjoner"@nb,
        "Tidskonjunksjonar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:broader humord:c05934 ;
    skos:definition "Ordklasse av ubøyelige partikler som forbinder setninger og setningsledd uten å endre leddenes syntaks <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:prefLabel "Conjunctions"@en,
        "Konjunksjoner"@nb,
        "Konjunksjonar"@nn ;
    skos:related humord:c14930 .

humord:c05937 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05937" ;
    dct:modified "2025-07-22T13:19:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:broader humord:c05934 ;
    skos:definition "Modale partikler er setningsadverbial som uttrykker modalitet <naob.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--57/e23/>,
        <http://dewey.info/class/415.7/e23/> ;
    skos:prefLabel "Modal particles"@en,
        "Modale partikler"@nb,
        "Modale partiklar"@nn ;
    skos:related humord:c05823 .

humord:c05938 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05938" ;
    dct:modified "2025-07-23T08:28:24"^^xsd:dateTime ;
    skos:altLabel "Pronoun"@en,
        "Pronomen"@nb ;
    skos:broader humord:c05919 ;
    skos:definition "Pronomen er en ordklasse med ord som står i stedet for andre ord. Et pronomen står vanligvis i stedet for et substantiv, eller det viser til noe eller noen i den situasjonen de brukes i. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:prefLabel "Pronouns"@en,
        "Pronomener"@nb,
        "Pronomen"@nn .

humord:c05939 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05939" ;
    dct:modified "2025-07-23T07:12:54"^^xsd:dateTime ;
    skos:altLabel "Personal pronoun"@en,
        "Personlige pronomen"@nb,
        "Personleg pronomen"@nn ;
    skos:broadMatch <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:broader humord:c05938 ;
    skos:definition "Personlig pronomen er ord som kan stå i stedet for et substantiv eller navn. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:prefLabel "Personal pronouns"@en,
        "Personlige pronomener"@nb,
        "Personlege pronomen"@nn .

humord:c05940 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05940" ;
    dct:modified "2025-07-23T07:55:52"^^xsd:dateTime ;
    skos:altLabel "Demonstrative pronoun"@en,
        "Demonstrative pronomen"@nb,
        "Demonstrative pronomener"@nb,
        "Henvisende pronomen"@nb,
        "Henvisende pronomener"@nb,
        "Pekeord"@nb,
        "Påpekende pronomen"@nb,
        "Demonstrative pronomen"@nn,
        "Peikeord"@nn ;
    skos:broadMatch <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:broader humord:c05938 ;
    skos:definition "Pekeord er ord som viser til en bestemt person eller ting som kan sees eller er omtalt, for eksempel ord som den, denne eller disse. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:prefLabel "Demonstrative pronouns"@en,
        "Påpekende pronomener"@nb,
        "Påpekeikande  pronomen"@nn ;
    skos:related humord:c18178 .

humord:c05941 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05941" ;
    dct:modified "2025-07-23T07:34:26"^^xsd:dateTime ;
    skos:altLabel "Redundant pronoun"@en,
        "Redundantiske pronomen"@nb ;
    skos:broadMatch <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:broader humord:c05938 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:prefLabel "Redundant pronouns"@en,
        "Redundantiske pronomener"@nb,
        "Redundantiske pronomen"@nn .

humord:c05942 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05942" ;
    dct:modified "2025-07-23T08:25:26"^^xsd:dateTime ;
    skos:altLabel "Reflexive pronoun"@en,
        "Refleksive pronomen"@nb ;
    skos:broadMatch <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:broader humord:c05938 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:prefLabel "Reflexive pronouns"@en,
        "Refleksive pronomener"@nb,
        "Refleksive pronomen"@nn .

humord:c05943 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05943" ;
    dct:modified "2025-07-23T07:35:05"^^xsd:dateTime ;
    skos:altLabel "Relative pronoun"@en,
        "Relative pronomen"@nb ;
    skos:broadMatch <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:broader humord:c05938 ;
    skos:definition "Relativt pronomen er et pronomen som innleder en underordnet setning og viser tilbake til et ord (substantiv, annet pronomen eller lignende) i den overordnede setningen. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:prefLabel "Relative pronouns"@en,
        "Relative pronomener"@nb,
        "Relative pronomen"@nn .

humord:c05944 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05944" ;
    dct:modified "2025-07-23T07:31:20"^^xsd:dateTime ;
    skos:altLabel "Interrogative pronoun"@en,
        "Spørrepronomen"@nb ;
    skos:broadMatch <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:broader humord:c05938 ;
    skos:definition "Spørrepronomen viser til den, det eller dem det spørres etter, for eksempel hvem/kven og hva/kva. Eksempel: «Hvem snakker du om?» <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:prefLabel "Interrogative pronouns"@en,
        "Spørrepronomener"@nb,
        "Spørrepronomen"@nn .

humord:c05945 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05945" ;
    dct:modified "2025-07-23T08:18:34"^^xsd:dateTime ;
    skos:altLabel "Indefinite pronoun"@en,
        "Ubestemte pronomen"@nb,
        "Ubestemde pronomen"@nn ;
    skos:broadMatch <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:broader humord:c05938 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--555/e23/>,
        <http://dewey.info/class/415.55/e23/> ;
    skos:prefLabel "Indefinite pronouns"@en,
        "Ubestemte pronomener"@nb,
        "Ubestemte pronomen"@nn .

humord:c05946 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05946" ;
    dct:modified "2025-07-23T08:27:37"^^xsd:dateTime ;
    skos:altLabel "Substantives"@en ;
    skos:broader humord:c05919 ;
    skos:exactMatch <http://dewey.info/class/4--554/e23/>,
        <http://dewey.info/class/415.54/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--554/e23/>,
        <http://dewey.info/class/415.54/e23/> ;
    skos:prefLabel "Nouns"@en,
        "Substantiver"@nb,
        "Substantiv"@nn ;
    skos:related humord:c12282 .

humord:c05947 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05947" ;
    dct:modified "2025-07-23T07:18:53"^^xsd:dateTime ;
    skos:altLabel "Appellative nouns"@en,
        "Appellatives"@en,
        "Fellesnavn"@nb,
        "Fellesnamn"@nn,
        "Samnamn"@nn ;
    skos:broadMatch <http://dewey.info/class/4--554/e23/>,
        <http://dewey.info/class/415.54/e23/> ;
    skos:broader humord:c05946 ;
    skos:definition "Appellativ er et substantiv som betegner en klasse av ting eller vesener, som for eksempel bil, katt, fag. Disse substantivene kalles også fellesnavn.<SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--554/e23/>,
        <http://dewey.info/class/415.54/e23/> ;
    skos:prefLabel "Common nouns"@en,
        "Appellative substantiver"@nb,
        "Appellative substantiv"@nn .

humord:c05949 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-01-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05949" ;
    dct:modified "2025-07-22T08:23:20"^^xsd:dateTime ;
    skos:altLabel "Gender (Lingvistikk)"@nb,
        "Kjønn (Lingvistikk)"@nb,
        "Gender (Lingvistikk)"@nn,
        "Kjønn (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c05952 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Gender (Linguistics)"@en,
        "Genus (Lingvistikk)"@nb,
        "Genus (Lingvistikk)"@nn .

humord:c05952 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-05-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05952" ;
    dct:modified "2025-07-23T07:41:03"^^xsd:dateTime ;
    skos:altLabel "Nomen"@nb ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c05919 ;
    skos:definition "Nomen er et ord som vanligvis er et synonym til substantiv, men som også kan være en fellesbetegnelse for substantiv og pronomen, i sammensetninger som nomenfrase. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Nominals"@en,
        "Nomener"@nb,
        "Nomen"@nn .

humord:c05953 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05953" ;
    dct:modified "2025-07-23T08:23:05"^^xsd:dateTime ;
    skos:altLabel "Nominalklassar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--554/e23/>,
        <http://dewey.info/class/415.54/e23/> ;
    skos:broader humord:c05952 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--554/e23/>,
        <http://dewey.info/class/415.54/e23/> ;
    skos:prefLabel "Nominal classes"@en,
        "Nominalklasser"@nb,
        "Nominalklasser"@nn .

humord:c05954 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-10-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05954" ;
    dct:modified "2025-07-25T07:55:18"^^xsd:dateTime ;
    skos:altLabel "Agent nouns"@en,
        "Nomen agentis"@en,
        "Nomen agentis"@nb,
        "Handlarnomen"@nn,
        "Nomen agentis"@nn ;
    skos:broadMatch <http://dewey.info/class/4--554/e23/>,
        <http://dewey.info/class/415.54/e23/> ;
    skos:broader humord:c05961 ;
    skos:definition "Nomen agentis er eit substantiv som viser til ein person som utfører ei handling, som fiskar eller lærar. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--554/e23/>,
        <http://dewey.info/class/415.54/e23/> ;
    skos:prefLabel "Nomina agentis"@en,
        "Nomina agentis"@nb,
        "Nomina agentis"@nn ;
    skos:related humord:c06133 .

humord:c05955 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05955" ;
    dct:modified "2025-07-23T08:44:57"^^xsd:dateTime ;
    skos:altLabel "Tall (Lingvistikk)"@nb,
        "Tal (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c05826 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Number"@en,
        "Numerus"@nb,
        "Numerus"@nn .

humord:c05957 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05957" ;
    dct:modified "2025-07-22T08:50:55"^^xsd:dateTime ;
    skos:altLabel "Flertall (Grammatikk)"@nb,
        "Fleirtal (Grammatikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c05955 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Plural"@en,
        "Pluralis"@nb,
        "Pluralis"@nn .

humord:c05959 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05959" ;
    dct:modified "2025-07-22T08:51:26"^^xsd:dateTime ;
    skos:altLabel "Entall (Grammatikk)"@nb,
        "Eintal (Grammatikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c05955 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Singular"@en,
        "Singularis"@nb,
        "Singularis"@nn .

humord:c05961 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05961" ;
    dct:modified "2025-07-23T07:29:41"^^xsd:dateTime ;
    skos:altLabel "Deverbale substantiver"@nb,
        "Deverbale substantiv"@nn ;
    skos:broadMatch <http://dewey.info/class/4--554/e23/>,
        <http://dewey.info/class/415.54/e23/> ;
    skos:broader humord:c05946 ;
    skos:definition "Verbalsubstantiv er substantiv som er danna av verb, som substantiva læring og lærar frå verbet lære og substantiva hoppar, hopping og hopp frå verbet hoppe. Dei blir òg kalla deverbale substantiv.<SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--554/e23/>,
        <http://dewey.info/class/415.54/e23/> ;
    skos:prefLabel "Verbal nouns"@en,
        "Verbalsubstantiver"@nb,
        "Verbalsubstantiv"@nn .

humord:c05962 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05962" ;
    dct:modified "2025-07-23T07:46:48"^^xsd:dateTime ;
    skos:altLabel "Verb"@en,
        "Verbal systems"@en,
        "Verbalsystemer"@nb,
        "Verbalsystem"@nn ;
    skos:broader humord:c05919 ;
    skos:definition "Verb er et ord som kan betegne enten en handling (for eksempel ord som spise, leke, tenke), en prosess (for eksempel vokse, falle) eller en tilstand (for eksempel eie, leve). <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Verbs"@en,
        "Verb"@nb,
        "Verb"@nn ;
    skos:related humord:c05874,
        humord:c05881,
        humord:c05913,
        humord:c06149 .

humord:c05963 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05963" ;
    dct:modified "2025-07-22T13:14:15"^^xsd:dateTime ;
    skos:altLabel "Refleksiv verbalkonstruksjon"@nb,
        "Refleksiv verbalkonstruksjon"@nn ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05962 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Reflexive constructions"@en,
        "Medialkonstruksjon"@nb,
        "Medialkonstruksjon"@nn .

humord:c05965 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05965" ;
    dct:modified "2025-07-22T13:15:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05962 ;
    skos:definition "Modus er opphavleg ein grammatisk kategori ved verbet i gamalgresk og latin som uttrykkjer korleis den som snakkar eller skriv, brukar og stiller seg til innhaldet i ei setning: Er det til dømes ei oppmoding, ein ordre, ein påstand eller eit ønske? <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Mood (Linguistics)"@en,
        "Modus"@nb,
        "Modus"@nn .

humord:c05966 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05966" ;
    dct:modified "2025-07-22T09:51:14"^^xsd:dateTime ;
    skos:altLabel "Imperative  mood"@en ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05965 ;
    skos:definition "Imperativ er ei form av verbet som uttrykkjer befaling, påbod eller oppmoding (oppfordring). <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Imperative"@en,
        "Imperativ"@nb,
        "Imperativ"@nn .

humord:c05967 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05967" ;
    dct:modified "2025-07-22T12:55:22"^^xsd:dateTime ;
    skos:altLabel "Indicative mood"@en ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05965 ;
    skos:definition "Indikativ er namnet på former av verbet som blir brukte i vanlege forteljande eller spørjande setningar: Eg er svolten. Har du mat? <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Indicative"@en,
        "Indikativ"@nb,
        "Indikativ"@nn .

humord:c05968 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05968" ;
    dct:modified "2025-07-22T12:58:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05965 ;
    skos:definition "Konjunktiv er eit namn på verbformer som uttrykkjer ein tenkt situasjon – noko som kunne ha skjedd, burde ha skjedd, burde skje eller er ønskjeleg at skjer. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Subjunctive"@en,
        "Konjunktiv"@nb,
        "Konjunktiv"@nn ;
    skos:related humord:c05972 .

humord:c05969 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05969" ;
    dct:modified "2025-07-22T13:26:27"^^xsd:dateTime ;
    skos:altLabel "Tid (Lingvistikk)"@nb,
        "Tider (Lingvistikk)"@nb,
        "Tidsbruk (Lingvistikk)"@nb,
        "Tid (Lingvistikk)"@nn,
        "Tider (Lingvistikk)"@nn,
        "Tidsbruk (Lingvistikk)"@nn ;
    skos:broader humord:c05962 ;
    skos:definition "Tempus er ein grammatisk kategori som plasserer ei setning i tid, for eksempel i fortid eller notid. Det er svært vanleg at tempus blir uttrykt gjennom bøying av verbet. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:prefLabel "Tense (Linguistics)"@en,
        "Tempus"@nb,
        "Tempus"@nn .

humord:c05970 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05970" ;
    dct:modified "2025-07-22T13:28:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05962 ;
    skos:definition "Valens er en egenskap ved verb. Valensen bestemmer hvor mange og hvilke setningsledd som må knyttes til verbet for å gi en setning som er grammatisk. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Valency (Linguistics)"@en,
        "Valens (Lingvistikk)"@nb,
        "Valens (Lingvistikk)"@nn .

humord:c05971 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05971" ;
    dct:modified "2025-07-22T13:27:39"^^xsd:dateTime ;
    skos:altLabel "Verbs of saying"@en,
        "Verbs of speaking"@en ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05962 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Verba dicendi"@en,
        "Verba dicendi"@nb,
        "Verba dicendi"@nn .

humord:c05972 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05972" ;
    dct:modified "2025-07-23T07:11:33"^^xsd:dateTime ;
    skos:altLabel "Verb forms"@en,
        "Verbformer"@nb,
        "Verbformer"@nn ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05962 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Verbal forms"@en,
        "Verbalformer"@nb,
        "Verbalformer"@nn ;
    skos:related humord:c05968,
        humord:c05994 .

humord:c05973 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05973" ;
    dct:modified "2025-07-22T13:08:38"^^xsd:dateTime ;
    skos:altLabel "Future (Grammar)"@en ;
    skos:broadMatch <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:broader humord:c14673 ;
    skos:definition "Futurum er ei grammatisk form — som regel ei verbform — som plasserer ein situasjon i framtida, det vil seie etter taletidspunktet. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:prefLabel "Future tense"@en,
        "Futurum"@nb,
        "Futurum"@nn .

humord:c05974 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05974" ;
    dct:modified "2025-07-22T09:48:56"^^xsd:dateTime ;
    skos:altLabel "Verbaladverb"@nb,
        "Verbaladverb"@nn ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c14675 ;
    skos:definition "Gerundium er namnet på særskilde nominale eller adverbiale bøyingsformer av verb. Gerundium finst ikkje på norsk. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Gerund"@en,
        "Gerundium"@nb,
        "Gerundium"@nn .

humord:c05976 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05976" ;
    dct:modified "2025-07-22T09:49:34"^^xsd:dateTime ;
    skos:altLabel "Infinitive mood"@en ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c14675 ;
    skos:definition "Infinitiv er ei infinitt verbform som finst i ein del språk, jamfør norsk sjå, vere/vera, kaste/kasta (bokmål se, være, kaste). Infinitiv har mange av dei same grammatiske funksjonane i ei setning som substantiv, men skil seg ut ved å kunne stå i lag med dei same setningsledda som finitte verb, bortsett frå subjekt. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Infinitive"@en,
        "Infinitiv"@nb,
        "Infinitiv"@nn .

humord:c05977 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05977" ;
    dct:modified "2025-07-22T12:54:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c14675 ;
    skos:definition "Partisipp er en form av verbet som kan fungere som adjektiv. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Participle"@en,
        "Partisipp"@nb,
        "Partisipp"@nn .

humord:c05978 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05978" ;
    dct:modified "2025-07-23T09:07:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:broader humord:c12056 ;
    skos:definition "Perfektum er ei verbform med hjelpeverba ha eller vere pluss perfektum partisipp, som har brekt, hadde brekt, vil ha brekt, er komen, var komen eller vil vere komen. Perfektum viser til noko som skjedde på eit tidlegare tidspunkt, men som framleis er relevant. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:prefLabel "Present perfect tense"@en,
        "Perfektum"@nb,
        "Perfektum"@nn ;
    skos:related humord:c06067 .

humord:c05979 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05979" ;
    dct:modified "2025-07-22T09:08:36"^^xsd:dateTime ;
    skos:altLabel "Perfect participle"@en ;
    skos:broadMatch <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:broader humord:c05977 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:prefLabel "Past participle"@en,
        "Perfektum partisipp"@nb,
        "Perfektum partisipp"@nn .

humord:c05980 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05980" ;
    dct:modified "2025-07-22T09:50:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:broader humord:c14673 ;
    skos:definition "Presens er ei form av verbet som plasserer ei hending i notida, som i ein grammatisk samanheng tyder ytringstidspunktet, det vil seie tidspunktet då setninga blir ytra — munnleg eller skriftleg. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:prefLabel "Present tense"@en,
        "Presens"@nb,
        "Presens"@nn .

humord:c05981 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05981" ;
    dct:modified "2025-07-22T09:11:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:broader humord:c05980 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:prefLabel "Nasal present"@en,
        "Nasalpresens"@nb,
        "Nasalpresens"@nn .

humord:c05982 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05982" ;
    dct:modified "2025-07-23T09:22:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:broader humord:c12056 ;
    skos:definition "Preteritum er ei fortidsform av verbet. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:prefLabel "Past tense"@en,
        "Preteritum"@nb,
        "Preteritum"@nn ;
    skos:related humord:c06067 .

humord:c05983 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05983" ;
    dct:modified "2024-08-16T13:07:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:broader humord:c05982 ;
    skos:definition "Aorist er ei fortidsform av verb som typisk uttrykkjer ei av fleire fullførte handlingar som følgjer etter kvarandre i ei forteljing. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:prefLabel "Aorist"@en,
        "Aorist"@nb,
        "Aorist"@nn .

humord:c05984 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05984" ;
    dct:modified "2025-07-22T09:13:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:broader humord:c05983 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--562/e23/>,
        <http://dewey.info/class/415.62/e23/> ;
    skos:prefLabel "Sigmatic aorist"@en,
        "Sigmatisk aorist"@nb,
        "Sigmatisk aorist"@nn .

humord:c05985 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05985" ;
    dct:modified "2025-07-22T13:06:53"^^xsd:dateTime ;
    skos:altLabel "Perifrastiske verbalformer"@nb,
        "Perifrastiske verbalformer"@nn ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05972 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Verbal periphrasis"@en,
        "Sammensatte verbalformer"@nb,
        "Samansette verbalformer"@nn .

humord:c05988 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05988" ;
    dct:modified "2025-07-22T13:12:23"^^xsd:dateTime ;
    skos:altLabel "Verbs of motion"@en ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05987 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Motion verbs"@en,
        "Bevegelsesverb"@nb,
        "Rørsleverb"@nn .

humord:c05989 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05989" ;
    dct:modified "2025-07-22T14:42:54"^^xsd:dateTime ;
    skos:altLabel "Denominative verbs"@en ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05987 ;
    skos:definition "Denominativ er i språkvitskapen eit verb som er laga av eit nomen – det vil seie eit substantiv eller adjektiv – som verbet dømme av substantivet dom og verbet surne av adjektivet sur. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Denominal verbs"@en,
        "Denominale verb"@nb,
        "Denominale verb"@nn .

humord:c05990 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05990" ;
    dct:modified "2025-07-23T07:03:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05987 ;
    skos:definition "Kausativ er ein språkleg konstruksjon som tyder 'få til å …' eller 'gjere slik at …'. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Causative verbs"@en,
        "Kausative verb"@nb,
        "Kausative verb"@nn .

humord:c05991 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05991" ;
    dct:modified "2025-07-22T13:16:34"^^xsd:dateTime ;
    skos:altLabel "Modale verb"@nb,
        "Modalverb"@nb,
        "Modale verb"@nn,
        "Modalverb"@nn ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05993 ;
    skos:definition "Modalverb, modalt hjelpeverb, er verb som sier noe om måten noe blir uttrykt på, for eksempel som oppfordring, ønske, påbud, mulighet eller lignende. Modalverbene i norsk er bør, burde, kan, kunne, må, måtte, skal, skulle, tør, torde, vil, ville. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Modal verbs"@en,
        "Modale hjelpeverb"@nb,
        "Modale hjelpeverb"@nn ;
    skos:related humord:c05823,
        humord:c06149 .

humord:c05993 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-02-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05993" ;
    dct:modified "2025-07-22T13:09:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05987 ;
    skos:definition "Hjelpeverb er verb som vanligvis står sammen med infinitiv eller partisipp av et annet verb, kalt hovedverbet, for å uttrykke grammatiske kategorier (perfektum, passiv, futurum og så videre). <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Auxiliary verbs"@en,
        "Hjelpeverb"@nb,
        "Hjelpeverb"@nn .

humord:c05994 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05994" ;
    dct:modified "2025-07-22T13:07:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05993 ;
    skos:definition "Kopula er i logikk og grammatikk et verb som forbinder subjekt og predikativ i en setning. Vanligvis er det ordet «være» og former av dette, som «er», «er ikke» og «var». <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Copulas"@en,
        "Kopula"@nb,
        "Kopula"@nn ;
    skos:related humord:c05972 .

humord:c05995 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05995" ;
    dct:modified "2025-07-23T07:08:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05987 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Prefixed verbs"@en,
        "Prefigerte verb"@nb,
        "Prefigerte verb"@nn .

humord:c05996 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05996" ;
    dct:modified "2025-07-23T07:09:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05987 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Reflexive verbs"@en,
        "Refleksive verb"@nb,
        "Refleksive verb"@nn .

humord:c05997 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05997" ;
    dct:modified "2025-07-23T07:20:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05987 ;
    skos:definition "Eit norsk verb blir rekna som sterkt dersom preteritumsforma ikkje har eit suffiks som inneheld ein vokal. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Strong verbs"@en,
        "Sterke verb"@nb,
        "Sterke verb"@nn .

humord:c05998 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05998" ;
    dct:modified "2025-07-23T07:16:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c05987 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Impersonal verbs"@en,
        "Upersonlige verb"@nb,
        "Upersonlege verb"@nn .

humord:c05999 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME05999" ;
    dct:modified "2025-07-23T09:37:24"^^xsd:dateTime ;
    skos:altLabel "Språkbruksanalyse"@nb,
        "Språkbrukslære"@nb,
        "Språkbruksteori"@nb,
        "Språkbruksanalyse"@nn,
        "Språkbrukslære"@nn,
        "Språkbruksteori"@nn ;
    skos:broadMatch <http://dewey.info/class/306.44/e23/> ;
    skos:broader humord:c05803 ;
    skos:definition "Pragmatikk er i språkvitenskap læren om hvordan kontekst bidrar til meningsinnholdet i en ytring. Det handler blant annet om hvordan man tolker flertydighet og hvordan man forstår ironi og implisert innhold. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/401.45/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/4--0141/e23/>,
        <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/4--019/e23/>,
        <http://dewey.info/class/401.41/e23/>,
        <http://dewey.info/class/401.45/e23/>,
        <http://dewey.info/class/401.9/e23/> ;
    skos:prefLabel "Pragmatics"@en,
        "Pragmatikk"@nb,
        "Pragmatikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--0141/e23/>,
        <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/4--019/e23/>,
        <http://dewey.info/class/401.41/e23/>,
        <http://dewey.info/class/401.9/e23/> .

humord:c06001 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-10-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06001" ;
    dct:modified "2025-03-14T09:34:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Definiteness (Linguistics)"@en,
        "Bestemthet (Lingvistikk)"@nb,
        "Bindingar (Lingvistikk)"@nn .

humord:c06002 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06002" ;
    dct:modified "2025-07-25T14:32:16"^^xsd:dateTime ;
    skos:altLabel "Deixis"@nb,
        "Deixis"@nn ;
    skos:broader humord:c05999 ;
    skos:closeMatch <http://dewey.info/class/4--01456/e23/>,
        <http://dewey.info/class/401.456/e23/> ;
    skos:definition "I språkvitenskapen skjelner man mellom tids-, steds- og persondeiksis om de  språklige trekk som angir tid, sted og person i den situasjon hvor en ytring finner sted <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--01456/e23/>,
        <http://dewey.info/class/401.456/e23/> ;
    skos:prefLabel "Deixis"@en,
        "Deiksis"@nb,
        "Deiksis"@nn .

humord:c06004 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06004" ;
    dct:modified "2025-07-15T12:48:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:broader humord:c05999 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:prefLabel "Focus (Linguistics)"@en,
        "Fokus (Lingvistikk)"@nb,
        "Fokus (Lingvistikk)"@nn .

humord:c06005 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-10-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06005" ;
    dct:modified "2025-07-25T14:30:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:broader humord:c05999 ;
    skos:definition "Enhver underliggende mening en setning eller ytring måtte ha <Concise Oxford Dictionary of Linguistics/UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:prefLabel "Implicature"@en,
        "Implikatur"@nb,
        "Implikatur"@nn .

humord:c06006 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06006" ;
    dct:modified "2025-07-15T12:52:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0141/e23/>,
        <http://dewey.info/class/401.41/e23/> ;
    skos:broader humord:c05999 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0141/e23/>,
        <http://dewey.info/class/401.41/e23/> ;
    skos:prefLabel "Coherence (Linguistics)"@en,
        "Koherens (Lingvistikk)"@nb,
        "Koherens (Lingvistikk)"@nn .

humord:c06008 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-09-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06008" ;
    dct:modified "2023-11-30T07:19:37"^^xsd:dateTime ;
    skos:altLabel "Nonverbal communication"@en,
        "Ikke-verbal kommunikasjon"@nb,
        "Nonverbal kommunikasjon"@nb,
        "Ikke-verbal kommunikasjon"@nn ;
    skos:broader humord:c09106 ;
    skos:definition "Alle former av kommunikasjon som ikke er språklig, inkludert paraspråk, ansiktsuttrykk, øyekontakt, kroppsspråk og proksemikk <UBT/Oxford Dictionary of Psychology>"@nb ;
    skos:exactMatch realfagstermer:c011486,
        <http://dewey.info/class/153.69/e23/>,
        <http://dewey.info/class/302.222/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011486,
        <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/153.69/e23/>,
        <http://dewey.info/class/302.222/e23/> ;
    skos:prefLabel "Non-verbal communication"@en,
        "Ikke-språklig kommunikasjon"@nb,
        "Ikkje-språkleg kommunikasjon"@nn ;
    skos:related humord:c06012 ;
    skos:relatedMatch <http://dewey.info/class/1--014/e23/> .

humord:c06011 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06011" ;
    dct:modified "2024-11-14T20:14:26"^^xsd:dateTime ;
    skos:altLabel "Meta-communication"@en ;
    skos:broadMatch <http://dewey.info/class/302.2/e23/> ;
    skos:broader humord:c09106 ;
    skos:definition "Kommunikasjon om kommunikasjon <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.2/e23/> ;
    skos:prefLabel "Metacommunication"@en,
        "Metakommunikasjon"@nb,
        "Metakommunikasjon"@nn .

humord:c06012 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-09-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06012" ;
    dct:modified "2024-11-14T20:23:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/153.6/e23/> ;
    skos:broader humord:c09106 ;
    skos:definition "Menneskelig samhandling gjennom bruk av ord eller innhold uttrykt gjennom annen lingvistisk form <UBT/Oxford Dictionary of Media and Communication>"@nb ;
    skos:exactMatch <http://dewey.info/class/302.224/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.6/e23/>,
        <http://dewey.info/class/302.224/e23/> ;
    skos:prefLabel "Linguistic communication"@en,
        "Språklig kommunikasjon"@nb,
        "Språkleg kommunikasjon"@nn ;
    skos:related humord:c06008 .

humord:c06014 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06014" ;
    dct:modified "2024-11-14T20:23:55"^^xsd:dateTime ;
    skos:altLabel "Oral communication"@en,
        "Verbal kommunikasjon"@nb,
        "Verbal kommunikasjon"@nn ;
    skos:broader humord:c06012 ;
    skos:exactMatch <http://dewey.info/class/302.2242/e23/>,
        <http://dewey.info/class/651.73/e23/>,
        <http://dewey.info/class/658.452/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.2242/e23/>,
        <http://dewey.info/class/651.73/e23/>,
        <http://dewey.info/class/658.452/e23/>,
        <http://dewey.info/class/808.5/e23/> ;
    skos:prefLabel "Verbal communication"@en,
        "Muntlig kommunikasjon"@nb,
        "Munnleg kommunikasjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/808.5/e23/> .

humord:c06015 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-08-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06015" ;
    dct:modified "2023-11-19T21:26:38"^^xsd:dateTime ;
    skos:altLabel "Dialog"@en,
        "Toveis kommunikasjon"@nb ;
    skos:broadMatch <http://dewey.info/class/153.6/e23/>,
        <http://dewey.info/class/302.22/e23/> ;
    skos:broader humord:c06014 ;
    skos:exactMatch realfagstermer:c011058 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011058,
        <http://dewey.info/class/153.6/e23/>,
        <http://dewey.info/class/302.22/e23/> ;
    skos:prefLabel "Dialogue"@en,
        "Dialog"@nb,
        "Dialog"@nn ;
    skos:related humord:c08630 .

humord:c06016 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06016" ;
    dct:modified "2025-06-16T13:14:16"^^xsd:dateTime ;
    skos:altLabel "Bargaining"@en,
        "Negotiantion technique"@en,
        "Negotiation"@en,
        "Forhandling"@nb,
        "Forhandlingsprosesser"@nb,
        "Forhandlingsteknikk"@nb,
        "Forhandling"@nn,
        "Forhandlingsprosessar"@nn,
        "Forhandlingsteknikk"@nn ;
    skos:broader humord:c01458,
        humord:c23922 ;
    skos:closeMatch realfagstermer:c006947 ;
    skos:editorialNote "Bør skille ut fredsforhandlinger. 2014-04-25/bsh"@nb ;
    skos:exactMatch realfagstermer:c003052,
        <http://dewey.info/class/302.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003052,
        realfagstermer:c006947,
        <http://dewey.info/class/158.5/e23/>,
        <http://dewey.info/class/302.3/e23/>,
        <http://dewey.info/class/331.8912/e23/>,
        <http://dewey.info/class/658.4052/e23/> ;
    skos:prefLabel "Negotiations"@en,
        "Forhandlinger"@nb,
        "Forhandlingar"@nn ;
    skos:relatedMatch <http://dewey.info/class/158.5/e23/>,
        <http://dewey.info/class/331.8912/e23/>,
        <http://dewey.info/class/658.4052/e23/> .

humord:c06017 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06017" ;
    dct:modified "2024-11-18T11:36:49"^^xsd:dateTime ;
    skos:altLabel "Wrangle"@en,
        "Kjefting"@nb,
        "Krangling"@nb,
        "Kjefting"@nn,
        "Kjekling"@nn,
        "Krangling"@nn ;
    skos:broadMatch <http://dewey.info/class/153.6/e23/>,
        <http://dewey.info/class/302.2242/e23/> ;
    skos:broader humord:c06014 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.6/e23/>,
        <http://dewey.info/class/302.2242/e23/> ;
    skos:prefLabel "Quarrels"@en,
        "Krangel"@nb,
        "Krangel"@nn ;
    skos:related humord:c00369,
        humord:c17906 .

humord:c06018 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06018" ;
    dct:modified "2024-11-14T20:18:20"^^xsd:dateTime ;
    skos:altLabel "Konversasjon"@nb,
        "Konversasjon"@nn ;
    skos:broader humord:c06014 ;
    skos:exactMatch <http://dewey.info/class/302.346/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/177.2/e23/>,
        <http://dewey.info/class/302.346/e23/>,
        <http://dewey.info/class/395.59/e23/>,
        <http://dewey.info/class/808.56/e23/> ;
    skos:prefLabel "Conversation"@en,
        "Samtale"@nb,
        "Samtale"@nn ;
    skos:related humord:c06305,
        humord:c22285 ;
    skos:relatedMatch <http://dewey.info/class/177.2/e23/>,
        <http://dewey.info/class/395.59/e23/>,
        <http://dewey.info/class/808.56/e23/> .

humord:c06020 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-10-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06020" ;
    dct:modified "2025-07-25T14:50:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:broader humord:c05999 ;
    skos:definition "Teori innen pragmatikken om ytringenes mening, utviklet på 1980-tallet <Concise Oxford Dictionary of Linguistics/UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:prefLabel "Relevance theory"@en,
        "Relevansteori"@nb,
        "Relevansteori"@nn .

humord:c06021 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06021" ;
    dct:modified "2025-07-25T14:51:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:broader humord:c05999 ;
    skos:definition "En del av en setning som bidrar med informasjon relatert til setningens tema, for eksempel i \"Problemet er at det er kaldt\" er \"Problemet\" tema og \"erat det er kaldt\" rema <Concise Oxford Dictionary of Linguistics/UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:prefLabel "Rheme"@en,
        "Rema"@nb,
        "Rema"@nn .

humord:c06022 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06022" ;
    dct:modified "2025-07-25T14:35:18"^^xsd:dateTime ;
    skos:altLabel "Talehandlinger"@nb,
        "Talehandlingar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:broader humord:c05999 ;
    skos:definition "Handlinger utført ved språklige ytringer (f.eks. løfter, spørsmål, advarsler, trusler) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:prefLabel "Speech acts"@en,
        "Språkhandlinger"@nb,
        "Språkhandlkingar"@nn .

humord:c06024 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06024" ;
    dct:modified "2025-07-25T14:51:21"^^xsd:dateTime ;
    skos:altLabel "Language norms"@en ;
    skos:broadMatch <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:broader humord:c05999 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:prefLabel "Linguistic norms"@en,
        "Språknormer"@nb,
        "Språknormer"@nn ;
    skos:related humord:c06381 .

humord:c06025 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06025" ;
    dct:modified "2025-07-25T14:31:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:broader humord:c06024 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:prefLabel "Text norms"@en,
        "Tekstnormer"@nb,
        "Tekstnormer"@nn .

humord:c06026 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06026" ;
    dct:modified "2025-07-25T14:32:00"^^xsd:dateTime ;
    skos:altLabel "Legibility"@en,
        "Lesbarhet"@nb,
        "Lesbarheit"@nn ;
    skos:broadMatch <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/> ;
    skos:broader humord:c06025 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/401.45/e23/>,
        <http://dewey.info/class/808/e23/> ;
    skos:prefLabel "Readability"@en,
        "Leselighet"@nb,
        "Leselegheit"@nn ;
    skos:relatedMatch <http://dewey.info/class/808/e23/> .

humord:c06028 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06028" ;
    dct:modified "2025-07-25T14:35:49"^^xsd:dateTime ;
    skos:altLabel "Tekster"@nn ;
    skos:broadMatch <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/400/e23/>,
        <http://dewey.info/class/800/e23/> ;
    skos:broader humord:c05999 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0145/e23/>,
        <http://dewey.info/class/400/e23/>,
        <http://dewey.info/class/800/e23/> ;
    skos:prefLabel "Texts"@en,
        "Tekster"@nb,
        "Tekstar"@nn .

humord:c06031 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-10-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06031" ;
    dct:modified "2025-07-25T14:32:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0141/e23/>,
        <http://dewey.info/class/401.41/e23/> ;
    skos:broader humord:c06028 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0141/e23/>,
        <http://dewey.info/class/401.41/e23/> ;
    skos:prefLabel "Text coherence"@en,
        "Tekstkoherens"@nb,
        "Tekstkoherens"@nn .

humord:c06032 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-10-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06032" ;
    dct:modified "2025-07-25T14:32:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0141/e23/>,
        <http://dewey.info/class/401.41/e23/> ;
    skos:broader humord:c06028 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0141/e23/>,
        <http://dewey.info/class/401.41/e23/> ;
    skos:prefLabel "Text structure"@en,
        "Tekststruktur"@nb,
        "Tekststruktur"@nn .

humord:c06033 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-10-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06033" ;
    dct:modified "2025-07-22T08:09:15"^^xsd:dateTime ;
    skos:altLabel "Theme (Linguistics)"@en,
        "Topic (Lingvistikk)"@nb,
        "Topic (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05999 ;
    skos:definition "En del av en setning som viser hva hele setningen dreier seg om, når ytret i en spesifikk kontekst, for eksempel \"På søndag\" er tema i \"På søndag må jeg besøke onkelen min\" <Concise Oxford Dictionary of Linguistics/UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Topic (Linguistics)"@en,
        "Tema (Lingvistikk)"@nb,
        "Tema (Lingvistikk)"@nn .

humord:c06037 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06037" ;
    dct:modified "2025-07-15T13:26:00"^^xsd:dateTime ;
    skos:altLabel "Pleonasms"@en,
        "Tautology"@en,
        "Pleonasmer"@nb,
        "Tautologi (Lingvistikk)"@nb,
        "Pleonasmar"@nn,
        "Tautologi (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:definition "Pleonasme er bruken av overflødige ord for å betegne noe, for eksempel «en rund sirkel», «en ridende rytter» eller «å se med sine egne øyne». I sistnevnte tilfelle er det opplagt at man bruker sine egne øyne når man ser noe. I dagligtale kalles gjerne en pleonasme for smør på flesk. Et pleonastisk uttrykk er gjerne en tautologi. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Redundancy"@en,
        "Redundans"@nb,
        "Redundans"@nn .

humord:c06040 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06040" ;
    dct:modified "2025-07-15T13:26:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Regularity (Linguistics)"@en,
        "Regelmessighet (Lingvistikk)"@nb,
        "Regelmessigheit (Lingvistikk)"@nn .

humord:c06041 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06041" ;
    dct:modified "2025-07-23T09:15:28"^^xsd:dateTime ;
    skos:altLabel "Betydningslære"@nb,
        "Tydingslære"@nn ;
    skos:broader humord:c05803 ;
    skos:definition "Semantikk er læren om språkets innhold, sammenhengen mellom ord, fraser og setninger og deres betydning eller mening. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Semantics"@en,
        "Semantikk"@nb,
        "Semantikk"@nn .

humord:c06043 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06043" ;
    dct:modified "2024-10-16T13:01:06"^^xsd:dateTime ;
    skos:altLabel "Basic concepts"@en,
        "Basic ideas"@en,
        "Fundamental concepts"@en,
        "Fundamental ideas"@en,
        "Grunnbegreper"@nb,
        "Grunnomgrep"@nn ;
    skos:broadMatch <http://dewey.info/class/121.4/e23/> ;
    skos:broader humord:c00239,
        humord:c06041 ;
    skos:closeMatch realfagstermer:c004352 ;
    skos:editorialNote "\"Begreper\" kan gjerne brukes både på lingvistikk og filosofi og har fått to  overordnete termer. Konf. Jan Engh og Henrik Keyser Pedersen. 2013-01-14/bsh"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004352,
        <http://dewey.info/class/121.4/e23/>,
        <http://dewey.info/class/153.23/e23/> ;
    skos:prefLabel "Concepts"@en,
        "Begreper"@nb,
        "Omgrep"@nn ;
    skos:related humord:c06296,
        humord:c21818 ;
    skos:relatedMatch <http://dewey.info/class/153.23/e23/> .

humord:c06044 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06044" ;
    dct:modified "2025-07-25T14:26:10"^^xsd:dateTime ;
    skos:altLabel "Betydning"@nn ;
    skos:broadMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c06041 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Meaning"@en,
        "Betydning"@nb,
        "Betyding"@nn ;
    skos:related humord:c06337,
        humord:c06431 .

humord:c06045 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06045" ;
    dct:modified "2025-07-25T14:37:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c06044 ;
    skos:definition "Antonym er ord med motsatt betydning <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Antonyms"@en,
        "Antonymer"@nb,
        "Antonym"@nn .

humord:c06046 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06046" ;
    dct:modified "2025-07-25T14:50:23"^^xsd:dateTime ;
    skos:altLabel "Falske venar"@nn,
        "Falske vener"@nn,
        "Falske venner"@nn ;
    skos:broadMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c06044 ;
    skos:definition "To ord på to ulike språk, der de to ordene har tilnærmet lik ordlyd, men ikke samme betydning <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "False friends"@en,
        "Falske venner"@nb,
        "Falske vennar"@nn .

humord:c06047 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06047" ;
    dct:modified "2025-07-22T08:20:54"^^xsd:dateTime ;
    skos:altLabel "Dobbelttydighet (Lingvistikk)"@nb,
        "Dobbelttydigheit (Lingvistikk)"@nn,
        "Dobbeltydigheit (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c06044 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Ambiguity (Linguistics)"@en,
        "Flertydighet (Lingvistikk)"@nb,
        "Fleirtydigheit (Lingvistikk)"@nn ;
    skos:related humord:c00489 .

humord:c06048 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06048" ;
    dct:modified "2025-07-15T14:23:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c06047 ;
    skos:definition "Homonymer er ord som uttales eller skrives likt, men har ulik betydning <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Homonyms"@en,
        "Homonymer"@nb,
        "Homonym"@nn .

humord:c06050 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06050" ;
    dct:modified "2025-07-15T14:24:57"^^xsd:dateTime ;
    skos:altLabel "Konnotasjon"@nb,
        "Konnotasjon"@nn ;
    skos:broadMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c06047 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Connotation"@en,
        "Konnotasjoner"@nb,
        "Konnotasjonar"@nn .

humord:c06051 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06051" ;
    dct:modified "2025-07-25T14:29:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c06044 ;
    skos:definition "Paronym er et ord som er av avleda av et annet ord og har beslekta betydning <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Paronyms"@en,
        "Paronymer"@nb,
        "Paronym"@nn .

humord:c06052 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06052" ;
    dct:modified "2025-07-25T14:23:38"^^xsd:dateTime ;
    skos:altLabel "Polysems"@en,
        "Polysem"@nb,
        "Polysemer"@nb,
        "Polysem"@nn ;
    skos:broadMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c06047 ;
    skos:definition "Polysemi er det at samme ord har to eller flere beslektede betydninger. Et eksempel er ordet stjerne, som både kan vise til et himmellegeme og til en berømt person. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Polysemy"@en,
        "Polysemi"@nb,
        "Polysemi"@nn .

humord:c06054 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06054" ;
    dct:modified "2024-01-03T14:20:03"^^xsd:dateTime ;
    skos:altLabel "Synonym"@en,
        "Synonym"@nb ;
    skos:broadMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c06044 ;
    skos:exactMatch realfagstermer:c002405 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002405,
        <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Synonyms"@en,
        "Synonymer"@nb,
        "Synonym"@nn .

humord:c06055 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06055" ;
    dct:modified "2025-07-24T07:06:17"^^xsd:dateTime ;
    skos:altLabel "Deep cases"@en,
        "Thematic roles"@en,
        "Dybdekasus"@nb,
        "Tematiske roller"@nb,
        "Dybdekasus"@nn,
        "Tematiske roller"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Semantic roles"@en,
        "Semantiske roller"@nb,
        "Semantiske roller"@nn .

humord:c06058 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06058" ;
    dct:modified "2025-07-25T14:26:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121.68/e23/> ;
    skos:broader humord:c06056 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.68/e23/> ;
    skos:prefLabel "Philosophical semantics"@en,
        "Filosofisk semantikk"@nb,
        "Filosofisk semantikk"@nn .

humord:c06059 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06059" ;
    dct:modified "2025-07-25T14:50:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c06056 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Lexical semantics"@en,
        "Leksikalsk semantikk"@nb,
        "Leksikalsk semantikk"@nn .

humord:c06060 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06060" ;
    dct:modified "2025-07-25T14:35:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c06056 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Situation theory"@en,
        "Situasjonssemantikk"@nb,
        "Situasjonssemantikk"@nn ;
    skos:related humord:c06165 .

humord:c06061 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06061" ;
    dct:modified "2025-07-23T09:24:35"^^xsd:dateTime ;
    skos:altLabel "Ordføyningslære"@nb,
        "Setningsbygning"@nb,
        "Setningslære"@nb,
        "Setningsstruktur"@nb,
        "Setningsbygnad"@nn,
        "Setningsbygning"@nn,
        "Setningslære"@nn,
        "Setningsstruktur"@nn ;
    skos:broader humord:c05803 ;
    skos:closeMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:definition "Syntaks er de reglene som styrer hvordan setninger og fraser kan bygges opp i et språk.  <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004258 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004258,
        <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Syntax"@en,
        "Syntaks"@nb,
        "Syntaks"@nn .

humord:c06066 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06066" ;
    dct:modified "2024-08-16T14:22:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c06061 ;
    skos:definition "Apposisjon er et utfyllende tillegg til et setningsledd som er enten substantiv eller pronomen.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Apposition"@en,
        "Apposisjon"@nb,
        "Apposisjon"@nn .

humord:c06067 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06067" ;
    dct:modified "2025-07-24T07:17:10"^^xsd:dateTime ;
    skos:broader humord:c05803 ;
    skos:definition "Aspekt er en morfosyntaktisk kategori som markerer verbets handling som perfektiv eller imperfektiv <UBTØ>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--563/e23/>,
        <http://dewey.info/class/415.63/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--563/e23/>,
        <http://dewey.info/class/415.63/e23/> ;
    skos:prefLabel "Aspect (Grammar)"@en,
        "Aspekt (Grammatikk)"@nb,
        "Aspekt (Grammatikk)"@nn ;
    skos:related humord:c05978,
        humord:c05982,
        humord:c12193 .

humord:c06069 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06069" ;
    dct:modified "2024-08-28T11:50:31"^^xsd:dateTime ;
    skos:altLabel "Asyndeton"@nb,
        "Asyndeton"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:definition "Asyndese er sammenbinding av syntaktiske enheter uten bindeord <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Asyndeton"@en,
        "Asyndese"@nb,
        "Asyndese"@nn ;
    skos:related humord:c06140 .

humord:c06071 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06071" ;
    dct:modified "2025-07-25T08:32:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:definition "Attributt er i grammatikk et adjektiv som står sammen med et overordnet substantiv, for eksempel «en god middag». <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Attribute"@en,
        "Attributt"@nb,
        "Attributt"@nn .

humord:c06072 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06072" ;
    dct:modified "2024-07-05T07:37:06"^^xsd:dateTime ;
    skos:altLabel "Adjektiviske attributter"@nb ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c06071 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Adjectivic attributes"@en,
        "Adjektivisk attributt"@nb,
        "Adjektivisk attributt"@nn .

humord:c06073 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06073" ;
    dct:modified "2025-07-25T08:32:53"^^xsd:dateTime ;
    skos:altLabel "Diathesis (Linguistics)"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:definition "Diatese er en beskrivelse av forholdet mellom et subjekt og verbalhandlingen i en setning. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Voice (Linguistics)"@en,
        "Diatese (Lingvistikk)"@nb,
        "Diatese (Lingvistikk)"@nn .

humord:c06074 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06074" ;
    dct:modified "2024-07-31T13:33:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06073 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Active (Linguistics)"@en,
        "Aktiv (Lingvistikk)"@nb,
        "Aktiv (Lingvistikk)"@nn .

humord:c06075 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06075" ;
    dct:modified "2025-07-25T08:31:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c06073 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Middle (Linguistics)"@en,
        "Medium (Lingvistikk)"@nb,
        "Medium (Lingvistikk)"@nn .

humord:c06076 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06076" ;
    dct:modified "2025-07-21T10:26:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c06073 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Passive (Linguistics)"@en,
        "Passiv"@nb,
        "Passiv"@nn .

humord:c06077 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06077" ;
    dct:modified "2024-08-16T08:55:22"^^xsd:dateTime ;
    skos:altLabel "Antipassive voice"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06076 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Antipassive (Linguistics)"@en,
        "Antipassiv (Lingvistikk)"@nb,
        "Antipassiv (Lingvistikk)"@nn .

humord:c06078 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06078" ;
    dct:modified "2025-07-25T08:30:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:broader humord:c06076 ;
    skos:definition "Mediopassiv er namnet på ei verbform som uttrykkjer både medium og passiv – som om vi på norsk hadde ei verbform som betydde både 'eg vaskar meg' (medium) og 'eg blir vaska' (passiv). <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Mediopassive"@en,
        "Mediopassiv"@nb,
        "Mediopassiv"@nn .

humord:c06079 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06079" ;
    dct:modified "2025-07-15T12:48:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Ellipsis (Linguistics)"@en,
        "Ellipse (Lingvistikk)"@nb,
        "Ellipse (Lingvistikk)"@nn .

humord:c06080 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06080" ;
    dct:modified "2025-07-25T08:30:18"^^xsd:dateTime ;
    skos:altLabel "Free indirect discourse"@en,
        "Free indirect speech"@en,
        "Free reported speech"@en,
        "Fri indirekte tale"@nb,
        "Erlebte Rede"@nn ;
    skos:broadMatch <http://dewey.info/class/401.4/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c06082 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/401.4/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Free indirect style"@en,
        "Erlebte Rede"@nb,
        "Fri indirekte tale"@nn .

humord:c06081 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06081" ;
    dct:modified "2025-07-25T08:33:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.9/e23/> ;
    skos:broader humord:c06061 ;
    skos:definition "Hypotagme er ein grammatisk konstruksjon med to ledd, der det eine leddet er underordna det andre. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.9/e23/> ;
    skos:prefLabel "Hypotagm"@en,
        "Hypotagme"@nb,
        "Hypotagme"@nn ;
    skos:related humord:c06142 .

humord:c06082 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-08-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06082" ;
    dct:modified "2025-07-25T08:34:18"^^xsd:dateTime ;
    skos:altLabel "Indirect discourse"@en,
        "Reported speech"@en ;
    skos:broadMatch <http://dewey.info/class/401.4/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c06061 ;
    skos:definition "Indirekte tale er det å gjengi noe en annen person har sagt med egne ord. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/401.4/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Indirect speech"@en,
        "Indirekte tale"@nb,
        "Indirekte tale"@nn ;
    skos:related humord:c15521 .

humord:c06083 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06083" ;
    dct:modified "2025-07-25T08:34:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c06061 ;
    skos:definition "Kasus er ein grammatisk kategori som fyrst og fremst blir nytta til å uttrykkje «kven som gjer kva med kven» <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Case (Linguistics)"@en,
        "Kasus (Lingvistikk)"@nb,
        "Kasus (Lingvistikk)"@nn .

humord:c06084 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06084" ;
    dct:modified "2025-07-25T08:15:14"^^xsd:dateTime ;
    skos:altLabel "Absolute"@en ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c06083 ;
    skos:definition "Absolutiv er en grammatisk kasus som i ergative språk brukes til å markere både subjektet til et intransitivt verb og objektet til et transitivt verb. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Absolute case"@en,
        "Absolutiv"@nb,
        "Absolutiv"@nn .

humord:c06085 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-04-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06085" ;
    dct:modified "2025-03-14T09:41:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:definition "Begrepet ergativitet brukes for å beskrive et grammatisk mønster der subjektet i en intransitiv setning behandles på samme måte som objektet i en transitiv setning. <Cambridge English Dictionary>"@nb ;
    skos:editorialNote "Lukket bemerkning: ubo05"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Ergativity"@en,
        "Ergativitet"@nb,
        "Ergativitet"@nn ;
    skos:related humord:c19468 .

humord:c06086 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06086" ;
    dct:modified "2025-07-21T10:08:21"^^xsd:dateTime ;
    skos:altLabel "Genitive"@en ;
    skos:broadMatch <http://dewey.info/class/415.54/e23/> ;
    skos:broader humord:c06083 ;
    skos:definition "Genitiv er eit namn på eigeforma av eit ord eller ein nomenfrase.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/415.54/e23/> ;
    skos:prefLabel "Genetive case"@en,
        "Genitiv"@nb,
        "Genitiv"@nn .

humord:c06087 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06087" ;
    dct:modified "2025-07-15T14:24:12"^^xsd:dateTime ;
    skos:altLabel "Instructive"@en ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c06083 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Instructive case"@en,
        "Instruktiv"@nb,
        "Instruktiv"@nn .

humord:c06088 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06088" ;
    dct:modified "2025-07-15T18:47:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c06083 ;
    skos:definition "Samlebegrep for kasus som uttrykker sted <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Local cases"@en,
        "Lokalkasus"@nb,
        "Lokalkasus"@nn .

humord:c06089 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06089" ;
    dct:modified "2025-07-25T08:14:33"^^xsd:dateTime ;
    skos:altLabel "Locative (Linguistics)"@en ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c06088 ;
    skos:definition "Lokativ er i grammatikken ei bøyingsform av substantivet som i tyding typisk svarer til norske preposisjonar som i og på — og i nokre språk også til, ved og/eller frå. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Locative case"@en,
        "Lokativ (Lingvistikk)"@nb,
        "Lokativ (Lingvistikk)"@nn .

humord:c06090 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06090" ;
    dct:modified "2025-07-22T08:02:34"^^xsd:dateTime ;
    skos:altLabel "Concord (Linguistics)"@en,
        "Inkongruens (Lingvistikk)"@nb,
        "Samsvarsbøyning"@nb,
        "Inkongruens (Lingvistikk)"@nn,
        "Samsvarsbøying"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Agreement (Linguistics)"@en,
        "Kongruens (Lingvistikk)"@nb,
        "Kongruens (Lingvistikk)"@nn .

humord:c06093 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06093" ;
    dct:modified "2025-07-25T09:28:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Correlates"@en,
        "Korrelater"@nb,
        "Korrelat"@nn .

humord:c06094 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06094" ;
    dct:modified "2025-07-25T08:35:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:definition "Neksus er forbindelse mellom subjekt og predikat i en setning <naob.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Nexus"@en,
        "Neksus"@nb,
        "Neksus"@nn .

humord:c06095 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06095" ;
    dct:modified "2025-07-25T08:36:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c06061 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Noun phrases"@en,
        "Nominalfraser"@nb,
        "Nominalfrasar"@nn .

humord:c06096 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06096" ;
    dct:modified "2025-07-25T08:38:56"^^xsd:dateTime ;
    skos:altLabel "Substantivistiske verbaluttrykk"@nb ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Nominalization"@en,
        "Nominalisering"@nb,
        "Nominalisering"@nn .

humord:c06098 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06098" ;
    dct:modified "2025-07-25T08:36:35"^^xsd:dateTime ;
    skos:broader humord:c06061 ;
    skos:closeMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Word order"@en,
        "Ordstilling"@nb,
        "Ordstilling"@nn .

humord:c06099 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06099" ;
    dct:modified "2025-07-15T12:50:49"^^xsd:dateTime ;
    skos:altLabel "Omvendt ordstilling"@nb,
        "Omvend ordstilling"@nn ;
    skos:broader humord:c06098 ;
    skos:closeMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Inversion (Linguistics)"@en,
        "Inversjon (Lingvistikk)"@nb,
        "Inversjon (Lingvistikk)"@nn .

humord:c06101 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06101" ;
    dct:modified "2025-07-25T08:37:38"^^xsd:dateTime ;
    skos:altLabel "Coordination (Linguistics)"@en,
        "Koordinasjon (Lingvistikk)"@nb,
        "Sideordning (Lingvistikk)"@nb,
        "Koordinasjon (Lingvistikk)"@nn,
        "Sideordning (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:definition "Paratakse er innen syntaks en form for sideordning. Det kan være sideordning av to ord som danner ett setningsledd i en setning, eller det kan være sideordning av to setninger.. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Parataxis"@en,
        "Paratakse"@nb,
        "Paratakse"@nn .

humord:c06106 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06106" ;
    dct:modified "2025-07-25T08:20:46"^^xsd:dateTime ;
    skos:broader humord:c14199 ;
    skos:closeMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Types of sentences"@en,
        "Setningstyper"@nb,
        "Setningstypar"@nn .

humord:c06107 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06107" ;
    dct:modified "2025-07-25T08:13:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06106 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Main clauses"@en,
        "Hovedsetninger"@nb,
        "Hovedsetningar"@nn .

humord:c06108 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06108" ;
    dct:modified "2025-07-25T08:21:21"^^xsd:dateTime ;
    skos:altLabel "Imperative sentences"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06107 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Imperative clauses"@en,
        "Imperativsetninger"@nb,
        "Imperativsetningar"@nn .

humord:c06109 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06109" ;
    dct:modified "2025-07-25T08:12:56"^^xsd:dateTime ;
    skos:altLabel "Dependent clauses"@en,
        "Dependent sentences"@en,
        "Subordinate sentences"@en,
        "Bisetninger"@nb ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06106 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Subordinate clauses"@en,
        "Leddsetninger"@nb,
        "Leddsetningar"@nn .

humord:c06111 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06111" ;
    dct:modified "2024-07-05T07:54:49"^^xsd:dateTime ;
    skos:altLabel "Adverbial sentences"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06109 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Adverbial clauses"@en,
        "Adverbiale leddsetninger"@nb,
        "Adverbiale leddsetningar"@nn .

humord:c06112 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06112" ;
    dct:modified "2025-07-25T08:07:41"^^xsd:dateTime ;
    skos:altLabel "Conditional sentences (Grammar)"@en,
        "Vilkårssetninger"@nb ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06111 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Conditional clauses"@en,
        "Betingelsessetninger"@nb,
        "Vilkårssetningar"@nn .

humord:c06113 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06113" ;
    dct:modified "2025-07-25T08:24:45"^^xsd:dateTime ;
    skos:altLabel "Consecutive sentences"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06111 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Consecutive clauses"@en,
        "Følgesetninger"@nb,
        "Føljesetningar"@nn .

humord:c06114 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06114" ;
    dct:modified "2025-07-25T08:12:10"^^xsd:dateTime ;
    skos:altLabel "Final clauses"@en,
        "Final sentences"@en,
        "Purpose sentences"@en,
        "Purposive clauses"@en,
        "Purposive sentences"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06111 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Purpose clauses"@en,
        "Hensiktssetninger"@nb,
        "Hensiktssetningar"@nn .

humord:c06115 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06115" ;
    dct:modified "2025-07-25T08:08:01"^^xsd:dateTime ;
    skos:altLabel "Concessive sentences"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06111 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Concessive clauses"@en,
        "Innrømmelsessetninger"@nb,
        "Innrømmingssetningar"@nn .

humord:c06116 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06116" ;
    dct:modified "2025-07-25T08:08:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06109 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Nominal sentences"@en,
        "Nominalsetninger"@nb,
        "Nominalsetningar"@nn .

humord:c06117 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06117" ;
    dct:modified "2025-07-25T08:23:45"^^xsd:dateTime ;
    skos:altLabel "Relative sentences"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06109 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Relative clauses"@en,
        "Relativsetninger"@nb,
        "Relativsetningar"@nn .

humord:c06118 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06118" ;
    dct:modified "2024-08-20T08:39:06"^^xsd:dateTime ;
    skos:altLabel "Causal sentences"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06111 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Causal clauses"@en,
        "Årsakssetninger (Lingvistikk)"@nb,
        "Årsakssetningar (Lingvistikk)"@nn .

humord:c06119 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06119" ;
    dct:modified "2025-07-25T08:20:20"^^xsd:dateTime ;
    skos:altLabel "Interrogative sentences"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06106 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Interrogative clauses"@en,
        "Spørresetninger"@nb,
        "Spørjesetningar"@nn .

humord:c06120 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06120" ;
    dct:modified "2025-07-25T08:28:25"^^xsd:dateTime ;
    skos:altLabel "Interrogative tags"@en,
        "Tags"@en,
        "Tag questions"@nb ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06119 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Tag questions"@en,
        "Etterstilte spørsmål"@nb,
        "Etterstilte spørsmål"@nn .

humord:c06122 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06122" ;
    dct:modified "2025-07-25T08:40:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Sentence component"@en,
        "Setningsledd"@nb,
        "Setningsledd"@nn .

humord:c06123 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06123" ;
    dct:modified "2024-07-05T07:54:15"^^xsd:dateTime ;
    skos:altLabel "Adjunct"@en,
        "Adverbial adjunct"@en ;
    skos:broadMatch <http://dewey.info/class/4--576/e23/>,
        <http://dewey.info/class/415.76/e23/> ;
    skos:broader humord:c06122 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--576/e23/>,
        <http://dewey.info/class/415.76/e23/> ;
    skos:prefLabel "Adverbial"@en,
        "Adverbial"@nb,
        "Adverbial"@nn .

humord:c06124 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06124" ;
    dct:modified "2025-07-23T07:57:58"^^xsd:dateTime ;
    skos:altLabel "Sentential adverb"@en ;
    skos:broadMatch <http://dewey.info/class/4--576/e23/>,
        <http://dewey.info/class/415.76/e23/> ;
    skos:broader humord:c06123 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--576/e23/>,
        <http://dewey.info/class/415.76/e23/> ;
    skos:prefLabel "Sentence adverb"@en,
        "Setningsadverbial"@nb,
        "Setningsadverbial"@nn .

humord:c06125 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06125" ;
    dct:modified "2025-07-25T08:06:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06122 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Object"@en,
        "Objekt"@nb,
        "Objekt"@nn .

humord:c06126 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06126" ;
    dct:modified "2025-07-25T07:56:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06125 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Direct object"@en,
        "Direkte objekt"@nb,
        "Direkte objekt"@nn .

humord:c06127 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06127" ;
    dct:modified "2025-07-25T07:58:11"^^xsd:dateTime ;
    skos:altLabel "Hensynsbetegnelse"@nb,
        "Hensynsledd"@nb,
        "Omsynsledd"@nb,
        "Omsynsledd"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06125 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Indirect object"@en,
        "Indirekte objekt"@nb,
        "Indirekte objekt"@nn .

humord:c06131 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06131" ;
    dct:modified "2025-07-25T08:04:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06125 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Prepositional object"@en,
        "Preposisjonalobjekt"@nb,
        "Preposisjonalobjekt"@nn .

humord:c06132 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06132" ;
    dct:modified "2025-07-25T08:04:26"^^xsd:dateTime ;
    skos:altLabel "Predicative complement"@en,
        "Predikatsord"@nb,
        "Predikatsord"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06122 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Predicative"@en,
        "Predikativ"@nb,
        "Predikativ"@nn .

humord:c06133 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06133" ;
    dct:modified "2025-07-25T08:29:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06122 ;
    skos:definition "Et subjekt er et ledd i en setning, på samme måte som verbal, direkte objekt og adverbial. Subjektet er den, det eller de som resten av setningen sier noe om. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Subject (Linguistics)"@en,
        "Subjekt"@nb,
        "Subjekt"@nn ;
    skos:related humord:c05954 .

humord:c06134 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06134" ;
    dct:modified "2025-07-25T07:56:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06133 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Formal subject"@en,
        "Formelt subjekt"@nb,
        "Formelt subjekt"@nn .

humord:c06135 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06135" ;
    dct:modified "2025-07-25T07:54:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06133 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Inverted subject"@en,
        "Invertert subjekt"@nb,
        "Invertert subjekt"@nn .

humord:c06136 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06136" ;
    dct:modified "2025-07-25T07:54:41"^^xsd:dateTime ;
    skos:altLabel "Null subject"@en,
        "Nullsubjekt"@nb,
        "Nullsubjekt"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06133 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Null subjects"@en,
        "Utelatt subjekt"@nb,
        "Utelatt subjekt"@nn .

humord:c06137 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06137" ;
    dct:modified "2025-07-25T14:14:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Sentence patterns"@en,
        "Setningsmønstre"@nb,
        "Setningsmønster"@nn .

humord:c06138 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06138" ;
    dct:modified "2025-07-25T14:14:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Sentence perspective"@en,
        "Setningsperspektiv"@nb,
        "Setningsperspektiv"@nn .

humord:c06139 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06139" ;
    dct:modified "2025-07-25T07:57:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06138 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Functional sentence perspective"@en,
        "Funksjonelt setningsperspektiv"@nb,
        "Funksjonelt setningsperspektiv"@nn ;
    skos:related humord:c06226 .

humord:c06140 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06140" ;
    dct:modified "2025-07-25T14:15:18"^^xsd:dateTime ;
    skos:altLabel "Subjunctive parataxis"@en,
        "Konjunktiv paratakse"@nb,
        "Konjunktiv paratakse"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06101 ;
    skos:definition "Sammenbinding av syntaktiske enheter med bindeord <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Syndeton"@en,
        "Syndese"@nb,
        "Syndese"@nn ;
    skos:related humord:c06069 .

humord:c06141 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-09-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06141" ;
    dct:modified "2025-04-09T12:38:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.9/e23/> ;
    skos:broader humord:c05826 ;
    skos:definition "Forholdet mellom to eller flere ord i et paradigme med ulike morfosyntaktiske trekk, men med identisk form <UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.9/e23/> ;
    skos:prefLabel "Syncretism (Linguistics)"@en,
        "Synkretisme (Lingvistikk)"@nb,
        "Synkretisme (Lingvistikk)"@nn ;
    skos:related humord:c00732 .

humord:c06142 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06142" ;
    dct:modified "2025-07-25T14:18:17"^^xsd:dateTime ;
    skos:altLabel "Syntaktisk enheter"@nb,
        "Syntaktisk einingar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:definition "Syntagme er en kjede av ord som står i et grammatisk forhold til hverandre. Det kan for eksempel være en setning eller en del av en setning. Et syntagme kan også kalles en syntaktisk enhet. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Syntagm"@en,
        "Syntagme"@nb,
        "Syntagme"@nn ;
    skos:related humord:c06081 .

humord:c06143 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06143" ;
    dct:modified "2025-07-15T14:28:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06061 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Empty categories (Linguistics)"@en,
        "Tomme kategorier (Lingvistikk)"@nb,
        "Tomme kategoriar (Lingvistikk)"@nn .

humord:c06144 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06144" ;
    dct:modified "2025-07-25T14:20:15"^^xsd:dateTime ;
    skos:altLabel "Verbal phrases"@en,
        "Verbfraser"@nb,
        "Verbfrasar"@nn ;
    skos:broader humord:c06061 ;
    skos:closeMatch <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--56/e23/>,
        <http://dewey.info/class/415.6/e23/> ;
    skos:prefLabel "Verb phrases"@en,
        "Verbalfraser"@nb,
        "Verbalfrasar"@nn .

humord:c06147 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06147" ;
    dct:modified "2026-01-12T11:11:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06146 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Nominal syntax"@en,
        "Nominalsyntaks"@nb,
        "Nominalsyntaks"@nn .

humord:c06148 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06148" ;
    dct:modified "2026-01-12T11:11:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:broader humord:c06147 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--55/e23/>,
        <http://dewey.info/class/415.5/e23/> ;
    skos:prefLabel "Case syntax"@en,
        "Kasussyntaks"@nb,
        "Kasussyntaks"@nn .

humord:c06149 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06149" ;
    dct:modified "2025-07-23T07:16:45"^^xsd:dateTime ;
    skos:altLabel "Verb syntax"@en ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06146 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Verbal syntax"@en,
        "Verbalsyntaks"@nb,
        "Verbalsyntaks"@nn ;
    skos:related humord:c05962,
        humord:c05991 .

humord:c06150 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-02-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06150" ;
    dct:modified "2025-07-22T07:59:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c05803 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Incorporation (Linguistics)"@en,
        "Inkorporering (Lingvistikk)"@nb,
        "Inkorporering (Lingvistikk)"@nn .

humord:c06151 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-09-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06151" ;
    dct:modified "2025-07-21T10:38:31"^^xsd:dateTime ;
    skos:broader humord:c05737 ;
    skos:closeMatch <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:definition "Leksikologi er vitenskapen om ordforrådets oppbygning og struktur  <naob.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Lexicology"@en,
        "Leksikologi"@nb,
        "Leksikologi"@nn ;
    skos:related humord:c06329 .

humord:c06152 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06152" ;
    dct:modified "2025-07-25T07:51:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06151 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Collocations"@en,
        "Kollokasjoner"@nb,
        "Kollokasjonar"@nn .

humord:c06153 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06153" ;
    dct:modified "2025-07-25T07:52:13"^^xsd:dateTime ;
    skos:altLabel "Ordboksarbeid"@nb,
        "Ordboksarbeid"@nn ;
    skos:broadMatch <http://dewey.info/class/1--03/e23/> ;
    skos:broader humord:c06151 ;
    skos:closeMatch <http://dewey.info/class/4--3028/e23/>,
        <http://dewey.info/class/413.028/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--03/e23/>,
        <http://dewey.info/class/4--3028/e23/>,
        <http://dewey.info/class/413.028/e23/> ;
    skos:prefLabel "Lexicography"@en,
        "Leksikografi"@nb,
        "Leksikografi"@nn ;
    skos:related humord:c06329 .

humord:c06155 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06155" ;
    dct:modified "2025-07-22T08:07:17"^^xsd:dateTime ;
    skos:altLabel "Lingvistiske retningar/skular"@nn ;
    skos:broader humord:c05737 ;
    skos:inScheme humord: ;
    skos:prefLabel "Linguistic schools"@en,
        "Lingvistiske retninger/skoler"@nb,
        "Lingvistiske retningar/skolar"@nn .

humord:c06156 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06156" ;
    dct:modified "2024-08-16T12:57:18"^^xsd:dateTime ;
    skos:altLabel "Anvendt språkvitenskap"@nb,
        "Anvendt lingvistikk"@nn,
        "Anvendt språkvitskap"@nn,
        "Bruksretta språkvitskap"@nn ;
    skos:broader humord:c06155 ;
    skos:exactMatch realfagstermer:c006414,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006414,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Applied linguistics"@en,
        "Anvendt lingvistikk"@nb,
        "Bruksretta lingvistikk"@nn .

humord:c06158 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06158" ;
    dct:modified "2024-08-27T14:59:09"^^xsd:dateTime ;
    skos:altLabel "Linguistic geography"@en,
        "Språkgeografi"@nb,
        "Språkgeografi"@nn ;
    skos:broadMatch <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/409/e23/> ;
    skos:broader humord:c06155 ;
    skos:definition "Studiet av den geografiske distribusjonen av lingvistiske variabler <Concise Dictionary of Linguistics/UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/409/e23/> ;
    skos:prefLabel "Areal linguistics"@en,
        "Areallingvistikk"@nb,
        "Areallingvistikk"@nn .

humord:c06160 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06160" ;
    dct:modified "2025-07-24T10:41:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/409/e23/> ;
    skos:broader humord:c06158 ;
    skos:definition "Studiet av utbredelsen av ord, språklyder, bøyningsformer osv. i et språks dialekter <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/409/e23/> ;
    skos:prefLabel "Dialect geography"@en,
        "Dialektgeografi"@nb,
        "Dialektgeografi"@nn ;
    skos:related humord:c09015 .

humord:c06161 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06161" ;
    dct:modified "2025-07-24T10:41:55"^^xsd:dateTime ;
    skos:altLabel "Dialektforsking"@nb,
        "Dialektforskning"@nb,
        "Målføregransking"@nb,
        "Dialektforsking"@nn,
        "Målføregransking"@nn ;
    skos:broadMatch <http://dewey.info/class/4--7/e23/> ;
    skos:broader humord:c06158 ;
    skos:editorialNote "Termen brukes om det å studere dialekter. For beskrivelse av en eller flere  dialekter, bruk termen Dialekt"@nb ;
    skos:exactMatch <http://dewey.info/class/417.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/417.2/e23/> ;
    skos:prefLabel "Dialectology"@en,
        "Dialektologi"@nb,
        "Dialektologi"@nn ;
    skos:related humord:c09817 .

humord:c06164 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06164" ;
    dct:modified "2025-07-24T10:41:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/409/e23/> ;
    skos:broader humord:c06158 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/409/e23/> ;
    skos:prefLabel "Word geography"@en,
        "Ordgeografi"@nb,
        "Ordgeografi"@nn ;
    skos:related humord:c09015 .

humord:c06165 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06165" ;
    dct:modified "2024-11-13T09:43:42"^^xsd:dateTime ;
    skos:altLabel "Computerlingvistikk"@nb,
        "Tonivåmorfologi"@nb,
        "Computerlingvistikk"@nn,
        "Tonivåmorfologi"@nn ;
    skos:broader humord:c06155 ;
    skos:closeMatch <http://dewey.info/class/4--0285635/e23/> ;
    skos:definition "Datamaskinell (grammatisk og semantisk) analyse av naturlig språk <UBO>"@nb ;
    skos:exactMatch realfagstermer:c012979,
        <http://dewey.info/class/006.35/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012979,
        <http://dewey.info/class/006.35/e23/>,
        <http://dewey.info/class/4--0285635/e23/> ;
    skos:prefLabel "Computational linguistics"@en,
        "Datalingvistikk"@nb,
        "Datalingvistikk"@nn ;
    skos:related humord:c04192,
        humord:c04211,
        humord:c04284,
        humord:c06060,
        humord:c06299 .

humord:c06166 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-11-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06166" ;
    dct:modified "2026-01-15T11:25:25"^^xsd:dateTime ;
    skos:altLabel "NLP"@en,
        "Automatisk språkanalyse"@nb,
        "Behandling av naturlig språk"@nb,
        "NLP"@nb,
        "Automatisk språkanalyse"@nn,
        "Behandling av naturleg språk"@nn,
        "NLP"@nn ;
    skos:broadMatch <http://dewey.info/class/006.35/e23/> ;
    skos:broader humord:c04225,
        humord:c70263 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.35/e23/> ;
    skos:prefLabel "Natural language processing"@en,
        "Prosessering av naturlig språk"@nb,
        "Prosessering av naturleg språk"@nn .

humord:c06167 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06167" ;
    dct:modified "2025-07-15T13:33:40"^^xsd:dateTime ;
    skos:altLabel "Datamaskinassistert språkvitenskap"@nb,
        "Datamaskinstøttet språkvitenskap"@nb,
        "Datastøttet språkvitenskap"@nb,
        "Datamaskinassistert språkvitskap"@nn,
        "Datamaskinstøtta språkvitskap"@nn,
        "Datastøtta språkvitskap"@nn ;
    skos:broadMatch <http://dewey.info/class/006.35/e23/>,
        <http://dewey.info/class/4--0285635/e23/> ;
    skos:broader humord:c06165 ;
    skos:definition "Bruk av datamaskiner som redskap innen språkvitenskap <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.35/e23/>,
        <http://dewey.info/class/4--0285635/e23/> ;
    skos:prefLabel "Computer-aided linguistics"@en,
        "Datastøttet lingvistikk"@nb,
        "Datastøtta lingvistikk"@nn ;
    skos:related humord:c04192,
        humord:c04197,
        humord:c04284 .

humord:c06170 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-02-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06170" ;
    dct:modified "2026-01-14T12:41:26"^^xsd:dateTime ;
    skos:altLabel "Tree adjoining grammar"@en,
        "Tree adjoining grammar"@nb,
        "Tree-adjoining grammars"@nb ;
    skos:broader humord:c26323 ;
    skos:exactMatch <http://dewey.info/class/4--501826/e23/>,
        <http://dewey.info/class/415.01826/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--501826/e23/>,
        <http://dewey.info/class/415.01826/e23/> ;
    skos:prefLabel "Tree-adjoining grammars"@en,
        "Tre-adjungerende grammatikker"@nb,
        "Tre-adjungerende grammatikkar"@nn .

humord:c06172 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06172" ;
    dct:modified "2025-07-23T09:26:44"^^xsd:dateTime ;
    skos:altLabel "Dependency grammar"@nb ;
    skos:broader humord:c06181 ;
    skos:definition "Dependensgrammatikk (DG) er en klasse av moderne grammatiske teorier som er basert på avhengighetsforhold, i motsetning til relasjoner gitt av frasestruktur.  <wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--50184/e23/>,
        <http://dewey.info/class/415.0184/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--50184/e23/>,
        <http://dewey.info/class/415.0184/e23/> ;
    skos:prefLabel "Dependency grammar"@en,
        "Dependensgrammatikk"@nb,
        "Dependensgrammatikk"@nn .

humord:c06173 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06173" ;
    dct:modified "2025-07-24T10:51:18"^^xsd:dateTime ;
    skos:broader humord:c06155 ;
    skos:closeMatch <http://dewey.info/class/306.44/e23/> ;
    skos:definition "Etnolingvistikk tar opp samspillet mellom språk og ulike kulturformer. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c003955 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003955,
        <http://dewey.info/class/306.44/e23/> ;
    skos:prefLabel "Ethnolinguistics"@en,
        "Etnolingvistikk"@nb,
        "Etnolingvistikk"@nn .

humord:c06174 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06174" ;
    dct:modified "2025-07-23T09:03:40"^^xsd:dateTime ;
    skos:broader humord:c06155 ;
    skos:exactMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Formal grammar"@en,
        "Formell grammatikk"@nb,
        "Formell grammatikk"@nn .

humord:c06175 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06175" ;
    dct:modified "2025-07-25T14:26:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:broader humord:c06056 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0143/e23/>,
        <http://dewey.info/class/401.43/e23/> ;
    skos:prefLabel "Formal semantics"@en,
        "Formell semantikk"@nb,
        "Formell semantikk"@nn .

humord:c06176 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06176" ;
    dct:modified "2024-02-07T12:02:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/005.13/e23/>,
        <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06146 ;
    skos:exactMatch realfagstermer:c004792 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004792,
        <http://dewey.info/class/005.13/e23/>,
        <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Formal syntax"@en,
        "Formell syntaks"@nb,
        "Formell syntaks"@nn .

humord:c06177 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06177" ;
    dct:modified "2025-07-23T09:03:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06155 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Functional grammar"@en,
        "Funksjonell grammatikk"@nb,
        "Funksjonell grammatikk"@nn .

humord:c06178 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06178" ;
    dct:modified "2025-07-15T14:02:24"^^xsd:dateTime ;
    skos:altLabel "Generativ språkvitenskap"@nb,
        "Generativ språkvitskap"@nn ;
    skos:broader humord:c06155 ;
    skos:exactMatch <http://dewey.info/class/4--01822/e23/>,
        <http://dewey.info/class/410.1822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--01822/e23/>,
        <http://dewey.info/class/410.1822/e23/> ;
    skos:prefLabel "Generative linguistics"@en,
        "Generativ lingvistikk"@nb,
        "Generativ lingvistikk"@nn .

humord:c06180 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06180" ;
    dct:modified "2025-07-24T08:08:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--150182/e23/>,
        <http://dewey.info/class/414.0182/e23/> ;
    skos:broader humord:c05794 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--150182/e23/>,
        <http://dewey.info/class/414.0182/e23/> ;
    skos:prefLabel "Generative phonology"@en,
        "Generativ fonologi"@nb,
        "Generativ fonologi"@nn .

humord:c06181 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06181" ;
    dct:modified "2025-07-21T12:14:24"^^xsd:dateTime ;
    skos:broader humord:c06178 ;
    skos:exactMatch <http://dewey.info/class/4--501822/e23/>,
        <http://dewey.info/class/415.01822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--501822/e23/>,
        <http://dewey.info/class/415.01822/e23/> ;
    skos:prefLabel "Generative grammar"@en,
        "Generativ grammatikk"@nb,
        "Generativ grammatikk"@nn .

humord:c06182 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06182" ;
    dct:modified "2026-01-12T11:12:46"^^xsd:dateTime ;
    skos:altLabel "PSG"@en ;
    skos:broader humord:c26323 ;
    skos:exactMatch <http://dewey.info/class/4--501823/e23/>,
        <http://dewey.info/class/415.01823/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--501823/e23/>,
        <http://dewey.info/class/415.01823/e23/> ;
    skos:prefLabel "Phrase structure grammar"@en,
        "Frasestrukturgrammatikk"@nb,
        "Frasestrukturgrammatikk"@nn ;
    skos:related humord:c15737 .

humord:c06183 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06183" ;
    dct:modified "2026-01-12T11:13:09"^^xsd:dateTime ;
    skos:altLabel "GPSG"@en,
        "GPSG"@nb,
        "Generalized phrase structure grammar"@nb,
        "GPSG"@nn ;
    skos:broadMatch <http://dewey.info/class/4--501823/e23/>,
        <http://dewey.info/class/415.01823/e23/> ;
    skos:broader humord:c06182 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/006.35/e23/>,
        <http://dewey.info/class/4--501823/e23/>,
        <http://dewey.info/class/415.01823/e23/> ;
    skos:prefLabel "Generalized phrase structure grammar"@en,
        "Generalisert frasestrukturgrammatikk"@nb,
        "Generalisert frasestrukturgrammatikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/006.35/e23/> .

humord:c06186 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06186" ;
    dct:modified "2024-03-20T10:44:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--501822/e23/>,
        <http://dewey.info/class/415.01822/e23/> ;
    skos:broader humord:c06146 ;
    skos:exactMatch realfagstermer:c012586 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012586,
        <http://dewey.info/class/4--501822/e23/>,
        <http://dewey.info/class/415.01822/e23/> ;
    skos:prefLabel "Generative syntax"@en,
        "Generativ syntaks"@nb,
        "Generativ syntaks"@nn .

humord:c06187 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06187" ;
    dct:modified "2025-07-24T07:25:54"^^xsd:dateTime ;
    skos:altLabel "TG-gramatikk"@nb,
        "Transformasjonell generativ grammatikk"@nb,
        "Transformasjonsgrammatikk"@nb,
        "TG-gramatikk"@nn,
        "Transformasjonell generativ grammatikk"@nn,
        "Transformasjonsgrammatikk"@nn ;
    skos:broadMatch <http://dewey.info/class/4--50182/e23/>,
        <http://dewey.info/class/415.0182/e23/> ;
    skos:broader humord:c06186 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--50182/e23/>,
        <http://dewey.info/class/415.0182/e23/> ;
    skos:prefLabel "Transformational grammar"@en,
        "Transformasjonell grammatikk"@nb,
        "Transformasjonell grammatikk"@nn .

humord:c06189 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06189" ;
    dct:modified "2025-07-24T07:13:04"^^xsd:dateTime ;
    skos:altLabel "Government-binding theory"@en,
        "GB"@nb,
        "GB-teori"@nb,
        "Government-binding theory"@nb,
        "GB"@nn,
        "GB-teori"@nn,
        "Government-binding theory"@nn ;
    skos:broader humord:c06187 ;
    skos:closeMatch <http://dewey.info/class/4--501822/e23/>,
        <http://dewey.info/class/415.01822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--501822/e23/>,
        <http://dewey.info/class/415.01822/e23/> ;
    skos:prefLabel "Government and binding theory"@en,
        "Government and binding theory"@nb,
        "Government and binding theory"@nn .

humord:c06193 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06193" ;
    dct:modified "2025-07-15T14:00:51"^^xsd:dateTime ;
    skos:altLabel "Diakron språkvitenskap"@nb,
        "Diakronisk språkvitenskap"@nb,
        "Historisk språkvitenskap"@nb,
        "Diakron språkvitskap"@nn,
        "Diakronisk språkvitskap"@nn,
        "Historisk språkvitskap"@nn ;
    skos:broadMatch <http://dewey.info/class/4--7/e23/> ;
    skos:broader humord:c06155 ;
    skos:exactMatch <http://dewey.info/class/417.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:prefLabel "Historical linguistics"@en,
        "Historisk lingvistikk"@nb,
        "Historisk lingvistikk"@nn .

humord:c06197 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06197" ;
    dct:modified "2025-07-24T07:56:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05794 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Historical phonology"@en,
        "Historisk fonologi"@nb,
        "Historisk fonologi"@nn .

humord:c06198 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06198" ;
    dct:modified "2025-07-23T09:02:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--59/e23/> ;
    skos:broader humord:c05911 ;
    skos:exactMatch <http://dewey.info/class/415.909/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--59/e23/>,
        <http://dewey.info/class/415.909/e23/> ;
    skos:prefLabel "Historical morphology"@en,
        "Historisk morfologi"@nb,
        "Historisk morfologi"@nn .

humord:c06199 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06199" ;
    dct:modified "2025-07-25T14:08:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06146 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Historical syntax"@en,
        "Historisk syntaks"@nb,
        "Historisk syntaks"@nn .

humord:c06200 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06200" ;
    dct:modified "2025-07-23T08:53:29"^^xsd:dateTime ;
    skos:broader humord:c06187 ;
    skos:exactMatch <http://dewey.info/class/4--501824/e23/>,
        <http://dewey.info/class/415.01824/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--501824/e23/>,
        <http://dewey.info/class/415.01824/e23/> ;
    skos:prefLabel "Case grammar"@en,
        "Kasusgrammatikk"@nb,
        "Kasusgrammatikk"@nn .

humord:c06201 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06201" ;
    dct:modified "2023-11-30T13:07:21"^^xsd:dateTime ;
    skos:broader humord:c06182 ;
    skos:exactMatch realfagstermer:c000116,
        <http://dewey.info/class/4--5018235/e23/>,
        <http://dewey.info/class/415.018235/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000116,
        <http://dewey.info/class/4--5018235/e23/>,
        <http://dewey.info/class/415.018235/e23/> ;
    skos:prefLabel "Categorial grammar"@en,
        "Kategorialgrammatikk"@nb,
        "Kategorialgrammatikk"@nn .

humord:c06202 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06202" ;
    dct:modified "2025-07-24T10:42:45"^^xsd:dateTime ;
    skos:broader humord:c06155 ;
    skos:definition "Kognitiv grammatikk er en lingvistisk modell utviklet av Ronald W. Langacker på slutten av 1900-tallet <International Encyclopedia of Linguistics Oxford/UBTØ>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--501835/e23/>,
        <http://dewey.info/class/415.01835/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--501835/e23/>,
        <http://dewey.info/class/415.01835/e23/> ;
    skos:prefLabel "Cognitive grammar"@en,
        "Kognitiv grammatikk"@nb,
        "Kognitiv grammatikk"@nn .

humord:c06203 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06203" ;
    dct:modified "2025-07-23T09:30:10"^^xsd:dateTime ;
    skos:altLabel "Comparagtive grammar"@en,
        "Komparativ språkvitenskap"@nb,
        "Sammenlignende grammatikk"@nb,
        "Sammenlignende lingvistikk"@nb,
        "Sammenlignende språkvitenskap"@nb,
        "Sammenliknende grammatikk"@nb,
        "Sammenliknende lingvistikk"@nb,
        "Sammenliknende språkvitenskap"@nb,
        "Komparativ språkvitskap"@nn,
        "Samanliknande grammatikk"@nn,
        "Samanliknande lingvistikk"@nn,
        "Samanliknande språkvitskap"@nn ;
    skos:broadMatch <http://dewey.info/class/410/e23/> ;
    skos:broader humord:c06155 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/410/e23/> ;
    skos:prefLabel "Comparative linguistics"@en,
        "Komparativ lingvistikk"@nb,
        "Komparativ lingvistikk"@nn .

humord:c06208 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06208" ;
    dct:modified "2024-03-20T07:53:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/410.1/e23/> ;
    skos:broader humord:c06211 ;
    skos:definition "Analyse av feil gjort av fremmedspråkselever <The Concise Oxford Dictionary  of Linguistics/UBTØ>"@nb ;
    skos:exactMatch realfagstermer:c012540 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012540,
        <http://dewey.info/class/410.1/e23/> ;
    skos:prefLabel "Error analysis (Linguistics)"@en,
        "Feilanalyse (Lingvistikk)"@nb,
        "Feilanalyse (Lingvistikk)"@nn .

humord:c06209 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06209" ;
    dct:modified "2025-07-23T09:33:58"^^xsd:dateTime ;
    skos:altLabel "Sammenlignende fonologi"@nb,
        "Sammenliknende fonologi"@nb,
        "Samanliknande fonologi"@nn ;
    skos:broadMatch <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c05794 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--15/e23/>,
        <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Comparative phonology"@en,
        "Komparativ fonologi"@nb,
        "Komparativ fonologi"@nn .

humord:c06211 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06211" ;
    dct:modified "2025-07-24T10:35:13"^^xsd:dateTime ;
    skos:altLabel "Kontrastiv språkvitenskap"@nb,
        "Kontrastiv språkvitskap"@nn ;
    skos:broader humord:c06203 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Contrastive linguistics"@en,
        "Kontrastiv lingvistikk"@nb,
        "Kontrastiv lingvistikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/418/e23/> .

humord:c06213 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06213" ;
    dct:modified "2025-07-24T10:06:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--158/e23/>,
        <http://dewey.info/class/414.018/e23/>,
        <http://dewey.info/class/414.8/e23/> ;
    skos:broader humord:c05766 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--158/e23/>,
        <http://dewey.info/class/414.018/e23/>,
        <http://dewey.info/class/414.8/e23/> ;
    skos:prefLabel "Contrastive phonetics"@en,
        "Kontrastiv fonetikk"@nb,
        "Kontrastiv fonetikk"@nn .

humord:c06214 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06214" ;
    dct:modified "2025-07-15T14:28:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06211 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Contrastive grammar"@en,
        "Kontrastiv grammatikk"@nb,
        "Kontrastiv grammatikk"@nn .

humord:c06215 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06215" ;
    dct:modified "2025-07-25T14:10:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06146 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Contrastive syntax"@en,
        "Kontrastiv syntaks"@nb,
        "Kontrastiv syntaks"@nn .

humord:c06216 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06216" ;
    dct:modified "2025-07-24T10:44:12"^^xsd:dateTime ;
    skos:broader humord:c06155 ;
    skos:definition "Korpuslingvistikk er en språkvitenskapelig metode som gjør bruk av skriftlige eller muntlige språkdata i elektronisk form. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--0188/e23/>,
        <http://dewey.info/class/410.188/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0188/e23/>,
        <http://dewey.info/class/410.188/e23/> ;
    skos:prefLabel "Corpus lingustics"@en,
        "Korpuslingvistikk"@nb,
        "Korpuslingvistikk"@nn .

humord:c06217 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06217" ;
    dct:modified "2025-07-23T09:12:34"^^xsd:dateTime ;
    skos:altLabel "LFG"@en,
        "LFG"@nb,
        "Lexical-functional grammar"@nb,
        "LFG"@nn,
        "Lexical-functional grammar"@nn ;
    skos:broader humord:c06182 ;
    skos:definition "Leksikalsk-funksjonell grammatikk (LFG) (fra engelsk Lexical functional grammar) er et rammeverk innen generativ grammatikk i teoretisk lingvistikk <wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--5018234/e23/>,
        <http://dewey.info/class/415.018234/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5018234/e23/>,
        <http://dewey.info/class/415.018234/e23/> ;
    skos:prefLabel "Lexical-functional grammar"@en,
        "Leksikalsk-funksjonell grammatikk"@nb,
        "Leksikalsk-funksjonell grammatikk"@nn .

humord:c06220 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06220" ;
    dct:modified "2024-04-02T10:22:31"^^xsd:dateTime ;
    skos:broader humord:c06155 ;
    skos:closeMatch <http://dewey.info/class/410.151/e23/> ;
    skos:exactMatch realfagstermer:c013368 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013368,
        <http://dewey.info/class/410.151/e23/> ;
    skos:prefLabel "Mathematical linguistics"@en,
        "Matematisk lingvistikk"@nb,
        "Matematisk lingvistikk"@nn .

humord:c06221 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06221" ;
    dct:modified "2023-12-13T09:34:43"^^xsd:dateTime ;
    skos:altLabel "Montague semantics"@en,
        "Montague-grammatikk"@nb,
        "Montague-semantikk"@nb,
        "Montague-grammatikk"@nn ;
    skos:broadMatch <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06155 ;
    skos:definition "Montague-grammatikk er en tilnærming til naturlig språk-semantikk, oppkalt etter den amerikanske logikeren Richard Montague <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Montague grammar"@en,
        "Montaguegrammatikk"@nb,
        "Montaguegrammatikk"@nn .

humord:c06222 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06222" ;
    dct:modified "2025-07-24T10:48:52"^^xsd:dateTime ;
    skos:altLabel "Neurolingvistikk"@nb,
        "Neurolingvistikk"@nn ;
    skos:broadMatch <http://dewey.info/class/401.9/e23/> ;
    skos:broader humord:c06155 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/401.9/e23/>,
        <http://dewey.info/class/612.82336/e23/>,
        <http://dewey.info/class/616.855/e23/> ;
    skos:prefLabel "Neurolinguistics"@en,
        "Nevrolingvistikk"@nb,
        "Nevrolingvistikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/612.82336/e23/>,
        <http://dewey.info/class/616.855/e23/> .

humord:c06224 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06224" ;
    dct:modified "2025-07-15T13:23:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c06155 ;
    skos:exactMatch realfagstermer:c003142 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003142,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Normative linguistics"@en,
        "Normativ lingvistikk"@nb,
        "Normativ lingvistikk"@nn ;
    skos:related humord:c06375 .

humord:c06226 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06226" ;
    dct:modified "2025-07-25T09:01:10"^^xsd:dateTime ;
    skos:altLabel "Prague linguistic circle"@en,
        "Pragerskolen"@nb,
        "Pragskolen"@nb,
        "Pragerskolen"@nn,
        "Pragerskulen"@nn,
        "Pragskolen"@nn,
        "Pragskulen"@nn ;
    skos:broadMatch <http://dewey.info/class/410.18/e23/> ;
    skos:broader humord:c06155 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/410.18/e23/> ;
    skos:prefLabel "Prague school"@en,
        "Praglingvistikk"@nb,
        "Praglingvistikk"@nn ;
    skos:related humord:c05796,
        humord:c06139 .

humord:c06228 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-03-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06228" ;
    dct:modified "2025-07-24T10:48:13"^^xsd:dateTime ;
    skos:altLabel "Språkpsykologi"@nb,
        "Språkpsykologi"@nn ;
    skos:broader humord:c06155,
        humord:c08049 ;
    skos:closeMatch <http://dewey.info/class/4--019/e23/>,
        <http://dewey.info/class/401.9/e23/> ;
    skos:definition "Del av psykologien som handler om hvordan mennesket oppfatter og forstår tale- og skriftspråk, hvordan man frembringer og formulerer språklige ytringer, og hvordan språktilegnelse og språkutvikling foregår <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--019/e23/>,
        <http://dewey.info/class/401.9/e23/> ;
    skos:prefLabel "Psycholinguistics"@en,
        "Psykolingvistikk"@nb,
        "Psykolingvistikk"@nn .

humord:c06230 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06230" ;
    dct:modified "2025-07-15T12:44:41"^^xsd:dateTime ;
    skos:altLabel "Kognitiv språkvitenskap"@nb,
        "Kognitiv språkvitskap"@nn ;
    skos:broader humord:c06228 ;
    skos:definition "Lingvistisk retning hvor evnen til å snakke og forstå språk ses i sammenheng med andre mentale evner <The Concise Oxford Dictionary of Linguistics/UBTØ>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--01835/e23/>,
        <http://dewey.info/class/410.1835/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--01835/e23/>,
        <http://dewey.info/class/410.1835/e23/> ;
    skos:prefLabel "Cognitive linguistics"@en,
        "Kognitiv lingvistikk"@nb,
        "Kognitiv lingvistikk"@nn .

humord:c06232 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06232" ;
    dct:modified "2025-07-23T09:18:24"^^xsd:dateTime ;
    skos:altLabel "Relasjonsgrammatikk"@nb,
        "Relational grammar"@nb,
        "Relasjonsgrammatikk"@nn,
        "Relational grammar"@nn ;
    skos:broader humord:c26323 ;
    skos:exactMatch <http://dewey.info/class/4--501825/e23/>,
        <http://dewey.info/class/415.01825/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--501825/e23/>,
        <http://dewey.info/class/415.01825/e23/> ;
    skos:prefLabel "Relational grammar"@en,
        "Relasjonell grammatikk"@nb,
        "Relasjonell grammatikk"@nn .

humord:c06233 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06233" ;
    dct:modified "2025-07-24T10:49:15"^^xsd:dateTime ;
    skos:altLabel "Stratificational grammar"@nb ;
    skos:broadMatch <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06155 ;
    skos:definition "Grammatisk modell utviklet av S.M. Lamb på 1960-tallet, hvor former er representert på flere strata <The Concise Oxford Dictionary of Linguistics/UBTØ>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Stratificational grammar"@en,
        "Stratifikasjonsgrammatikk"@nb,
        "Stratifikasjonsgrammatikk"@nn .

humord:c06234 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06234" ;
    dct:modified "2025-07-24T07:24:14"^^xsd:dateTime ;
    skos:altLabel "SFG"@en,
        "Systemic functional grammar"@en,
        "Systemic grammar"@nb,
        "Systemisk grammatikk"@nb,
        "Systemic grammar"@nn,
        "Systemisk grammatikk"@nn ;
    skos:broader humord:c06155 ;
    skos:definition "Funksjonell syntaksmodell utviklet av Michael A.K. Halliday på 1950-tallet  <The Concise Oxford Dictionary of Linguistics/UBTØ>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--501833/e23/>,
        <http://dewey.info/class/415.01833/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--501833/e23/>,
        <http://dewey.info/class/415.01833/e23/> ;
    skos:prefLabel "Systemic grammar"@en,
        "Systemisk-funksjonell grammatikk"@nb,
        "Systemisk-funksjonell grammatikk"@nn .

humord:c06236 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-08-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06236" ;
    dct:modified "2025-07-23T09:04:35"^^xsd:dateTime ;
    skos:altLabel "Discourse linguistics"@en,
        "Diskursanalyse (Lingvistikk)"@nb,
        "Diskurslingvistikk"@nb,
        "Kontekstuell grammatikk"@nb,
        "Tekstgrammatikk"@nb,
        "Diskursanalyse (Lingvistikk)"@nn,
        "Diskurslingvistikk"@nn,
        "Kontekstuell grammatikk"@nn,
        "Tekstgrammatikk"@nn ;
    skos:broadMatch <http://dewey.info/class/1--0141/e23/>,
        <http://dewey.info/class/401.41/e23/> ;
    skos:broader humord:c06155 ;
    skos:definition "Den del av språkvitenskapen som studerer oppbyggingen av enheter større enn setningen i talt og skrevet språk <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0141/e23/>,
        <http://dewey.info/class/401.41/e23/> ;
    skos:prefLabel "Discourse analysis (Linguistics)"@en,
        "Tekstlingvistikk"@nb,
        "Tekstlingvistikk"@nn ;
    skos:related humord:c21122 .

humord:c06241 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06241" ;
    dct:modified "2025-07-24T07:24:33"^^xsd:dateTime ;
    skos:altLabel "Universal grammar"@nb,
        "Universal grammar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--501822/e23/>,
        <http://dewey.info/class/415.01822/e23/> ;
    skos:broader humord:c06181 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--501822/e23/>,
        <http://dewey.info/class/415.01822/e23/> ;
    skos:prefLabel "Universal grammar"@en,
        "Universell grammatikk"@nb,
        "Universell grammatikk"@nn .

humord:c06242 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06242" ;
    dct:modified "2025-07-15T14:29:29"^^xsd:dateTime ;
    skos:altLabel "Navneforsking"@nb,
        "Navnegranskning"@nb,
        "Onomasiologi"@nb,
        "Onomastikk"@nb,
        "Namnegransking"@nn,
        "Onomasiologi"@nn,
        "Onomastikk"@nn ;
    skos:broadMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c05737 ;
    skos:exactMatch <http://dewey.info/class/929.97/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/929.97/e23/> ;
    skos:prefLabel "Onomastics"@en,
        "Navneforskning"@nb,
        "Navneforsking"@nn .

humord:c06248 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06248" ;
    dct:modified "2025-08-15T14:20:30"^^xsd:dateTime ;
    skos:broader humord:c06242 ;
    skos:closeMatch <http://dewey.info/class/929.4/e23/> ;
    skos:exactMatch realfagstermer:c003963,
        <http://dewey.info/class/929.97/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003963,
        <http://dewey.info/class/025.322/e23/>,
        <http://dewey.info/class/133.33/e23/>,
        <http://dewey.info/class/346.012/e23/>,
        <http://dewey.info/class/392.12/e23/>,
        <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/910.014/e23/>,
        <http://dewey.info/class/929.4/e23/>,
        <http://dewey.info/class/929.97/e23/> ;
    skos:prefLabel "Names"@en,
        "Navn"@nb,
        "Namn"@nn ;
    skos:relatedMatch <http://dewey.info/class/025.322/e23/>,
        <http://dewey.info/class/133.33/e23/>,
        <http://dewey.info/class/346.012/e23/>,
        <http://dewey.info/class/392.12/e23/>,
        <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/910.014/e23/> .

humord:c06249 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06249" ;
    dct:modified "2025-08-15T14:15:42"^^xsd:dateTime ;
    skos:altLabel "Proper names"@en,
        "Eigennavn"@nb ;
    skos:broadMatch <http://dewey.info/class/929.97/e23/> ;
    skos:broader humord:c06248 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.97/e23/> ;
    skos:prefLabel "Proper nouns"@en,
        "Egennavn"@nb,
        "Eigennamn"@nn .

humord:c06250 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-04-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06250" ;
    dct:modified "2025-08-15T14:20:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/590/e23/> ;
    skos:broader humord:c06248 ;
    skos:exactMatch realfagstermer:c006937 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006937,
        <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/590/e23/>,
        <http://dewey.info/class/929.97/e23/> ;
    skos:prefLabel "Animal names"@en,
        "Dyrenavn"@nb,
        "Dyrenamn"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/929.97/e23/> .

humord:c06251 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06251" ;
    dct:modified "2025-08-15T14:21:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/598/e23/>,
        <http://dewey.info/class/929.97/e23/> ;
    skos:broader humord:c06250 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/598/e23/>,
        <http://dewey.info/class/929.97/e23/> ;
    skos:prefLabel "Bird names"@en,
        "Fuglenavn"@nb,
        "Fuglenamn"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/> .

humord:c06252 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-04-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06252" ;
    dct:modified "2025-08-15T14:19:56"^^xsd:dateTime ;
    skos:altLabel "Cattle names"@en ;
    skos:broadMatch <http://dewey.info/class/636.2/e23/> ;
    skos:broader humord:c17611 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/636.2/e23/>,
        <http://dewey.info/class/929.97/e23/> ;
    skos:prefLabel "Cow names"@en,
        "Kunavn"@nb,
        "Kunamn"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/929.97/e23/> .

humord:c06253 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06253" ;
    dct:modified "2025-08-15T14:17:30"^^xsd:dateTime ;
    skos:broader humord:c06249 ;
    skos:exactMatch <http://dewey.info/class/929.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/346.012/e23/>,
        <http://dewey.info/class/392.12/e23/>,
        <http://dewey.info/class/929.4/e23/> ;
    skos:prefLabel "Personal names"@en,
        "Personnavn"@nb,
        "Personnamn"@nn ;
    skos:relatedMatch <http://dewey.info/class/346.012/e23/>,
        <http://dewey.info/class/392.12/e23/> .

humord:c06254 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06254" ;
    dct:modified "2025-08-15T12:43:21"^^xsd:dateTime ;
    skos:altLabel "Christian names"@en,
        "Forenames"@en,
        "Given names"@en ;
    skos:broader humord:c06253 ;
    skos:exactMatch <http://dewey.info/class/929.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.44/e23/> ;
    skos:prefLabel "First names"@en,
        "Fornavn"@nb,
        "Fornamn"@nn .

humord:c06255 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06255" ;
    dct:modified "2024-01-03T13:13:50"^^xsd:dateTime ;
    skos:altLabel "Place names"@en,
        "Place-names"@en,
        "Geografiske navn"@nb,
        "Stadnamn"@nb ;
    skos:broader humord:c06249 ;
    skos:closeMatch <http://dewey.info/class/910.014/e23/> ;
    skos:exactMatch realfagstermer:c007759,
        realfagstermer:c008606 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007759,
        realfagstermer:c008606,
        <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/910.014/e23/> ;
    skos:prefLabel "Toponyms"@en,
        "Stedsnavn"@nb,
        "Stadnamn"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/> .

humord:c06256 a ubo:Geographic,
        skos:Concept ;
    dct:created "2019-02-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06256" ;
    dct:modified "2025-02-04T07:43:39"^^xsd:dateTime ;
    skos:inScheme humord: ;
    skos:prefLabel "Geographical names and historical place names"@en,
        "Geografiske navn og historiske stedsnavn"@nb,
        "Geografiske namn og historiske stadnamn"@nn ;
    skos:topConceptOf humord: .

humord:c06258 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-07-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06258" ;
    dct:modified "2025-08-15T09:05:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/910.014/e23/> ;
    skos:broader humord:c06264 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/910.014/e23/> ;
    skos:prefLabel "River names"@en,
        "Elvenavn"@nb,
        "Elvenamn"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/> .

humord:c06259 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06259" ;
    dct:modified "2025-08-15T09:22:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/910.014/e23/> ;
    skos:broader humord:c06255 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/910.014/e23/> ;
    skos:prefLabel "Street names"@en,
        "Gatenavn"@nb,
        "Gatenamn"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/> .

humord:c06260 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-09-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06260" ;
    dct:modified "2025-08-15T09:07:27"^^xsd:dateTime ;
    skos:altLabel "Homestead names"@en,
        "Ranch names"@en,
        "Gardsnavn"@nb ;
    skos:broadMatch <http://dewey.info/class/910.014/e23/>,
        <http://dewey.info/class/929.97/e23/> ;
    skos:broader humord:c14469 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/636.01/e23/>,
        <http://dewey.info/class/910.014/e23/>,
        <http://dewey.info/class/929.97/e23/> ;
    skos:prefLabel "Farm names"@en,
        "Gårdsnavn"@nb,
        "Gardsnamn"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/636.01/e23/> .

humord:c06261 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-07-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06261" ;
    dct:modified "2025-08-15T09:08:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/910.014/e23/> ;
    skos:broader humord:c06264 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/910.014/e23/> ;
    skos:prefLabel "Lake names"@en,
        "Innsjønavn"@nb,
        "Innsjønamn"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/> .

humord:c06262 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06262" ;
    dct:modified "2025-08-15T09:28:43"^^xsd:dateTime ;
    skos:altLabel "Skjærgårdsnavn"@nb ;
    skos:broadMatch <http://dewey.info/class/910.014/e23/> ;
    skos:broader humord:c06255 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/910.014/e23/>,
        <http://dewey.info/class/929.97/e23/> ;
    skos:prefLabel "Archipelago place-names"@en,
        "Skjærgardsnavn"@nb,
        "Skjergardsnamn"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/929.97/e23/> .

humord:c06263 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06263" ;
    dct:modified "2025-08-15T12:40:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/910.014/e23/> ;
    skos:broader humord:c06255 ;
    skos:definition "Namn på teigar, avgrensa skog- og jordstykke av alle slag: åker, eng, slåttar og beite <FNN>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/910.014/e23/> ;
    skos:prefLabel "Parcel names"@en,
        "Teignavn"@nb,
        "Teignamn"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/> .

humord:c06264 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06264" ;
    dct:modified "2025-08-17T17:36:34"^^xsd:dateTime ;
    skos:altLabel "Hydronymer"@nb,
        "Hydronym"@nn ;
    skos:broadMatch <http://dewey.info/class/910.014/e23/> ;
    skos:broader humord:c06255 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/>,
        <http://dewey.info/class/910.014/e23/> ;
    skos:prefLabel "Hydronyms"@en,
        "Vassdragsnavn"@nb,
        "Vassdragsnamn"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/> .

humord:c06266 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06266" ;
    dct:modified "2025-08-15T09:26:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/929.42/e23/> ;
    skos:broader humord:c06248 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.42/e23/> ;
    skos:prefLabel "Patronyms"@en,
        "Patronymer"@nb,
        "Patronym"@nn .

humord:c06267 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06267" ;
    dct:modified "2024-11-20T15:26:06"^^xsd:dateTime ;
    skos:altLabel "Botanical nomenclature"@en,
        "Plant names"@en,
        "Plant nomenclature"@en,
        "Botanisk nomenklatur"@nb,
        "Botaniske navn"@nb,
        "Plantenomenklatur"@nb,
        "Botanisk nomenklatur"@nn,
        "Plantenomenklatur"@nn ;
    skos:broadMatch <http://dewey.info/class/580.3/e23/> ;
    skos:broader humord:c06248 ;
    skos:exactMatch realfagstermer:c012780,
        <http://dewey.info/class/580.14/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012780,
        <http://dewey.info/class/580.14/e23/>,
        <http://dewey.info/class/580.3/e23/> ;
    skos:prefLabel "Botanical names"@en,
        "Plantenavn"@nb,
        "Plantenamn"@nn .

humord:c06269 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06269" ;
    dct:modified "2025-08-15T08:52:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/202.11/e23/>,
        <http://dewey.info/class/929.4/e23/> ;
    skos:broader humord:c06248 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.11/e23/>,
        <http://dewey.info/class/929.4/e23/> ;
    skos:prefLabel "Sacral names"@en,
        "Sakrale navn"@nb,
        "Sakrale namn"@nn .

humord:c06270 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06270" ;
    dct:modified "2025-08-15T08:53:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/929.4/e23/> ;
    skos:broader humord:c06269 ;
    skos:definition "Teofare navn er navn som inneholder et gudenavn. <uio>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.4/e23/> ;
    skos:prefLabel "Theophoric names"@en,
        "Teofore navn"@nb,
        "Teofore namn"@nn .

humord:c06271 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-08-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06271" ;
    dct:modified "2025-08-15T14:15:00"^^xsd:dateTime ;
    skos:altLabel "Last names"@en,
        "Surnames"@en,
        "Etternavn"@nb,
        "Familienavn"@nb,
        "Etternamn"@nn,
        "Familienamn"@nn ;
    skos:broader humord:c06253 ;
    skos:exactMatch <http://dewey.info/class/929.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.42/e23/> ;
    skos:prefLabel "Family names"@en,
        "Slektsnavn"@nb,
        "Slektsnamn"@nn .

humord:c06273 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06273" ;
    dct:modified "2025-08-15T12:42:56"^^xsd:dateTime ;
    skos:altLabel "Protected last names"@en,
        "Protected surnames"@en ;
    skos:broadMatch <http://dewey.info/class/929.42/e23/> ;
    skos:broader humord:c06271 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.42/e23/> ;
    skos:prefLabel "Protected family names"@en,
        "Beskyttete slektsnavn"@nb,
        "Beskytta slektsnamn"@nn .

humord:c06274 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-05-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06274" ;
    dct:modified "2025-08-15T08:52:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/929.97/e23/> ;
    skos:broader humord:c06248 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.97/e23/> ;
    skos:prefLabel "Tribal names"@en,
        "Stammenavn"@nb,
        "Stammenamn"@nn ;
    skos:related humord:c17837 .

humord:c06275 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06275" ;
    dct:modified "2025-08-15T08:41:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/929.4/e23/> ;
    skos:broader humord:c06248 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.4/e23/> ;
    skos:prefLabel "Bynames"@en,
        "Tilnavn"@nb,
        "Tilnamn"@nn .

humord:c06276 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06276" ;
    dct:modified "2025-08-15T08:39:23"^^xsd:dateTime ;
    skos:altLabel "Kallenavn"@nb,
        "Kallenamn"@nn ;
    skos:broadMatch <http://dewey.info/class/929.4/e23/> ;
    skos:broader humord:c06275 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.4/e23/> ;
    skos:prefLabel "Pet names"@en,
        "Kjælenavn"@nb,
        "Kjælenamn"@nn .

humord:c06277 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06277" ;
    dct:modified "2025-08-15T08:41:40"^^xsd:dateTime ;
    skos:altLabel "Oppnavn"@nb,
        "Økenavn"@nb,
        "Aukenamn"@nn,
        "Oppnamn"@nn ;
    skos:broadMatch <http://dewey.info/class/929.4/e23/> ;
    skos:broader humord:c06275 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.4/e23/> ;
    skos:prefLabel "Pejorative nickname"@en,
        "Klengenavn"@nb,
        "Klengenamn"@nn .

humord:c06280 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06280" ;
    dct:modified "2025-08-15T08:41:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/582.16/e23/> ;
    skos:broader humord:c06248 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/582.16/e23/> ;
    skos:prefLabel "Names of trees"@en,
        "Trenavn"@nb,
        "Trenamn"@nn .

humord:c06281 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06281" ;
    dct:modified "2024-08-20T08:38:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/529.2/e23/>,
        <http://dewey.info/class/929.97/e23/> ;
    skos:broader humord:c06248 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/529.2/e23/>,
        <http://dewey.info/class/929.97/e23/> ;
    skos:prefLabel "Year names"@en,
        "Årsnavn"@nb,
        "Årsnamn"@nn .

humord:c06282 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06282" ;
    dct:modified "2026-01-22T09:37:35"^^xsd:dateTime ;
    skos:altLabel "Omsetjing (Lingvistikk)"@nn ;
    skos:broader humord:c05737 ;
    skos:closeMatch <http://dewey.info/class/4--803/e23/>,
        <http://dewey.info/class/4--804/e23/>,
        <http://dewey.info/class/418.03/e23/>,
        <http://dewey.info/class/418.04/e23/> ;
    skos:editorialNote "Oversettelse: termen brukes om det å oversette <ubo>"@nb ;
    skos:exactMatch <http://dewey.info/class/4--802/e23/>,
        <http://dewey.info/class/418.02/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--802/e23/>,
        <http://dewey.info/class/4--803/e23/>,
        <http://dewey.info/class/4--804/e23/>,
        <http://dewey.info/class/418.02/e23/>,
        <http://dewey.info/class/418.03/e23/>,
        <http://dewey.info/class/418.04/e23/> ;
    skos:prefLabel "Translation"@en,
        "Oversettelse"@nb,
        "Omsetting (Lingvistikk)"@nn ;
    skos:related humord:c04252,
        humord:c07517 .

humord:c06283 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06283" ;
    dct:modified "2025-08-15T14:25:32"^^xsd:dateTime ;
    skos:altLabel "Re-creation"@en,
        "Retranslation"@en,
        "Oversettelseskunst"@nb,
        "Gjendikting"@nn ;
    skos:broadMatch <http://dewey.info/class/418.02/e23/> ;
    skos:broader humord:c06282 ;
    skos:definition "Kunsten å gjendikte litterære tekster <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/418.02/e23/> ;
    skos:prefLabel "Re-interpretation"@en,
        "Gjendiktning"@nb,
        "Gjendikting"@nn .

humord:c06285 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06285" ;
    dct:modified "2025-08-15T14:29:44"^^xsd:dateTime ;
    skos:altLabel "Oversettelsesvitenskap"@nb,
        "Omsetjingsteori"@nn,
        "Omsetjingsvitskap"@nn,
        "Omsettingsvitskap"@nn ;
    skos:broadMatch <http://dewey.info/class/418.0201/e23/> ;
    skos:broader humord:c06282 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/418.0201/e23/> ;
    skos:prefLabel "Translation theory"@en,
        "Oversettelsesteori"@nb,
        "Omsettingsteori"@nn .

humord:c06287 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06287" ;
    dct:modified "2024-10-30T14:46:04"^^xsd:dateTime ;
    skos:altLabel "Simulatneous translation"@en,
        "Simultaneous interpretation"@en,
        "Simultanoversettelse"@nb,
        "Tolkning"@nb,
        "Simultanomsetjing"@nn,
        "Simultanomsetting"@nn ;
    skos:broader humord:c06282 ;
    skos:closeMatch <http://dewey.info/class/4--802/e23/>,
        <http://dewey.info/class/418.02/e23/> ;
    skos:definition "Det å oversette muntlig <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--802/e23/>,
        <http://dewey.info/class/4--803/e23/>,
        <http://dewey.info/class/418.02/e23/>,
        <http://dewey.info/class/418.03/e23/> ;
    skos:prefLabel "Interpretation"@en,
        "Tolking"@nb,
        "Tolking"@nn ;
    skos:related humord:c15036 ;
    skos:relatedMatch <http://dewey.info/class/4--803/e23/>,
        <http://dewey.info/class/418.03/e23/> .

humord:c06288 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-08-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06288" ;
    dct:modified "2023-12-13T15:47:01"^^xsd:dateTime ;
    skos:altLabel "Paleography"@en ;
    skos:broader humord:c05737 ;
    skos:closeMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/411.7/e23/> ;
    skos:definition "Vitenskapen om eldre tiders skrift og skrivekunst <BOB>"@nb ;
    skos:exactMatch realfagstermer:c012768,
        <http://dewey.info/class/417.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012768,
        <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/411.7/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:prefLabel "Palaeography"@en,
        "Paleografi"@nb,
        "Paleografi"@nn .

humord:c06289 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06289" ;
    dct:modified "2024-11-25T21:20:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/> ;
    skos:broader humord:c06288 ;
    skos:closeMatch <http://dewey.info/class/411.7/e23/> ;
    skos:definition "Studiet av innskrifter hogd eller risset inn i hardt materiale <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411.7/e23/> ;
    skos:prefLabel "Epigraphy"@en,
        "Epigrafikk"@nb,
        "Epigrafikk"@nn ;
    skos:related humord:c00090 .

humord:c06290 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06290" ;
    dct:modified "2026-01-09T15:02:18"^^xsd:dateTime ;
    skos:altLabel "Inskripsjoner"@nb,
        "Inskripsjonar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/729.19/e23/>,
        <http://dewey.info/class/736.5/e23/>,
        <http://dewey.info/class/769.5/e23/> ;
    skos:broader humord:c06289 ;
    skos:exactMatch <http://dewey.info/class/411.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411.7/e23/>,
        <http://dewey.info/class/729.19/e23/>,
        <http://dewey.info/class/736.5/e23/>,
        <http://dewey.info/class/769.5/e23/> ;
    skos:prefLabel "Inscriptions"@en,
        "Innskrifter"@nb,
        "Innskrifter"@nn .

humord:c06292 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06292" ;
    dct:modified "2025-08-14T10:55:34"^^xsd:dateTime ;
    skos:altLabel "Gravskrifter"@nb,
        "Gravskrifter"@nn ;
    skos:broadMatch <http://dewey.info/class/929.5/e23/> ;
    skos:broader humord:c06290 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/929.5/e23/> ;
    skos:prefLabel "Epitaphs (Inscriptions)"@en,
        "Gravinnskrifter"@nb,
        "Gravinnskrifter"@nn .

humord:c06293 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06293" ;
    dct:modified "2025-08-14T10:59:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/411.7/e23/>,
        <http://dewey.info/class/430/e23/> ;
    skos:broader humord:c06290 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/411.7/e23/>,
        <http://dewey.info/class/430/e23/> ;
    skos:prefLabel "Runic inscriptions"@en,
        "Runeinnskrifter"@nb,
        "Runeinnskrifter"@nn ;
    skos:related humord:c00033 .

humord:c06294 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06294" ;
    dct:modified "2025-07-22T07:50:31"^^xsd:dateTime ;
    skos:altLabel "Language analysis"@en,
        "Lingvistisk analyse"@nb,
        "Lingvistisk analyse"@nn ;
    skos:broadMatch <http://dewey.info/class/401.4/e23/> ;
    skos:broader humord:c05737 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Linguistic analysis"@en,
        "Språkanalyse"@nb,
        "Språkanalyse"@nn .

humord:c06296 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06296" ;
    dct:modified "2024-10-16T13:00:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121.4/e23/> ;
    skos:broader humord:c06294 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.4/e23/> ;
    skos:prefLabel "Concept analysis"@en,
        "Begrepsanalyse"@nb,
        "Omgrepsanalyse"@nn ;
    skos:related humord:c06043 .

humord:c06297 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06297" ;
    dct:modified "2024-10-16T13:00:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121.4/e23/> ;
    skos:broader humord:c06296 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.4/e23/> ;
    skos:prefLabel "Concept formation (Linguistics)"@en,
        "Begrepsbestemmelse"@nb,
        "Omgrepsbestemming"@nn .

humord:c06298 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06298" ;
    dct:modified "2023-11-28T15:52:20"^^xsd:dateTime ;
    skos:broader humord:c06294 ;
    skos:closeMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:exactMatch realfagstermer:c003801 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003801,
        <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Grammatical analysis"@en,
        "Grammatisk analyse"@nb,
        "Grammatisk analyse"@nn .

humord:c06299 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06299" ;
    dct:modified "2024-08-28T20:17:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/410.285/e23/> ;
    skos:broader humord:c06298 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/410.285/e23/> ;
    skos:prefLabel "Automatic grammatical analysis"@en,
        "Automatisk grammatisk analyse"@nb,
        "Automatisk grammatisk analyse"@nn ;
    skos:related humord:c06165 .

humord:c06301 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2024-03-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06301" ;
    dct:modified "2024-03-08T13:01:22"^^xsd:dateTime ;
    skos:altLabel "LL parsing"@en,
        "LR parsers"@en,
        "LR parsing"@en,
        "Text parsers"@en,
        "Text parsing"@en,
        "LL-parsere"@nb,
        "LL-parsering"@nb,
        "LR-parsere"@nb,
        "LR-parsering"@nb,
        "Parsering"@nb,
        "Parsing"@nb,
        "Setningsanalyse"@nb,
        "Syntaktiske kategorier"@nb,
        "Tekstparsere"@nb,
        "Tekstparsering"@nb,
        "Tekstparsing"@nb,
        "LL-parsarar"@nn,
        "LL-parsering"@nn,
        "LR-parsarar"@nn,
        "LR-parsering"@nn,
        "Parsering"@nn,
        "Parsing"@nn,
        "Setningsanalyse"@nn,
        "Syntaktiske kategoriar"@nn,
        "Tekstparsarar"@nn,
        "Tekstparsering"@nn,
        "Tekstparsing"@nn ;
    skos:broadMatch <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06298 ;
    skos:definition "Parsing eller syntaktisk analyse er betegnelse på den prosess som analyserer en streng med symboler, enten i naturlige språk eller programmeringsspråk i henhold til reglene i en formell grammatikk. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Syntactic analysis"@en,
        "Syntaktisk analyse"@nb,
        "Syntaktisk analyse"@nn .

humord:c06303 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06303" ;
    dct:modified "2024-11-13T09:50:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06298 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Unification (Linguistics)"@en,
        "Unifikasjon (Lingvistikk)"@nb,
        "Unifikasjon (Lingvistikk)"@nn .

humord:c06304 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06304" ;
    dct:modified "2025-08-14T10:59:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/401.4/e23/> ;
    skos:broader humord:c06294 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Quantitative linguistic analysis"@en,
        "Kvantitativ språkanalyse"@nb,
        "Kvantitativ språkanalyse"@nn .

humord:c06305 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06305" ;
    dct:modified "2024-01-03T12:55:23"^^xsd:dateTime ;
    skos:altLabel "Language usage"@en ;
    skos:broadMatch <http://dewey.info/class/372.61/e23/> ;
    skos:broader humord:c05737 ;
    skos:exactMatch realfagstermer:c003728,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003728,
        <http://dewey.info/class/372.61/e23/>,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Usage (Linguistics)"@en,
        "Språkbruk"@nb,
        "Språkbruk"@nn ;
    skos:related humord:c06018,
        humord:c09768,
        humord:c09806,
        humord:c09807,
        humord:c09808,
        humord:c09809,
        humord:c09810,
        humord:c09814,
        humord:c10834,
        humord:c10838,
        humord:c10840 .

humord:c06306 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06306" ;
    dct:modified "2024-10-11T09:00:27"^^xsd:dateTime ;
    skos:altLabel "Cursing"@en ;
    skos:broadMatch <http://dewey.info/class/179.5/e23/>,
        <http://dewey.info/class/394/e23/> ;
    skos:broader humord:c06305 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.5/e23/>,
        <http://dewey.info/class/394/e23/> ;
    skos:prefLabel "Swearing"@en,
        "Banning"@nb,
        "Banning"@nn ;
    skos:related humord:c05859,
        humord:c05862,
        humord:c13362,
        humord:c15171 .

humord:c06307 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-09-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06307" ;
    dct:modified "2025-07-21T12:14:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.44/e23/> ;
    skos:broader humord:c06313 ;
    skos:definition "Diglossi er det at to ulike språk, eller forskjellige variantar av same språk, blir brukt på ulike område i same samfunn. I eit diglossisk samfunn vil det vere venta at folk kodevekslar mellom to (eller fleire) ulike språk i kvardagen sin. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/417/e23/> ;
    skos:prefLabel "Diglossia"@en,
        "Diglossi"@nb,
        "Diglossi"@nn ;
    skos:related humord:c06314,
        humord:c06324 ;
    skos:relatedMatch <http://dewey.info/class/417/e23/> .

humord:c06309 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06309" ;
    dct:modified "2025-08-14T11:08:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c06305 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Public use of language"@en,
        "Offentlig språkbruk"@nb,
        "Offentleg språkbruk"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.44/e23/> .

humord:c06310 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-03-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06310" ;
    dct:modified "2025-08-14T11:05:40"^^xsd:dateTime ;
    skos:altLabel "Word play"@en ;
    skos:broader humord:c06305 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/418/e23/>,
        <http://dewey.info/class/808.7/e23/>,
        <http://dewey.info/class/809.7/e23/> ;
    skos:prefLabel "Puns"@en,
        "Ordspill"@nb,
        "Ordspel"@nn ;
    skos:related humord:c16836,
        humord:c18108 ;
    skos:relatedMatch <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/418/e23/>,
        <http://dewey.info/class/808.7/e23/>,
        <http://dewey.info/class/809.7/e23/> .

humord:c06311 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06311" ;
    dct:modified "2025-08-14T11:07:47"^^xsd:dateTime ;
    skos:altLabel "Religious language"@en,
        "Religiøst språk"@nb,
        "Religiøst språk"@nn ;
    skos:broadMatch <http://dewey.info/class/210.14/e23/> ;
    skos:broader humord:c06305 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/210.14/e23/> ;
    skos:prefLabel "Religious use of language"@en,
        "Religiøs språkbruk"@nb,
        "Religiøs språkbruk"@nn .

humord:c06313 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06313" ;
    dct:modified "2025-08-14T11:01:32"^^xsd:dateTime ;
    skos:altLabel "Språkvariasjon"@nb,
        "Språkvariasjon"@nn ;
    skos:broader humord:c06305 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Linguistic variation"@en,
        "Språklig variasjon"@nb,
        "Språkleg variasjon"@nn ;
    skos:related humord:c28612 ;
    skos:relatedMatch <http://dewey.info/class/418/e23/> .

humord:c06314 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-11-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06314" ;
    dct:modified "2025-07-15T14:02:58"^^xsd:dateTime ;
    skos:altLabel "Codeswitching (Linguistics)"@en,
        "Stilveksling"@nb,
        "Stilveksling"@nn ;
    skos:broadMatch <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c06313 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Code-switching (Linguistics)"@en,
        "Kodeveksling (Lingvistikk)"@nb,
        "Kodeveksling (Lingvistikk)"@nn ;
    skos:related humord:c06307,
        humord:c06324 .

humord:c06315 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06315" ;
    dct:modified "2025-08-14T11:03:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/153.6/e23/>,
        <http://dewey.info/class/302.224/e23/>,
        <http://dewey.info/class/306.44/e23/> ;
    skos:broader humord:c06313 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.6/e23/>,
        <http://dewey.info/class/302.224/e23/>,
        <http://dewey.info/class/306.44/e23/> ;
    skos:prefLabel "Spoken language variation"@en,
        "Talespråksvariasjon"@nb,
        "Talemålsvariasjon"@nn .

humord:c06316 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06316" ;
    dct:modified "2025-08-14T11:05:17"^^xsd:dateTime ;
    skos:altLabel "Varietet (Lingvistikk)"@nb,
        "Varietet (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c06313 ;
    skos:definition "Varietet er i språkvitenskap (geografisk, sosialt eller stilistisk avgrenset) art av språk <Bob>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Varieties (Linguistics)"@en,
        "Varieteter (Lingvistikk)"@nb,
        "Varietetar (Lingvistikk)"@nn .

humord:c06319 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06319" ;
    dct:modified "2026-01-09T15:02:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c06305 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Cross-linguistic perspective"@en,
        "Tverrspråklighet"@nb,
        "Tverrspråklegheit"@nn ;
    skos:related humord:c06324 .

humord:c06320 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06320" ;
    dct:modified "2024-11-14T11:06:51"^^xsd:dateTime ;
    skos:altLabel "Språkferdigheter"@nb,
        "Språkferdigheiter"@nn ;
    skos:broader humord:c15497 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.6/e23/> ;
    skos:prefLabel "Language skill"@en,
        "Språkferdighet"@nb,
        "Språkferdigheit"@nn ;
    skos:related humord:c16219,
        humord:c24511 ;
    skos:relatedMatch <http://dewey.info/class/372.6/e23/> .

humord:c06321 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06321" ;
    dct:modified "2024-10-16T12:59:42"^^xsd:dateTime ;
    skos:altLabel "Grasp of concept"@en ;
    skos:broadMatch <http://dewey.info/class/302.2/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:broader humord:c13576 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.2/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Understanding of concepts"@en,
        "Begrepsforståelse"@nb,
        "Omgrepsforståing"@nn .

humord:c06322 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06322" ;
    dct:modified "2025-10-13T13:49:49"^^xsd:dateTime ;
    skos:altLabel "Plurilingualism"@en,
        "Plurilingvisme"@nb ;
    skos:broader humord:c06320 ;
    skos:closeMatch <http://dewey.info/class/4--042/e23/>,
        <http://dewey.info/class/404.2/e23/> ;
    skos:exactMatch realfagstermer:c003692,
        <http://dewey.info/class/306.446/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003692,
        <http://dewey.info/class/306.446/e23/>,
        <http://dewey.info/class/4--042/e23/>,
        <http://dewey.info/class/404.2/e23/> ;
    skos:prefLabel "Multilingualism"@en,
        "Flerspråklighet"@nb,
        "Fleirspråklegheit"@nn ;
    skos:related humord:c09782,
        humord:c59522 .

humord:c06324 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-11-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06324" ;
    dct:modified "2025-10-13T13:48:29"^^xsd:dateTime ;
    skos:altLabel "Bilingvalisme"@nb,
        "Bilingvisme"@nb,
        "Bilingvalisme"@nn,
        "Bilingvisme"@nn ;
    skos:broader humord:c06322 ;
    skos:exactMatch <http://dewey.info/class/306.446/e23/>,
        <http://dewey.info/class/4--042/e23/>,
        <http://dewey.info/class/404.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.446/e23/>,
        <http://dewey.info/class/4--042/e23/>,
        <http://dewey.info/class/404.2/e23/> ;
    skos:prefLabel "Bilingualism"@en,
        "Tospråklighet"@nb,
        "Tospråklegheit"@nn ;
    skos:related humord:c05815,
        humord:c06307,
        humord:c06314,
        humord:c06319,
        humord:c09782,
        humord:c18197,
        humord:c23761,
        humord:c70101 .

humord:c06327 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06327" ;
    dct:modified "2023-12-04T14:48:30"^^xsd:dateTime ;
    skos:altLabel "Reading abilities"@en,
        "Reading ability"@en,
        "Reading competence"@en,
        "Reading literacy"@en,
        "Reading proficiency"@en,
        "Leseferdigheter"@nb,
        "Lesekompetanse"@nb,
        "Lesekyndighet"@nb,
        "Leseferdigheit"@nn ;
    skos:broader humord:c06320 ;
    skos:exactMatch realfagstermer:c008089 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008089,
        <http://dewey.info/class/372.45/e23/> ;
    skos:prefLabel "Reading skills"@en,
        "Leseferdighet"@nb,
        "Lesedugleik"@nn ;
    skos:related humord:c03796,
        humord:c07908,
        humord:c07926,
        humord:c25827 ;
    skos:relatedMatch <http://dewey.info/class/372.45/e23/> .

humord:c06329 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06329" ;
    dct:modified "2025-07-25T07:53:15"^^xsd:dateTime ;
    skos:altLabel "Ordtilfang"@nb,
        "Vokabular"@nb,
        "Ordtilfang"@nn,
        "Vokabular"@nn ;
    skos:broadMatch <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:broader humord:c06320 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/4--3/e23/>,
        <http://dewey.info/class/4--81/e23/>,
        <http://dewey.info/class/401.4/e23/>,
        <http://dewey.info/class/413/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Vocabulary"@en,
        "Ordforråd"@nb,
        "Ordforråd"@nn ;
    skos:related humord:c06151,
        humord:c06153,
        humord:c09769 ;
    skos:relatedMatch <http://dewey.info/class/4--3/e23/>,
        <http://dewey.info/class/4--81/e23/>,
        <http://dewey.info/class/413/e23/>,
        <http://dewey.info/class/418/e23/> .

humord:c06332 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06332" ;
    dct:modified "2025-08-14T11:30:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/401.4/e23/> ;
    skos:broader humord:c06329 ;
    skos:definition "Leksikonet er ordtilfanget i et språk <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/401.4/e23/>,
        <http://dewey.info/class/401.93/e23/> ;
    skos:prefLabel "Lexicon"@en,
        "Leksikonet"@nb,
        "Leksikonet"@nn ;
    skos:relatedMatch <http://dewey.info/class/401.93/e23/> .

humord:c06333 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06333" ;
    dct:modified "2025-08-14T14:58:24"^^xsd:dateTime ;
    skos:altLabel "Writing proficiency"@en ;
    skos:broadMatch <http://dewey.info/class/302.2244/e23/> ;
    skos:broader humord:c24685 ;
    skos:definition "Skriveferdighet er evnen til å skrive (pent og riktig) <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.2244/e23/> ;
    skos:prefLabel "Writing skills"@en,
        "Skriveferdighet"@nb,
        "Skriveferdigheit"@nn ;
    skos:related humord:c07908,
        humord:c07927,
        humord:c21076 .

humord:c06334 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-04-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06334" ;
    dct:modified "2025-08-15T14:31:35"^^xsd:dateTime ;
    skos:altLabel "Ear for languages"@en,
        "Linguistic ear"@en,
        "Linguistic instinct"@en,
        "Sprachgefuhl"@en,
        "Språkøre"@nb,
        "Språkøyre"@nn ;
    skos:broadMatch <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c06320 ;
    skos:definition "Umiddelbar fornemmelse av hva som er god og riktig språkbruk <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/401.93/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Language instinct"@en,
        "Språkfølelse"@nb,
        "Språkkjensle"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/401.93/e23/> .

humord:c06335 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-08-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06335" ;
    dct:modified "2024-01-03T12:56:05"^^xsd:dateTime ;
    skos:altLabel "Linguistic philosophy"@en,
        "Lingvistisk filosofi"@nb ;
    skos:broadMatch <http://dewey.info/class/401/e23/> ;
    skos:broader humord:c00729 ;
    skos:exactMatch realfagstermer:c000379,
        <http://dewey.info/class/121.68/e23/>,
        <http://dewey.info/class/149.94/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000379,
        <http://dewey.info/class/121.68/e23/>,
        <http://dewey.info/class/149.94/e23/>,
        <http://dewey.info/class/401/e23/> ;
    skos:prefLabel "Philosophy of language"@en,
        "Språkfilosofi"@nb,
        "Språkfilosofi"@nn .

humord:c06337 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06337" ;
    dct:modified "2025-07-29T09:29:27"^^xsd:dateTime ;
    skos:altLabel "Semiology"@en,
        "Semiotic studies"@en,
        "Semiologi"@nb,
        "Semiologi"@nn ;
    skos:broadMatch <http://dewey.info/class/121.68/e23/> ;
    skos:broader humord:c06335 ;
    skos:closeMatch <http://dewey.info/class/1--014/e23/> ;
    skos:definition "Semiotikk er læren om tegn og tegnbrukende atferd, også omtalt som semiologi. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c001155,
        <http://dewey.info/class/302.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001155,
        <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/121.68/e23/>,
        <http://dewey.info/class/302.2/e23/>,
        <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Semiotics"@en,
        "Semiotikk"@nb,
        "Semiotikk"@nn ;
    skos:related humord:c06044,
        humord:c06431 ;
    skos:relatedMatch <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/401.4/e23/> .

humord:c06339 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06339" ;
    dct:modified "2025-10-31T13:01:23"^^xsd:dateTime ;
    skos:altLabel "Picture communication"@en,
        "Visual semiotics"@en,
        "Bildekommunikasjon"@nb,
        "Bildesemiologi"@nb,
        "Billedkommunikasjon"@nb,
        "Billedsemiologi"@nb,
        "Bildesemiologi"@nn,
        "Biletkommunikasjon"@nn ;
    skos:broadMatch <http://dewey.info/class/302.226/e23/>,
        <http://dewey.info/class/744.26/e23/> ;
    skos:broader humord:c06337 ;
    skos:closeMatch realfagstermer:c014051 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c014051,
        <http://dewey.info/class/302.226/e23/>,
        <http://dewey.info/class/744.26/e23/> ;
    skos:prefLabel "Visual communication"@en,
        "Visuell kommunikasjon"@nb,
        "Visuell kommunikasjon"@nn ;
    skos:related humord:c61568 .

humord:c06342 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06342" ;
    dct:modified "2024-01-03T14:18:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.4/e23/>,
        <http://dewey.info/class/744.2/e23/> ;
    skos:broader humord:c18228 ;
    skos:exactMatch realfagstermer:c005101,
        <http://dewey.info/class/1--0148/e23/>,
        <http://dewey.info/class/302.2223/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005101,
        <http://dewey.info/class/1--0148/e23/>,
        <http://dewey.info/class/302.2223/e23/>,
        <http://dewey.info/class/306.4/e23/>,
        <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/4--315/e23/>,
        <http://dewey.info/class/411/e23/>,
        <http://dewey.info/class/413.15/e23/>,
        <http://dewey.info/class/744.2/e23/> ;
    skos:prefLabel "Symbols (Symbolism)"@en,
        "Symboler"@nb,
        "Symbol"@nn ;
    skos:related humord:c04508,
        humord:c04679,
        humord:c06431,
        humord:c08858,
        humord:c17164 ;
    skos:relatedMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/4--315/e23/>,
        <http://dewey.info/class/411/e23/>,
        <http://dewey.info/class/413.15/e23/> .

humord:c06345 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06345" ;
    dct:modified "2025-07-22T07:57:36"^^xsd:dateTime ;
    skos:altLabel "Language form"@en ;
    skos:broadMatch <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/410/e23/> ;
    skos:broader humord:c05737 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/410/e23/> ;
    skos:prefLabel "Language variety"@en,
        "Språkform"@nb,
        "Språkform"@nn .

humord:c06346 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06346" ;
    dct:modified "2024-02-15T09:11:26"^^xsd:dateTime ;
    skos:altLabel "Bias-free language"@en,
        "Nondiscriminatory language"@en,
        "Unbiased language"@en ;
    skos:broadMatch <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/410/e23/> ;
    skos:broader humord:c06305 ;
    skos:editorialNote "Lukket bemerkning: Kjønnsnøytralt språk skilt ut som egen term. 14/2-24 vsl"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/410/e23/> ;
    skos:prefLabel "Inclusive language"@en,
        "Inkluderende språk"@nb,
        "Inkluderande språk"@nn .

humord:c06347 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06347" ;
    dct:modified "2025-07-22T07:53:25"^^xsd:dateTime ;
    skos:altLabel "History of language"@en ;
    skos:broader humord:c05737 ;
    skos:closeMatch <http://dewey.info/class/410.9/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:editorialNote "Brukes om faget språkhistorie"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/410.9/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:prefLabel "Language history"@en,
        "Språkhistorie (Faget)"@nb,
        "Språkhistorie (Faget)"@nn .

humord:c06349 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06349" ;
    dct:modified "2025-08-14T11:28:46"^^xsd:dateTime ;
    skos:altLabel "History of words"@en,
        "Ordbetydning"@nb,
        "Ordhistorie"@nb,
        "Ordhistorie"@nn,
        "Ordtyding"@nn ;
    skos:broadMatch <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/4--2/e23/> ;
    skos:broader humord:c06347 ;
    skos:definition "Etymologi er en gren av språkvitenskapen som beskjeftiger seg med ordenes avstamning, opprinnelse, slektskapsforhold og betydningshistorie <UBO>"@nb ;
    skos:exactMatch realfagstermer:c010130,
        <http://dewey.info/class/412/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010130,
        <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:prefLabel "Etymology"@en,
        "Etymologi"@nb,
        "Etymologi"@nn ;
    skos:related humord:c05878 .

humord:c06350 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06350" ;
    dct:modified "2025-08-14T14:53:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:broader humord:c06349 ;
    skos:definition "Etymologisk tolkning hvor et ord blir omtolket etter et annet som er mer kjent <JF>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--2/e23/>,
        <http://dewey.info/class/412/e23/> ;
    skos:prefLabel "Folk-etymology"@en,
        "Folkeetymologi"@nb,
        "Folkeetymologi"@nn .

humord:c06351 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06351" ;
    dct:modified "2025-07-15T14:23:26"^^xsd:dateTime ;
    skos:altLabel "Graphematics"@en,
        "Skrifttegns historie"@nb,
        "Skriftteikns historie"@nn ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:broader humord:c05737 ;
    skos:definition "Læren om skrifttegnenes utvikling <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:prefLabel "Graphemics"@en,
        "Grafemikk"@nb,
        "Grafemikk"@nn ;
    skos:related humord:c05436,
        humord:c06432,
        humord:c12669,
        humord:c17148 .

humord:c06353 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06353" ;
    dct:modified "2025-07-15T12:46:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:broader humord:c06347 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:prefLabel "Reconstruction (Linguistics)"@en,
        "Rekonstruksjon (Lingvistikk)"@nb,
        "Rekonstruksjon (Lingvistikk)"@nn .

humord:c06354 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06354" ;
    dct:modified "2026-01-05T14:02:52"^^xsd:dateTime ;
    skos:altLabel "Language extinction"@en ;
    skos:broadMatch <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:broader humord:c06347 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/4--7/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:prefLabel "Language death"@en,
        "Språkdød"@nb,
        "Språkdød"@nn ;
    skos:related humord:c09805 ;
    skos:relatedMatch <http://dewey.info/class/306.44/e23/> .

humord:c06355 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06355" ;
    dct:modified "2025-08-14T14:52:51"^^xsd:dateTime ;
    skos:altLabel "Språklig endring"@nb,
        "Språkleg endring"@nn ;
    skos:broadMatch <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:broader humord:c06347 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:prefLabel "Language change"@en,
        "Språkendring"@nb,
        "Språkendring"@nn ;
    skos:related humord:c17054 .

humord:c06357 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06357" ;
    dct:modified "2024-08-14T09:47:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/410/e23/> ;
    skos:broader humord:c06355 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/410/e23/> ;
    skos:prefLabel "Analogy (Linguistics)"@en,
        "Analogi (Lingvistikk)"@nb,
        "Analogi (Lingvistikk)"@nn .

humord:c06358 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06358" ;
    dct:modified "2025-08-14T11:25:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06355 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Grammaticalization"@en,
        "Grammatikalisering"@nb,
        "Grammatikalisering"@nn .

humord:c06359 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06359" ;
    dct:modified "2025-08-14T11:25:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c06355 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/414/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:prefLabel "Laryngeal theory"@en,
        "Laryngalteorien"@nb,
        "Laryngalteorien"@nn ;
    skos:relatedMatch <http://dewey.info/class/417.7/e23/> .

humord:c06360 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06360" ;
    dct:modified "2025-08-14T11:24:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c06355 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Sound development"@en,
        "Lydutvikling"@nb,
        "Lydutvikling"@nn ;
    skos:related humord:c20885 .

humord:c06361 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06361" ;
    dct:modified "2025-08-14T11:24:44"^^xsd:dateTime ;
    skos:altLabel "Lydovergang"@nb,
        "Ljodovergang"@nn,
        "Lydendring"@nn,
        "Lydovergang"@nn ;
    skos:broadMatch <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c06360 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Sound change"@en,
        "Lydendring"@nb,
        "Ljodendring"@nn .

humord:c06363 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06363" ;
    dct:modified "2024-06-05T11:54:27"^^xsd:dateTime ;
    skos:altLabel "Bryting (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c06361 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Breaking (Linguistics)"@en,
        "Brytning (Lingvistikk)"@nb,
        "Brytning (Lingvistikk)"@nn .

humord:c06364 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06364" ;
    dct:modified "2025-08-14T11:19:31"^^xsd:dateTime ;
    skos:altLabel "Lydlov"@nn ;
    skos:broadMatch <http://dewey.info/class/414/e23/> ;
    skos:broader humord:c06360 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/414/e23/> ;
    skos:prefLabel "Sound law"@en,
        "Lydlov"@nb,
        "Ljodlov"@nn .

humord:c06365 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06365" ;
    dct:modified "2026-01-05T14:01:58"^^xsd:dateTime ;
    skos:altLabel "Origin of language"@en ;
    skos:broadMatch <http://dewey.info/class/401/e23/> ;
    skos:broader humord:c06347 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/401/e23/> ;
    skos:prefLabel "Origins of language"@en,
        "Språkets opprinnelse"@nb,
        "Språket sitt opphav"@nn .

humord:c06366 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06366" ;
    dct:modified "2024-10-14T08:12:39"^^xsd:dateTime ;
    skos:altLabel "Language contact"@en,
        "Språkkontakter"@nb,
        "Språkkontaktar"@nn ;
    skos:broadMatch <http://dewey.info/class/306.44/e23/> ;
    skos:broader humord:c05737 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/> ;
    skos:prefLabel "Language contacts"@en,
        "Språkkontakt"@nb,
        "Språkkontakt"@nn ;
    skos:related humord:c05815,
        humord:c09783 .

humord:c06367 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06367" ;
    dct:modified "2025-07-21T10:56:02"^^xsd:dateTime ;
    skos:altLabel "Språklige universalier"@nb ;
    skos:broadMatch <http://dewey.info/class/410/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:broader humord:c05737 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/410/e23/>,
        <http://dewey.info/class/417.7/e23/> ;
    skos:prefLabel "Linguistic universals"@en,
        "Språklige universalia"@nb,
        "Språklege universalia"@nn ;
    skos:related humord:c00541 .

humord:c06369 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06369" ;
    dct:modified "2025-07-21T09:36:46"^^xsd:dateTime ;
    skos:altLabel "Language corpora"@en,
        "Språklige korpus"@nb,
        "Språklige korpuser"@nb,
        "Språklege korpus"@nn,
        "Språklege korpusar"@nn ;
    skos:broadMatch <http://dewey.info/class/4--0188/e23/>,
        <http://dewey.info/class/410.188/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c05737 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--0188/e23/>,
        <http://dewey.info/class/410.188/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Linguistic corpora"@en,
        "Språklige korpora"@nb,
        "Språklege korpora"@nn .

humord:c06370 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06370" ;
    dct:modified "2025-08-12T07:50:39"^^xsd:dateTime ;
    skos:broader humord:c06369 ;
    skos:closeMatch <http://dewey.info/class/403/e23/> ;
    skos:definition "En konkordans er et alfabetisk register over ord i et litterært verk eller et forfatterskap, med opplysning om hvor i teksten det enkelte ordet opptrer <ordbokene.no>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--03/e23/>,
        <http://dewey.info/class/4--203/e23/>,
        <http://dewey.info/class/4--2403/e23/>,
        <http://dewey.info/class/403/e23/> ;
    skos:prefLabel "Concordances"@en,
        "Konkordanser"@nb,
        "Konkordansar"@nn ;
    skos:relatedMatch <http://dewey.info/class/4--03/e23/>,
        <http://dewey.info/class/4--203/e23/>,
        <http://dewey.info/class/4--2403/e23/> .

humord:c06371 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-06-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06371" ;
    dct:modified "2025-07-21T09:31:24"^^xsd:dateTime ;
    skos:altLabel "Språkinnlæring"@nb,
        "Språkinnlæring"@nn ;
    skos:broadMatch <http://dewey.info/class/401.93/e23/> ;
    skos:broader humord:c05737 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/401.93/e23/> ;
    skos:prefLabel "Language learning"@en,
        "Språklæring"@nb,
        "Språklæring"@nn ;
    skos:related humord:c05815,
        humord:c16051,
        humord:c27394 ;
    skos:relatedMatch <http://dewey.info/class/306.44/e23/> .

humord:c06373 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-07-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06373" ;
    dct:modified "2026-01-05T14:00:47"^^xsd:dateTime ;
    skos:broader humord:c07926 ;
    skos:exactMatch <http://dewey.info/class/372.4/e23/>,
        <http://dewey.info/class/4--84/e23/>,
        <http://dewey.info/class/418.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.4/e23/>,
        <http://dewey.info/class/4--84/e23/>,
        <http://dewey.info/class/418.4/e23/> ;
    skos:prefLabel "Reading process"@en,
        "Leseprosess"@nb,
        "Leseprosess"@nn .

humord:c06374 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-06-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06374" ;
    dct:modified "2025-11-07T13:57:14"^^xsd:dateTime ;
    skos:altLabel "First language acquisition"@en,
        "First-language learning"@en,
        "Førstespråkstilegnelse"@nb ;
    skos:broader humord:c06228 ;
    skos:closeMatch <http://dewey.info/class/401.93/e23/> ;
    skos:definition "Tilegnelse av grunnleggende beherskelse av språket <SNL>"@nb ;
    skos:exactMatch realfagstermer:c010093 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010093,
        <http://dewey.info/class/401.93/e23/> ;
    skos:prefLabel "Language development"@en,
        "Språkutvikling"@nb,
        "Språkutvikling"@nn ;
    skos:related humord:c27394 .

humord:c06375 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06375" ;
    dct:modified "2025-08-12T08:50:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c05737 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Prescriptive grammar"@en,
        "Språkriktighet"@nb,
        "Språkriktigheit"@nn ;
    skos:related humord:c06224 .

humord:c06376 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06376" ;
    dct:modified "2025-08-12T08:50:30"^^xsd:dateTime ;
    skos:altLabel "Ortografi"@nb,
        "Rettskriving"@nb,
        "Skriveregler"@nb,
        "Stavemåte"@nb,
        "Ortografi"@nn,
        "Skrivereglar"@nn ;
    skos:broadMatch <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c06375 ;
    skos:closeMatch <http://dewey.info/class/4--152/e23/>,
        <http://dewey.info/class/4--813/e23/> ;
    skos:exactMatch realfagstermer:c008177,
        <http://dewey.info/class/411/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008177,
        <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/372.632/e23/>,
        <http://dewey.info/class/4--152/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/411/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Ortography"@en,
        "Rettskrivning"@nb,
        "Rettskriving"@nn ;
    skos:relatedMatch <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/372.632/e23/> .

humord:c06380 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06380" ;
    dct:modified "2025-08-12T08:50:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/401.4/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:broader humord:c06375 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--014/e23/>,
        <http://dewey.info/class/401.4/e23/>,
        <http://dewey.info/class/418/e23/> ;
    skos:prefLabel "Error (Linguistics)"@en,
        "Språkfeil"@nb,
        "Språkfeil"@nn .

humord:c06381 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06381" ;
    dct:modified "2026-01-05T14:01:10"^^xsd:dateTime ;
    skos:altLabel "Language standardisation"@en,
        "Language standardization"@en,
        "Standard variety (Linguistics)"@en,
        "Språkstandardisering"@nb,
        "Standardspråk"@nb,
        "Språkstandardisering"@nn,
        "Standardspråk"@nn ;
    skos:broader humord:c06375 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/415/e23/>,
        <http://dewey.info/class/418.0071/e23/> ;
    skos:prefLabel "Language prescription"@en,
        "Språknormering"@nb,
        "Språknormering"@nn ;
    skos:related humord:c06024 ;
    skos:relatedMatch <http://dewey.info/class/4--8/e23/>,
        <http://dewey.info/class/415/e23/>,
        <http://dewey.info/class/418.0071/e23/> .

humord:c06383 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06383" ;
    dct:modified "2025-08-12T08:54:09"^^xsd:dateTime ;
    skos:altLabel "Tegnsetning"@nb ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/4--823/e23/> ;
    skos:broader humord:c06375 ;
    skos:exactMatch <http://dewey.info/class/411/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/4--823/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:prefLabel "Punctuation"@en,
        "Tegnsetting"@nb,
        "Teiknsetting"@nn .

humord:c06386 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06386" ;
    dct:modified "2025-07-21T10:55:06"^^xsd:dateTime ;
    skos:altLabel "Careful tending of the language"@en,
        "Tending of a language"@en,
        "Språkdyrking"@nb,
        "Språkdyrking"@nn ;
    skos:broadMatch <http://dewey.info/class/306.449/e23/> ;
    skos:broader humord:c05737 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.449/e23/> ;
    skos:prefLabel "Language preservation"@en,
        "Språkrøkt"@nb,
        "Språkrøkt"@nn .

humord:c06388 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06388" ;
    dct:modified "2025-08-12T08:58:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.449/e23/> ;
    skos:broader humord:c06386 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.449/e23/> ;
    skos:prefLabel "Language awareness"@en,
        "Språkbevissthet"@nb,
        "Språkmedvit"@nn .

humord:c06389 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06389" ;
    dct:modified "2025-07-15T12:46:14"^^xsd:dateTime ;
    skos:altLabel "Language purism"@en,
        "Purisme (Lingvistikk)"@nb,
        "Språkrensing"@nb,
        "Purisme (Lingvistikk)"@nn,
        "Språkreinsing"@nn ;
    skos:broadMatch <http://dewey.info/class/306.449/e23/> ;
    skos:broader humord:c06386 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.449/e23/> ;
    skos:prefLabel "Linguistic purism"@en,
        "Språkpurisme"@nb,
        "Språkpurisme"@nn ;
    skos:related humord:c09581,
        humord:c09582 .

humord:c06393 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06393" ;
    dct:modified "2025-07-21T10:28:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/401.41/e23/> ;
    skos:broader humord:c05737 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/401.41/e23/> ;
    skos:prefLabel "Discourse strategies"@en,
        "Talespråkstrategi"@nb,
        "Talespråkstrategi"@nn .

humord:c06395 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06395" ;
    dct:modified "2024-01-04T09:02:04"^^xsd:dateTime ;
    skos:altLabel "Linguistic theory"@en,
        "Theories of language"@en ;
    skos:broader humord:c05737 ;
    skos:exactMatch realfagstermer:c005877,
        <http://dewey.info/class/401/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005877,
        <http://dewey.info/class/401/e23/> ;
    skos:prefLabel "Language theory"@en,
        "Språkteori"@nb,
        "Språkteori"@nn .

humord:c06396 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06396" ;
    dct:modified "2024-02-07T12:10:53"^^xsd:dateTime ;
    skos:altLabel "Formal linguistic theory"@en ;
    skos:broadMatch <http://dewey.info/class/410.1/e23/> ;
    skos:broader humord:c06395 ;
    skos:exactMatch realfagstermer:c007690 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007690,
        <http://dewey.info/class/005.131/e23/>,
        <http://dewey.info/class/410.1/e23/> ;
    skos:prefLabel "Formal language theory"@en,
        "Formell språkteori"@nb,
        "Formell språkteori"@nn ;
    skos:relatedMatch <http://dewey.info/class/005.131/e23/> .

humord:c06397 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06397" ;
    dct:modified "2025-08-12T08:54:56"^^xsd:dateTime ;
    skos:broader humord:c06395 ;
    skos:exactMatch <http://dewey.info/class/415.01/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/415.01/e23/> ;
    skos:prefLabel "Grammatical theory"@en,
        "Grammatisk teori"@nb,
        "Grammatisk teori"@nn .

humord:c06398 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06398" ;
    dct:modified "2026-02-10T14:31:06"^^xsd:dateTime ;
    skos:altLabel "LLM"@en,
        "LLMs"@en,
        "Large language models"@en,
        "Linguistic models"@en,
        "LLM"@nb,
        "LLMer"@nb,
        "LLMs"@nb,
        "Store språkmodeller"@nb,
        "LLM"@nn,
        "LLMar"@nn,
        "LLMs"@nn,
        "Store språkmodellar"@nn ;
    skos:broadMatch <http://dewey.info/class/401/e23/> ;
    skos:broader humord:c06395 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.44/e23/>,
        <http://dewey.info/class/401/e23/> ;
    skos:prefLabel "Language models"@en,
        "Språkmodeller"@nb,
        "Språkmodellar"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.44/e23/> .

humord:c06399 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06399" ;
    dct:modified "2026-01-05T13:59:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:broader humord:c06398 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--5/e23/>,
        <http://dewey.info/class/415/e23/> ;
    skos:prefLabel "Grammatical models"@en,
        "Grammatiske modeller"@nb,
        "Grammatiske modellar"@nn .

humord:c06400 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06400" ;
    dct:modified "2025-08-12T08:59:22"^^xsd:dateTime ;
    skos:altLabel "Language typology"@en,
        "Typology (Linguistics)"@en,
        "Typologi (Lingvistikk)"@nb,
        "Typologi (Lingvistikk)"@nn ;
    skos:broadMatch <http://dewey.info/class/410.1/e23/> ;
    skos:broader humord:c05737 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/410.1/e23/> ;
    skos:prefLabel "Linguistic typology"@en,
        "Språktypologi"@nb,
        "Språktypologi"@nn ;
    skos:related humord:c01532 .

humord:c06402 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06402" ;
    dct:modified "2025-07-15T12:44:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/410/e23/> ;
    skos:broader humord:c06400 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/410/e23/> ;
    skos:prefLabel "Categories (Linguistics)"@en,
        "Kategorier (Lingvistikk)"@nb,
        "Kategoriar (Lingvistikk)"@nn .

humord:c06404 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06404" ;
    dct:modified "2023-11-30T13:09:46"^^xsd:dateTime ;
    skos:altLabel "Categorisation (Linguistics)"@en ;
    skos:broadMatch <http://dewey.info/class/401/e23/>,
        <http://dewey.info/class/410/e23/> ;
    skos:broader humord:c06400 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/401/e23/>,
        <http://dewey.info/class/410/e23/> ;
    skos:prefLabel "Categorization (Linguistics)"@en,
        "Kategorisering"@nb,
        "Kategorisering"@nn .

humord:c06406 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06406" ;
    dct:modified "2025-08-13T14:39:34"^^xsd:dateTime ;
    skos:altLabel "Syntactical typology"@en ;
    skos:broadMatch <http://dewey.info/class/4--501/e23/>,
        <http://dewey.info/class/410.1/e23/>,
        <http://dewey.info/class/415.01/e23/> ;
    skos:broader humord:c06400 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--501/e23/>,
        <http://dewey.info/class/410.1/e23/>,
        <http://dewey.info/class/415.01/e23/> ;
    skos:prefLabel "Syntactic typology"@en,
        "Syntaktisk typologi"@nb,
        "Syntaktisk typologi"@nn .

humord:c06407 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06407" ;
    dct:modified "2025-07-21T10:18:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:broader humord:c05737 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Graphic systems"@en,
        "Tegnsystemer"@nb,
        "Teiknsystem"@nn .

humord:c06408 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06408" ;
    dct:modified "2025-11-19T13:07:55"^^xsd:dateTime ;
    skos:altLabel "Script"@en,
        "Skrift"@nb,
        "Skrift"@nn ;
    skos:broader humord:c06407 ;
    skos:exactMatch realfagstermer:c011963,
        <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011963,
        <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:prefLabel "Writing systems"@en,
        "Skriftsystemer"@nb,
        "Skriftsystem"@nn ;
    skos:related humord:c06432,
        humord:c16313,
        humord:c17148 .

humord:c06409 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-06-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06409" ;
    dct:modified "2024-01-03T10:47:24"^^xsd:dateTime ;
    skos:altLabel "Alphabet"@en,
        "Alfabet"@nb ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/> ;
    skos:broader humord:c06408 ;
    skos:closeMatch realfagstermer:c005350 ;
    skos:exactMatch <http://dewey.info/class/411/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005350,
        <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/411/e23/>,
        <http://dewey.info/class/418/e23/>,
        <http://dewey.info/class/686.21/e23/> ;
    skos:prefLabel "Alphabets"@en,
        "Alfabeter"@nb,
        "Alfabet"@nn ;
    skos:related humord:c06432,
        humord:c06433 ;
    skos:relatedMatch <http://dewey.info/class/4--813/e23/>,
        <http://dewey.info/class/418/e23/>,
        <http://dewey.info/class/686.21/e23/> .

humord:c06410 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06410" ;
    dct:modified "2024-08-28T08:02:16"^^xsd:dateTime ;
    skos:broader humord:c06409 ;
    skos:closeMatch <http://dewey.info/class/491.99211/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/491.99211/e23/> ;
    skos:prefLabel "Armenian alphabet"@en,
        "Armensk alfabet"@nb,
        "Armensk alfabet"@nn .

humord:c06411 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06411" ;
    dct:modified "2025-08-14T07:42:06"^^xsd:dateTime ;
    skos:altLabel "Brahmi abugida"@en,
        "Brahmi alphabet"@en,
        "Brahmi alfabet"@nb,
        "Brahmi alfabet"@nn ;
    skos:broadMatch <http://dewey.info/class/491.1/e23/> ;
    skos:broader humord:c06409 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/491.1/e23/> ;
    skos:prefLabel "Brahmi script"@en,
        "Brahmi skrift"@nb,
        "Brahmi skrift"@nn .

humord:c06412 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06412" ;
    dct:modified "2025-08-14T08:43:30"^^xsd:dateTime ;
    skos:altLabel "Phoenician abjad"@en,
        "Phoenician alphabet"@en,
        "Fønikisk alfabet"@nb,
        "Fønikisk alfabet"@nn ;
    skos:broadMatch <http://dewey.info/class/492.6/e23/> ;
    skos:broader humord:c06409 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/492.6/e23/> ;
    skos:prefLabel "Phoenician script"@en,
        "Fønikisk skrift"@nb,
        "Fønikisk skrift"@nn .

humord:c06413 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06413" ;
    dct:modified "2025-08-14T08:47:12"^^xsd:dateTime ;
    skos:altLabel "Glagolitisk alfabet"@nb,
        "Glagolitisk alfabet"@nn ;
    skos:broadMatch <http://dewey.info/class/491.8/e23/> ;
    skos:broader humord:c06409 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/491.8/e23/> ;
    skos:prefLabel "Glagolitic alphabet"@en,
        "Glagolittisk alfabet"@nb,
        "Glagolittisk alfabet"@nn .

humord:c06415 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06415" ;
    dct:modified "2025-08-13T14:41:39"^^xsd:dateTime ;
    skos:altLabel "Gresk skrift"@nb,
        "Gresk skrift"@nn ;
    skos:broader humord:c06409 ;
    skos:closeMatch <http://dewey.info/class/481.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/481.1/e23/> ;
    skos:prefLabel "Greek alphabet"@en,
        "Gresk alfabet"@nb,
        "Gresk alfabet"@nn .

humord:c06416 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-04-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06416" ;
    dct:modified "2025-08-14T08:17:58"^^xsd:dateTime ;
    skos:altLabel "Chosŏn Muntcha"@en,
        "Chosŏn'gŭl"@en,
        "Hangeul"@en,
        "Korean alphabet"@en,
        "Hangeul"@nb,
        "Hangeul"@nn ;
    skos:broadMatch <http://dewey.info/class/495.711/e23/> ;
    skos:broader humord:c06409,
        humord:c19507 ;
    skos:definition "Hangul er det koreanske alfabetet <UBO>"@nb ;
    skos:exactMatch realfagstermer:c000341 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000341,
        <http://dewey.info/class/495.711/e23/> ;
    skos:prefLabel "Hangul"@en,
        "Hangul"@nb,
        "Hangul"@nn .

humord:c06417 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06417" ;
    dct:modified "2025-08-14T08:46:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/491.8/e23/> ;
    skos:broader humord:c06409 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/491.8/e23/> ;
    skos:prefLabel "Cyrillic alphabet"@en,
        "Kyrillisk alfabet"@nb,
        "Kyrillisk alfabet"@nn .

humord:c06418 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06418" ;
    dct:modified "2024-10-21T08:45:47"^^xsd:dateTime ;
    skos:altLabel "Latinsk skrift"@nb,
        "Latinsk skrift"@nn ;
    skos:broader humord:c06409 ;
    skos:closeMatch <http://dewey.info/class/471.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/471.1/e23/> ;
    skos:prefLabel "Latin alphabet"@en,
        "Latinsk alfabet"@nb,
        "Latinsk alfabet"@nn .

humord:c06419 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-09-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06419" ;
    dct:modified "2025-08-14T07:49:04"^^xsd:dateTime ;
    skos:altLabel "Linear B skrift"@nb,
        "Mykensk skrift"@nb,
        "Linear B skrift"@nn,
        "Mykensk skrift"@nn ;
    skos:broadMatch <http://dewey.info/class/487.1/e23/>,
        <http://dewey.info/class/6--87/e23/> ;
    skos:broader humord:c06409 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/487.1/e23/>,
        <http://dewey.info/class/6--87/e23/> ;
    skos:prefLabel "Linear B"@en,
        "Linear B"@nb,
        "Linear B"@nn ;
    skos:related humord:c10349,
        humord:c16125 .

humord:c06420 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06420" ;
    dct:modified "2025-08-14T07:46:53"^^xsd:dateTime ;
    skos:altLabel "Malayalam abugida"@en,
        "Malayalam alphabet"@en,
        "Malayalam alfabet"@nb,
        "Malayalam alfabet"@nn ;
    skos:broader humord:c06409 ;
    skos:closeMatch <http://dewey.info/class/494.81211/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/494.81211/e23/> ;
    skos:prefLabel "Malayalam script"@en,
        "Malayalam skrift"@nb,
        "Malayalam skrift"@nn .

humord:c06421 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06421" ;
    dct:modified "2025-08-14T07:48:15"^^xsd:dateTime ;
    skos:altLabel "Mongolsk skrift"@nb,
        "Mongolsk skrift"@nn ;
    skos:broader humord:c06409 ;
    skos:closeMatch <http://dewey.info/class/494.2311/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/494.2311/e23/> ;
    skos:prefLabel "Mongolian alphabet"@en,
        "Mongolsk alfabet"@nb,
        "Mongolsk alfabet"@nn .

humord:c06423 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-09-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06423" ;
    dct:modified "2025-08-14T07:49:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/499.96911/e23/> ;
    skos:broader humord:c06409 ;
    skos:definition "Nuskhuri skrift er et gammelt georgisk alfabet <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/499.96911/e23/> ;
    skos:prefLabel "Nuskhuri script"@en,
        "Nuskhuri skrift"@nb,
        "Nuskhuri skrift"@nn .

humord:c06425 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-06-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06425" ;
    dct:modified "2024-08-28T20:33:25"^^xsd:dateTime ;
    skos:altLabel "Avestan script"@en ;
    skos:broader humord:c06409 ;
    skos:definition "Avestisk skrift er de skrifttegn som den avestiske litteratur er skrevet med (UBO)"@nb ;
    skos:exactMatch <http://dewey.info/class/491.5211/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/491.5211/e23/> ;
    skos:prefLabel "Avestan alphabet"@en,
        "Avestisk skrift"@nb,
        "Avestisk skrift"@nn .

humord:c06426 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06426" ;
    dct:modified "2025-08-14T07:42:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/495.611/e23/> ;
    skos:broader humord:c06409,
        humord:c19506 ;
    skos:definition "Japansk fonetisk skriftsystem <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/495.611/e23/> ;
    skos:prefLabel "Hiragana"@en,
        "Hiragana"@nb,
        "Hiragana"@nn .

humord:c06427 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06427" ;
    dct:modified "2025-08-14T08:17:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/495.611/e23/> ;
    skos:broader humord:c06409,
        humord:c19506 ;
    skos:definition "Japansk fonetisk skriftsystem <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/495.611/e23/> ;
    skos:prefLabel "Katakana"@en,
        "Katakana"@nb,
        "Katakana"@nn .

humord:c06428 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06428" ;
    dct:modified "2024-02-29T14:51:23"^^xsd:dateTime ;
    skos:altLabel "Datakryptering"@nb,
        "Kryptering"@nb,
        "Kryptifisering"@nb,
        "Kryptoanalyse"@nb,
        "Datakryptering"@nn,
        "Kryptering"@nn,
        "Kryptifisering"@nn,
        "Kryptoanalyse"@nn ;
    skos:broader humord:c06408 ;
    skos:closeMatch realfagstermer:c007626 ;
    skos:definition "Hemmelig skrift, kode, sifferskrift <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/005.824/e23/>,
        <http://dewey.info/class/652.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007626,
        <http://dewey.info/class/005.824/e23/>,
        <http://dewey.info/class/355.3432/e23/>,
        <http://dewey.info/class/358.24/e23/>,
        <http://dewey.info/class/652.8/e23/>,
        <http://dewey.info/class/793.73/e23/> ;
    skos:prefLabel "Cryptography"@en,
        "Kryptografi"@nb,
        "Kryptografi"@nn ;
    skos:related humord:c12669 ;
    skos:relatedMatch <http://dewey.info/class/355.3432/e23/>,
        <http://dewey.info/class/358.24/e23/>,
        <http://dewey.info/class/793.73/e23/> .

humord:c06429 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06429" ;
    dct:modified "2024-09-16T09:22:17"^^xsd:dateTime ;
    skos:altLabel "Chifferskrift"@nb,
        "Chifferskrift"@nn ;
    skos:broadMatch <http://dewey.info/class/652.8/e23/> ;
    skos:broader humord:c06428 ;
    skos:definition "Sifferskrift er skrift som kan være et kodespråk i form av kryptert skrift <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/652.8/e23/> ;
    skos:prefLabel "Ciphers (Cryptography)"@en,
        "Sifferskrift"@nb,
        "Sifferskrift"@nn .

humord:c06431 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06431" ;
    dct:modified "2023-12-19T13:22:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:broader humord:c06407 ;
    skos:exactMatch realfagstermer:c006766 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006766,
        <http://dewey.info/class/1--014/e23/>,
        <http://dewey.info/class/401.4/e23/> ;
    skos:prefLabel "Signs"@en,
        "Tegn"@nb,
        "Teikn"@nn ;
    skos:related humord:c06044,
        humord:c06337,
        humord:c06342 .

humord:c06432 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06432" ;
    dct:modified "2025-08-14T07:51:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:broader humord:c06431 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:prefLabel "Characters (Linguistics)"@en,
        "Skrifttegn"@nb,
        "Skriftteikn"@nn ;
    skos:related humord:c05436,
        humord:c06351,
        humord:c06408,
        humord:c06409,
        humord:c16313 .

humord:c06433 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06433" ;
    dct:modified "2025-08-14T07:41:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:broader humord:c06432 ;
    skos:exactMatch realfagstermer:c011694 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011694,
        <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:prefLabel "Letters (Characters)"@en,
        "Bokstaver"@nb,
        "Bokstavar"@nn ;
    skos:related humord:c06409 .

humord:c06434 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06434" ;
    dct:modified "2025-11-18T12:39:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--1/e23/>,
        <http://dewey.info/class/4--11/e23/> ;
    skos:broader humord:c06432 ;
    skos:definition "Grafem er den minste enheten i et skriftsystem som har betydningsskillende funksjon, omtrent tilsvarende en bokstav. Et grafem består av ett eller flere symboler som representerer et fonem.<SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--1/e23/>,
        <http://dewey.info/class/4--11/e23/> ;
    skos:prefLabel "Grapheme"@en,
        "Grafem"@nb,
        "Grafem"@nn ;
    skos:related humord:c05771 .

humord:c06435 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06435" ;
    dct:modified "2025-11-18T10:05:03"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/495.711/e23/> ;
    skos:broader humord:c19507 ;
    skos:definition "Sino-koreanske skrifttegn brukt for kinesiske lånord i Korea <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/495.711/e23/> ;
    skos:prefLabel "Hanja"@en,
        "Hanja"@nb,
        "Hanja"@nn ;
    skos:related humord:c19508 .

humord:c06436 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06436" ;
    dct:modified "2025-11-18T12:46:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/>,
        <http://dewey.info/class/744.26/e23/> ;
    skos:broader humord:c06432 ;
    skos:definition "Tegn i et skriftsystem som er sammensatt av bildetegn, spesielt skriftsystemet brukt i det gamle Egypt <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/>,
        <http://dewey.info/class/744.26/e23/> ;
    skos:prefLabel "Hieroglyphs"@en,
        "Hieroglyfer"@nb,
        "Hieroglyfar"@nn .

humord:c06437 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06437" ;
    dct:modified "2025-11-18T12:31:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/491.998/e23/>,
        <http://dewey.info/class/744.26/e23/> ;
    skos:broader humord:c06436 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/491.998/e23/>,
        <http://dewey.info/class/744.26/e23/> ;
    skos:prefLabel "Luwian hieroglyphs"@en,
        "Luviske hieroglyfer"@nb,
        "Luviske hieroglyfar"@nn .

humord:c06438 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06438" ;
    dct:modified "2025-11-18T12:35:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/497.427/e23/>,
        <http://dewey.info/class/744.26/e23/> ;
    skos:broader humord:c06436 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/497.427/e23/>,
        <http://dewey.info/class/744.26/e23/> ;
    skos:prefLabel "Maya hieroglyphs"@en,
        "Maya hieroglyfer"@nb,
        "Maya hieroglyfar"@nn .

humord:c06439 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-10-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06439" ;
    dct:modified "2025-11-18T12:41:52"^^xsd:dateTime ;
    skos:altLabel "Ideographs"@en,
        "Bildeskrifttegn"@nb,
        "Billedskrifttegn"@nb,
        "Bildeskriftteikn"@nn,
        "Biletskriftteikn"@nn ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:broader humord:c06432 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.222/e23/>,
        <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:prefLabel "Ideograms"@en,
        "Ideogrammer"@nb,
        "Ideogram"@nn ;
    skos:relatedMatch <http://dewey.info/class/302.222/e23/> .

humord:c06441 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06441" ;
    dct:modified "2025-11-18T10:05:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/495.611/e23/> ;
    skos:broader humord:c19506 ;
    skos:definition "Sino-japansk tegnsystem <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/495.611/e23/> ;
    skos:prefLabel "Kanji"@en,
        "Kanji"@nb,
        "Kanji"@nn ;
    skos:related humord:c19508 .

humord:c06442 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06442" ;
    dct:modified "2025-11-18T10:07:34"^^xsd:dateTime ;
    skos:altLabel "Cuneiform scripts"@en ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:broader humord:c06408 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:prefLabel "Cuneiform"@en,
        "Kileskrift"@nb,
        "Kileskrift"@nn .

humord:c06443 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06443" ;
    dct:modified "2025-11-18T12:46:38"^^xsd:dateTime ;
    skos:altLabel "Futhark"@en,
        "Futhark"@nb,
        "Futhark"@nn ;
    skos:broadMatch <http://dewey.info/class/439.5/e23/> ;
    skos:broader humord:c06432 ;
    skos:exactMatch <http://dewey.info/class/430/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.33/e23/>,
        <http://dewey.info/class/430/e23/>,
        <http://dewey.info/class/439.5/e23/> ;
    skos:prefLabel "Runes"@en,
        "Runer"@nb,
        "Runer"@nn ;
    skos:related humord:c16930 ;
    skos:relatedMatch <http://dewey.info/class/133.33/e23/> .

humord:c06445 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06445" ;
    dct:modified "2025-11-18T12:34:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/430/e23/>,
        <http://dewey.info/class/439.5/e23/> ;
    skos:broader humord:c06443 ;
    skos:definition "En stungen rune er en middelalderrune der en prikk eller et hull er lagt til for å endre lydverdien av en rune til en beslektet lyd <uio>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/430/e23/>,
        <http://dewey.info/class/439.5/e23/> ;
    skos:prefLabel "Stung runes"@en,
        "Stungne runer"@nb,
        "Stungne runer"@nn .

humord:c06446 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-01-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06446" ;
    dct:modified "2026-02-17T12:53:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:broader humord:c05517,
        humord:c05737 ;
    skos:definition "Transkripsjon er overføring av tale til lydskrift, eller av ein tekst frå eit skriftsystem til eit anna, til dømes frå kyrillisk til latinsk skrift. Transkripsjon vert òg brukt om musikalsk arrangement for eit anna instrument enn det komposisjonen eigentleg er skriven for. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/>,
        <http://dewey.info/class/653.14/e23/> ;
    skos:prefLabel "Transcription"@en,
        "Transkripsjon"@nb,
        "Transkripsjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/653.14/e23/> .

humord:c06447 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06447" ;
    dct:modified "2025-07-24T09:28:54"^^xsd:dateTime ;
    skos:altLabel "Phonemic transcription"@en ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:broader humord:c06446 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:prefLabel "Phonological transcription"@en,
        "Fonemisk transkripsjon"@nb,
        "Fonemisk transkripsjon"@nn ;
    skos:related humord:c05767 .

humord:c06448 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06448" ;
    dct:modified "2025-07-24T10:02:06"^^xsd:dateTime ;
    skos:altLabel "Fonetisk skrift"@nb,
        "Lydskrift"@nb,
        "Fonetisk skrift"@nn,
        "Ljodskrift"@nn,
        "Lydskrift"@nn ;
    skos:broadMatch <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:broader humord:c06446 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/4--11/e23/>,
        <http://dewey.info/class/411/e23/> ;
    skos:prefLabel "Phonetic transcription"@en,
        "Fonetisk transkripsjon"@nb,
        "Fonetisk transkripsjon"@nn ;
    skos:related humord:c05743,
        humord:c05767,
        humord:c05771 .

humord:c06452 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-06-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06452" ;
    dct:modified "2024-10-30T15:46:48"^^xsd:dateTime ;
    skos:altLabel "Skjønnlitteratur"@nb,
        "Skjønnlitteratur"@nn ;
    skos:closeMatch realfagstermer:c030168 ;
    skos:definition "Skriftlig vitnesbyrd om menneskelig åndsarbeid. Brukes både som fellesbetegnelse for fag- og skjønnlitteratur og for skjønnlitteratur alene <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013453,
        <http://dewey.info/class/800/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013453,
        realfagstermer:c030168,
        <http://dewey.info/class/372.64/e23/>,
        <http://dewey.info/class/800/e23/> ;
    skos:prefLabel "Literature"@en,
        "Litteratur"@nb,
        "Litteratur"@nn ;
    skos:related humord:c04972,
        humord:c05010,
        humord:c07484 ;
    skos:relatedMatch <http://dewey.info/class/372.64/e23/> ;
    skos:topConceptOf humord: .

humord:c06454 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-01-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06454" ;
    dct:modified "2025-08-27T07:36:55"^^xsd:dateTime ;
    skos:altLabel "Litterær vurdering"@nb,
        "Litterær vurdering"@nn ;
    skos:broader humord:c06456 ;
    skos:definition "Tolking og vurdering av litterære tekster <UBB>"@nb ;
    skos:editorialNote "Se også Litteraturkritikk * De enkelte lands navn (F.eks. Litteraturkritikk   * Forente Stater)"@nb ;
    skos:exactMatch realfagstermer:c004453,
        <http://dewey.info/class/801.95/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004453,
        <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Literary criticism"@en,
        "Litteraturkritikk"@nb,
        "Litteraturkritikk"@nn ;
    skos:related humord:c06588,
        humord:c06623,
        humord:c14949 .

humord:c06456 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06456" ;
    dct:modified "2024-08-02T08:48:49"^^xsd:dateTime ;
    skos:altLabel "Literary history"@en,
        "Literature studies"@en,
        "Allmenn litteraturvitenskap"@nb,
        "Litteraturforsking"@nb,
        "Litteraturforskning"@nb,
        "Litteraturhistorie (Faget)"@nb,
        "Allmenn litteraturvitskap"@nn,
        "Litteraturforsking"@nn,
        "Litteraturhistorie (Faget)"@nn,
        "Ålmenn litteraturvitskap"@nn ;
    skos:broader humord:c06452 ;
    skos:closeMatch realfagstermer:c009541 ;
    skos:exactMatch <http://dewey.info/class/800/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009541,
        <http://dewey.info/class/800/e23/> ;
    skos:prefLabel "Literary studies"@en,
        "Litteraturvitenskap"@nb,
        "Litteraturvitskap"@nn .

humord:c06460 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06460" ;
    dct:modified "2024-08-28T15:13:51"^^xsd:dateTime ;
    skos:altLabel "Forfatterskapsbestemmelse"@nb,
        "Forfatterskapsbestemming"@nn ;
    skos:broadMatch <http://dewey.info/class/801/e23/> ;
    skos:broader humord:c06456 ;
    skos:definition "Attribusjon er bestemmelse av hvem som er forfatteren til et verk hvis opphav er ukjent eller  usikkert <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801/e23/> ;
    skos:prefLabel "Attribution (Literature)"@en,
        "Attribusjon (Litteratur)"@nb,
        "Attribusjon (Litteratur)"@nn .

humord:c06462 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06462" ;
    dct:modified "2023-12-19T09:27:27"^^xsd:dateTime ;
    skos:altLabel "Nonfiction authorship"@en,
        "Scientific authorship"@en,
        "Vitenskapelig forfatterskap"@nb,
        "Vitskapeleg forfattarskap"@nn,
        "Vitskapleg forfattarskap"@nn ;
    skos:broadMatch <http://dewey.info/class/808.066/e23/> ;
    skos:broader humord:c06456 ;
    skos:closeMatch realfagstermer:c013512 ;
    skos:exactMatch realfagstermer:c013980 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013512,
        realfagstermer:c013980,
        <http://dewey.info/class/808.066/e23/> ;
    skos:prefLabel "Academic authorship"@en,
        "Faglig forfatterskap"@nb,
        "Fagleg forfattarskap"@nn ;
    skos:related humord:c07927,
        humord:c13177,
        humord:c22697 .

humord:c06464 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06464" ;
    dct:modified "2023-12-18T14:15:39"^^xsd:dateTime ;
    skos:broader humord:c06462 ;
    skos:closeMatch <http://dewey.info/class/777.55/e23/> ;
    skos:exactMatch realfagstermer:c010156,
        <http://dewey.info/class/070.41/e23/>,
        <http://dewey.info/class/808.027/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010156,
        <http://dewey.info/class/070.41/e23/>,
        <http://dewey.info/class/777.55/e23/>,
        <http://dewey.info/class/808.027/e23/> ;
    skos:prefLabel "Editing"@en,
        "Redigering"@nb,
        "Redigering"@nn .

humord:c06465 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06465" ;
    dct:modified "2024-07-29T12:20:09"^^xsd:dateTime ;
    skos:altLabel "Bibliographical citations"@en,
        "Bibliographical references"@en,
        "Citation of sources"@en,
        "Citation styles"@en,
        "Citation techniques"@en,
        "Citing"@en,
        "Reference management"@en,
        "Reference styles"@en,
        "Referencing"@en,
        "Bibliografiske referanser"@nb,
        "Bibliografiske siteringer"@nb,
        "Henvisningsteknikk"@nb,
        "Kildebruk"@nb,
        "Kildehenvisning"@nb,
        "Litteraturhenvisninger"@nb,
        "Referansehåndtering"@nb,
        "Referanser"@nb,
        "Referanseteknikk"@nb,
        "Referering"@nb,
        "Sitering"@nb,
        "Siteringer"@nb,
        "Siteringsteknikk"@nb,
        "Bibliografiske referansar"@nn,
        "Bibliografiske siteringar"@nn,
        "Kjeldebruk"@nn,
        "Kjeldetilvisingar"@nn,
        "Litteraturtilvisingar"@nn,
        "Referansar"@nn,
        "Referansehandtering"@nn,
        "Referanseteknikk"@nn,
        "Referering"@nn,
        "Sitering"@nn,
        "Siteringar"@nn,
        "Siteringsteknikk"@nn,
        "Tilvisingsteknikk"@nn ;
    skos:broadMatch <http://dewey.info/class/808.066/e23/> ;
    skos:broader humord:c06462 ;
    skos:exactMatch realfagstermer:c014058 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c014058,
        <http://dewey.info/class/808.066/e23/> ;
    skos:prefLabel "Citation"@en,
        "Sitatbruk"@nb,
        "Sitatbruk"@nn .

humord:c06466 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06466" ;
    dct:modified "2025-08-27T07:32:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06456 ;
    skos:definition "Den egenskap at en fortelling fremstilles som fiksjon (noe imaginært, innbilt) og ikke som noe faktisk (virkelig) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Fictionality"@en,
        "Fiksjonalitet"@nb,
        "Fiksjonalitet"@nn ;
    skos:related humord:c06609 .

humord:c06467 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06467" ;
    dct:modified "2025-08-27T07:32:35"^^xsd:dateTime ;
    skos:altLabel "Litterær kanon"@nb,
        "Litterær kanon"@nn ;
    skos:broadMatch <http://dewey.info/class/808/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c06456 ;
    skos:definition "Samling av (liste over) litterære verker anerkjent som mønstergyldige <UBO>"@nb ;
    skos:editorialNote "Bruk denne termen for dokumenter hvor \"kanon\" er behandlet som emne. Bruk termen Kanon (Form) for dokumenter som er \"kanoner\"."@nb ;
    skos:exactMatch realfagstermer:c006900 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006900,
        <http://dewey.info/class/808/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Canon (Literature)"@en,
        "Kanon (Litteratur)"@nb,
        "Kanon (Litteratur)"@nn ;
    skos:related humord:c06561,
        humord:c07103 .

humord:c06468 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06468" ;
    dct:modified "2025-08-27T07:33:50"^^xsd:dateTime ;
    skos:altLabel "Komparativ litteraturforsking"@nb,
        "Komparativ litteraturforskning"@nb,
        "Sammenlignende litteraturvitenskap"@nb,
        "Sammenliknende litteraturvitenskap"@nb,
        "Komparativ litteraturforsking"@nn,
        "Samanliknande litteraturvitskap"@nn ;
    skos:broadMatch <http://dewey.info/class/800/e23/> ;
    skos:broader humord:c06456 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/800/e23/> ;
    skos:prefLabel "Comparative literature"@en,
        "Komparativ litteraturvitenskap"@nb,
        "Komparativ litteraturvitskap"@nn .

humord:c06471 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06471" ;
    dct:modified "2025-10-14T14:51:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/800/e23/> ;
    skos:broader humord:c06456 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/800/e23/> ;
    skos:prefLabel "Concept of literature"@en,
        "Litteraturbegrepet"@nb,
        "Litteraturomgrepet"@nn ;
    skos:related humord:c06478 .

humord:c06472 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06472" ;
    dct:modified "2025-08-27T07:37:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/158/e23/> ;
    skos:broader humord:c06456,
        humord:c28514 ;
    skos:closeMatch <http://dewey.info/class/801.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/158/e23/>,
        <http://dewey.info/class/801.92/e23/> ;
    skos:prefLabel "Psychology of literature"@en,
        "Litteraturpsykologi"@nb,
        "Litteraturpsykologi"@nn ;
    skos:related humord:c06493 .

humord:c06473 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06473" ;
    dct:modified "2024-08-28T07:45:42"^^xsd:dateTime ;
    skos:altLabel "Arketyp"@nb,
        "Arketype"@nb,
        "Arketyp"@nn,
        "Arketype"@nn ;
    skos:broadMatch <http://dewey.info/class/150.1954/e23/>,
        <http://dewey.info/class/155.264/e23/> ;
    skos:broader humord:c06472 ;
    skos:definition "Areketyper er et filosofisk og psykologisk begrep som spesielt knyttes til den sveitsiske   psykiateren Carl Gustav Jung, (av gresk arhkétypos, forbillede, mønster, ideal). Brukes og innen litterær analyse <UBO, SNL og Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/150.1954/e23/>,
        <http://dewey.info/class/155.264/e23/>,
        <http://dewey.info/class/809.93353/e23/> ;
    skos:prefLabel "Archetypes"@en,
        "Arketyper"@nb,
        "Arketypar"@nn ;
    skos:relatedMatch <http://dewey.info/class/809.93353/e23/> .

humord:c06475 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-10-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06475" ;
    dct:modified "2025-10-30T15:52:13"^^xsd:dateTime ;
    skos:altLabel "Stereotyping"@en,
        "Stereotype forestillinger"@nb,
        "Stereotyper"@nb,
        "Stereotypier"@nb,
        "Stereotypisering"@nb,
        "Vanetenking"@nb,
        "Vanetenkning"@nb,
        "Vanetro"@nb,
        "Stereotypar"@nn,
        "Stereotype førestillingar"@nn,
        "Stereotypiar"@nn,
        "Vanetenking"@nn,
        "Vanetru"@nn ;
    skos:broader humord:c08049 ;
    skos:closeMatch <http://dewey.info/class/303.385/e23/> ;
    skos:definition "Forenklet mentalt bilde av et individ eller en gruppe mennesker som har noen felles karakteristiske (eller stereotype) kvaliteter <Wikipdedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.385/e23/> ;
    skos:prefLabel "Stereotypes"@en,
        "Stereotyper"@nb,
        "Stereotypar"@nn ;
    skos:related humord:c00326 .

humord:c06478 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06478" ;
    dct:modified "2025-08-27T07:38:17"^^xsd:dateTime ;
    skos:altLabel "Literary theories"@en,
        "Literature theories"@en,
        "Litteraturfilosofi"@nb,
        "Litterær estetikk"@nb,
        "Litterær teori"@nb,
        "Litteraturfilosofi"@nn,
        "Litterær estetikk"@nn,
        "Litterær teori"@nn ;
    skos:broader humord:c06456 ;
    skos:closeMatch <http://dewey.info/class/801/e23/> ;
    skos:exactMatch realfagstermer:c014056 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c014056,
        <http://dewey.info/class/801/e23/> ;
    skos:prefLabel "Literary theory"@en,
        "Litteraturteori"@nb,
        "Litteraturteori"@nn ;
    skos:related humord:c06471 .

humord:c06482 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06482" ;
    dct:modified "2023-11-29T14:48:44"^^xsd:dateTime ;
    skos:altLabel "Fortolking (Litteratur)"@nb,
        "Fortolkning (Litteratur)"@nb,
        "Fortolkningslære (Litteratur)"@nb,
        "Litteraturfortolkning"@nb,
        "Litterær fortolkning"@nb ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06478 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Hermeneutics (Literature)"@en,
        "Hermeneutikk (Litteratur)"@nb,
        "Hermeneutikk (Litteratur)"@nn ;
    skos:related humord:c06623 .

humord:c06487 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06487" ;
    dct:modified "2024-08-02T08:40:13"^^xsd:dateTime ;
    skos:altLabel "Allegorisk fortolkning"@nb ;
    skos:broadMatch <http://dewey.info/class/808.8015/e23/>,
        <http://dewey.info/class/809.915/e23/> ;
    skos:broader humord:c06482 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.8015/e23/>,
        <http://dewey.info/class/809.915/e23/> ;
    skos:prefLabel "Allegorical interpretation"@en,
        "Allegorisk fortolking"@nb,
        "Allegorisk fortolking"@nn .

humord:c06489 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06489" ;
    dct:modified "2025-08-28T07:59:35"^^xsd:dateTime ;
    skos:altLabel "Intensjon (Litteratur)"@nb,
        "Litterær intensjon"@nb,
        "Intensjon (Litteratur)"@nn,
        "Litterær intensjon"@nn ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06482 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Intention (Literature)"@en,
        "Dikterisk intensjon"@nb,
        "Dikterisk intensjon"@nn .

humord:c06492 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06492" ;
    dct:modified "2025-08-28T08:03:57"^^xsd:dateTime ;
    skos:broader humord:c06478 ;
    skos:closeMatch <http://dewey.info/class/800/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/800/e23/> ;
    skos:prefLabel "Literary composition"@en,
        "Litterær komposisjon"@nb,
        "Litterær komposisjon"@nn .

humord:c06493 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06493" ;
    dct:modified "2024-08-28T08:16:52"^^xsd:dateTime ;
    skos:altLabel "Diktekunst"@nb,
        "Ordkunst"@nb,
        "Språkkunst"@nb,
        "Ars poetica"@nn,
        "Diktekunst"@nn,
        "Ordkunst"@nn,
        "Språkkunst"@nn ;
    skos:broadMatch <http://dewey.info/class/808.1/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:broader humord:c06478 ;
    skos:definition "Poetikk er læren om diktningens vesen, former og virkemidler <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.1/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:prefLabel "Poetics"@en,
        "Poetikk"@nb,
        "Poetikk"@nn ;
    skos:related humord:c06472,
        humord:c06619,
        humord:c07927 .

humord:c06498 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06498" ;
    dct:modified "2025-08-28T07:57:01"^^xsd:dateTime ;
    skos:altLabel "Verselære"@nb,
        "Verselære"@nn ;
    skos:broadMatch <http://dewey.info/class/808.1/e23/> ;
    skos:broader humord:c06493 ;
    skos:definition "Metrikk, verslære, er læren om de delene som dikt eller verselinjer er bygd opp av. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.1/e23/> ;
    skos:prefLabel "Metrics  (Poetics)"@en,
        "Metrikk (Poetikk)"@nb,
        "Metrikk (Poetikk)"@nn .

humord:c06500 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06500" ;
    dct:modified "2025-07-15T18:47:58"^^xsd:dateTime ;
    skos:broader humord:c06498 ;
    skos:closeMatch <http://dewey.info/class/808.1/e23/> ;
    skos:definition "Lære om (antikk) verskunst, bygd på stavelseslengden <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.1/e23/> ;
    skos:prefLabel "Prosody (Literature)"@en,
        "Prosodi (Litteratur)"@nb,
        "Prosodi (Litteratur)"@nn ;
    skos:related humord:c05778 .

humord:c06501 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06501" ;
    dct:modified "2026-01-05T13:59:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.1/e23/> ;
    skos:broader humord:c06498 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.1/e23/> ;
    skos:prefLabel "Strophe"@en,
        "Strofe"@nb,
        "Strofe"@nn .

humord:c06502 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06502" ;
    dct:modified "2025-08-28T07:55:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.1/e23/> ;
    skos:broader humord:c06498 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.1/e23/> ;
    skos:prefLabel "Rhythmic metre"@en,
        "Versrytme"@nb,
        "Versrytme"@nn .

humord:c06503 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06503" ;
    dct:modified "2025-07-24T07:30:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.1/e23/> ;
    skos:broader humord:c06502 ;
    skos:definition "Verselinjer av varierende lengde, uten rim og uten  fast versemål, men sterkt rytmisk beveget <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.1/e23/> ;
    skos:prefLabel "Free  rhythm"@en,
        "Fri rytme (Litteratur)"@nb,
        "Fri rytme (Litteratur)"@nn .

humord:c06504 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06504" ;
    dct:modified "2025-07-24T07:31:08"^^xsd:dateTime ;
    skos:altLabel "Vers libres"@nb,
        "Vers libres"@nn ;
    skos:broadMatch <http://dewey.info/class/808.1/e23/> ;
    skos:broader humord:c06502 ;
    skos:definition "Det såkalte \"vers libre\", som blir brukt i ustrofiske komposisjoner, hvor ulike versemål er tatt i bruk, derfor også kalt heterometrisk <Aa>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.1/e23/> ;
    skos:prefLabel "Free verse"@en,
        "Frie vers"@nb,
        "Frie vers"@nn .

humord:c06506 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06506" ;
    dct:modified "2025-08-28T07:57:31"^^xsd:dateTime ;
    skos:altLabel "Genreteori"@nb,
        "Genreteori"@nn ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06493 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Genre theory"@en,
        "Sjangerteori"@nb,
        "Sjangerteori"@nn ;
    skos:related humord:c06656 .

humord:c06508 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06508" ;
    dct:modified "2025-08-27T23:02:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/809.2/e23/> ;
    skos:broader humord:c06506 ;
    skos:closeMatch <http://dewey.info/class/808.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.2/e23/>,
        <http://dewey.info/class/809.2/e23/> ;
    skos:prefLabel "Drama theory"@en,
        "Dramateori"@nb,
        "Dramateori"@nn ;
    skos:related humord:c05545 .

humord:c06509 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06509" ;
    dct:modified "2024-08-14T09:38:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.2/e23/> ;
    skos:broader humord:c06508 ;
    skos:definition "Betegner i dramateorien et omslag fra uvitenhet til viten <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.2/e23/> ;
    skos:prefLabel "Recognition (Literature)"@en,
        "Anagnorisis"@nb,
        "Anagnorisis"@nn .

humord:c06510 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06510" ;
    dct:modified "2025-08-27T23:05:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.2523/e23/>,
        <http://dewey.info/class/809.2523/e23/> ;
    skos:broader humord:c06508 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.2523/e23/>,
        <http://dewey.info/class/809.2523/e23/> ;
    skos:prefLabel "Comedy theory"@en,
        "Komedieteori"@nb,
        "Komedieteori"@nn .

humord:c06511 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06511" ;
    dct:modified "2025-08-27T22:23:07"^^xsd:dateTime ;
    skos:broader humord:c06508 ;
    skos:closeMatch <http://dewey.info/class/808.2512/e23/>,
        <http://dewey.info/class/809.2512/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.2512/e23/>,
        <http://dewey.info/class/809.2512/e23/> ;
    skos:prefLabel "Tragedy theory"@en,
        "Tragedieteori"@nb,
        "Tragedieteori"@nn .

humord:c06512 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06512" ;
    dct:modified "2025-08-27T23:01:46"^^xsd:dateTime ;
    skos:altLabel "Theory of poetry"@en,
        "Theory of the lyric"@en ;
    skos:broadMatch <http://dewey.info/class/808.1/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:broader humord:c06506 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.1/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:prefLabel "Poetic theory"@en,
        "Lyrikkteori"@nb,
        "Lyrikkteori"@nn .

humord:c06514 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06514" ;
    dct:modified "2025-08-27T22:24:23"^^xsd:dateTime ;
    skos:altLabel "Fortellerteori"@nb,
        "Fortellingsteori"@nb,
        "Narrativ teori"@nb,
        "Narrativitet"@nb,
        "Forteljarteori"@nn,
        "Forteljingsteori"@nn,
        "Narrativ teori"@nn,
        "Narrativitet"@nn ;
    skos:broadMatch <http://dewey.info/class/808.393/e23/>,
        <http://dewey.info/class/809.923/e23/> ;
    skos:broader humord:c06506 ;
    skos:definition "Fortellingsteori. Undersøker hva som kjennetegner fortellingers virkemåte; hvordan de er fortalt og strukturert, hvordan de fungerer og hvordan betydning dannes gjennom samspillet av ulike narrative teknikker <Litteraturvitenskapelig leksikon>"@nb ;
    skos:exactMatch <http://dewey.info/class/808.036/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.036/e23/>,
        <http://dewey.info/class/808.393/e23/>,
        <http://dewey.info/class/809.923/e23/> ;
    skos:prefLabel "Narratology"@en,
        "Narratologi"@nb,
        "Narratologi"@nn ;
    skos:related humord:c06714 .

humord:c06518 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06518" ;
    dct:modified "2025-08-27T22:09:42"^^xsd:dateTime ;
    skos:altLabel "Beretterteknikk"@nb,
        "Episk fremstillingsform"@nb,
        "Fortellermåte"@nb,
        "Episk framstillingsform"@nn,
        "Forteljarmåte"@nn ;
    skos:broadMatch <http://dewey.info/class/808.036/e23/>,
        <http://dewey.info/class/808.393/e23/>,
        <http://dewey.info/class/809.923/e23/> ;
    skos:broader humord:c06514 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.036/e23/>,
        <http://dewey.info/class/808.393/e23/>,
        <http://dewey.info/class/809.923/e23/> ;
    skos:prefLabel "Narration"@en,
        "Fortellerteknikk"@nb,
        "Forteljarteknikk"@nn ;
    skos:related humord:c06741,
        humord:c58494 .

humord:c06522 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06522" ;
    dct:modified "2024-05-06T16:18:35"^^xsd:dateTime ;
    skos:altLabel "Beginnings (Literature)"@en,
        "Begynnelser (Litteratur)"@nb,
        "Begynningar (Litteratur)"@nn ;
    skos:broadMatch <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06518 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Beginning (Literature)"@en,
        "Begynnelse (Litteratur)"@nb,
        "Begynning (Litteratur)"@nn .

humord:c06523 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06523" ;
    dct:modified "2025-10-03T15:59:31"^^xsd:dateTime ;
    skos:altLabel "Point of view"@nb ;
    skos:broadMatch <http://dewey.info/class/808.3/e23/> ;
    skos:broader humord:c06518 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.3/e23/> ;
    skos:prefLabel "Point of view"@en,
        "Fortellerposisjon"@nb,
        "Forteljarposisjon"@nn .

humord:c06525 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06525" ;
    dct:modified "2025-08-27T21:43:48"^^xsd:dateTime ;
    skos:altLabel "Intriger (Litteratur)"@nb,
        "Plot (Litteratur)"@nb,
        "Intrigar (Litteratur)"@nn,
        "Plot (Litteratur)"@nn ;
    skos:broadMatch <http://dewey.info/class/808.3/e23/> ;
    skos:broader humord:c06518 ;
    skos:definition "Handling er det som de opptredende i et diktverk utfører, eller det som skjer med dem <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.3/e23/> ;
    skos:prefLabel "Plot (Literature)"@en,
        "Handling (Litteratur)"@nb,
        "Handling (Litteratur)"@nn ;
    skos:related humord:c13816 .

humord:c06528 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06528" ;
    dct:modified "2025-08-27T21:46:05"^^xsd:dateTime ;
    skos:altLabel "Immanent leser"@nb,
        "Immanent lesar"@nn ;
    skos:broadMatch <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06518 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Implied reader"@en,
        "Implisitt leser"@nb,
        "Implisitt lesar"@nn ;
    skos:related humord:c15277 .

humord:c06530 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06530" ;
    dct:modified "2025-08-27T21:47:34"^^xsd:dateTime ;
    skos:altLabel "Mise-en-abime"@en,
        "Mise en abime"@nb,
        "Reduplikasjon (Litteratur)"@nb,
        "Mise en abime"@nn,
        "Reduplikasjon (Litteratur)"@nn ;
    skos:broadMatch <http://dewey.info/class/3C--23/e23/>,
        <http://dewey.info/class/808.036/e23/>,
        <http://dewey.info/class/809.923/e23/> ;
    skos:broader humord:c06518 ;
    skos:definition "Miniatyrkopi av en tekst inkorporert i teksten selv <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--23/e23/>,
        <http://dewey.info/class/808.036/e23/>,
        <http://dewey.info/class/809.923/e23/> ;
    skos:prefLabel "Mise-en-abyme"@en,
        "Mise en abyme"@nb,
        "Mise en abymev"@nn ;
    skos:related humord:c06609,
        humord:c06720 .

humord:c06533 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06533" ;
    dct:modified "2025-08-27T22:08:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06518 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Subject in literature"@en,
        "Subjektbegrepet"@nb,
        "Subjektomgrepet"@nn .

humord:c06534 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-02-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06534" ;
    dct:modified "2025-08-27T22:17:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3B--301/e23/>,
        <http://dewey.info/class/808.831/e23/>,
        <http://dewey.info/class/809.31/e23/> ;
    skos:broader humord:c06514 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--301/e23/>,
        <http://dewey.info/class/808.831/e23/>,
        <http://dewey.info/class/809.31/e23/> ;
    skos:prefLabel "Short story theory"@en,
        "Novelleteori"@nb,
        "Novelleteori"@nn .

humord:c06535 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06535" ;
    dct:modified "2025-08-27T22:17:51"^^xsd:dateTime ;
    skos:altLabel "Theory of the novel (Literature)"@en ;
    skos:broadMatch <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06514 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Novel theory"@en,
        "Romanteori"@nb,
        "Romanteori"@nn .

humord:c06536 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-06-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06536" ;
    dct:modified "2025-07-22T07:56:34"^^xsd:dateTime ;
    skos:altLabel "Eloquence"@en,
        "Taleteknikk"@nb,
        "Veltalenhet"@nb,
        "Taleteknikk"@nn ;
    skos:broadMatch <http://dewey.info/class/808.5/e23/> ;
    skos:broader humord:c12270 ;
    skos:definition "Muntlig retorikk. Det å kunne tale, ordlegge seg godt <UBB>"@nb ;
    skos:exactMatch realfagstermer:c007092 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007092,
        <http://dewey.info/class/808.5/e23/> ;
    skos:prefLabel "Art of speaking"@en,
        "Talekunst"@nb,
        "Talekunst"@nn ;
    skos:related humord:c05758,
        humord:c06619,
        humord:c06828 .

humord:c06539 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-03-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06539" ;
    dct:modified "2025-08-28T07:23:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.5/e23/> ;
    skos:broader humord:c18433 ;
    skos:definition "Kunstnerisk opplesing av dikt <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.5/e23/> ;
    skos:prefLabel "Declamation"@en,
        "Deklamasjon"@nb,
        "Deklamasjon"@nn .

humord:c06540 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06540" ;
    dct:modified "2025-08-28T07:25:12"^^xsd:dateTime ;
    skos:altLabel "Digression"@en,
        "Digresjon"@nb,
        "Digresjon"@nn ;
    skos:broadMatch <http://dewey.info/class/808.5/e23/> ;
    skos:broader humord:c06536 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.5/e23/> ;
    skos:prefLabel "Digressions"@en,
        "Digresjoner"@nb,
        "Digresjonar"@nn .

humord:c06541 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06541" ;
    dct:modified "2025-08-28T07:58:27"^^xsd:dateTime ;
    skos:altLabel "Literary techniques"@en,
        "Litterære virkemidler"@nb,
        "Litterære verkemiddel"@nn ;
    skos:broadMatch <http://dewey.info/class/808/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c06493 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Literary devices"@en,
        "Virkemidler (Litteratur)"@nb,
        "Verkemiddel (Litteratur)"@nn ;
    skos:related humord:c05397 .

humord:c06542 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06542" ;
    dct:modified "2024-07-26T11:57:54"^^xsd:dateTime ;
    skos:altLabel "Fyndord"@nb,
        "Fyndord"@nn ;
    skos:broader humord:c06541 ;
    skos:closeMatch realfagstermer:c030164 ;
    skos:definition "Kort og treffende uttrykk for en tanke <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/398.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030164,
        <http://dewey.info/class/398.9/e23/> ;
    skos:prefLabel "Aphorisms"@en,
        "Aforismer"@nb,
        "Aforismar"@nn ;
    skos:related humord:c05017 .

humord:c06544 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06544" ;
    dct:modified "2024-08-12T13:14:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c06541 ;
    skos:definition "Hentydning til person(er) el. utsagn i andre diktverk <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Allusions"@en,
        "Allusjoner"@nb,
        "Allusjonar"@nn ;
    skos:related humord:c06556 .

humord:c06545 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06545" ;
    dct:modified "2025-08-27T19:00:56"^^xsd:dateTime ;
    skos:altLabel "Billedspråk (Litteratur)"@nb ;
    skos:broadMatch <http://dewey.info/class/3C--15/e23/>,
        <http://dewey.info/class/808.8015/e23/>,
        <http://dewey.info/class/809.915/e23/> ;
    skos:broader humord:c06541 ;
    skos:definition "Språk, stil som uttrykker tanker og følelser ved hjelp av bilder <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--15/e23/>,
        <http://dewey.info/class/808.8015/e23/>,
        <http://dewey.info/class/809.915/e23/> ;
    skos:prefLabel "Imagery (Literature)"@en,
        "Bildespråk (Litteratur)"@nb,
        "Biletspråk (Litteratur)"@nn ;
    skos:related humord:c06570,
        humord:c10835 .

humord:c06547 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06547" ;
    dct:modified "2025-08-27T19:01:41"^^xsd:dateTime ;
    skos:altLabel "Evfemismer"@nb,
        "Evfemismar"@nn ;
    skos:broadMatch <http://dewey.info/class/808.032/e23/>,
        <http://dewey.info/class/809.9/e23/> ;
    skos:broader humord:c06541 ;
    skos:definition "Formildende el. forskjønnende omskriving for noe som virker støtende og ubehagelig når det uttrykkes direkte <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.032/e23/>,
        <http://dewey.info/class/809.9/e23/> ;
    skos:prefLabel "Euphemisms"@en,
        "Eufemismer"@nb,
        "Eufemismar"@nn .

humord:c06549 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06549" ;
    dct:modified "2025-08-27T19:03:04"^^xsd:dateTime ;
    skos:altLabel "Gjentagelse"@nb,
        "Gjentaing"@nb,
        "Gjentaking"@nb,
        "Repetisjon (Litteratur)"@nb,
        "Repetisjon (Musikk)"@nb,
        "Repetisjon (Litteratur)"@nn ;
    skos:broader humord:c05531,
        humord:c06541 ;
    skos:definition "Gjentakelse i en tekst av et ord, en vending, en lyd eller en rytmisk enhet   <UBO>"@nb ;
    skos:editorialNote "Repetisjon (Musikk)"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/781.224/e23/>,
        <http://dewey.info/class/808/e23/> ;
    skos:prefLabel "Repetition (Literature)"@en,
        "Gjentakelse"@nb,
        "Gjentaking"@nn ;
    skos:related humord:c06573 ;
    skos:relatedMatch <http://dewey.info/class/781.224/e23/>,
        <http://dewey.info/class/808/e23/> .

humord:c06552 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06552" ;
    dct:modified "2024-08-14T09:35:18"^^xsd:dateTime ;
    skos:altLabel "Anaphora (Literature)"@en,
        "Anafora (Litteratur)"@nb,
        "Anafora (Litteratur)"@nn ;
    skos:broadMatch <http://dewey.info/class/808/e23/> ;
    skos:broader humord:c06549 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808/e23/> ;
    skos:prefLabel "Anaphoras (Literature)"@en,
        "Anaforer (Litteratur)"@nb,
        "Anaforar (Litteratur)"@nn ;
    skos:related humord:c06573 .

humord:c06554 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06554" ;
    dct:modified "2025-08-27T19:04:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3C--12/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> ;
    skos:broader humord:c06541 ;
    skos:definition "Den bevisste etterligning av litterære forbilder <Chr>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--12/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> ;
    skos:prefLabel "Imitation (Literature)"@en,
        "Imitasjon (Litteratur)"@nb,
        "Imitasjon (Litteratur)"@nn ;
    skos:related humord:c15273,
        humord:c21097 .

humord:c06555 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06555" ;
    dct:modified "2025-08-27T18:55:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3C--12/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> ;
    skos:broader humord:c06554 ;
    skos:definition "Kunstnerens etterligning av naturen <Chr>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--12/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> ;
    skos:prefLabel "Mimesis"@en,
        "Mimesis"@nb,
        "Mimesis"@nn .

humord:c06556 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06556" ;
    dct:modified "2025-08-27T21:22:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06541 ;
    skos:definition "Det forhold at det i en gitt tekst inngår andre på forhånd eksisterende tekster og betydningssammenhenger i form av spor, alluderende henspillinger, parodi eller bekreftende gjentaking <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Intertextuality"@en,
        "Intertekstualitet"@nb,
        "Intertekstualitet"@nn ;
    skos:related humord:c06544 .

humord:c06557 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06557" ;
    dct:modified "2025-08-27T19:04:49"^^xsd:dateTime ;
    skos:broader humord:c06541 ;
    skos:exactMatch <http://dewey.info/class/3B--08018/e23/>,
        <http://dewey.info/class/3B--0918/e23/>,
        <http://dewey.info/class/808.8018/e23/>,
        <http://dewey.info/class/809.918/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--08018/e23/>,
        <http://dewey.info/class/3B--0918/e23/>,
        <http://dewey.info/class/808.8018/e23/>,
        <http://dewey.info/class/809.918/e23/> ;
    skos:prefLabel "Irony"@en,
        "Ironi"@nb,
        "Ironi"@nn .

humord:c06558 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06558" ;
    dct:modified "2025-08-27T18:48:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3B--08018/e23/>,
        <http://dewey.info/class/3B--0918/e23/>,
        <http://dewey.info/class/808.8018/e23/>,
        <http://dewey.info/class/809.918/e23/> ;
    skos:broader humord:c06557 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--08018/e23/>,
        <http://dewey.info/class/3B--0918/e23/>,
        <http://dewey.info/class/808.8018/e23/>,
        <http://dewey.info/class/809.918/e23/> ;
    skos:prefLabel "Romantic irony"@en,
        "Romantisk ironi"@nb,
        "Romantisk ironi"@nn .

humord:c06559 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06559" ;
    dct:modified "2025-10-31T13:20:06"^^xsd:dateTime ;
    skos:altLabel "Karikaturtegninger"@nb,
        "Politiske karikaturer"@nb ;
    skos:broadMatch <http://dewey.info/class/741.51/e23/> ;
    skos:broader humord:c05397,
        humord:c06541 ;
    skos:definition "Komisk framstilling der typiske trekk ved den eller det som framstilles, er  overdrevet eller forvrengt <UBO>"@nb ;
    skos:exactMatch realfagstermer:c002141,
        <http://dewey.info/class/741.56/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002141,
        <http://dewey.info/class/741.51/e23/>,
        <http://dewey.info/class/741.53/e23/>,
        <http://dewey.info/class/741.56/e23/>,
        <http://dewey.info/class/808.7/e23/> ;
    skos:prefLabel "Caricatures"@en,
        "Karikaturer"@nb,
        "Karikaturar"@nn ;
    skos:related humord:c23687,
        humord:c70195 ;
    skos:relatedMatch <http://dewey.info/class/741.53/e23/>,
        <http://dewey.info/class/808.7/e23/> .

humord:c06561 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06561" ;
    dct:modified "2025-08-27T21:25:55"^^xsd:dateTime ;
    skos:altLabel "Convention (Literature)"@en,
        "Konvensjon (Litteratur)"@nb,
        "Konvensjon (Litteratur)"@nn ;
    skos:broadMatch <http://dewey.info/class/801.3/e23/> ;
    skos:broader humord:c06541 ;
    skos:definition "Regler, forskrifter, stilmønstre som dikterne finner det tilrådelig å følge (eller å bryte) ut fra estetiske, moralske eller pedagogiske hensyn <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.3/e23/> ;
    skos:prefLabel "Conventions (Literature)"@en,
        "Konvensjoner (Litteratur)"@nb,
        "Konvensjonar (Litteratur)"@nn ;
    skos:related humord:c06467 .

humord:c06562 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06562" ;
    dct:modified "2025-08-27T21:27:22"^^xsd:dateTime ;
    skos:altLabel "Enumerasjon"@nb,
        "Oppramsing"@nb,
        "Enumerasjon"@nn,
        "Oppramsing"@nn ;
    skos:broadMatch <http://dewey.info/class/808.032/e23/>,
        <http://dewey.info/class/809.91/e23/> ;
    skos:broader humord:c06541 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.032/e23/>,
        <http://dewey.info/class/809.91/e23/> ;
    skos:prefLabel "Enumeration"@en,
        "Oppregning"@nb,
        "Opprekning"@nn ;
    skos:related humord:c06573 .

humord:c06565 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06565" ;
    dct:modified "2025-08-27T21:29:19"^^xsd:dateTime ;
    skos:altLabel "Parody"@en,
        "Parodi"@nb,
        "Parodi"@nn ;
    skos:broadMatch <http://dewey.info/class/3B--7/e23/>,
        <http://dewey.info/class/808.7/e23/>,
        <http://dewey.info/class/809.7/e23/> ;
    skos:broader humord:c06541 ;
    skos:exactMatch <http://dewey.info/class/808.87/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--7/e23/>,
        <http://dewey.info/class/808.7/e23/>,
        <http://dewey.info/class/808.87/e23/>,
        <http://dewey.info/class/809.7/e23/> ;
    skos:prefLabel "Parodies"@en,
        "Parodier"@nb,
        "Parodiar"@nn ;
    skos:related humord:c07080,
        humord:c15273 .

humord:c06567 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06567" ;
    dct:modified "2025-08-27T18:55:30"^^xsd:dateTime ;
    skos:broader humord:c06541 ;
    skos:closeMatch <http://dewey.info/class/3B--7/e23/>,
        <http://dewey.info/class/809.7/e23/> ;
    skos:definition "Vittig spott, latterliggjøring <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/808.87/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--7/e23/>,
        <http://dewey.info/class/808.87/e23/>,
        <http://dewey.info/class/809.7/e23/> ;
    skos:prefLabel "Satire"@en,
        "Satire"@nb,
        "Satire"@nn ;
    skos:related humord:c08016 .

humord:c06568 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06568" ;
    dct:modified "2026-01-06T09:04:03"^^xsd:dateTime ;
    skos:altLabel "Figures of speech"@en ;
    skos:broadMatch <http://dewey.info/class/808/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c06541 ;
    skos:definition "Billedlig uttrykk; figurlig uttrykksmåte <FO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Tropes (Literature)"@en,
        "Troper (Litteratur)"@nb,
        "Tropar (Litteratur)"@nn .

humord:c06569 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06569" ;
    dct:modified "2024-03-14T12:43:24"^^xsd:dateTime ;
    skos:altLabel "Metaphor"@en,
        "Metafor"@nb,
        "Metafor"@nn ;
    skos:broadMatch <http://dewey.info/class/401.43/e23/>,
        <http://dewey.info/class/808.032/e23/> ;
    skos:broader humord:c06568 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/401.43/e23/>,
        <http://dewey.info/class/808.032/e23/> ;
    skos:prefLabel "Metaphores"@en,
        "Metaforer"@nb,
        "Metaforar"@nn ;
    skos:related humord:c06572,
        humord:c12274,
        humord:c12398 .

humord:c06570 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06570" ;
    dct:modified "2024-08-02T08:39:52"^^xsd:dateTime ;
    skos:altLabel "Allegori"@nb,
        "Allegori"@nn ;
    skos:broader humord:c06569 ;
    skos:closeMatch <http://dewey.info/class/3C--15/e23/>,
        <http://dewey.info/class/808.8015/e23/>,
        <http://dewey.info/class/809.915/e23/> ;
    skos:definition "Allegori betyr billedlig fremstilling eller utvidet metafor. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--15/e23/>,
        <http://dewey.info/class/808.8015/e23/>,
        <http://dewey.info/class/809.915/e23/> ;
    skos:prefLabel "Allegories"@en,
        "Allegorier"@nb,
        "Allegoriar"@nn ;
    skos:related humord:c06545,
        humord:c10835 .

humord:c06572 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06572" ;
    dct:modified "2025-08-27T18:53:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.032/e23/> ;
    skos:broader humord:c06568 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/401.43/e23/>,
        <http://dewey.info/class/808.032/e23/> ;
    skos:prefLabel "Metonymy"@en,
        "Metonymi"@nb,
        "Metonymi"@nn ;
    skos:related humord:c06569 ;
    skos:relatedMatch <http://dewey.info/class/401.43/e23/> .

humord:c06573 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06573" ;
    dct:modified "2025-08-27T18:51:05"^^xsd:dateTime ;
    skos:altLabel "Stilfigurer"@nb,
        "Stilfigurar"@nn ;
    skos:broader humord:c06568 ;
    skos:definition "Utsmykninger av språkbruken, knyttet til flere enn ett ord <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/808.032/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.032/e23/> ;
    skos:prefLabel "Rhetorical figures"@en,
        "Retoriske figurer"@nb,
        "Retoriske figurar"@nn ;
    skos:related humord:c06549,
        humord:c06552,
        humord:c06562,
        humord:c12398 .

humord:c06575 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06575" ;
    dct:modified "2025-08-28T08:06:31"^^xsd:dateTime ;
    skos:altLabel "Beskrivelse (Litteratur)"@nb ;
    skos:broader humord:c06478 ;
    skos:definition "I en litterær tekst, mer eller mindre detaljert og objektiv framstilling, særlig av utseende, ytre form, uten å gå inn på resonnement eller forklaring <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/3C--22/e23/>,
        <http://dewey.info/class/808.8022/e23/>,
        <http://dewey.info/class/809.922/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--22/e23/>,
        <http://dewey.info/class/808.8022/e23/>,
        <http://dewey.info/class/809.922/e23/> ;
    skos:prefLabel "Description (Literature)"@en,
        "Skildring (Litteratur)"@nb,
        "Skildring (Litteratur)"@nn .

humord:c06577 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06577" ;
    dct:modified "2023-12-12T10:58:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3C--36/e23/>,
        <http://dewey.info/class/808.8036/e23/>,
        <http://dewey.info/class/809.9336/e23/> ;
    skos:broader humord:c06575 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--36/e23/>,
        <http://dewey.info/class/808.8036/e23/>,
        <http://dewey.info/class/809.9336/e23/> ;
    skos:prefLabel "Nature imagery"@en,
        "Naturskildringer"@nb,
        "Naturskildringar"@nn .

humord:c06579 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06579" ;
    dct:modified "2024-08-28T07:46:36"^^xsd:dateTime ;
    skos:broader humord:c06578 ;
    skos:closeMatch <http://dewey.info/class/801.92/e23/> ;
    skos:definition "Arketypisk litteraturteori  er litteraturteori som bygger på Jungs teori om arketyper og om det kollektive ubevisste <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.92/e23/> ;
    skos:prefLabel "Archetypal literary theory"@en,
        "Arketypisk litteraturteori"@nb,
        "Arketypisk litteraturteori"@nn .

humord:c06580 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06580" ;
    dct:modified "2025-08-28T10:22:24"^^xsd:dateTime ;
    skos:broader humord:c06578 ;
    skos:exactMatch <http://dewey.info/class/801.95082/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95082/e23/> ;
    skos:prefLabel "Feminist literary theory"@en,
        "Feministisk litteraturteori"@nb,
        "Feministisk litteraturteori"@nn .

humord:c06581 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06581" ;
    dct:modified "2025-08-28T10:22:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06578 ;
    skos:definition "Litteraturteori utviklet av Roman Ingarden, som bygger på den oppfatning at et litterært verk er et system som består av flere lag av strukturer med sine egne sett av normer <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Phenomenological literary theory"@en,
        "Fenomenologisk litteraturteori"@nb,
        "Fenomenologisk litteraturteori"@nn .

humord:c06582 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06582" ;
    dct:modified "2025-08-27T08:21:19"^^xsd:dateTime ;
    skos:altLabel "Formalistic literary theory"@en,
        "Formalisme (Litteratur)"@nb,
        "Formalisme (Litteratur)"@nn ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Formalism (Literature)"@en,
        "Formalistisk litteraturteori"@nb,
        "Formalistisk litteraturteori"@nn .

humord:c06583 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06583" ;
    dct:modified "2025-08-28T10:23:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06578 ;
    skos:definition "Litteraturteori som er opptatt av dikterverkenes og sjangrenes tilblivelse <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Genetic literary theory"@en,
        "Genetisk litteraturteori"@nb,
        "Genetisk litteraturteori"@nn .

humord:c06584 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06584" ;
    dct:modified "2025-08-28T10:23:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Historical criticism (Literature)"@en,
        "Historisk litteraturteori"@nb,
        "Historisk litteraturteori"@nn .

humord:c06586 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06586" ;
    dct:modified "2025-08-28T10:25:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Linguistic criticism (Literature)"@en,
        "Lingvistisk litteraturteori"@nb,
        "Lingvistisk litteraturteori"@nn .

humord:c06587 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06587" ;
    dct:modified "2025-08-28T10:26:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Marxist literary theory"@en,
        "Marxistisk litteraturteori"@nb,
        "Marxistisk litteraturteori"@nn .

humord:c06588 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06588" ;
    dct:modified "2025-08-28T08:04:59"^^xsd:dateTime ;
    skos:altLabel "New Criticism"@nb,
        "New Criticism"@nn ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "New Criticism"@en,
        "Nykritikk"@nb,
        "Nykritikk"@nn ;
    skos:related humord:c06454 .

humord:c06590 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06590" ;
    dct:modified "2025-08-28T10:29:45"^^xsd:dateTime ;
    skos:broader humord:c06578 ;
    skos:closeMatch <http://dewey.info/class/801.950904/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.950904/e23/> ;
    skos:prefLabel "Postmodernist literary theory"@en,
        "Postmodernistisk litteraturteori"@nb,
        "Postmodernistisk litteraturteori"@nn .

humord:c06592 a ubo:SplitNonPreferredTerm,
        skos:Concept ;
    ubo:plusUseTerm humord:c06478,
        humord:c06593 ;
    dct:created "1997-08-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06592" ;
    dct:modified "2025-10-15T08:06:21"^^xsd:dateTime ;
    skos:editorialNote "Bruk termene registrert i 260-feltene i stedet"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "Deconstructionist literary theory (NOT IN USE. See the 667-field)"@en,
        "Dekonstruksjonistisk litteraturteori (IKKE I BRUK. Se 667-feltet)"@nb,
        "Dekonstruksjonistisk litteraturteori (IKKJE I BRUK. Sjå 667-feltet)"@nn .

humord:c06593 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-09-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06593" ;
    dct:modified "2023-11-17T14:36:57"^^xsd:dateTime ;
    skos:broader humord:c06335 ;
    skos:closeMatch <http://dewey.info/class/149.97/e23/> ;
    skos:exactMatch realfagstermer:c008198 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008198,
        <http://dewey.info/class/001.3/e23/>,
        <http://dewey.info/class/149.97/e23/>,
        <http://dewey.info/class/301.01/e23/> ;
    skos:prefLabel "Deconstruction"@en,
        "Dekonstruksjon"@nb,
        "Dekonstruksjon"@nn ;
    skos:related humord:c00618 ;
    skos:relatedMatch <http://dewey.info/class/001.3/e23/>,
        <http://dewey.info/class/301.01/e23/> .

humord:c06594 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06594" ;
    dct:modified "2025-08-28T10:30:16"^^xsd:dateTime ;
    skos:altLabel "Pragmatism (Literature)"@en ;
    skos:broadMatch <http://dewey.info/class/801/e23/> ;
    skos:broader humord:c06578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801/e23/> ;
    skos:prefLabel "Literary pragmatics"@en,
        "Pragmatisk litteraturteori"@nb,
        "Pragmatisk litteraturteori"@nn .

humord:c06595 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06595" ;
    dct:modified "2025-08-28T10:30:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.92/e23/> ;
    skos:broader humord:c06578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.92/e23/> ;
    skos:prefLabel "Psychoanalytic literary theory"@en,
        "Psykoanalytisk litteraturteori"@nb,
        "Psykoanalytisk litteraturteori"@nn .

humord:c06596 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06596" ;
    dct:modified "2025-08-28T10:32:18"^^xsd:dateTime ;
    skos:altLabel "Leserorientert litteraturteori"@nb,
        "Resepsjonsteori"@nb,
        "Lesarorientert litteraturteori"@nn ;
    skos:broadMatch <http://dewey.info/class/801.950904/e23/> ;
    skos:broader humord:c06578 ;
    skos:definition "Resepsjonsestetikk  er en teori som legger stor vekt på samtidsleserens respons overfor litterære verker <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.950904/e23/> ;
    skos:prefLabel "Reception theory"@en,
        "Resepsjonsestetikk"@nb,
        "Resepsjonsestetikk"@nn ;
    skos:related humord:c09379 .

humord:c06598 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06598" ;
    dct:modified "2025-08-28T10:31:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Romanticism (Literary theory)"@en,
        "Romantisk litteraturteori"@nb,
        "Romantisk litteraturteori"@nn .

humord:c06599 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06599" ;
    dct:modified "2025-08-28T10:32:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Semiotic literary theory"@en,
        "Semiologisk litteraturteori"@nb,
        "Semiologisk litteraturteori"@nn .

humord:c06600 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06600" ;
    dct:modified "2025-08-28T08:05:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.950951/e23/> ;
    skos:broader humord:c06578 ;
    skos:definition "Shihua er en form for litterær kritikk av kinesisk lyrikk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.950951/e23/> ;
    skos:prefLabel "Shihua"@en,
        "Shihua"@nb,
        "Shihua"@nn .

humord:c06601 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06601" ;
    dct:modified "2025-08-28T10:33:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/> ;
    skos:broader humord:c06578 ;
    skos:definition "Litteraturteori som legger avgjørende vekt på forholdet mellom litteratur og samfunn <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Sociological literary theory"@en,
        "Sosiologisk litteraturteori"@nb,
        "Sosiologisk litteraturteori"@nn .

humord:c06602 a ubo:Topic,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06602" ;
    dct:modified "2025-08-28T10:33:35"^^xsd:dateTime ;
    skos:broader humord:c06578 ;
    skos:inScheme humord: ;
    skos:prefLabel "Structuralist literary theory"@en,
        "Strukturalistisk litteraturteori"@nb,
        "Strukturalistisk litteraturteori"@nn .

humord:c06603 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06603" ;
    dct:modified "2025-08-27T07:39:23"^^xsd:dateTime ;
    skos:altLabel "Literary schools"@en,
        "Litterære skoler"@nb,
        "Litterære skolar"@nn,
        "Litterære skular"@nn ;
    skos:broadMatch <http://dewey.info/class/800/e23/> ;
    skos:broader humord:c06456 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/800/e23/> ;
    skos:prefLabel "Literary movements"@en,
        "Litterære retninger"@nb,
        "Litterære retningar"@nn ;
    skos:related humord:c05679 .

humord:c06605 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06605" ;
    dct:modified "2024-08-16T09:19:18"^^xsd:dateTime ;
    skos:altLabel "Anti-realism"@en,
        "Antimimesis"@en,
        "Unnatural narratology"@en ;
    skos:broadMatch <http://dewey.info/class/3C--12/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> ;
    skos:broader humord:c06603 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--12/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> ;
    skos:prefLabel "Antirealism"@en,
        "Antirealisme"@nb,
        "Antirealisme"@nn ;
    skos:related humord:c06613 .

humord:c06606 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06606" ;
    dct:modified "2024-12-02T15:02:03"^^xsd:dateTime ;
    skos:altLabel "Estheticism"@en ;
    skos:broadMatch <http://dewey.info/class/111.85/e23/> ;
    skos:broader humord:c00558 ;
    skos:definition "Oppfatning som ensidig tar hensyn til estetiske verdier og formål <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.85/e23/> ;
    skos:prefLabel "Aestheticism"@en,
        "Estetisisme"@nb,
        "Estetisisme"@nn .

humord:c06608 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06608" ;
    dct:modified "2024-08-26T14:57:46"^^xsd:dateTime ;
    skos:altLabel "Wagaku"@en,
        "Wagaku"@nb,
        "Wagaku"@nn ;
    skos:broadMatch <http://dewey.info/class/895.609003/e23/> ;
    skos:broader humord:c06603 ;
    skos:definition "Kokugaku var en japansk litterær nasjonalbevegelse i Edo-perioden <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.609003/e23/> ;
    skos:prefLabel "Kokugaku"@en,
        "Kokugaku"@nb,
        "Kokugaku"@nn .

humord:c06609 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06609" ;
    dct:modified "2025-09-03T14:39:11"^^xsd:dateTime ;
    skos:altLabel "Metaliterature"@en ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06603 ;
    skos:definition "Litteratur som kommenterer seg selv <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Metafiction"@en,
        "Metafiksjon"@nb,
        "Metafiksjon"@nn ;
    skos:related humord:c05727,
        humord:c06466,
        humord:c06530,
        humord:c53437 .

humord:c06610 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06610" ;
    dct:modified "2025-09-03T14:40:10"^^xsd:dateTime ;
    skos:altLabel "Modernismo"@nb,
        "Modernismo"@nn ;
    skos:broadMatch <http://dewey.info/class/860.9005/e23/> ;
    skos:broader humord:c06603 ;
    skos:definition "Spansk og spanskamerikansk litterær bevegelse mellom ca. 1885 og 1910 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/860.9005/e23/> ;
    skos:prefLabel "Modernismo"@en,
        "Modernista-bevegelsen"@nb,
        "Modernista-rørsla"@nn .

humord:c06612 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06612" ;
    dct:modified "2025-05-30T11:42:05"^^xsd:dateTime ;
    skos:altLabel "Naturalisme"@nb,
        "Naturalisme"@nn ;
    skos:broader humord:c05679 ;
    skos:closeMatch <http://dewey.info/class/709.0343/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> ;
    skos:definition "Naturalismen er en periode i kunsthistorien som varte fra omtrent 1850 til 1900. Kunstnere i denne perioden var opptatt av å skildre mennesker og natur så nøyaktig som mulig <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.0343/e23/>,
        <http://dewey.info/class/759.053/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> ;
    skos:prefLabel "Naturalism"@en,
        "Naturalismen"@nb,
        "Naturalismen"@nn ;
    skos:related humord:c15318 ;
    skos:relatedMatch <http://dewey.info/class/759.053/e23/> .

humord:c06613 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06613" ;
    dct:modified "2025-05-30T14:43:12"^^xsd:dateTime ;
    skos:altLabel "Realisme"@nb,
        "Realisme"@nn ;
    skos:broader humord:c05679 ;
    skos:closeMatch <http://dewey.info/class/3C--12/e23/>,
        <http://dewey.info/class/709.0343/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> ;
    skos:definition "I estetikken den retning som på det kunstneriske og litterære område krever  en nøktern iakttagelse og en tro fremstilling av naturen og virkeligheten  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--12/e23/>,
        <http://dewey.info/class/709.0343/e23/>,
        <http://dewey.info/class/735.22/e23/>,
        <http://dewey.info/class/759.053/e23/>,
        <http://dewey.info/class/808.8012/e23/>,
        <http://dewey.info/class/809.912/e23/> ;
    skos:prefLabel "Realism"@en,
        "Realismen"@nb,
        "Realismen"@nn ;
    skos:related humord:c06605,
        humord:c14036,
        humord:c15318 ;
    skos:relatedMatch <http://dewey.info/class/735.22/e23/>,
        <http://dewey.info/class/759.053/e23/> .

humord:c06614 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06614" ;
    dct:modified "2025-05-09T08:56:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/700.415/e23/>,
        <http://dewey.info/class/809.3937/e23/> ;
    skos:broader humord:c06613 ;
    skos:definition "Magisk realisme er en betegnelse lansert i 1920-årene av Franz Roh og G. F. Hartlaub for en retning innen Neue Sachlichkeit i malerkunsten <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700.415/e23/>,
        <http://dewey.info/class/808.838766/e23/>,
        <http://dewey.info/class/808.83937/e23/>,
        <http://dewey.info/class/809.3937/e23/> ;
    skos:prefLabel "Magical realism"@en,
        "Magisk realisme"@nb,
        "Magisk realisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/808.838766/e23/>,
        <http://dewey.info/class/808.83937/e23/> .

humord:c06615 a ubo:Topic,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06615" ;
    dct:modified "2025-10-14T14:49:48"^^xsd:dateTime ;
    skos:altLabel "Social realism (Literature)"@en ;
    skos:broader humord:c06613 ;
    skos:inScheme humord: ;
    skos:prefLabel "Social realism (Literature)"@en,
        "Sosialistisk realisme  (Litteratur)"@nb,
        "Sosialistisk realisme (Litteratur)"@nn ;
    skos:related humord:c05732 .

humord:c06616 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06616" ;
    dct:modified "2025-09-03T14:30:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/869.090041/e23/> ;
    skos:broader humord:c06603 ;
    skos:definition "Portugisisk litterær bevegelse fra begynnelsen av 1900-tallet <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/869.090041/e23/> ;
    skos:prefLabel "Saudosismo"@en,
        "Saudosismo"@nb,
        "Saudosismo"@nn .

humord:c06617 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06617" ;
    dct:modified "2025-09-03T14:30:10"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/850.9008/e23/> ;
    skos:broader humord:c06603 ;
    skos:definition "Bohembevegelse i italiensk litteratur i siste halvdel av 1800tallet <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/850.9008/e23/> ;
    skos:prefLabel "Scapigliatura"@en,
        "Scapigliatura"@nb,
        "Scapigliatura"@nn .

humord:c06618 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-07-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06618" ;
    dct:modified "2025-04-08T20:12:01"^^xsd:dateTime ;
    skos:broader humord:c05679 ;
    skos:closeMatch <http://dewey.info/class/709.0347/e23/> ;
    skos:definition "Symbolisme er en kunstnerisk uttrykksform som gjør mye bruk av symboler, særlig om litterær retning i Frankrike i 1880-årene <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/704.946/e23/>,
        <http://dewey.info/class/709.0347/e23/>,
        <http://dewey.info/class/759.057/e23/>,
        <http://dewey.info/class/808.8015/e23/>,
        <http://dewey.info/class/809.915/e23/> ;
    skos:prefLabel "Symbolism"@en,
        "Symbolisme"@nb,
        "Symbolisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/704.946/e23/>,
        <http://dewey.info/class/759.057/e23/>,
        <http://dewey.info/class/808.8015/e23/>,
        <http://dewey.info/class/809.915/e23/> .

humord:c06619 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-07-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06619" ;
    dct:modified "2025-08-27T07:42:09"^^xsd:dateTime ;
    skos:altLabel "Litterær stilistikk"@nb,
        "Stillære (Litteratur)"@nb,
        "Litterær stilistikk"@nn,
        "Stillære (Litteratur)"@nn ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/>,
        <http://dewey.info/class/808/e23/> ;
    skos:broader humord:c06456 ;
    skos:definition "Den gren av litteratur- og tildels språkvitenskapen som beskrivende og/eller analytisk beskjeftiger seg med et språks, et forfatterskaps eller et litterært verks stilmønster <Chr>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/>,
        <http://dewey.info/class/808/e23/> ;
    skos:prefLabel "Stylistics"@en,
        "Stilistikk"@nb,
        "Stilistikk"@nn ;
    skos:related humord:c06493,
        humord:c06536,
        humord:c06829,
        humord:c07927 .

humord:c06622 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06622" ;
    dct:modified "2025-09-03T14:29:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/801.95/e23/>,
        <http://dewey.info/class/808/e23/> ;
    skos:broader humord:c06619 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95/e23/>,
        <http://dewey.info/class/808/e23/> ;
    skos:prefLabel "Stylistics (Literature)"@en,
        "Stilbegrepet"@nb,
        "Stilomgrepet"@nn .

humord:c06623 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06623" ;
    dct:modified "2025-08-15T10:26:59"^^xsd:dateTime ;
    skos:altLabel "Literary analysis"@en,
        "Textual analysis"@en,
        "Explication de texte"@nb,
        "Forklaring (Tekster)"@nb,
        "Litteraturanalyse"@nb,
        "Litteraturforståelse"@nb,
        "Litterær analyse"@nb,
        "Tekstanalyser"@nb,
        "Forklaring (Tekstar)"@nn,
        "Litteraturanalyse"@nn,
        "Litteraturforståing"@nn,
        "Litterær analyse"@nn,
        "Tekstanalysar"@nn ;
    skos:broader humord:c06456 ;
    skos:closeMatch <http://dewey.info/class/801.95/e23/> ;
    skos:definition "Språklig, stilistisk og litterær analyse av en tekst <UBO>"@nb ;
    skos:exactMatch realfagstermer:c010889 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010889,
        <http://dewey.info/class/372.64/e23/>,
        <http://dewey.info/class/801.95/e23/> ;
    skos:prefLabel "Text analysis"@en,
        "Tekstanalyse"@nb,
        "Tekstanalyse"@nn ;
    skos:related humord:c06454,
        humord:c06482,
        humord:c69957 ;
    skos:relatedMatch <http://dewey.info/class/372.64/e23/> .

humord:c06629 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06629" ;
    dct:modified "2025-09-03T14:09:51"^^xsd:dateTime ;
    skos:broader humord:c06623 ;
    skos:closeMatch <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1/e23/>,
        <http://dewey.info/class/808.1/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1/e23/>,
        <http://dewey.info/class/808.1/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:prefLabel "Poetry analysis"@en,
        "Diktanalyse"@nb,
        "Diktanalyse"@nn .

humord:c06630 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06630" ;
    dct:modified "2025-09-03T14:20:38"^^xsd:dateTime ;
    skos:broader humord:c06623 ;
    skos:closeMatch <http://dewey.info/class/808.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.2/e23/> ;
    skos:prefLabel "Drama analysis"@en,
        "Dramaanalyse"@nb,
        "Dramaanalyse"@nn .

humord:c06631 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06631" ;
    dct:modified "2025-09-03T14:28:27"^^xsd:dateTime ;
    skos:broader humord:c06623 ;
    skos:closeMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Fiction analysis"@en,
        "Romananalyse"@nb,
        "Romananalyse"@nn .

humord:c06632 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06632" ;
    dct:modified "2025-08-27T07:42:32"^^xsd:dateTime ;
    skos:altLabel "Critical bibliography"@en,
        "Textual bibliography"@en,
        "Tekstetablering"@nb,
        "Tekstetablering"@nn ;
    skos:broader humord:c06456 ;
    skos:definition "Gransking av versjoner av en tekst for å fastslå den opprinnelige ordlyden <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/801.959/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.959/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Textual criticism"@en,
        "Tekstkritikk"@nb,
        "Tekstkritikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/809/e23/> .

humord:c06633 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2004-12-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06633" ;
    dct:modified "2025-09-03T08:50:30"^^xsd:dateTime ;
    skos:altLabel "Textual editing"@en,
        "Edisjonsfilologi"@nb,
        "Edisjonsfilologi"@nn ;
    skos:broader humord:c06632 ;
    skos:closeMatch <http://dewey.info/class/801.959/e23/> ;
    skos:definition "Metoder som anvendes ved vitenskapelige utgaver av eldre tekster <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.959/e23/> ;
    skos:prefLabel "Scholarly editing"@en,
        "Edisjonsteknikk"@nb,
        "Edisjonsteknikk"@nn ;
    skos:related humord:c19672 .

humord:c06634 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06634" ;
    dct:modified "2025-09-03T08:51:24"^^xsd:dateTime ;
    skos:altLabel "Tekstgjennomgang"@nb,
        "Tekstgjennomgang"@nn ;
    skos:broadMatch <http://dewey.info/class/801.959/e23/> ;
    skos:broader humord:c06632 ;
    skos:definition "Systematisk gjennomgang av håndskriftene av et verk med sikte på å avklare slektskapsforhold mellom dem <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.959/e23/> ;
    skos:prefLabel "Recension"@en,
        "Resensjon"@nb,
        "Resensjon"@nn .

humord:c06635 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2020-12-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06635" ;
    dct:modified "2025-09-03T14:14:19"^^xsd:dateTime ;
    skos:altLabel "Litterære samlingsstadar"@nn ;
    skos:broader humord:c06452 ;
    skos:editorialNote "Lukket bemerkning: ubo20"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "Literary meeting places"@en,
        "Litterære samlingssteder"@nb,
        "Litterære samlingsstader"@nn .

humord:c06636 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06636" ;
    dct:modified "2025-10-14T14:46:43"^^xsd:dateTime ;
    skos:altLabel "Litterære kaféer"@nb,
        "Litterære kroer"@nb,
        "Litterære kaféar"@nn,
        "Litterære kroer"@nn ;
    skos:broadMatch <http://dewey.info/class/306.488/e23/> ;
    skos:broader humord:c06635 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.488/e23/> ;
    skos:prefLabel "Literary coffee houses"@en,
        "Litterære kafeer"@nb,
        "Litterære kafear"@nn ;
    skos:related humord:c06638,
        humord:c07613 .

humord:c06638 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06638" ;
    dct:modified "2025-10-14T14:45:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.488/e23/> ;
    skos:broader humord:c06635 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.488/e23/> ;
    skos:prefLabel "Literary salons"@en,
        "Litterære salonger"@nb,
        "Litterære salongar"@nn ;
    skos:related humord:c06636 .

humord:c06641 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06641" ;
    dct:modified "2024-11-20T13:19:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3B--308766/e23/> ;
    skos:broader humord:c29169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--308766/e23/>,
        <http://dewey.info/class/3C--37/e23/> ;
    skos:prefLabel "The fantastic"@en,
        "Det fantastiske"@nb,
        "Det fantastiske"@nn ;
    skos:related humord:c06642,
        humord:c07057 ;
    skos:relatedMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3C--37/e23/> .

humord:c06642 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06642" ;
    dct:modified "2024-11-20T13:19:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3B--3087/e23/>,
        <http://dewey.info/class/3C--15/e23/> ;
    skos:broader humord:c29169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--3087/e23/>,
        <http://dewey.info/class/3C--15/e23/> ;
    skos:prefLabel "The grotesque"@en,
        "Det groteske"@nb,
        "Det groteske"@nn ;
    skos:related humord:c06641,
        humord:c07044 .

humord:c06643 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06643" ;
    dct:modified "2024-11-20T13:24:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3B--20512/e23/>,
        <http://dewey.info/class/3C--162/e23/>,
        <http://dewey.info/class/792.12/e23/>,
        <http://dewey.info/class/808.80162/e23/>,
        <http://dewey.info/class/809.9162/e23/> ;
    skos:broader humord:c29169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--20512/e23/>,
        <http://dewey.info/class/3C--162/e23/>,
        <http://dewey.info/class/792.12/e23/>,
        <http://dewey.info/class/808.80162/e23/>,
        <http://dewey.info/class/809.9162/e23/> ;
    skos:prefLabel "The tragic"@en,
        "Det tragiske"@nb,
        "Det tragiske"@nn .

humord:c06644 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06644" ;
    dct:modified "2024-11-20T13:22:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/302.2223/e23/> ;
    skos:broader humord:c18228 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.2223/e23/> ;
    skos:prefLabel "Symbolism of animals"@en,
        "Dyresymbolikk"@nb,
        "Dyresymbolikk"@nn ;
    skos:related humord:c29169 .

humord:c06645 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06645" ;
    dct:modified "2024-11-20T13:23:10"^^xsd:dateTime ;
    skos:altLabel "Virkelighetsflukt"@nb,
        "Verkelegheitsflukt"@nn ;
    skos:broadMatch <http://dewey.info/class/3C--384/e23/> ;
    skos:broader humord:c29169 ;
    skos:definition "Særlig i kunst <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--384/e23/> ;
    skos:prefLabel "Escapism"@en,
        "Eskapisme"@nb,
        "Eskapisme"@nn .

humord:c06647 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06647" ;
    dct:modified "2024-11-20T13:25:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3C--384/e23/> ;
    skos:broader humord:c29169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--384/e23/> ;
    skos:prefLabel "Unlived life"@en,
        "Forspilt liv"@nb,
        "Forspilt liv"@nn .

humord:c06648 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06648" ;
    dct:modified "2023-12-11T10:43:57"^^xsd:dateTime ;
    skos:altLabel "Mythography (Themes)"@en,
        "Mytografi (Motiver)"@nb,
        "Neomytologisme"@nb ;
    skos:broadMatch <http://dewey.info/class/3C--372/e23/>,
        <http://dewey.info/class/704.947/e23/> ;
    skos:broader humord:c29169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--372/e23/>,
        <http://dewey.info/class/704.947/e23/> ;
    skos:prefLabel "Mythology (Themes)"@en,
        "Mytologi (Motiver)"@nb,
        "Mytologi (Motiv)"@nn ;
    skos:related humord:c08457 .

humord:c06650 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06650" ;
    dct:modified "2024-11-20T13:28:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/3C--382023/e23/> ;
    skos:broader humord:c29169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/3C--382023/e23/> ;
    skos:prefLabel "Paradise lost"@en,
        "Tapte paradis"@nb,
        "Tapte paradis"@nn ;
    skos:related humord:c08676 .

humord:c06652 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06652" ;
    dct:modified "2023-12-19T14:04:50"^^xsd:dateTime ;
    skos:altLabel "Time travel"@en ;
    skos:broadMatch <http://dewey.info/class/001.9/e23/> ;
    skos:broader humord:c29169 ;
    skos:definition "Motiv innen fantastisk litteratur, der mennesket forflytter seg til andre tider, ofte ved hjelp av en tidsmaskin <UBO>"@nb ;
    skos:exactMatch realfagstermer:c006610 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006610,
        <http://dewey.info/class/001.9/e23/> ;
    skos:prefLabel "Time travels"@en,
        "Tidsreiser"@nb,
        "Tidsreiser"@nn ;
    skos:related humord:c07057 .

humord:c06653 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06653" ;
    dct:modified "2024-11-20T13:30:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/3C--382023/e23/> ;
    skos:broader humord:c29169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/3C--382023/e23/> ;
    skos:prefLabel "Remade world"@en,
        "Verdens gjenopprettelse"@nb,
        "Verdas gjenoppretting"@nn ;
    skos:related humord:c06655 .

humord:c06654 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-08-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06654" ;
    dct:modified "2024-11-20T13:30:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3C--36/e23/> ;
    skos:broader humord:c29169 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--36/e23/> ;
    skos:prefLabel "World catastrophes"@en,
        "Verdenskatastrofer"@nb,
        "Verdskatastrofar"@nn ;
    skos:related humord:c06655 .

humord:c06655 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-09-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06655" ;
    dct:modified "2024-11-19T11:24:13"^^xsd:dateTime ;
    skos:altLabel "End of the world"@en,
        "Dommedagsscenarier"@nb,
        "Endetid"@nb,
        "Dommedagsscenario"@nn,
        "Endetid"@nn ;
    skos:broadMatch <http://dewey.info/class/001.9/e23/>,
        <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/236.9/e23/> ;
    skos:broader humord:c13251 ;
    skos:closeMatch realfagstermer:c013581 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013581,
        <http://dewey.info/class/001.9/e23/>,
        <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/236.9/e23/>,
        <http://dewey.info/class/297.23/e23/> ;
    skos:prefLabel "The end of the world"@en,
        "Verdens undergang"@nb,
        "Verdas undergang"@nn ;
    skos:related humord:c06653,
        humord:c06654,
        humord:c08669,
        humord:c13180 ;
    skos:relatedMatch <http://dewey.info/class/297.23/e23/> .

humord:c06656 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06656" ;
    dct:modified "2025-08-27T23:02:44"^^xsd:dateTime ;
    skos:altLabel "Genrelære"@nb,
        "Genrer"@nb,
        "Litterære genre"@nb,
        "Litterære genrer"@nb,
        "Litterære sjangere"@nb,
        "Litterære sjangre"@nb,
        "Litterære sjangrer"@nb,
        "Sjangerlære"@nb,
        "Sjangre"@nb,
        "Sjangrer"@nb,
        "Genrar"@nn,
        "Genrelære"@nn,
        "Litterære genrar"@nn,
        "Litterære sjangrar"@nn,
        "Sjangerlære"@nn ;
    skos:broadMatch <http://dewey.info/class/808/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c06452 ;
    skos:definition "I litteraturvitenskapen betegnelse for de overordnede klasser for inndeling   av ulike typer litteratur <Litt.vit.leksikon>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Genres"@en,
        "Sjangere"@nb,
        "Sjangrar"@nn ;
    skos:related humord:c06506 .

humord:c06659 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06659" ;
    dct:modified "2025-09-03T08:44:06"^^xsd:dateTime ;
    skos:altLabel "Dramatisk dikting"@nb,
        "Dramatisk diktning"@nb,
        "Skuespill (Dramatikk)"@nb,
        "Skuespilldikting"@nb,
        "Skuespilldiktning"@nb,
        "Teaterlitteratur"@nb,
        "Skodespel"@nn ;
    skos:broader humord:c06656 ;
    skos:definition "Sjanger der handlingen framstilles i dialogs form, som regel beregnet på å framføres på scenen, i fjernsynet eller på filmlerretet <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030171,
        <http://dewey.info/class/3A--2/e23/>,
        <http://dewey.info/class/3B--2/e23/>,
        <http://dewey.info/class/808.2/e23/>,
        <http://dewey.info/class/808.82/e23/>,
        <http://dewey.info/class/809.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030171,
        <http://dewey.info/class/3A--2/e23/>,
        <http://dewey.info/class/3B--102/e23/>,
        <http://dewey.info/class/3B--2/e23/>,
        <http://dewey.info/class/782.14/e23/>,
        <http://dewey.info/class/792/e23/>,
        <http://dewey.info/class/808.2/e23/>,
        <http://dewey.info/class/808.812/e23/>,
        <http://dewey.info/class/808.82/e23/>,
        <http://dewey.info/class/809.12/e23/>,
        <http://dewey.info/class/809.2/e23/> ;
    skos:prefLabel "Dramatic literature"@en,
        "Dramatikk"@nb,
        "Dramatikk"@nn ;
    skos:related humord:c05577,
        humord:c07486 ;
    skos:relatedMatch <http://dewey.info/class/3B--102/e23/>,
        <http://dewey.info/class/782.14/e23/>,
        <http://dewey.info/class/792/e23/>,
        <http://dewey.info/class/808.812/e23/>,
        <http://dewey.info/class/809.12/e23/> .

humord:c06665 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06665" ;
    dct:modified "2025-09-03T08:28:44"^^xsd:dateTime ;
    skos:broader humord:c06659 ;
    skos:definition "Egen form for dramatisk diktning, som i følge teoretikerne skulle danne en sammensmeltning av tragedie og komedie <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/3A--2/e23/>,
        <http://dewey.info/class/3B--2/e23/>,
        <http://dewey.info/class/808.82/e23/>,
        <http://dewey.info/class/809.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--2/e23/>,
        <http://dewey.info/class/3B--2/e23/>,
        <http://dewey.info/class/808.82/e23/>,
        <http://dewey.info/class/809.2/e23/> ;
    skos:prefLabel "Drama"@en,
        "Drama"@nb,
        "Drama"@nn ;
    skos:related humord:c05557,
        humord:c26293 .

humord:c06666 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06666" ;
    dct:modified "2025-09-03T08:16:26"^^xsd:dateTime ;
    skos:altLabel "Theater of ancient Greece"@en,
        "Greske drama"@nb,
        "Greske drama"@nn ;
    skos:broader humord:c06665 ;
    skos:exactMatch <http://dewey.info/class/882.01/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/882.01/e23/> ;
    skos:prefLabel "Greek drama"@en,
        "Gresk drama"@nb,
        "Gresk drama"@nn ;
    skos:related humord:c17233 .

humord:c06667 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06667" ;
    dct:modified "2025-09-03T08:17:14"^^xsd:dateTime ;
    skos:altLabel "Historiske drama"@nb,
        "Historiske drama"@nn ;
    skos:broadMatch <http://dewey.info/class/808.82514/e23/>,
        <http://dewey.info/class/809.2514/e23/> ;
    skos:broader humord:c06665 ;
    skos:exactMatch <http://dewey.info/class/3B--20514/e23/>,
        <http://dewey.info/class/792.14/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--20514/e23/>,
        <http://dewey.info/class/792.14/e23/>,
        <http://dewey.info/class/808.82514/e23/>,
        <http://dewey.info/class/809.2514/e23/> ;
    skos:prefLabel "Historical drama"@en,
        "Historisk drama"@nb,
        "Historisk drama"@nn .

humord:c06668 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06668" ;
    dct:modified "2025-09-03T08:16:51"^^xsd:dateTime ;
    skos:altLabel "Court masques"@en,
        "Court plays"@en,
        "Hoffteater"@nb,
        "Hoffteater"@nn ;
    skos:broadMatch <http://dewey.info/class/808.829920621/e23/>,
        <http://dewey.info/class/809.8920621/e23/> ;
    skos:broader humord:c06665 ;
    skos:definition "Skuespill skrevet for et fyrstelig hoff <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.829920621/e23/>,
        <http://dewey.info/class/809.8920621/e23/> ;
    skos:prefLabel "Court theater"@en,
        "Hoffdrama"@nb,
        "Hoffdrama"@nn .

humord:c06670 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06670" ;
    dct:modified "2025-08-26T17:00:37"^^xsd:dateTime ;
    skos:altLabel "Pastoraldrama"@nb,
        "Pastoraldrama"@nn ;
    skos:broadMatch <http://dewey.info/class/809.93321734/e23/> ;
    skos:broader humord:c06665 ;
    skos:definition "Drama som skildrer landlivet og især hyrdelivet i idealisert form <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/809.93321734/e23/> ;
    skos:prefLabel "Pastoral plays"@en,
        "Hyrdestykker"@nb,
        "Hyrdestykke"@nn ;
    skos:related humord:c06738,
        humord:c06781,
        humord:c07071,
        humord:c07075 .

humord:c06672 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06672" ;
    dct:modified "2025-09-01T21:43:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3A--2/e23/>,
        <http://dewey.info/class/808.82/e23/>,
        <http://dewey.info/class/809.2/e23/> ;
    skos:broader humord:c06665 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--2/e23/>,
        <http://dewey.info/class/808.82/e23/>,
        <http://dewey.info/class/809.2/e23/> ;
    skos:prefLabel "Jesuit plays"@en,
        "Jesuittdrama"@nb,
        "Jesuittdrama"@nn .

humord:c06673 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06673" ;
    dct:modified "2025-09-01T21:43:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.82527/e23/>,
        <http://dewey.info/class/809.2527/e23/> ;
    skos:broader humord:c06665 ;
    skos:exactMatch <http://dewey.info/class/3B--20527/e23/>,
        <http://dewey.info/class/792.27/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--20527/e23/>,
        <http://dewey.info/class/792.27/e23/>,
        <http://dewey.info/class/808.82527/e23/>,
        <http://dewey.info/class/809.2527/e23/> ;
    skos:prefLabel "Melodrama"@en,
        "Melodrama"@nb,
        "Melodrama"@nn .

humord:c06676 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06676" ;
    dct:modified "2025-09-01T21:45:44"^^xsd:dateTime ;
    skos:altLabel "Soap opera"@en,
        "Television soap operas"@en,
        "Såpeopera"@nb,
        "Såpeserier"@nb,
        "Såpeopera"@nn,
        "Såpeoperaar"@nn,
        "Såpeseriar"@nn ;
    skos:broader humord:c05591,
        humord:c06665 ;
    skos:definition "Såpeopera er en programsjanger som ble utviklet for radio, men senere ble overtatt og videreutviklet av fjernsynsselskaper. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/791.446/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.446/e23/>,
        <http://dewey.info/class/791.456/e23/>,
        <http://dewey.info/class/808.2/e23/>,
        <http://dewey.info/class/808.82/e23/>,
        <http://dewey.info/class/809.2/e23/> ;
    skos:prefLabel "Soap operas"@en,
        "Såpeoperaer"@nb,
        "Såpeoperaer"@nn ;
    skos:relatedMatch <http://dewey.info/class/791.456/e23/>,
        <http://dewey.info/class/808.2/e23/>,
        <http://dewey.info/class/808.82/e23/>,
        <http://dewey.info/class/809.2/e23/> .

humord:c06677 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06677" ;
    dct:modified "2025-09-03T08:29:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/791.43617/e23/>,
        <http://dewey.info/class/791.44617/e23/>,
        <http://dewey.info/class/791.45617/e23/>,
        <http://dewey.info/class/808.8017/e23/>,
        <http://dewey.info/class/808.82523/e23/> ;
    skos:broader humord:c06659 ;
    skos:exactMatch <http://dewey.info/class/792.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.43617/e23/>,
        <http://dewey.info/class/791.44617/e23/>,
        <http://dewey.info/class/791.45617/e23/>,
        <http://dewey.info/class/792.23/e23/>,
        <http://dewey.info/class/808.8017/e23/>,
        <http://dewey.info/class/808.82523/e23/>,
        <http://dewey.info/class/809.917/e23/> ;
    skos:prefLabel "Comedies"@en,
        "Komedier"@nb,
        "Komediar"@nn ;
    skos:related humord:c05597,
        humord:c08016,
        humord:c16847,
        humord:c17142,
        humord:c25694,
        humord:c26325 ;
    skos:relatedMatch <http://dewey.info/class/809.917/e23/> .

humord:c06678 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06678" ;
    dct:modified "2025-09-01T21:35:20"^^xsd:dateTime ;
    skos:broader humord:c06677 ;
    skos:closeMatch <http://dewey.info/class/809.241/e23/> ;
    skos:exactMatch <http://dewey.info/class/3B--2041/e23/>,
        <http://dewey.info/class/808.8241/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--2041/e23/>,
        <http://dewey.info/class/808.8241/e23/>,
        <http://dewey.info/class/809.241/e23/> ;
    skos:prefLabel "One act plays"@en,
        "Enaktere"@nb,
        "Einaktarar"@nn .

humord:c06679 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06679" ;
    dct:modified "2025-09-01T21:37:29"^^xsd:dateTime ;
    skos:altLabel "Entremeses"@en,
        "Entremés"@en,
        "Entremeses"@nb,
        "Entremés"@nb,
        "Entremeses"@nn,
        "Entremés"@nn ;
    skos:broadMatch <http://dewey.info/class/862.3/e23/> ;
    skos:broader humord:c06677 ;
    skos:definition "En farsemessig enakter som i Spania ble oppført mellom et teaterstykkes første og annen akt (ca 1500) <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/862.3/e23/> ;
    skos:prefLabel "Entremes"@en,
        "Entremes"@nb,
        "Entremes"@nn .

humord:c06680 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06680" ;
    dct:modified "2025-09-01T21:38:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.825232/e23/>,
        <http://dewey.info/class/809.25232/e23/> ;
    skos:broader humord:c06677 ;
    skos:exactMatch <http://dewey.info/class/3B--205232/e23/>,
        <http://dewey.info/class/792.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--205232/e23/>,
        <http://dewey.info/class/792.23/e23/>,
        <http://dewey.info/class/808.825232/e23/>,
        <http://dewey.info/class/809.25232/e23/> ;
    skos:prefLabel "Farces"@en,
        "Farser"@nb,
        "Farsar"@nn .

humord:c06681 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06681" ;
    dct:modified "2025-09-03T08:14:59"^^xsd:dateTime ;
    skos:altLabel "Tragi-comedies"@en ;
    skos:broadMatch <http://dewey.info/class/3B--20523/e23/>,
        <http://dewey.info/class/792.23/e23/>,
        <http://dewey.info/class/808.82523/e23/>,
        <http://dewey.info/class/809.2523/e23/> ;
    skos:broader humord:c06677 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--20523/e23/>,
        <http://dewey.info/class/792.23/e23/>,
        <http://dewey.info/class/808.82523/e23/>,
        <http://dewey.info/class/809.2523/e23/> ;
    skos:prefLabel "Tragicomedies"@en,
        "Tragikomedier"@nb,
        "Tragikomediar"@nn ;
    skos:related humord:c06685,
        humord:c16456 .

humord:c06682 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06682" ;
    dct:modified "2025-09-03T08:30:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/792.140954/e23/>,
        <http://dewey.info/class/891.2/e23/> ;
    skos:broader humord:c06659 ;
    skos:definition "Sanskrit dramatradisjon fra Kerala, India <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.140954/e23/>,
        <http://dewey.info/class/891.2/e23/> ;
    skos:prefLabel "Kutiyattam"@en,
        "Kutiyattam"@nb,
        "Kutiyattam"@nn .

humord:c06683 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06683" ;
    dct:modified "2025-09-03T08:32:48"^^xsd:dateTime ;
    skos:broader humord:c06659 ;
    skos:closeMatch <http://dewey.info/class/3B--20516/e23/>,
        <http://dewey.info/class/792.16/e23/>,
        <http://dewey.info/class/808.82516/e23/>,
        <http://dewey.info/class/809.2516/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--20516/e23/>,
        <http://dewey.info/class/792.16/e23/>,
        <http://dewey.info/class/808.82516/e23/>,
        <http://dewey.info/class/809.2516/e23/> ;
    skos:prefLabel "Religious plays"@en,
        "Religiøs dramatikk"@nb,
        "Religiøs dramatikk"@nn .

humord:c06684 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06684" ;
    dct:modified "2026-01-03T13:27:14"^^xsd:dateTime ;
    skos:broader humord:c34741 ;
    skos:closeMatch <http://dewey.info/class/3B--20516/e23/>,
        <http://dewey.info/class/792.16/e23/>,
        <http://dewey.info/class/808.82516/e23/>,
        <http://dewey.info/class/809.2516/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--20516/e23/>,
        <http://dewey.info/class/792.16/e23/>,
        <http://dewey.info/class/808.82516/e23/>,
        <http://dewey.info/class/809.2516/e23/> ;
    skos:prefLabel "Morality plays"@en,
        "Moraliteter (Litteratur)"@nb,
        "Moralitetar (Litteratur)"@nn .

humord:c06685 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06685" ;
    dct:modified "2025-09-03T08:33:10"^^xsd:dateTime ;
    skos:broader humord:c06659 ;
    skos:exactMatch <http://dewey.info/class/3B--20512/e23/>,
        <http://dewey.info/class/808.2512/e23/>,
        <http://dewey.info/class/808.82512/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--20512/e23/>,
        <http://dewey.info/class/808.2512/e23/>,
        <http://dewey.info/class/808.82512/e23/> ;
    skos:prefLabel "Tragedies"@en,
        "Tragedier"@nb,
        "Tragediar"@nn ;
    skos:related humord:c06681 .

humord:c06686 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06686" ;
    dct:modified "2025-09-03T08:43:56"^^xsd:dateTime ;
    skos:altLabel "Episk diktekunst"@nb,
        "Episk dikting"@nb,
        "Episk diktning"@nb,
        "Episk diktekunst"@nn,
        "Episk dikting"@nn ;
    skos:broader humord:c06656 ;
    skos:definition "Fortellende diktning i bunden eller ubunden form <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1032/e23/>,
        <http://dewey.info/class/808.8132/e23/>,
        <http://dewey.info/class/809.132/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1032/e23/>,
        <http://dewey.info/class/808.8132/e23/>,
        <http://dewey.info/class/809.132/e23/> ;
    skos:prefLabel "Epic (Genre)"@en,
        "Epikk"@nb,
        "Epikk"@nn ;
    skos:related humord:c07062,
        humord:c15844 .

humord:c06689 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06689" ;
    dct:modified "2025-09-01T21:22:44"^^xsd:dateTime ;
    skos:altLabel "Facetiae"@nb,
        "Skjemtehistorier"@nb,
        "Skjemtehistorier"@nn ;
    skos:broader humord:c04972,
        humord:c06686 ;
    skos:closeMatch <http://dewey.info/class/808.882/e23/> ;
    skos:definition "Kort fortelling, skriftlig eller muntlig, om en uvanlig person, ting eller hendelse <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.882/e23/> ;
    skos:prefLabel "Anecdotes"@en,
        "Anekdoter"@nb,
        "Anekdotar"@nn .

humord:c06692 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06692" ;
    dct:modified "2024-10-10T13:51:29"^^xsd:dateTime ;
    skos:altLabel "Folk ballads"@en,
        "Medieval ballads"@en,
        "Middelalderballader"@nb,
        "Mellomalderballadar"@nn ;
    skos:broadMatch <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/782.43/e23/>,
        <http://dewey.info/class/808.8144/e23/> ;
    skos:broader humord:c04985,
        humord:c06686 ;
    skos:exactMatch <http://dewey.info/class/3B--1044/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/>,
        <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1044/e23/>,
        <http://dewey.info/class/782.43/e23/>,
        <http://dewey.info/class/808.8144/e23/> ;
    skos:prefLabel "Ballads"@en,
        "Ballader"@nb,
        "Balladar"@nn ;
    skos:related humord:c06815 ;
    skos:relatedMatch <http://dewey.info/class/398.2/e23/> .

humord:c06694 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-09-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06694" ;
    dct:modified "2024-09-11T12:10:30"^^xsd:dateTime ;
    skos:altLabel "Dagbok"@nb,
        "Dagbøker"@nb,
        "Dagbok"@nn,
        "Dagbøker"@nn ;
    skos:broader humord:c06686 ;
    skos:closeMatch <http://dewey.info/class/1--092/e23/>,
        <http://dewey.info/class/3B--803/e23/>,
        <http://dewey.info/class/808.883/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--092/e23/>,
        <http://dewey.info/class/3B--803/e23/>,
        <http://dewey.info/class/808.883/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:prefLabel "Diaries"@en,
        "Dagbokslitteratur"@nb,
        "Dagboklitteratur"@nn .

humord:c06695 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06695" ;
    dct:modified "2025-09-01T21:26:16"^^xsd:dateTime ;
    skos:altLabel "Documentarism"@en,
        "Documentary literature"@en,
        "Factuality literature"@en,
        "Faksjonslitteratur"@nb,
        "Faksjonslitteratur"@nn ;
    skos:broader humord:c06686 ;
    skos:closeMatch <http://dewey.info/class/808.066/e23/> ;
    skos:definition "Litteratur som henter stoffet sitt fra virkelige hendinger <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/070.44/e23/>,
        <http://dewey.info/class/808.066/e23/> ;
    skos:prefLabel "Documentary fiction"@en,
        "Dokumentarlitteratur"@nb,
        "Dokumentarlitteratur"@nn ;
    skos:related humord:c07056,
        humord:c07062,
        humord:c07085,
        humord:c28741,
        humord:c36782 ;
    skos:relatedMatch <http://dewey.info/class/070.44/e23/> .

humord:c06697 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06697" ;
    dct:modified "2025-09-01T21:22:29"^^xsd:dateTime ;
    skos:altLabel "Biography"@en,
        "Biografi"@nb,
        "Biografi"@nn ;
    skos:broader humord:c06695 ;
    skos:closeMatch <http://dewey.info/class/808.06692/e23/> ;
    skos:exactMatch realfagstermer:c030117,
        <http://dewey.info/class/920/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030117,
        <http://dewey.info/class/808.06692/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:prefLabel "Biographies"@en,
        "Biografier"@nb,
        "Biografiar"@nn .

humord:c06698 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06698" ;
    dct:modified "2025-09-01T21:22:08"^^xsd:dateTime ;
    skos:altLabel "Autobiography"@en,
        "Autobiografier"@nb,
        "Selvbiografi"@nb,
        "Autobiografiar"@nn,
        "Sjølvbiografi"@nn ;
    skos:broader humord:c06697 ;
    skos:closeMatch realfagstermer:c030117 ;
    skos:definition "Litterær sjanger. Biografi om forfatterens eget liv <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/1--092/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030117,
        <http://dewey.info/class/1--092/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:prefLabel "Autobiographies"@en,
        "Selvbiografier"@nb,
        "Sjølvbiografiar"@nn ;
    skos:related humord:c06694 .

humord:c06699 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06699" ;
    dct:modified "2025-09-01T21:20:03"^^xsd:dateTime ;
    skos:altLabel "Life story"@en,
        "Livshistorier"@nb,
        "Livshistorier"@nn ;
    skos:broadMatch <http://dewey.info/class/1--092/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:broader humord:c06698 ;
    skos:closeMatch realfagstermer:c030117 ;
    skos:definition "Personlig minneopplevelse om livsløp eller hendelse i et livsløp, skriftlig  eller muntlig fortalt som kilde innen kultur og samfunnsfag <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030117,
        <http://dewey.info/class/1--092/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:prefLabel "Life stories"@en,
        "Livsminner"@nb,
        "Livsminne"@nn ;
    skos:related humord:c22512,
        humord:c24304 .

humord:c06700 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-02-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06700" ;
    dct:modified "2025-09-01T21:20:47"^^xsd:dateTime ;
    skos:altLabel "Life recollections"@en,
        "Recollections"@en,
        "Erindringer"@nb,
        "Livserindringer"@nb,
        "Memoarer"@nb,
        "Memoirer"@nb,
        "Erindringar"@nn,
        "Livserindringar"@nn,
        "Memoarar"@nn ;
    skos:broadMatch <http://dewey.info/class/1--092/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:broader humord:c06698 ;
    skos:definition "Skrevne livserindringer hvor forfatteren er til stede som begivenhetenes tilskuer og kommentator <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--092/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:prefLabel "Memoirs"@en,
        "Memoarlitteratur"@nb,
        "Memoarlitteratur"@nn .

humord:c06703 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06703" ;
    dct:modified "2025-08-26T17:09:26"^^xsd:dateTime ;
    skos:broader humord:c06686 ;
    skos:exactMatch <http://dewey.info/class/808.8132/e23/>,
        <http://dewey.info/class/809.132/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.8132/e23/>,
        <http://dewey.info/class/809.132/e23/> ;
    skos:prefLabel "Epic poetry"@en,
        "Epos"@nb,
        "Epos"@nn ;
    skos:related humord:c06745,
        humord:c06746,
        humord:c07035,
        humord:c07069 .

humord:c06704 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06704" ;
    dct:modified "2025-09-01T21:14:08"^^xsd:dateTime ;
    skos:altLabel "Arthurian literature"@en ;
    skos:broadMatch <http://dewey.info/class/398.20941/e23/>,
        <http://dewey.info/class/3B--080351/e23/>,
        <http://dewey.info/class/3B--09351/e23/>,
        <http://dewey.info/class/808.80351/e23/>,
        <http://dewey.info/class/809.93351/e23/> ;
    skos:broader humord:c06703 ;
    skos:definition "Middelalderepos som handler om sagnkongen Arthur <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.20941/e23/>,
        <http://dewey.info/class/3B--080351/e23/>,
        <http://dewey.info/class/3B--09351/e23/>,
        <http://dewey.info/class/808.80351/e23/>,
        <http://dewey.info/class/809.93351/e23/> ;
    skos:prefLabel "Arthurian romances"@en,
        "Arthurepikk"@nb,
        "Arthurepikk"@nn ;
    skos:related humord:c06745,
        humord:c06746 .

humord:c06706 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06706" ;
    dct:modified "2025-09-01T21:14:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/891.451/e23/> ;
    skos:broader humord:c06703 ;
    skos:definition "Assamesisk historisk litteratur <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.451/e23/> ;
    skos:prefLabel "Buranji"@en,
        "Buranji"@nb,
        "Buranji"@nn .

humord:c06708 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-03-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06708" ;
    dct:modified "2024-09-16T09:08:10"^^xsd:dateTime ;
    skos:altLabel "Fransk heroisk epos"@nb,
        "Fransk heroisk epos"@nn ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/>,
        <http://dewey.info/class/840.9001/e23/> ;
    skos:broader humord:c07069 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/>,
        <http://dewey.info/class/840.9001/e23/> ;
    skos:prefLabel "Chanson de geste"@en,
        "Chanson de geste"@nb,
        "Chanson de geste"@nn ;
    skos:related humord:c06711,
        humord:c06745,
        humord:c06746,
        humord:c07035 .

humord:c06710 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06710" ;
    dct:modified "2025-09-01T21:15:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3B--08017/e23/>,
        <http://dewey.info/class/3B--0917/e23/>,
        <http://dewey.info/class/3C--17/e23/>,
        <http://dewey.info/class/808.8017/e23/>,
        <http://dewey.info/class/809.917/e23/> ;
    skos:broader humord:c06703 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--08017/e23/>,
        <http://dewey.info/class/3B--0917/e23/>,
        <http://dewey.info/class/3C--17/e23/>,
        <http://dewey.info/class/808.8017/e23/>,
        <http://dewey.info/class/809.917/e23/> ;
    skos:prefLabel "Comic epic"@en,
        "Komiske epos"@nb,
        "Komiske epos"@nn ;
    skos:related humord:c07080 .

humord:c06711 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-03-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06711" ;
    dct:modified "2025-08-26T17:10:15"^^xsd:dateTime ;
    skos:altLabel "Poetry of chivalry"@en ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c06703,
        humord:c07069 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Chivalric poetry"@en,
        "Ridderepos"@nb,
        "Riddarepos"@nn ;
    skos:related humord:c06708,
        humord:c06745,
        humord:c06746,
        humord:c07035 .

humord:c06712 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06712" ;
    dct:modified "2025-09-01T21:25:30"^^xsd:dateTime ;
    skos:altLabel "Fairy-tales"@en,
        "Fairytales"@en,
        "Eventyrfortellinger"@nb,
        "Eventyrforteljingar"@nn ;
    skos:broader humord:c06686 ;
    skos:closeMatch realfagstermer:c030131,
        <http://dewey.info/class/398.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030131,
        <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Fairy tales"@en,
        "Eventyr"@nb,
        "Eventyr"@nn ;
    skos:related humord:c04972,
        humord:c04975 .

humord:c06713 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06713" ;
    dct:modified "2025-09-01T21:13:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/800/e23/> ;
    skos:broader humord:c06712 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/800/e23/> ;
    skos:prefLabel "Art fairy tales"@en,
        "Kunsteventyr"@nb,
        "Kunsteventyr"@nn .

humord:c06714 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06714" ;
    dct:modified "2025-08-27T22:10:39"^^xsd:dateTime ;
    skos:altLabel "Fortelling"@nb,
        "Forteljing"@nn ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06686 ;
    skos:closeMatch realfagstermer:c030169 ;
    skos:exactMatch <http://dewey.info/class/808.83/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030169,
        <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Stories"@en,
        "Fortellinger"@nb,
        "Forteljingar"@nn ;
    skos:related humord:c06514 .

humord:c06715 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06715" ;
    dct:modified "2025-09-01T20:56:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.30951/e23/>,
        <http://dewey.info/class/895.108/e23/> ;
    skos:broader humord:c06714 ;
    skos:definition "\"Transformation texts\" (kinesiske fortellinger fra Dunhuang, gjerne med buddhistisk islett) <UBO>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.30951/e23/>,
        <http://dewey.info/class/895.108/e23/> ;
    skos:prefLabel "Bianwen"@en,
        "Bianwen"@nb,
        "Bianwen"@nn .

humord:c06717 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06717" ;
    dct:modified "2025-09-01T20:55:48"^^xsd:dateTime ;
    skos:broader humord:c06714 ;
    skos:definition "Eksempel; en kort fortelling som brukes i en lengre framstilling, især preken, for å illustrere en moralsk egenskap og dens konsekvenser <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/251/e23/> ;
    skos:prefLabel "Exempla"@en,
        "Exemplum"@nb,
        "Exemplum"@nn ;
    skos:related humord:c06786 ;
    skos:relatedMatch <http://dewey.info/class/251/e23/> .

humord:c06718 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06718" ;
    dct:modified "2025-09-01T21:00:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c06714 ;
    skos:definition "Fortellinger (i prosa) som også kan bli sunget (vise). Strukturelt er det to typer; en romantisk og en heroisk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Minstrel tales"@en,
        "Minstrel tales"@nb,
        "Minstrel tales"@nn .

humord:c06719 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06719" ;
    dct:modified "2025-09-01T21:01:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/895.108/e23/> ;
    skos:broader humord:c06714 ;
    skos:definition "Kinesisk kommenterende fortelling <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.108/e23/> ;
    skos:prefLabel "Pinghua storytelling"@en,
        "Pinghua"@nb,
        "Pinghua"@nn .

humord:c06720 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06720" ;
    dct:modified "2025-09-01T21:03:38"^^xsd:dateTime ;
    skos:altLabel "Frame story"@en ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06714 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Narrative frame"@en,
        "Rammefortellinger"@nb,
        "Rammeforteljingar"@nn ;
    skos:related humord:c06530 .

humord:c06721 a ubo:Topic,
        skos:Concept ;
    dct:created "2018-10-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06721" ;
    dct:modified "2024-11-11T19:42:31"^^xsd:dateTime ;
    skos:altLabel "Manifestoes"@en,
        "Manifests"@en,
        "Litterære manifester"@nb,
        "Litterære manifest"@nn ;
    skos:broader humord:c01458 ;
    skos:inScheme humord: ;
    skos:prefLabel "Manifestos"@en,
        "Manifester"@nb,
        "Manifest"@nn .

humord:c06723 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06723" ;
    dct:modified "2025-09-01T21:29:27"^^xsd:dateTime ;
    skos:altLabel "Duanpian xiaoshuo"@en,
        "Duanpian xiaoshuo"@nb,
        "Duanpian xiaoshuo"@nn ;
    skos:broader humord:c06686 ;
    skos:closeMatch <http://dewey.info/class/3A--3/e23/> ;
    skos:exactMatch realfagstermer:c030169,
        <http://dewey.info/class/3B--301/e23/>,
        <http://dewey.info/class/808.831/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030169,
        <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--301/e23/>,
        <http://dewey.info/class/808.831/e23/> ;
    skos:prefLabel "Short stories"@en,
        "Noveller"@nb,
        "Noveller"@nn ;
    skos:related humord:c07490 .

humord:c06725 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06725" ;
    dct:modified "2025-09-01T20:54:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/895.13/e23/> ;
    skos:broader humord:c06723 ;
    skos:definition "Kinesisk \"short story\"/ novelle på moderne standard kinesisk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.13/e23/> ;
    skos:prefLabel "Huaben"@en,
        "Huaben"@nb,
        "Huaben"@nn .

humord:c06726 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06726" ;
    dct:modified "2025-07-03T15:36:16"^^xsd:dateTime ;
    skos:altLabel "Novel"@en,
        "Roman"@en,
        "Roman"@nn ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06686 ;
    skos:exactMatch realfagstermer:c030160,
        <http://dewey.info/class/808.83/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030160,
        <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Novels"@en,
        "Romaner"@nb,
        "Romanar"@nn ;
    skos:related humord:c07492 .

humord:c06727 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06727" ;
    dct:modified "2024-08-23T14:10:32"^^xsd:dateTime ;
    skos:altLabel "Social realist novels"@en,
        "Proletarromaner"@nb,
        "Proletarromanar"@nn ;
    skos:broader humord:c06726,
        humord:c12897 ;
    skos:closeMatch <http://dewey.info/class/808.38309352624/e23/>,
        <http://dewey.info/class/808.80352624/e23/>,
        <http://dewey.info/class/809.93352624/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.38309352624/e23/>,
        <http://dewey.info/class/808.80352624/e23/>,
        <http://dewey.info/class/809.93352624/e23/> ;
    skos:prefLabel "Proletarian novels"@en,
        "Arbeiderromaner"@nb,
        "Arbeidarromanar"@nn ;
    skos:related humord:c09373 .

humord:c06730 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06730" ;
    dct:modified "2025-08-27T09:04:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06726,
        humord:c07043 ;
    skos:definition "Roman der handlingen fortelles i brevform <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Epistolary novels"@en,
        "Brevromaner"@nb,
        "Brevromanar"@nn .

humord:c06731 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06731" ;
    dct:modified "2025-08-26T16:54:47"^^xsd:dateTime ;
    skos:altLabel "Migration novels"@en ;
    skos:broader humord:c06726,
        humord:c07051 ;
    skos:closeMatch <http://dewey.info/class/3C--352691/e23/>,
        <http://dewey.info/class/808.839920691/e23/>,
        <http://dewey.info/class/809.93352691/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--352691/e23/>,
        <http://dewey.info/class/808.839920691/e23/>,
        <http://dewey.info/class/809.93352691/e23/> ;
    skos:prefLabel "Migrant novels"@en,
        "Emigrantromaner"@nb,
        "Emigrantromanar"@nn .

humord:c06732 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06732" ;
    dct:modified "2025-09-01T20:39:31"^^xsd:dateTime ;
    skos:broader humord:c06726 ;
    skos:closeMatch <http://dewey.info/class/3C--38/e23/>,
        <http://dewey.info/class/808.83938/e23/>,
        <http://dewey.info/class/809.9338/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--38/e23/>,
        <http://dewey.info/class/808.83938/e23/>,
        <http://dewey.info/class/809.9338/e23/> ;
    skos:prefLabel "Philosophical novels"@en,
        "Filosofiske romaner"@nb,
        "Filosofiske romanar"@nn .

humord:c06733 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06733" ;
    dct:modified "2025-08-26T17:15:05"^^xsd:dateTime ;
    skos:altLabel "Futuristic fiction"@en,
        "Fremtidsromaner"@nb ;
    skos:broadMatch <http://dewey.info/class/3B--308762/e23/>,
        <http://dewey.info/class/808.838762/e23/>,
        <http://dewey.info/class/809.38762/e23/> ;
    skos:broader humord:c06726 ;
    skos:definition "Roman som skildrer en tenkt framtid <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--308762/e23/>,
        <http://dewey.info/class/808.838762/e23/>,
        <http://dewey.info/class/809.38762/e23/> ;
    skos:prefLabel "Fiuturistic novels"@en,
        "Framtidsromaner"@nb,
        "Framtidsromanar"@nn ;
    skos:related humord:c07060,
        humord:c34718 .

humord:c06735 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06735" ;
    dct:modified "2025-09-01T20:36:05"^^xsd:dateTime ;
    skos:altLabel "Serial fiction"@en ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06726 ;
    skos:definition "Føljetongromaner oppsto ved at kapitler ble publisert i aviser <uio>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Serial novels"@en,
        "Føljetongromaner"@nb,
        "Føljetongromanar"@nn ;
    skos:related humord:c66913,
        humord:c66945 .

humord:c06737 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06737" ;
    dct:modified "2025-09-01T20:43:29"^^xsd:dateTime ;
    skos:broader humord:c06726 ;
    skos:closeMatch <http://dewey.info/class/3B--3081/e23/>,
        <http://dewey.info/class/809.381/e23/> ;
    skos:exactMatch <http://dewey.info/class/808.8381/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--3081/e23/>,
        <http://dewey.info/class/808.8381/e23/>,
        <http://dewey.info/class/809.381/e23/> ;
    skos:prefLabel "Historical novels"@en,
        "Historiske romaner"@nb,
        "Historiske romanar"@nn ;
    skos:related humord:c28808 .

humord:c06738 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06738" ;
    dct:modified "2025-08-26T16:59:43"^^xsd:dateTime ;
    skos:altLabel "Bucolic novels"@en,
        "Bukoliske romaner"@nb,
        "Pastoralromaner"@nb,
        "Bukoliske romanar"@nn,
        "Pastoralromanar"@nn ;
    skos:broadMatch <http://dewey.info/class/809.93321734/e23/> ;
    skos:broader humord:c06726,
        humord:c07071 ;
    skos:definition "Roman som skildrer landlivet og især hyrdelivet i idealisert form <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/809.93321734/e23/> ;
    skos:prefLabel "Pastoral novels"@en,
        "Hyrderomaner"@nb,
        "Hyrderomanar"@nn ;
    skos:related humord:c06670,
        humord:c06781,
        humord:c07075 .

humord:c06741 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06741" ;
    dct:modified "2025-08-27T21:46:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06726 ;
    skos:definition "Roman skrevet i jeg-form <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "First-person novels"@en,
        "Jeg-romaner"@nb,
        "Eg-romanar"@nn ;
    skos:related humord:c06518 .

humord:c06742 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06742" ;
    dct:modified "2025-09-01T20:36:29"^^xsd:dateTime ;
    skos:altLabel "Love stories (Literature)"@en,
        "Romance fiction"@en ;
    skos:broader humord:c06726 ;
    skos:exactMatch <http://dewey.info/class/3B--3085/e23/>,
        <http://dewey.info/class/808.8385/e23/>,
        <http://dewey.info/class/809.385/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--3085/e23/>,
        <http://dewey.info/class/808.8385/e23/>,
        <http://dewey.info/class/809.385/e23/> ;
    skos:prefLabel "Romance novels"@en,
        "Kjærlighetsromaner"@nb,
        "Kjærleiksromanar"@nn .

humord:c06744 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06744" ;
    dct:modified "2025-09-01T20:44:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06726 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Collective novels"@en,
        "Kollektive romaner"@nb,
        "Kollektive romanar"@nn .

humord:c06745 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06745" ;
    dct:modified "2025-08-26T17:09:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.8302/e23/>,
        <http://dewey.info/class/809.302/e23/> ;
    skos:broader humord:c06726 ;
    skos:definition "Fortelling av verdslig innhold, skrevet i middelalderen på folkespråket, i bunden eller ubunden form <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.8302/e23/>,
        <http://dewey.info/class/809.302/e23/> ;
    skos:prefLabel "Medieval novels"@en,
        "Middelalderromaner"@nb,
        "Mellomalderromanar"@nn ;
    skos:related humord:c06703,
        humord:c06704,
        humord:c06708,
        humord:c06711,
        humord:c07035,
        humord:c07069 .

humord:c06746 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06746" ;
    dct:modified "2024-08-30T12:46:15"^^xsd:dateTime ;
    skos:altLabel "Chivalry novels"@en,
        "Romances of chivalry"@en,
        "Wuxia xiaoshuo"@nb,
        "Wuxia xiaoshuo"@nn ;
    skos:broadMatch <http://dewey.info/class/809.302/e23/>,
        <http://dewey.info/class/809.93351/e23/> ;
    skos:broader humord:c06745 ;
    skos:definition "Middelalderroman som handler om riddere og riddereventyr <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.7/e23/>,
        <http://dewey.info/class/809.302/e23/>,
        <http://dewey.info/class/809.93351/e23/> ;
    skos:prefLabel "Chivalric novels"@en,
        "Ridderromaner"@nb,
        "Riddarromanar"@nn ;
    skos:related humord:c06703,
        humord:c06704,
        humord:c06708,
        humord:c06711,
        humord:c06774,
        humord:c07035,
        humord:c07069 ;
    skos:relatedMatch <http://dewey.info/class/394.7/e23/> .

humord:c06747 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06747" ;
    dct:modified "2025-09-01T20:36:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/843.914/e23/> ;
    skos:broader humord:c06726 ;
    skos:definition "Fransk eksperimentell roman fra 1950- og 1960-årene <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/843.914/e23/> ;
    skos:prefLabel "Nouveau roman"@en,
        "Nouveau roman"@nb,
        "Nouveau roman"@nn .

humord:c06748 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06748" ;
    dct:modified "2025-09-01T20:48:52"^^xsd:dateTime ;
    skos:altLabel "Pikareskromaner"@nb,
        "Schelmenromane"@nb,
        "Skjelmeromaner"@nb,
        "Pikareskromanar"@nn,
        "Skjelmeromanar"@nn ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/> ;
    skos:broader humord:c06726 ;
    skos:definition "Pikareskroman er en type roman som handler om en skøyer eller ung, omflakkende eventyrer (spansk pícaro). <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/3B--30877/e23/>,
        <http://dewey.info/class/808.83877/e23/>,
        <http://dewey.info/class/809.3877/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--30877/e23/>,
        <http://dewey.info/class/808.83877/e23/>,
        <http://dewey.info/class/809.3877/e23/> ;
    skos:prefLabel "Picaresque novels"@en,
        "Pikareske romaner"@nb,
        "Pikareske romanar"@nn ;
    skos:related humord:c07569 .

humord:c06750 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06750" ;
    dct:modified "2024-10-16T14:09:27"^^xsd:dateTime ;
    skos:altLabel "Bekjennelsesromaner"@nb ;
    skos:broader humord:c06726 ;
    skos:closeMatch <http://dewey.info/class/3B--3082/e23/>,
        <http://dewey.info/class/808.8382/e23/>,
        <http://dewey.info/class/809.382/e23/> ;
    skos:definition "Roman som i store trekk gir inntrykk av samsvar mellom hovedpersonens og forfatterens tidligere liv <UBB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--3082/e23/>,
        <http://dewey.info/class/808.8382/e23/>,
        <http://dewey.info/class/809.382/e23/> ;
    skos:prefLabel "Autobiographical novels"@en,
        "Selvbiografiske romaner"@nb,
        "Sjølvbiografiske romanar"@nn ;
    skos:related humord:c28741 .

humord:c06751 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06751" ;
    dct:modified "2025-09-01T20:50:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/808.83/e23/> ;
    skos:broader humord:c06726 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/808.83/e23/> ;
    skos:prefLabel "Sentimental novels"@en,
        "Sentimentale romaner"@nb,
        "Sentimentale romanar"@nn .

humord:c06752 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06752" ;
    dct:modified "2025-09-01T20:38:00"^^xsd:dateTime ;
    skos:broader humord:c06726 ;
    skos:closeMatch <http://dewey.info/class/3B--30872/e23/>,
        <http://dewey.info/class/808.3872/e23/>,
        <http://dewey.info/class/809.3872/e23/> ;
    skos:definition "Romantype som vil underholde og virke gjennom en sterkt beveget handling, f.eks.eventyrromanen, kriminal-, spion- og agentromanen og westernromanen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--30872/e23/>,
        <http://dewey.info/class/808.3872/e23/>,
        <http://dewey.info/class/809.3872/e23/> ;
    skos:prefLabel "Suspense novels"@en,
        "Spenningsromaner"@nb,
        "Spenningsromanar"@nn .

humord:c06753 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06753" ;
    dct:modified "2026-01-06T09:03:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3B--3087/e23/>,
        <http://dewey.info/class/808.8387/e23/>,
        <http://dewey.info/class/809.387/e23/> ;
    skos:broader humord:c06752 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--3087/e23/>,
        <http://dewey.info/class/808.8387/e23/>,
        <http://dewey.info/class/809.387/e23/> ;
    skos:prefLabel "Adventure novels"@en,
        "Eventyrromaner"@nb,
        "Eventyrromanar"@nn .

humord:c06754 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06754" ;
    dct:modified "2025-08-26T17:13:09"^^xsd:dateTime ;
    skos:altLabel "Horror fiction"@en,
        "Horror novels"@en,
        "Horror tales"@en,
        "Grøsserromaner"@nb,
        "Skrekklitteratur"@nb,
        "Skrekkromantikk"@nb,
        "Grøssarromanar"@nn,
        "Skrekklitteratur"@nn,
        "Skrekkromantikk"@nn ;
    skos:broadMatch <http://dewey.info/class/808.838738/e23/> ;
    skos:broader humord:c06752 ;
    skos:closeMatch <http://dewey.info/class/791.436164/e23/>,
        <http://dewey.info/class/809.9164/e23/> ;
    skos:definition "Litteratur som tar i bruk skrekkeffekter <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.436164/e23/>,
        <http://dewey.info/class/808.80164/e23/>,
        <http://dewey.info/class/808.838738/e23/>,
        <http://dewey.info/class/809.9164/e23/> ;
    skos:prefLabel "Horror literature"@en,
        "Grøssere"@nb,
        "Grøssarar"@nn ;
    skos:related humord:c07076,
        humord:c14383 ;
    skos:relatedMatch <http://dewey.info/class/808.80164/e23/> .

humord:c06758 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06758" ;
    dct:modified "2025-08-26T10:58:07"^^xsd:dateTime ;
    skos:altLabel "Detective novels"@en,
        "Detective stories"@en,
        "Detektivfortellinger"@nb,
        "Detektivromaner"@nb,
        "Krimfortellinger"@nb,
        "Kriminalfortellinger"@nb,
        "Detektivforteljingar"@nn,
        "Detektivromanar"@nn,
        "Krimforteljingar"@nn,
        "Kriminalforteljingar"@nn ;
    skos:broadMatch <http://dewey.info/class/3B--30872/e23/>,
        <http://dewey.info/class/808.3872/e23/>,
        <http://dewey.info/class/809.3872/e23/> ;
    skos:broader humord:c06752,
        humord:c07076 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--30872/e23/>,
        <http://dewey.info/class/808.3872/e23/>,
        <http://dewey.info/class/809.3872/e23/> ;
    skos:prefLabel "Crime novels"@en,
        "Kriminalromaner"@nb,
        "Kriminalromanar"@nn ;
    skos:related humord:c29195 .

humord:c06759 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06759" ;
    dct:modified "2025-09-01T13:55:38"^^xsd:dateTime ;
    skos:altLabel "Agentromaner"@nb,
        "Agentromanar"@nn ;
    skos:broader humord:c06752 ;
    skos:closeMatch <http://dewey.info/class/3B--30872/e23/>,
        <http://dewey.info/class/808.3872/e23/>,
        <http://dewey.info/class/809.3872/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--30872/e23/>,
        <http://dewey.info/class/808.3872/e23/>,
        <http://dewey.info/class/809.3872/e23/> ;
    skos:prefLabel "Spy novels"@en,
        "Spionromaner"@nb,
        "Spionromanar"@nn .

humord:c06761 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06761" ;
    dct:modified "2024-06-17T09:59:01"^^xsd:dateTime ;
    skos:altLabel "Tendentious novels"@en,
        "Tendensdiktning"@nb,
        "Tendensromaner"@nb,
        "Tendensdikting"@nn,
        "Tendensromanar"@nn ;
    skos:broadMatch <http://dewey.info/class/3B--3081/e23/>,
        <http://dewey.info/class/809.034/e23/> ;
    skos:broader humord:c06726 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--3081/e23/>,
        <http://dewey.info/class/809.034/e23/> ;
    skos:prefLabel "Tendentious literature"@en,
        "Tendenslitteratur"@nb,
        "Tendenslitteratur"@nn .

humord:c06762 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06762" ;
    dct:modified "2025-08-26T09:19:48"^^xsd:dateTime ;
    skos:altLabel "Pulp novels"@en,
        "Populærromaner"@nb,
        "Populærromanar"@nn ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06726,
        humord:c07085 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.488/e23/>,
        <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Pulp fiction"@en,
        "Trivialromaner"@nb,
        "Trivialromanar"@nn ;
    skos:related humord:c07098 ;
    skos:relatedMatch <http://dewey.info/class/306.488/e23/> .

humord:c06764 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06764" ;
    dct:modified "2025-08-26T17:13:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3B--308762/e23/>,
        <http://dewey.info/class/808.839372/e23/>,
        <http://dewey.info/class/809.93372/e23/> ;
    skos:broader humord:c06726,
        humord:c07061 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--308762/e23/>,
        <http://dewey.info/class/808.839372/e23/>,
        <http://dewey.info/class/809.93372/e23/> ;
    skos:prefLabel "Utopian novels"@en,
        "Utopiske romaner"@nb,
        "Utopiske romanar"@nn .

humord:c06765 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06765" ;
    dct:modified "2025-09-01T20:38:57"^^xsd:dateTime ;
    skos:altLabel "Novels of development"@en ;
    skos:broadMatch <http://dewey.info/class/3C--354/e23/>,
        <http://dewey.info/class/808.839354/e23/>,
        <http://dewey.info/class/809.39354/e23/> ;
    skos:broader humord:c06726 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--354/e23/>,
        <http://dewey.info/class/808.839354/e23/>,
        <http://dewey.info/class/809.39354/e23/> ;
    skos:prefLabel "Development novels"@en,
        "Utviklingsromaner"@nb,
        "Utviklingsromanar"@nn .

humord:c06766 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06766" ;
    dct:modified "2024-10-03T10:52:38"^^xsd:dateTime ;
    skos:altLabel "Bildungsromane"@en,
        "Bildungsromaner"@nb,
        "Bildungsromanar"@nn ;
    skos:broadMatch <http://dewey.info/class/3C--354/e23/>,
        <http://dewey.info/class/808.839354/e23/>,
        <http://dewey.info/class/809.39354/e23/> ;
    skos:broader humord:c06765 ;
    skos:definition "Dannelsesromaner er romaner som følger hovedpersonen gjennom barndom og oppvekst til voksent liv, og som viser noen av de krefter som former personligheten. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--354/e23/>,
        <http://dewey.info/class/808.839354/e23/>,
        <http://dewey.info/class/809.39354/e23/> ;
    skos:prefLabel "Bildungsroman"@en,
        "Dannelsesromaner"@nb,
        "Danningsromanar"@nn .

humord:c06768 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06768" ;
    dct:modified "2025-09-01T21:34:27"^^xsd:dateTime ;
    skos:altLabel "Sagaar (Litteratur)"@nn ;
    skos:broader humord:c06686 ;
    skos:closeMatch <http://dewey.info/class/839.63/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.63/e23/>,
        <http://dewey.info/class/948.02/e23/> ;
    skos:prefLabel "Sagas (Literature)"@en,
        "Sagaer (Litteratur)"@nb,
        "Sagaer (Litteratur)"@nn ;
    skos:relatedMatch <http://dewey.info/class/948.02/e23/> .

humord:c06769 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06769" ;
    dct:modified "2025-09-01T13:52:40"^^xsd:dateTime ;
    skos:altLabel "Bispesagaar"@nn ;
    skos:broadMatch <http://dewey.info/class/839.63/e23/> ;
    skos:broader humord:c06768 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.63/e23/> ;
    skos:prefLabel "Bishops' sagas"@en,
        "Bispesagaer"@nb,
        "Bispesagaer"@nn .

humord:c06770 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06770" ;
    dct:modified "2025-09-01T20:34:08"^^xsd:dateTime ;
    skos:altLabel "Fornaldersagaar"@nn ;
    skos:broadMatch <http://dewey.info/class/839.63/e23/> ;
    skos:broader humord:c06768 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.63/e23/> ;
    skos:prefLabel "Legendary sagas"@en,
        "Fornaldersagaer"@nb,
        "Fornaldersagaer"@nn .

humord:c06771 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06771" ;
    dct:modified "2024-10-11T09:20:49"^^xsd:dateTime ;
    skos:altLabel "Islandske sagaer"@nb,
        "Islandske ættesagaer"@nb,
        "Islandske sagaar"@nn,
        "Islandske sagaer"@nn,
        "Islandske ættesagaar"@nn,
        "Islandske ættesagaer"@nn,
        "Islendinge­sagaer"@nn,
        "Islending­sagaar"@nn,
        "Islending­sagaer"@nn ;
    skos:broadMatch <http://dewey.info/class/839.63/e23/> ;
    skos:broader humord:c06768 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.63/e23/> ;
    skos:prefLabel "Sagas of the Icelanders"@en,
        "Islendingesagaer"@nb,
        "Islendinge­sagaar"@nn .

humord:c06773 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06773" ;
    dct:modified "2025-09-01T13:53:25"^^xsd:dateTime ;
    skos:altLabel "Kongesagaar"@nn ;
    skos:broadMatch <http://dewey.info/class/839.63/e23/> ;
    skos:broader humord:c06768 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.63/e23/> ;
    skos:prefLabel "Kings' sagas"@en,
        "Kongesagaer"@nb,
        "Kongesagaer"@nn .

humord:c06774 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06774" ;
    dct:modified "2025-09-01T13:53:46"^^xsd:dateTime ;
    skos:altLabel "Riddersagaar"@nn ;
    skos:broadMatch <http://dewey.info/class/809.302/e23/>,
        <http://dewey.info/class/809.93351/e23/> ;
    skos:broader humord:c06768 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.7/e23/>,
        <http://dewey.info/class/809.302/e23/>,
        <http://dewey.info/class/809.93351/e23/> ;
    skos:prefLabel "Chivalric sagas"@en,
        "Riddersagaer"@nb,
        "Riddersagaer"@nn ;
    skos:related humord:c06746 ;
    skos:relatedMatch <http://dewey.info/class/394.7/e23/> .

humord:c06776 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06776" ;
    dct:modified "2025-09-03T08:40:51"^^xsd:dateTime ;
    skos:broader humord:c06656 ;
    skos:exactMatch <http://dewey.info/class/808.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.4/e23/> ;
    skos:prefLabel "Essayism"@en,
        "Essayistikk"@nb,
        "Essayistikk"@nn .

humord:c06777 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06777" ;
    dct:modified "2026-06-04T12:55:38"^^xsd:dateTime ;
    skos:altLabel "Essay"@nb,
        "Essays"@nb ;
    skos:broader humord:c06776 ;
    skos:closeMatch <http://dewey.info/class/808.4/e23/>,
        <http://dewey.info/class/808.84/e23/> ;
    skos:definition "Fransk/norsk tradisjon: Essayet er en personlig formet artikkel med tydelig  preg av forfatterens holdninger, personlige opplevelser, anekdoter eller metaforer. Essay som sjanger ligger mellom fagtekst og prosatekst."@nb ;
    skos:exactMatch realfagstermer:c030079,
        <http://dewey.info/class/3A--4/e23/>,
        <http://dewey.info/class/3B--4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030079,
        <http://dewey.info/class/3A--4/e23/>,
        <http://dewey.info/class/3B--4/e23/>,
        <http://dewey.info/class/808.4/e23/>,
        <http://dewey.info/class/808.84/e23/> ;
    skos:prefLabel "Essays"@en,
        "Essayer"@nb,
        "Essay"@nn ;
    skos:related humord:c07488,
        humord:c70440 .

humord:c06778 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06778" ;
    dct:modified "2025-09-03T08:41:10"^^xsd:dateTime ;
    skos:altLabel "Poesy"@en,
        "Poesi"@nb,
        "Poesi"@nn ;
    skos:broader humord:c06656 ;
    skos:closeMatch realfagstermer:c030167 ;
    skos:definition "Sjanger, særlig i versform, som (gjerne) beskriver en subjektiv opplevelse eller tilstand og hvor dikterens følelser og tanker kommer mest direkte til uttrykk <UBO>"@nb ;
    skos:editorialNote "Lukket bemerkning: Poesi slettet som eget emneord og lagt som henvisning til Lyrikk 9/12-21 vsl"@nb ;
    skos:exactMatch <http://dewey.info/class/808.1/e23/>,
        <http://dewey.info/class/808.81/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030167,
        <http://dewey.info/class/808.1/e23/>,
        <http://dewey.info/class/808.81/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:prefLabel "Poetry"@en,
        "Lyrikk"@nb,
        "Lyrikk"@nn ;
    skos:related humord:c07489 .

humord:c06779 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-08-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06779" ;
    dct:modified "2025-08-29T12:52:54"^^xsd:dateTime ;
    skos:broader humord:c06778 ;
    skos:closeMatch realfagstermer:c030167 ;
    skos:definition "Kort tekst som er skrevet på vers i bunden eller ubunden form <Litt.vit.leksikon>"@nb ;
    skos:exactMatch <http://dewey.info/class/808.1/e23/>,
        <http://dewey.info/class/808.81/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030167,
        <http://dewey.info/class/808.1/e23/>,
        <http://dewey.info/class/808.81/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:prefLabel "Poems"@en,
        "Dikt"@nb,
        "Dikt"@nn .

humord:c06781 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-07-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06781" ;
    dct:modified "2025-09-01T10:06:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.819321734/e23/>,
        <http://dewey.info/class/809.93321734/e23/> ;
    skos:broader humord:c06793 ;
    skos:definition "Dikt som skildrer gjetere som enkle og lykkelige mennesker i vakre landskaper <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.819321734/e23/>,
        <http://dewey.info/class/809.93321734/e23/> ;
    skos:prefLabel "Pastoral poems"@en,
        "Hyrdedikt"@nb,
        "Hyrdedikt"@nn ;
    skos:related humord:c06670,
        humord:c06738,
        humord:c07071,
        humord:c07075 .

humord:c06782 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06782" ;
    dct:modified "2024-02-28T14:17:35"^^xsd:dateTime ;
    skos:altLabel "Leilighetsdiktning"@nb,
        "Høvesdikting"@nn ;
    skos:broadMatch <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1/e23/>,
        <http://dewey.info/class/808.81/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:broader humord:c06779 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1/e23/>,
        <http://dewey.info/class/808.81/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:prefLabel "Occasional verse"@en,
        "Leilighetsdikt"@nb,
        "Høvesdikt"@nn ;
    skos:related humord:c12895,
        humord:c13338,
        humord:c13895 .

humord:c06784 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06784" ;
    dct:modified "2025-03-31T13:15:35"^^xsd:dateTime ;
    skos:altLabel "Epitafium"@nb,
        "Epitafium"@nn ;
    skos:broadMatch <http://dewey.info/class/929.5/e23/> ;
    skos:broader humord:c05644 ;
    skos:closeMatch <http://dewey.info/class/736.5/e23/> ;
    skos:definition "Epitafium er en minnetavle med inskripsjon som handler om en avdød persons ettermæle. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/736.5/e23/>,
        <http://dewey.info/class/739.522/e23/>,
        <http://dewey.info/class/929.5/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Epitaphs"@en,
        "Epitafer"@nb,
        "Epitaf"@nn ;
    skos:relatedMatch <http://dewey.info/class/739.522/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c06786 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06786" ;
    dct:modified "2025-09-01T09:45:26"^^xsd:dateTime ;
    skos:altLabel "Didaktisk lyrikk"@nb,
        "Didaktisk lyrikk"@nn ;
    skos:broadMatch <http://dewey.info/class/3B--105/e23/>,
        <http://dewey.info/class/808.815/e23/>,
        <http://dewey.info/class/809.15/e23/> ;
    skos:broader humord:c06779 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--105/e23/>,
        <http://dewey.info/class/808.815/e23/>,
        <http://dewey.info/class/809.15/e23/> ;
    skos:prefLabel "Didactic poetry"@en,
        "Læredikt"@nb,
        "Læredikt"@nn ;
    skos:related humord:c06717,
        humord:c06834,
        humord:c07047 .

humord:c06788 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06788" ;
    dct:modified "2025-09-01T09:45:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1/e23/>,
        <http://dewey.info/class/808.81/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:broader humord:c06779 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1/e23/>,
        <http://dewey.info/class/808.81/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:prefLabel "Prose poetry"@en,
        "Prosadikt"@nb,
        "Prosadikt"@nn ;
    skos:related humord:c06841 .

humord:c06789 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06789" ;
    dct:modified "2025-09-01T07:39:22"^^xsd:dateTime ;
    skos:broader humord:c06779 ;
    skos:closeMatch <http://dewey.info/class/3B--107/e23/>,
        <http://dewey.info/class/808.817/e23/>,
        <http://dewey.info/class/809.17/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--107/e23/>,
        <http://dewey.info/class/808.817/e23/>,
        <http://dewey.info/class/809.17/e23/> ;
    skos:prefLabel "Humorous poetry"@en,
        "Skjemtedikt"@nb,
        "Skjemtedikt"@nn .

humord:c06790 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06790" ;
    dct:modified "2025-09-01T13:50:58"^^xsd:dateTime ;
    skos:altLabel "Sonnet"@en,
        "Sonett"@nb,
        "Sonett"@nn ;
    skos:broader humord:c06793 ;
    skos:exactMatch <http://dewey.info/class/3B--1042/e23/>,
        <http://dewey.info/class/808.8142/e23/>,
        <http://dewey.info/class/809.142/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--1042/e23/>,
        <http://dewey.info/class/808.8142/e23/>,
        <http://dewey.info/class/809.142/e23/> ;
    skos:prefLabel "Sonnets"@en,
        "Sonetter"@nb,
        "Sonettar"@nn .

humord:c06791 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06791" ;
    dct:modified "2025-09-01T09:53:09"^^xsd:dateTime ;
    skos:altLabel "Minnedikt"@nb,
        "Minnedikt"@nn ;
    skos:broadMatch <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--104/e23/>,
        <http://dewey.info/class/808.814/e23/>,
        <http://dewey.info/class/809.14/e23/> ;
    skos:broader humord:c06779 ;
    skos:definition "Dikt avfattet til minne om en avdød, en sørgelig begivenhet el.l. <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--104/e23/>,
        <http://dewey.info/class/808.814/e23/>,
        <http://dewey.info/class/809.14/e23/> ;
    skos:prefLabel "Poetry of mourning"@en,
        "Sørgedikt"@nb,
        "Sørgedikt"@nn ;
    skos:related humord:c05537,
        humord:c06800 .

humord:c06794 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06794" ;
    dct:modified "2024-08-20T17:11:08"^^xsd:dateTime ;
    skos:altLabel "Ci-poesi"@nb,
        "Xiaoling"@nb,
        "Ci-poesi"@nn,
        "Xiaoling"@nn ;
    skos:broadMatch <http://dewey.info/class/895.11/e23/> ;
    skos:broader humord:c06793 ;
    skos:definition "Ci er kinesisk lyrikk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.11/e23/> ;
    skos:prefLabel "Ci (poetry)"@en,
        "Ci"@nb,
        "Ci"@nn .

humord:c06796 a ubo:Topic,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06796" ;
    dct:modified "2024-09-16T16:07:15"^^xsd:dateTime ;
    skos:broader humord:c06793 ;
    skos:definition "Cifu er kinesisk lyrikk, rytmisk prosa <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "Fu (poetry)"@en,
        "Cifu"@nb,
        "Cifu"@nn ;
    skos:related humord:c06827 .

humord:c06797 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06797" ;
    dct:modified "2025-09-01T10:28:27"^^xsd:dateTime ;
    skos:altLabel "Demringsdikting"@nb,
        "Demringsdiktning"@nb,
        "Demringsdikting"@nn ;
    skos:broadMatch <http://dewey.info/class/851.912/e23/> ;
    skos:broader humord:c06793 ;
    skos:definition "Crepuscolarismo er en betegnelse på en retning innen italiensk lyrikk ca 1900-1915 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/851.912/e23/> ;
    skos:prefLabel "Crepuscolarismo"@en,
        "Crepuscolarismo"@nb,
        "Crepuscolarismo"@nn .

humord:c06800 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06800" ;
    dct:modified "2025-09-01T10:04:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/224.3/e23/>,
        <http://dewey.info/class/784.18964/e23/>,
        <http://dewey.info/class/808.1/e23/>,
        <http://dewey.info/class/809.14/e23/>,
        <http://dewey.info/class/881.0109/e23/>,
        <http://dewey.info/class/884/e23/> ;
    skos:broader humord:c06793 ;
    skos:definition "Klagedikt (sentimentalt) uten hensyn til ytre form <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/224.3/e23/>,
        <http://dewey.info/class/784.18964/e23/>,
        <http://dewey.info/class/808.1/e23/>,
        <http://dewey.info/class/809.14/e23/>,
        <http://dewey.info/class/881.0109/e23/>,
        <http://dewey.info/class/884/e23/> ;
    skos:prefLabel "Elegies"@en,
        "Elegier"@nb,
        "Elegiar"@nn ;
    skos:related humord:c05537,
        humord:c06791 .

humord:c06802 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06802" ;
    dct:modified "2025-08-27T08:15:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.81915/e23/>,
        <http://dewey.info/class/809.1915/e23/> ;
    skos:broader humord:c06793 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.81915/e23/>,
        <http://dewey.info/class/809.1915/e23/> ;
    skos:prefLabel "Emblem (literature)"@en,
        "Emblemlyrikk"@nb,
        "Emblemlyrikk"@nn ;
    skos:related humord:c07049 .

humord:c06803 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06803" ;
    dct:modified "2025-09-01T10:06:18"^^xsd:dateTime ;
    skos:altLabel "Fu-poesi"@nb,
        "Fu-poesi"@nn ;
    skos:broadMatch <http://dewey.info/class/895.1122/e23/> ;
    skos:broader humord:c06793 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.1122/e23/> ;
    skos:prefLabel "Fu"@en,
        "Fu"@nb,
        "Fu"@nn ;
    skos:related humord:c06827 .

humord:c06804 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06804" ;
    dct:modified "2025-09-01T10:30:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/895.11/e23/> ;
    skos:broader humord:c06793 ;
    skos:definition "Kinesisk lyrikk i bunden form <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.11/e23/> ;
    skos:prefLabel "Jueju"@en,
        "Jueju"@nb,
        "Jueju"@nn .

humord:c06805 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06805" ;
    dct:modified "2025-09-01T10:29:57"^^xsd:dateTime ;
    skos:broader humord:c06793 ;
    skos:closeMatch <http://dewey.info/class/3C--3543/e23/>,
        <http://dewey.info/class/808.8193543/e23/>,
        <http://dewey.info/class/809.933543/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--3543/e23/>,
        <http://dewey.info/class/808.8193543/e23/>,
        <http://dewey.info/class/809.933543/e23/> ;
    skos:prefLabel "Love poetry"@en,
        "Kjærlighetslyrikk"@nb,
        "Kjærleikslyrikk"@nn .

humord:c06806 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06806" ;
    dct:modified "2025-09-01T10:03:08"^^xsd:dateTime ;
    skos:altLabel "Kharja"@nb,
        "Kharja"@nn ;
    skos:broadMatch <http://dewey.info/class/808.8193543/e23/>,
        <http://dewey.info/class/861.1/e23/> ;
    skos:broader humord:c06805 ;
    skos:definition "Kjærlighetsdikt skrevet i det mauriske Spania på den gammelspanske dialekt mozarabisk. De eldste kan dateres til ca 1040 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.8193543/e23/>,
        <http://dewey.info/class/861.1/e23/> ;
    skos:prefLabel "Kharja"@en,
        "Jarcha"@nb,
        "Jarcha"@nn ;
    skos:related humord:c10515 .

humord:c06808 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06808" ;
    dct:modified "2025-09-01T10:03:46"^^xsd:dateTime ;
    skos:broader humord:c06805 ;
    skos:closeMatch <http://dewey.info/class/3B--104/e23/>,
        <http://dewey.info/class/808.814/e23/>,
        <http://dewey.info/class/809.14/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--104/e23/>,
        <http://dewey.info/class/808.814/e23/>,
        <http://dewey.info/class/809.14/e23/> ;
    skos:prefLabel "Minnesang"@en,
        "Minnesanger"@nb,
        "Minnesongar"@nn .

humord:c06809 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06809" ;
    dct:modified "2025-09-01T10:42:11"^^xsd:dateTime ;
    skos:altLabel "Moaxaja"@en,
        "Moaxaja"@nb,
        "Muwashshah"@nb,
        "Moaxaja"@nn,
        "Muwashshah"@nn ;
    skos:broadMatch <http://dewey.info/class/892.713/e23/> ;
    skos:broader humord:c06793 ;
    skos:definition "En lyrisk sjanger skrevet på arabisk eller hebraisk, utviklet i det mauriske Spania på 1000- og 1100-tallet og utbredt senere i den muslimske verden <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/892.713/e23/> ;
    skos:prefLabel "Muwashshaḥ"@en,
        "Muwashah"@nb,
        "Muwashah"@nn .

humord:c06812 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06812" ;
    dct:modified "2025-09-01T10:43:34"^^xsd:dateTime ;
    skos:altLabel "Oder"@nn ;
    skos:broadMatch <http://dewey.info/class/3A--1/e23/> ;
    skos:broader humord:c06793 ;
    skos:exactMatch <http://dewey.info/class/3B--1043/e23/>,
        <http://dewey.info/class/808.8143/e23/>,
        <http://dewey.info/class/809.143/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1043/e23/>,
        <http://dewey.info/class/808.8143/e23/>,
        <http://dewey.info/class/809.143/e23/> ;
    skos:prefLabel "Odes"@en,
        "Oder"@nb,
        "Odar"@nn .

humord:c06813 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06813" ;
    dct:modified "2025-09-01T10:02:20"^^xsd:dateTime ;
    skos:altLabel "Pindariske oder"@nn ;
    skos:broadMatch <http://dewey.info/class/3B--1043/e23/>,
        <http://dewey.info/class/808.8143/e23/>,
        <http://dewey.info/class/809.143/e23/> ;
    skos:broader humord:c06812 ;
    skos:definition "Ode som er oppbygget som oden til Pindar, med strofe, antistrofe og epode <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1043/e23/>,
        <http://dewey.info/class/808.8143/e23/>,
        <http://dewey.info/class/809.143/e23/> ;
    skos:prefLabel "Pindaric odes"@en,
        "Pindariske oder"@nb,
        "Pindariske odar"@nn ;
    skos:relatedMatch <http://dewey.info/class/3A--1/e23/> .

humord:c06814 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06814" ;
    dct:modified "2025-09-01T13:49:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3C--382/e23/>,
        <http://dewey.info/class/808.80382/e23/>,
        <http://dewey.info/class/809.93382/e23/> ;
    skos:broader humord:c06793 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--382/e23/>,
        <http://dewey.info/class/808.80382/e23/>,
        <http://dewey.info/class/809.93382/e23/> ;
    skos:prefLabel "Religious poetry"@en,
        "Religiøs lyrikk"@nb,
        "Religiøs lyrikk"@nn .

humord:c06815 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06815" ;
    dct:modified "2025-08-27T08:06:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3B--1033/e23/>,
        <http://dewey.info/class/3B--3085/e23/>,
        <http://dewey.info/class/808.8133/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/808.8385/e23/>,
        <http://dewey.info/class/809.133/e23/>,
        <http://dewey.info/class/809.3/e23/>,
        <http://dewey.info/class/809.385/e23/> ;
    skos:broader humord:c06793 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--1033/e23/>,
        <http://dewey.info/class/3B--3085/e23/>,
        <http://dewey.info/class/808.8133/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/808.8385/e23/>,
        <http://dewey.info/class/809.133/e23/>,
        <http://dewey.info/class/809.3/e23/>,
        <http://dewey.info/class/809.385/e23/> ;
    skos:prefLabel "Romances (Literature)"@en,
        "Romanser (Litteratur)"@nb,
        "Romansar (Litteratur)"@nn ;
    skos:related humord:c06692 .

humord:c06816 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06816" ;
    dct:modified "2025-09-01T13:51:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/203.8/e23/> ;
    skos:broader humord:c06793 ;
    skos:exactMatch <http://dewey.info/class/264.23/e23/>,
        <http://dewey.info/class/782.27/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/204.3/e23/>,
        <http://dewey.info/class/264.23/e23/>,
        <http://dewey.info/class/296.462/e23/>,
        <http://dewey.info/class/782.27/e23/> ;
    skos:prefLabel "Psalms"@en,
        "Salmer"@nb,
        "Salmar"@nn ;
    skos:relatedMatch <http://dewey.info/class/204.3/e23/>,
        <http://dewey.info/class/296.462/e23/> .

humord:c06817 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06817" ;
    dct:modified "2025-09-01T13:50:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1/e23/>,
        <http://dewey.info/class/808.81/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:broader humord:c06793 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--1/e23/>,
        <http://dewey.info/class/808.81/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:prefLabel "Autobiographical poetry"@en,
        "Selvbiografisk lyrikk"@nb,
        "Sjølvbiografisk lyrikk"@nn .

humord:c06818 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06818" ;
    dct:modified "2025-09-01T13:50:18"^^xsd:dateTime ;
    skos:altLabel "Gushi"@nb,
        "Jinshi"@nb,
        "Lüshi"@nb,
        "Gushi"@nn,
        "Jinshi"@nn,
        "Lüshi"@nn ;
    skos:broadMatch <http://dewey.info/class/895.11/e23/> ;
    skos:broader humord:c06793 ;
    skos:definition "Kinesisk lyrikk i bunden form med krav til verbal parallellisme <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.11/e23/> ;
    skos:prefLabel "Shi"@en,
        "Shi"@nb,
        "Shi"@nn .

humord:c06822 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-07-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06822" ;
    dct:modified "2025-09-01T07:39:06"^^xsd:dateTime ;
    skos:broader humord:c06779 ;
    skos:closeMatch <http://dewey.info/class/839.61/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.61/e23/> ;
    skos:prefLabel "Scaldic poetry"@en,
        "Skaldekvad"@nb,
        "Skaldekvad"@nn .

humord:c06823 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06823" ;
    dct:modified "2025-08-27T08:34:50"^^xsd:dateTime ;
    skos:altLabel "Old Occitan lyric poetry"@en,
        "Provençal poetry"@en ;
    skos:broader humord:c06793 ;
    skos:closeMatch <http://dewey.info/class/3B--104/e23/>,
        <http://dewey.info/class/808.814/e23/>,
        <http://dewey.info/class/809.14/e23/> ;
    skos:definition "Kjærlighetslyrikk på provencalsk i middelalderen (ca 1000-1300) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--104/e23/>,
        <http://dewey.info/class/808.814/e23/>,
        <http://dewey.info/class/809.14/e23/> ;
    skos:prefLabel "Troubadour poetry"@en,
        "Trubadurdiktning"@nb,
        "Trubadurdikting"@nn ;
    skos:related humord:c06973,
        humord:c13620 .

humord:c06824 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06824" ;
    dct:modified "2025-08-27T08:07:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/782.42/e23/> ;
    skos:broader humord:c06793 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.42/e23/> ;
    skos:prefLabel "Scandinavian ballads (Literature)"@en,
        "Viser (Litteratur)"@nb,
        "Viser (Litteratur)"@nn ;
    skos:related humord:c04981,
        humord:c05541 .

humord:c06825 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06825" ;
    dct:modified "2025-08-27T07:52:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/809.933581/e23/> ;
    skos:broader humord:c06824,
        humord:c07053 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.42/e23/>,
        <http://dewey.info/class/809.933581/e23/> ;
    skos:prefLabel "Political songs"@en,
        "Politiske viser"@nb,
        "Politiske viser"@nn ;
    skos:related humord:c04981 ;
    skos:relatedMatch <http://dewey.info/class/782.42/e23/> .

humord:c06826 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06826" ;
    dct:modified "2025-09-01T09:53:40"^^xsd:dateTime ;
    skos:altLabel "Folksongs of protest"@en,
        "Songs of protest"@en,
        "Songs of social protest"@en ;
    skos:broadMatch <http://dewey.info/class/3C--3581/e23/>,
        <http://dewey.info/class/782.42/e23/>,
        <http://dewey.info/class/808.803581/e23/>,
        <http://dewey.info/class/809.933581/e23/> ;
    skos:broader humord:c06824 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--3581/e23/>,
        <http://dewey.info/class/782.42/e23/>,
        <http://dewey.info/class/808.803581/e23/>,
        <http://dewey.info/class/809.933581/e23/> ;
    skos:prefLabel "Protest songs"@en,
        "Protestviser"@nb,
        "Protestviser"@nn .

humord:c06827 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06827" ;
    dct:modified "2025-09-01T10:16:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/895.11/e23/> ;
    skos:broader humord:c06793 ;
    skos:definition "Kinesisk lyrikk for rituelt bruk, til musikk, inkluderer visse folkesanger <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.11/e23/> ;
    skos:prefLabel "Yuefu"@en,
        "Yuefu"@nb,
        "Yuefu"@nn ;
    skos:related humord:c06796,
        humord:c06803 .

humord:c06828 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06828" ;
    dct:modified "2025-07-21T10:56:51"^^xsd:dateTime ;
    skos:altLabel "Addresses (Literature)"@en,
        "Taler (Litteratur)"@nn ;
    skos:broader humord:c06656 ;
    skos:exactMatch <http://dewey.info/class/3A--5/e23/>,
        <http://dewey.info/class/3B--5/e23/>,
        <http://dewey.info/class/808.5/e23/>,
        <http://dewey.info/class/808.85/e23/>,
        <http://dewey.info/class/809.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--5/e23/>,
        <http://dewey.info/class/3B--5/e23/>,
        <http://dewey.info/class/808.5/e23/>,
        <http://dewey.info/class/808.85/e23/>,
        <http://dewey.info/class/809.5/e23/> ;
    skos:prefLabel "Speeches (Literature)"@en,
        "Taler (Litteratur)"@nb,
        "Talar (Litteratur)"@nn ;
    skos:related humord:c05758,
        humord:c06536,
        humord:c07886 .

humord:c06829 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-04-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06829" ;
    dct:modified "2025-08-30T12:15:55"^^xsd:dateTime ;
    skos:altLabel "Litterær stil"@nb,
        "Stilarter (Litteratur)"@nb,
        "Litterær stil"@nn,
        "Stilartar (Litteratur)"@nn,
        "Stilarter (Litteratur)"@nn ;
    skos:broadMatch <http://dewey.info/class/808/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c06452 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Style (Literature)"@en,
        "Stil (Litteratur)"@nb,
        "Stil (Litteratur)"@nn ;
    skos:related humord:c06619,
        humord:c14157 .

humord:c06833 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06833" ;
    dct:modified "2025-09-01T10:29:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/891.661/e23/> ;
    skos:broader humord:c06793 ;
    skos:definition "Mellomwalisisk episk poesi i versform <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.661/e23/> ;
    skos:prefLabel "Englynion"@en,
        "Englynion"@nb,
        "Englynion"@nn .

humord:c06834 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06834" ;
    dct:modified "2025-08-18T12:51:11"^^xsd:dateTime ;
    skos:altLabel "Fabliaux"@en,
        "Fabliaux"@nb,
        "Fabliaux"@nn ;
    skos:broadMatch <http://dewey.info/class/841.009/e23/> ;
    skos:broader humord:c06793 ;
    skos:definition "Fabliau er en betegnelse på gammelfransk fortelling i versform, oftest med humoristisk innhold. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/841.009/e23/> ;
    skos:prefLabel "Fabliau"@en,
        "Fabliau"@nb,
        "Fabliau"@nn ;
    skos:related humord:c06786,
        humord:c06899 .

humord:c06835 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06835" ;
    dct:modified "2025-09-01T10:06:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/891.21/e23/> ;
    skos:broader humord:c06793 ;
    skos:definition "En type sanskrit poesi <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.21/e23/> ;
    skos:prefLabel "Kavya"@en,
        "Kavya"@nb,
        "Kavya"@nn .

humord:c06836 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06836" ;
    dct:modified "2026-06-04T12:11:13"^^xsd:dateTime ;
    skos:altLabel "Graphic poetry"@en,
        "Pattern poetry"@en,
        "Visual poetry"@en,
        "Grafisk poesi"@nb,
        "Visuell poesi"@nb,
        "Grafisk poesi"@nn,
        "Visuell poesi"@nn ;
    skos:broader humord:c06793 ;
    skos:closeMatch <http://dewey.info/class/809.14/e23/> ;
    skos:exactMatch <http://dewey.info/class/808.814/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.814/e23/>,
        <http://dewey.info/class/809.14/e23/> ;
    skos:prefLabel "Concrete poetry"@en,
        "Konkret poesi"@nb,
        "Konkret poesi"@nn ;
    skos:related humord:c70436 .

humord:c06839 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06839" ;
    dct:modified "2025-09-01T10:15:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/246.7/e23/>,
        <http://dewey.info/class/3C--382/e23/>,
        <http://dewey.info/class/808.80382/e23/>,
        <http://dewey.info/class/809.93382/e23/> ;
    skos:broader humord:c06793 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/246.7/e23/>,
        <http://dewey.info/class/3C--382/e23/>,
        <http://dewey.info/class/808.80382/e23/>,
        <http://dewey.info/class/809.93382/e23/> ;
    skos:prefLabel "Liturgical poetry"@en,
        "Liturgisk poesi"@nb,
        "Liturgisk poesi"@nn .

humord:c06840 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06840" ;
    dct:modified "2025-09-01T10:25:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/891.431/e23/> ;
    skos:broader humord:c06793 ;
    skos:definition "Indisk hoffpoesi <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.431/e23/> ;
    skos:prefLabel "Riti"@en,
        "Riti"@nb,
        "Riti"@nn .

humord:c06841 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06841" ;
    dct:modified "2025-08-29T12:51:24"^^xsd:dateTime ;
    skos:altLabel "Prosalitteratur"@nb,
        "Prosalitteratur"@nn ;
    skos:broader humord:c06829 ;
    skos:definition "Litteratur skrevet i en stil som ikke følger faste regler, i motsetning til poesi <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/3B--808/e23/>,
        <http://dewey.info/class/808.888/e23/>,
        <http://dewey.info/class/809.988/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--808/e23/>,
        <http://dewey.info/class/808.888/e23/>,
        <http://dewey.info/class/809.988/e23/> ;
    skos:prefLabel "Prose"@en,
        "Prosa"@nb,
        "Prosa"@nn ;
    skos:related humord:c06788,
        humord:c06863 .

humord:c06844 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06844" ;
    dct:modified "2025-08-29T09:30:52"^^xsd:dateTime ;
    skos:altLabel "Short prose"@en,
        "Litterær kortform"@nb,
        "Litterær kortform"@nn ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/> ;
    skos:broader humord:c06841 ;
    skos:definition "Betegnelse på korte prosastykker som noveller, eventyr, legender o.l. <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/3B--301/e23/>,
        <http://dewey.info/class/808.831/e23/>,
        <http://dewey.info/class/809.31/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--301/e23/>,
        <http://dewey.info/class/808.831/e23/>,
        <http://dewey.info/class/809.31/e23/> ;
    skos:prefLabel "Short fiction"@en,
        "Kortprosa"@nb,
        "Kortprosa"@nn .

humord:c06847 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06847" ;
    dct:modified "2025-08-29T09:29:43"^^xsd:dateTime ;
    skos:altLabel "Biji"@en,
        "Biji"@nb,
        "Biji"@nn ;
    skos:broadMatch <http://dewey.info/class/895.14/e23/> ;
    skos:broader humord:c06844 ;
    skos:definition "Kinesisk essay <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.14/e23/> ;
    skos:prefLabel "Sanwen"@en,
        "Sanwen"@nb,
        "Sanwen"@nn .

humord:c06851 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06851" ;
    dct:modified "2025-08-29T12:46:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/252/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c06841 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/252/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Oratory"@en,
        "Oratorisk prosa"@nb,
        "Oratorisk prosa"@nn .

humord:c06852 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06852" ;
    dct:modified "2025-08-29T12:47:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/895.1090024/e23/> ;
    skos:broader humord:c06841 ;
    skos:definition "Kinesisk parallellprosa fra sen Han-tid <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.1090024/e23/> ;
    skos:prefLabel "Pianwen"@en,
        "Pianwen"@nb,
        "Pianwen"@nn .

humord:c06853 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-05-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06853" ;
    dct:modified "2025-08-29T12:48:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.066/e23/> ;
    skos:broader humord:c06841 ;
    skos:definition "Sakprosa er tekster som ikke primært er skjønnlitterære. Sakprosaen beskriver bestemte standpunkter. Herunder vitenskapelige artikler, avisartikler, bruksanvisninger o.l. <UBB>"@nb ;
    skos:exactMatch realfagstermer:c002614 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002614,
        <http://dewey.info/class/808.066/e23/> ;
    skos:prefLabel "Factual prose"@en,
        "Sakprosa"@nb,
        "Sakprosa"@nn ;
    skos:related humord:c07056 .

humord:c06858 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06858" ;
    dct:modified "2025-09-01T10:27:42"^^xsd:dateTime ;
    skos:altLabel "Poetic structure"@en,
        "Poetic style"@en,
        "Bunden form"@nb,
        "Bunden stil"@nb,
        "Bundet form"@nb,
        "Bundet stil"@nb,
        "Bunden form"@nn,
        "Bunden stil"@nn ;
    skos:broadMatch <http://dewey.info/class/3B--1/e23/>,
        <http://dewey.info/class/808.81/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:broader humord:c06854 ;
    skos:definition "Stil som følger visse faste regler, særlig med hensyn til rim og rytme, i motsetning til prosastil <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--1/e23/>,
        <http://dewey.info/class/808.81/e23/>,
        <http://dewey.info/class/809.1/e23/> ;
    skos:prefLabel "Poetic language"@en,
        "Poetisk stil"@nb,
        "Poetisk stil"@nn ;
    skos:related humord:c06778 .

humord:c06863 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06863" ;
    dct:modified "2026-01-05T13:59:13"^^xsd:dateTime ;
    skos:altLabel "Ubunden form"@nb,
        "Ubunden stil"@nb,
        "Ubundet form"@nb,
        "Ubundet stil"@nb,
        "Ubunden form"@nn,
        "Ubunden stil"@nn,
        "Ubundet form"@nn ;
    skos:broadMatch <http://dewey.info/class/3A--8/e23/>,
        <http://dewey.info/class/3B--808/e23/>,
        <http://dewey.info/class/808.888/e23/>,
        <http://dewey.info/class/809.988/e23/> ;
    skos:broader humord:c06854 ;
    skos:definition "Stil som, i motsetning til poetisk stil, ikke er bundet av faste regler (særlig med  hensyn til rim og rytme) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--8/e23/>,
        <http://dewey.info/class/3B--808/e23/>,
        <http://dewey.info/class/808.888/e23/>,
        <http://dewey.info/class/809.988/e23/> ;
    skos:prefLabel "Prose style"@en,
        "Prosastil"@nb,
        "Prosastil"@nn ;
    skos:related humord:c06841 .

humord:c06869 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06869" ;
    dct:modified "2024-07-26T12:03:54"^^xsd:dateTime ;
    skos:broader humord:c06952 ;
    skos:definition "Litteratur i Republikken Sør-Afrika skrevet på den nederlandske dialekten afrikaans <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/839.36/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.36/e23/> ;
    skos:prefLabel "Afrikaans literature"@en,
        "Afrikaans litteratur"@nb,
        "Afrikaans litteratur"@nn .

humord:c06870 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06870" ;
    dct:modified "2024-07-26T12:07:26"^^xsd:dateTime ;
    skos:broader humord:c18572 ;
    skos:definition "Litteratur skrevet på afrikanske språk, uansett land <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/896/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.8996/e23/>,
        <http://dewey.info/class/896/e23/> ;
    skos:prefLabel "African literature"@en,
        "Afrikansk litteratur"@nb,
        "Afrikansk litteratur"@nn ;
    skos:relatedMatch <http://dewey.info/class/808.8996/e23/> .

humord:c06871 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06871" ;
    dct:modified "2024-07-26T12:23:32"^^xsd:dateTime ;
    skos:altLabel "Afrasian literature"@en,
        "Afroasiatic literature"@en,
        "Hamito-Semitic literature"@en,
        "Semitio-Hamitic literature"@en,
        "Hamittisk litteratur"@nb,
        "Hamittisk-semittisk litteratur"@nb,
        "Hamitto-semittisk litteratur"@nb,
        "Proto-afroasiatisk litteratur"@nb,
        "Semittisk-hamittisk litteratur"@nb,
        "Semitto-hamittisk litteratur"@nb,
        "Hamittisk litteratur"@nn,
        "Hamittisk-semittisk litteratur"@nn,
        "Hamitto-semittisk litteratur"@nn,
        "Proto-afroasiatisk litteratur"@nn,
        "Semittisk-hamittisk litteratur"@nn,
        "Semitto-hamittisk litteratur"@nn ;
    skos:broader humord:c18573 ;
    skos:definition "Litteratur skrevet på afroasiatiske språk, uansett land <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/892/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/892/e23/> ;
    skos:prefLabel "Afro-Asiatic literature"@en,
        "Afroasiatisk litteratur"@nb,
        "Afroasiatisk litteratur"@nn .

humord:c06872 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06872" ;
    dct:modified "2024-08-01T09:51:55"^^xsd:dateTime ;
    skos:broader humord:c18576 ;
    skos:exactMatch <http://dewey.info/class/891.991/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.991/e23/> ;
    skos:prefLabel "Albanian literature"@en,
        "Albansk litteratur"@nb,
        "Albansk litteratur"@nn .

humord:c06873 a ubo:SplitNonPreferredTerm,
        skos:Concept ;
    ubo:plusUseTerm humord:c01695,
        humord:c06885 ;
    dct:created "2012-11-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06873" ;
    dct:modified "2025-10-15T11:36:36"^^xsd:dateTime ;
    skos:editorialNote "Bruk termene registrert i 260-feltene i stedet"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "American literature (NOT IN USE. See the 667-field)"@en,
        "Amerikansk litteratur (IKKE I BRUK. Se 667-feltet)"@nb,
        "Amerikansk litteratur (IKKJE I BRUK. Sjå 667-feltet)"@nn .

humord:c06874 a ubo:SplitNonPreferredTerm,
        skos:Concept ;
    ubo:plusUseTerm humord:c01695,
        humord:c06885 ;
    dct:created "2012-11-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06874" ;
    dct:modified "2025-10-15T11:36:02"^^xsd:dateTime ;
    skos:editorialNote "Bruk termene registrert i 260-feltene i stedet"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "American fiction (NOT IN USE. See the 667-field)"@en,
        "Amerikansk skjønnlitteratur (IKKE I BRUK. Se 667-feltet)"@nb,
        "Amerikansk skjønnlitteratur (IKKJE I BRUK. Sjå 667-feltet)"@nn .

humord:c06875 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06875" ;
    dct:modified "2024-08-16T13:08:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/891.3/e23/> ;
    skos:broader humord:c06947 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.3/e23/> ;
    skos:prefLabel "Apabhramsa literature"@en,
        "Apabhramsa litteratur"@nb,
        "Apabhramsa litteratur"@nn .

humord:c06876 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06876" ;
    dct:modified "2024-08-16T14:56:56"^^xsd:dateTime ;
    skos:broader humord:c18573 ;
    skos:closeMatch <http://dewey.info/class/892.7/e23/> ;
    skos:definition "Arabnisk litteratur er litteratur skrevet på arabisk språk, uansett land <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/892.7/e23/> ;
    skos:prefLabel "Arabic literature"@en,
        "Arabisk litteratur"@nb,
        "Arabisk litteratur"@nn .

humord:c06877 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06877" ;
    dct:modified "2024-10-10T13:45:11"^^xsd:dateTime ;
    skos:broader humord:c18576 ;
    skos:closeMatch <http://dewey.info/class/891.9/e23/> ;
    skos:definition "Litteratur skrevet på baltiske språk, uansett land <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.9/e23/> ;
    skos:prefLabel "Baltic literature"@en,
        "Baltisk litteratur"@nb,
        "Baltisk litteratur"@nn .

humord:c06878 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06878" ;
    dct:modified "2024-10-10T13:42:03"^^xsd:dateTime ;
    skos:broader humord:c18572 ;
    skos:exactMatch <http://dewey.info/class/896.3452/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/896.3452/e23/> ;
    skos:prefLabel "Bambara literature"@en,
        "Bambara litteratur"@nb,
        "Bambara litteratur"@nn .

humord:c06879 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06879" ;
    dct:modified "2024-10-17T14:44:06"^^xsd:dateTime ;
    skos:broader humord:c18622 ;
    skos:exactMatch <http://dewey.info/class/891.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.44/e23/> ;
    skos:prefLabel "Bengali literature"@en,
        "Bengali litteratur"@nb,
        "Bengali litteratur"@nn .

humord:c06880 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06880" ;
    dct:modified "2024-10-21T08:35:05"^^xsd:dateTime ;
    skos:broader humord:c16658 ;
    skos:exactMatch <http://dewey.info/class/891.68/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.68/e23/> ;
    skos:prefLabel "Breton literature"@en,
        "Bretonsk litteratur"@nb,
        "Bretonsk litteratur"@nn .

humord:c06881 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06881" ;
    dct:modified "2025-08-18T08:51:07"^^xsd:dateTime ;
    skos:broader humord:c07006 ;
    skos:closeMatch <http://dewey.info/class/891.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.81/e23/> ;
    skos:prefLabel "Bulgarian literature"@en,
        "Bulgarsk litteratur"@nb,
        "Bulgarsk litteratur"@nn .

humord:c06882 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06882" ;
    dct:modified "2024-10-04T12:33:27"^^xsd:dateTime ;
    skos:altLabel "Danish fiction"@en,
        "Dansk skjønnlitteratur"@nb,
        "Dansk skjønnlitteratur"@nn ;
    skos:broader humord:c06993 ;
    skos:exactMatch <http://dewey.info/class/839.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.81/e23/> ;
    skos:prefLabel "Danish literature"@en,
        "Dansk litteratur"@nb,
        "Dansk litteratur"@nn .

humord:c06884 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-08-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06884" ;
    dct:modified "2025-08-26T07:20:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/892.6/e23/> ;
    skos:broader humord:c18573 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/892.6/e23/> ;
    skos:prefLabel "Eblaite literature"@en,
        "Eblaittisk litteratur"@nb,
        "Eblaittisk litteratur"@nn .

humord:c06885 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06885" ;
    dct:modified "2025-08-22T13:52:16"^^xsd:dateTime ;
    skos:altLabel "English fiction"@en,
        "Engelsk skjønnlitteratur"@nb,
        "Engelskspråklig litteratur"@nb,
        "Engelsk skjønnlitteratur"@nn,
        "Engelskspråklig litteratur"@nn ;
    skos:broader humord:c18621 ;
    skos:closeMatch realfagstermer:c003915 ;
    skos:definition "Engelskspråklig litteratur, uansett land. - For engelsk litteratur i et bestemt land/område, se Engelsk litteratur * navnet på området. F.eks.: Engelsk litteratur * Storbritannia, Engelsk litteratur * Forente stater <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/820/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003915,
        <http://dewey.info/class/820/e23/> ;
    skos:prefLabel "English literature"@en,
        "Engelsk litteratur"@nb,
        "Engelsk litteratur"@nn .

humord:c06888 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06888" ;
    dct:modified "2024-08-15T07:34:05"^^xsd:dateTime ;
    skos:altLabel "Angelsaksisk litteratur"@nb,
        "Anglosaksisk litteratur"@nb,
        "Angelsaksisk litteratur"@nn,
        "Anglosaksisk litteratur"@nn,
        "Gamalengelsk litteratur"@nn ;
    skos:broader humord:c06885 ;
    skos:exactMatch <http://dewey.info/class/829/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/829/e23/> ;
    skos:prefLabel "Old English literature"@en,
        "Gammelengelsk litteratur"@nb,
        "Gammalengelsk litteratur"@nn .

humord:c06891 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06891" ;
    dct:modified "2025-08-22T13:51:04"^^xsd:dateTime ;
    skos:altLabel "Mellomengelsk litteratur"@nb,
        "Mellomengelsk litteratur"@nn ;
    skos:broader humord:c06885 ;
    skos:exactMatch <http://dewey.info/class/820.9001/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/820.9001/e23/> ;
    skos:prefLabel "Middle English literature"@en,
        "Middelengelsk litteratur"@nb,
        "Middelengelsk litteratur"@nn .

humord:c06893 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06893" ;
    dct:modified "2025-03-05T19:48:55"^^xsd:dateTime ;
    skos:altLabel "Fenno-Swedish fiction"@en,
        "Fenno-Swedish literature"@en,
        "Finland Swedish fiction"@en ;
    skos:broader humord:c07004 ;
    skos:closeMatch <http://dewey.info/class/839.7/e23/> ;
    skos:definition "Svenskspråklig litteratur  i Finland <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.7/e23/> ;
    skos:prefLabel "Finland Swedish literature"@en,
        "Finlandssvensk litteratur"@nb,
        "Finlandssvensk litteratur"@nn .

humord:c06894 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06894" ;
    dct:modified "2024-10-18T09:49:22"^^xsd:dateTime ;
    skos:broader humord:c18579 ;
    skos:definition "Finskspråklig litteratur <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/894.541/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/894.541/e23/> ;
    skos:prefLabel "Finnish literature"@en,
        "Finsk litteratur"@nb,
        "Finsk litteratur"@nn .

humord:c06895 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06895" ;
    dct:modified "2025-08-18T12:52:26"^^xsd:dateTime ;
    skos:altLabel "Francophone literature"@en,
        "French fiction"@en,
        "French language literature"@en,
        "Frankofon litteratur"@nb,
        "Fransk skjønnlitteratur"@nb,
        "Franskspråklig litteratur"@nb,
        "Frankofon litteratur"@nn,
        "Fransk skjønnlitteratur"@nn,
        "Franskspråkleg litteratur"@nn ;
    skos:broader humord:c06979 ;
    skos:definition "Franskspråklig litteratur etter ca 1600, uansett land. - For fransk litteratur i et bestemt land/område, se Fransk litteratur * navnet på området, f.eks: Fransk litteratur * Frankrike, Fransk litteratur * Canada (UBO)"@nb ;
    skos:exactMatch <http://dewey.info/class/840/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/840/e23/> ;
    skos:prefLabel "French literature"@en,
        "Fransk litteratur"@nb,
        "Fransk litteratur"@nn .

humord:c06899 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06899" ;
    dct:modified "2025-08-18T12:51:35"^^xsd:dateTime ;
    skos:altLabel "Gamalfransk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/840/e23/> ;
    skos:broader humord:c06895 ;
    skos:definition "Fransk litteratur fra 842 til ca 1300 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/840/e23/> ;
    skos:prefLabel "Old French literature"@en,
        "Gammelfransk litteratur"@nb,
        "Gammalfransk litteratur"@nn ;
    skos:related humord:c06834 .

humord:c06900 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06900" ;
    dct:modified "2025-08-18T12:48:20"^^xsd:dateTime ;
    skos:altLabel "Mellomfransk litteratur"@nb,
        "Mellomfransk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/840/e23/> ;
    skos:broader humord:c06895 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/840/e23/> ;
    skos:prefLabel "Middle French literature"@en,
        "Middelfransk litteratur"@nb,
        "Middelfransk litteratur"@nn .

humord:c06902 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06902" ;
    dct:modified "2025-08-22T08:20:49"^^xsd:dateTime ;
    skos:altLabel "Faroese fiction"@en ;
    skos:broader humord:c06993 ;
    skos:exactMatch <http://dewey.info/class/839.699/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.699/e23/> ;
    skos:prefLabel "Faroese literature"@en,
        "Færøysk litteratur"@nb,
        "Færøysk litteratur"@nn .

humord:c06903 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06903" ;
    dct:modified "2025-08-18T09:00:27"^^xsd:dateTime ;
    skos:altLabel "Galisisk litteratur"@nb,
        "Galisisk litteratur"@nn ;
    skos:broader humord:c06968 ;
    skos:definition "Galiciskspråklig litteratur etter ca 1500 <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/869.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/869.9/e23/> ;
    skos:prefLabel "Galician literature"@en,
        "Galicisk litteratur"@nb,
        "Galicisk litteratur"@nn .

humord:c06905 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06905" ;
    dct:modified "2025-08-22T13:53:12"^^xsd:dateTime ;
    skos:altLabel "Gamalgermansk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/830/e23/> ;
    skos:broader humord:c18621 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/830/e23/> ;
    skos:prefLabel "Early Germanic Literature"@en,
        "Gammelgermansk litteratur"@nb,
        "Gammalgermansk litteratur"@nn .

humord:c06906 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06906" ;
    dct:modified "2025-08-26T08:08:12"^^xsd:dateTime ;
    skos:broader humord:c18575 ;
    skos:exactMatch <http://dewey.info/class/899.969/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/899.969/e23/> ;
    skos:prefLabel "Georgian literature"@en,
        "Georgisk litteratur"@nb,
        "Georgisk litteratur"@nn .

humord:c06907 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06907" ;
    dct:modified "2025-08-26T08:07:56"^^xsd:dateTime ;
    skos:altLabel "Gamalgeorgisk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/899.969/e23/> ;
    skos:broader humord:c06906 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/899.969/e23/> ;
    skos:prefLabel "Old Georgian literature"@en,
        "Gammelgeorgisk litteratur"@nb,
        "Gammalgeorgisk litteratur"@nn .

humord:c06908 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06908" ;
    dct:modified "2024-10-21T08:57:58"^^xsd:dateTime ;
    skos:altLabel "Gammalgresk litteratur"@nb,
        "Gammelgresk litteratur"@nb,
        "Klassisk gresk litteratur"@nb,
        "Gamalgresk litteratur"@nn,
        "Gammalgresk litteratur"@nn,
        "Klassisk gresk litteratur"@nn ;
    skos:broader humord:c18576 ;
    skos:closeMatch <http://dewey.info/class/880/e23/> ;
    skos:definition "Litteratur skrevet på klassisk gresk språk, uansett land <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/880/e23/> ;
    skos:prefLabel "Ancient Greek literature"@en,
        "Gresk litteratur"@nb,
        "Gresk litteratur"@nn .

humord:c06910 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06910" ;
    dct:modified "2025-08-22T08:17:34"^^xsd:dateTime ;
    skos:broader humord:c06908 ;
    skos:definition "Litteratur skrevet på nygresk språk <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/889/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/889/e23/> ;
    skos:prefLabel "Modern Greek literature"@en,
        "Nygresk litteratur"@nb,
        "Nygresk litteratur"@nn .

humord:c06911 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06911" ;
    dct:modified "2025-08-25T11:23:31"^^xsd:dateTime ;
    skos:altLabel "Guarani language literature"@en,
        "Guaranispråklig litteratur"@nb,
        "Guaranispråklig skjønnlitteratur"@nb,
        "Guaranispråkleg litteratur"@nn,
        "Guaranispråkleg skjønnlitteratur"@nn ;
    skos:broader humord:c18580 ;
    skos:definition "Litteratur på guarani uansett land <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/898.3822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/898.3822/e23/> ;
    skos:prefLabel "Guarani literature"@en,
        "Guarani litteratur"@nb,
        "Guarani litteratur"@nn .

humord:c06914 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06914" ;
    dct:modified "2025-08-18T12:59:24"^^xsd:dateTime ;
    skos:broader humord:c16658 ;
    skos:exactMatch <http://dewey.info/class/891.62/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.62/e23/> ;
    skos:prefLabel "Gaelic literature"@en,
        "Gælisk litteratur"@nb,
        "Gælisk litteratur"@nn .

humord:c06915 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06915" ;
    dct:modified "2025-08-26T07:23:14"^^xsd:dateTime ;
    skos:broader humord:c18573 ;
    skos:exactMatch <http://dewey.info/class/893.72/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/893.72/e23/> ;
    skos:prefLabel "Hausa literature"@en,
        "Hausa litteratur"@nb,
        "Hausa litteratur"@nn .

humord:c06916 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06916" ;
    dct:modified "2025-08-20T12:58:13"^^xsd:dateTime ;
    skos:broader humord:c18622 ;
    skos:closeMatch <http://dewey.info/class/891.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.43/e23/> ;
    skos:prefLabel "Hindi literature"@en,
        "Hindi litteratur"@nb,
        "Hindi litteratur"@nn .

humord:c06917 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06917" ;
    dct:modified "2025-08-25T08:04:13"^^xsd:dateTime ;
    skos:broader humord:c18576 ;
    skos:exactMatch <http://dewey.info/class/891.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.1/e23/> ;
    skos:prefLabel "Indo-Aryan literature"@en,
        "Indoarisk litteratur"@nb,
        "Indoarisk litteratur"@nn .

humord:c06918 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06918" ;
    dct:modified "2025-08-18T12:58:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/820/e23/> ;
    skos:broader humord:c06914 ;
    skos:exactMatch <http://dewey.info/class/891.62/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/820/e23/>,
        <http://dewey.info/class/891.62/e23/> ;
    skos:prefLabel "Irish literature"@en,
        "Irsk litteratur"@nb,
        "Irsk litteratur"@nn .

humord:c06919 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06919" ;
    dct:modified "2025-08-18T12:58:54"^^xsd:dateTime ;
    skos:altLabel "Gamalirsk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/891.62/e23/> ;
    skos:broader humord:c06918 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.62/e23/> ;
    skos:prefLabel "Old Irish literature"@en,
        "Gammelirsk litteratur"@nb,
        "Gammalirsk litteratur"@nn .

humord:c06920 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06920" ;
    dct:modified "2025-08-22T08:21:00"^^xsd:dateTime ;
    skos:altLabel "Icelandic fiction"@en ;
    skos:broader humord:c06993 ;
    skos:closeMatch <http://dewey.info/class/839.69/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.69/e23/> ;
    skos:prefLabel "Icelandic literature"@en,
        "Islandsk litteratur"@nb,
        "Islandsk litteratur"@nn .

humord:c06921 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06921" ;
    dct:modified "2025-08-18T12:52:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/850/e23/> ;
    skos:broader humord:c06979 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/850/e23/> ;
    skos:prefLabel "Italian literature"@en,
        "Italiensk litteratur"@nb,
        "Italiensk litteratur"@nn .

humord:c06922 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06922" ;
    dct:modified "2024-10-18T14:07:28"^^xsd:dateTime ;
    skos:broader humord:c18586 ;
    skos:exactMatch <http://dewey.info/class/895.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.6/e23/> ;
    skos:prefLabel "Japanese literature"@en,
        "Japansk litteratur"@nb,
        "Japansk litteratur"@nn .

humord:c06923 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06923" ;
    dct:modified "2025-08-15T14:52:07"^^xsd:dateTime ;
    skos:altLabel "Cassubian literature"@en ;
    skos:broadMatch <http://dewey.info/class/891.85/e23/> ;
    skos:broader humord:c17086 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.85/e23/> ;
    skos:prefLabel "Kashubian literature"@en,
        "Kasjubisk litteratur"@nb,
        "Kasjubisk litteratur"@nn .

humord:c06924 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06924" ;
    dct:modified "2025-08-18T12:54:11"^^xsd:dateTime ;
    skos:broader humord:c06979 ;
    skos:definition "Katalanskspråklig litteratur uansett periode eller land <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/849.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/849.9/e23/> ;
    skos:prefLabel "Catalan literature"@en,
        "Katalansk litteratur"@nb,
        "Katalansk litteratur"@nn .

humord:c06925 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06925" ;
    dct:modified "2026-01-16T16:56:52"^^xsd:dateTime ;
    skos:altLabel "Gammalkatalansk litteratur"@nb,
        "Gamalkatalansk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/849.9/e23/> ;
    skos:broader humord:c06924 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/849.9/e23/> ;
    skos:prefLabel "Old Catalan literature"@en,
        "Gammelkatalansk litteratur"@nb,
        "Gammalkatalansk litteratur"@nn .

humord:c06926 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06926" ;
    dct:modified "2025-08-25T11:23:42"^^xsd:dateTime ;
    skos:broader humord:c18585 ;
    skos:exactMatch <http://dewey.info/class/895.932/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.932/e23/> ;
    skos:prefLabel "Khmer literature"@en,
        "Khmer litteratur"@nb,
        "Khmer litteratur"@nn .

humord:c06927 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06927" ;
    dct:modified "2024-10-18T13:19:21"^^xsd:dateTime ;
    skos:altLabel "Chinese fiction"@en,
        "Kinesisk skjønnlitteratur"@nb,
        "Kinesisk skjønnlitteratur"@nn ;
    skos:broader humord:c18578 ;
    skos:definition "Litteratur skrevet med kinesiske skrifttegn uansett periode eller land, eller bare i Kina, samt de klassiske verker, filosofi til og med Zhou og dynastisk historie til og med Han <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/895.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.1/e23/> ;
    skos:prefLabel "Chinese literature"@en,
        "Kinesisk litteratur"@nb,
        "Kinesisk litteratur"@nn .

humord:c06929 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06929" ;
    dct:modified "2024-09-19T11:37:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/895.1/e23/> ;
    skos:broader humord:c06927 ;
    skos:definition "Congshu er et kinesisk samleverk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.1/e23/> ;
    skos:prefLabel "Congshu"@en,
        "Congshu"@nb,
        "Congshu"@nn .

humord:c06930 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06930" ;
    dct:modified "2024-10-09T13:07:07"^^xsd:dateTime ;
    skos:altLabel "Five Confucian classics"@en,
        "De fem klassikere"@nb,
        "De konfucianske fem klassikere"@nb,
        "Dei fem klassikarar"@nn,
        "Dei konfucianske fem klassikarar"@nn ;
    skos:broader humord:c06927 ;
    skos:definition "Fem klassikere er en korpus bestående av fem gamle kinesiske tekster benyttet i konfucianismen som et viktig studiegrunnlag, og består av de konfusianske klassikerne Yi jing, Shu jing, Li ji, Shi jing og Chun qiu <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/299.51282/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.51282/e23/>,
        <http://dewey.info/class/895.1/e23/> ;
    skos:prefLabel "Five classics"@en,
        "Fem klassikere"@nb,
        "Fem klassikarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/895.1/e23/> .

humord:c06931 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06931" ;
    dct:modified "2025-08-26T08:08:51"^^xsd:dateTime ;
    skos:altLabel "Four books of Confucious"@en ;
    skos:broader humord:c06927 ;
    skos:closeMatch <http://dewey.info/class/181.112/e23/> ;
    skos:definition "Kinesisk kanon etablert av Zhu Xi under Song-dynastiet (Lun yu, Da xue, Zhong yong og Meng Zi) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.112/e23/>,
        <http://dewey.info/class/895.1/e23/> ;
    skos:prefLabel "Four books"@en,
        "Fire bøker"@nb,
        "Fire bøker"@nn ;
    skos:relatedMatch <http://dewey.info/class/895.1/e23/> .

humord:c06932 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06932" ;
    dct:modified "2025-08-26T08:09:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/895.1/e23/> ;
    skos:broader humord:c06927 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.1/e23/> ;
    skos:prefLabel "Guwen"@en,
        "Guwen"@nb,
        "Guwen"@nn .

humord:c06933 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06933" ;
    dct:modified "2025-08-26T08:09:13"^^xsd:dateTime ;
    skos:altLabel "Bronze inscriptions"@en,
        "Chinese bronze inscriptions"@en ;
    skos:broadMatch <http://dewey.info/class/895.1/e23/> ;
    skos:broader humord:c06927 ;
    skos:definition "Kinesiske, klassiske tekster, under Qin-dynastiet <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.1/e23/> ;
    skos:prefLabel "Jinwen"@en,
        "Jinwen"@nb,
        "Jinwen"@nn .

humord:c06934 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06934" ;
    dct:modified "2025-08-26T08:09:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/181.112/e23/> ;
    skos:broader humord:c06927 ;
    skos:definition "De konfusianske klassikere: Yi jing, Shu jing, Shi jing, Li ji, Yi li, Zhou li, Chun qiu, Zuo zhuan, Gong yang zhuan, Gu liang zhuan, Lun yu, Er ya og Xiao jing <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.112/e23/>,
        <http://dewey.info/class/895.1/e23/> ;
    skos:prefLabel "Thirteen classics"@en,
        "Tretten klassikere"@nb,
        "Tretten klassikarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/895.1/e23/> .

humord:c06935 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06935" ;
    dct:modified "2025-08-19T08:02:40"^^xsd:dateTime ;
    skos:broader humord:c17353 ;
    skos:closeMatch <http://dewey.info/class/891.597/e23/> ;
    skos:definition "Kurdisk litteratur, uansett land. - For kurdisk litteratur i et bestemt land/område, se Kurdisk litteratur * navnet på området, f.eks.: Kurdisk litteratur * Tyrkia, Kurdisk litteratur * Iran (UBO)"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.597/e23/> ;
    skos:prefLabel "Kurdish literature"@en,
        "Kurdisk litteratur"@nb,
        "Kurdisk litteratur"@nn .

humord:c06936 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06936" ;
    dct:modified "2026-06-25T08:48:36"^^xsd:dateTime ;
    skos:altLabel "Roman literature"@en,
        "Romersk litteratur"@nb,
        "Romersk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/870/e23/> ;
    skos:broader humord:c18576 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/870/e23/> ;
    skos:prefLabel "Latin literature"@en,
        "Latinsk litteratur"@nb,
        "Latinsk litteratur"@nn .

humord:c06937 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06937" ;
    dct:modified "2025-08-22T13:54:25"^^xsd:dateTime ;
    skos:altLabel "Lettish literature"@en,
        "Lettisk litteratur"@nb,
        "Lettisk litteratur"@nn ;
    skos:broader humord:c06877 ;
    skos:exactMatch <http://dewey.info/class/891.93/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.93/e23/> ;
    skos:prefLabel "Latvian literature"@en,
        "Latvisk litteratur"@nb,
        "Latvisk litteratur"@nn .

humord:c06939 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06939" ;
    dct:modified "2025-08-22T13:57:31"^^xsd:dateTime ;
    skos:broader humord:c06877 ;
    skos:exactMatch <http://dewey.info/class/891.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.92/e23/> ;
    skos:prefLabel "Lithuanian literature"@en,
        "Litauisk litteratur"@nb,
        "Litauisk litteratur"@nn .

humord:c06940 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06940" ;
    dct:modified "2025-08-25T08:08:16"^^xsd:dateTime ;
    skos:broader humord:c18582 ;
    skos:exactMatch <http://dewey.info/class/899.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/899.3/e23/> ;
    skos:prefLabel "Malagasy literature"@en,
        "Madagassisk litteratur"@nb,
        "Madagassisk litteratur"@nn .

humord:c06941 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06941" ;
    dct:modified "2025-08-18T08:55:45"^^xsd:dateTime ;
    skos:broader humord:c07006 ;
    skos:definition "Makedonskspråklig litteratur, uansett land <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/891.819/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.819/e23/> ;
    skos:prefLabel "Macedonian literature"@en,
        "Makedonsk litteratur"@nb,
        "Makedonsk litteratur"@nn .

humord:c06942 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06942" ;
    dct:modified "2025-08-25T11:24:36"^^xsd:dateTime ;
    skos:broader humord:c18583 ;
    skos:exactMatch <http://dewey.info/class/894.812/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/894.812/e23/> ;
    skos:prefLabel "Malayalam literature"@en,
        "Malayalam litteratur"@nb,
        "Malayalam litteratur"@nn .

humord:c06943 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06943" ;
    dct:modified "2025-08-19T08:08:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/891.53/e23/> ;
    skos:broader humord:c17353 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.53/e23/> ;
    skos:prefLabel "Manichaean Middle Persian literature"@en,
        "Manikeisk middelpersisk litteratur"@nb,
        "Manikeisk middelpersisk litteratur"@nn .

humord:c06944 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06944" ;
    dct:modified "2024-08-23T13:44:46"^^xsd:dateTime ;
    skos:altLabel "Araucana literature"@en,
        "Mapuche literature"@en,
        "Araukansk litteratur"@nb,
        "Mapuche litteratur"@nb,
        "Araukansk litteratur"@nn,
        "Mapuche litteratur"@nn ;
    skos:broader humord:c18580 ;
    skos:exactMatch <http://dewey.info/class/898.72/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/898.72/e23/> ;
    skos:prefLabel "Mapudungun literature"@en,
        "Mapudungun litteratur"@nb,
        "Mapudungun litteratur"@nn .

humord:c06945 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06945" ;
    dct:modified "2025-08-20T13:01:04"^^xsd:dateTime ;
    skos:broader humord:c18622 ;
    skos:closeMatch <http://dewey.info/class/891.46/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.46/e23/> ;
    skos:prefLabel "Marathi literature"@en,
        "Marathi litteratur"@nb,
        "Marathi litteratur"@nn .

humord:c06947 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06947" ;
    dct:modified "2025-08-21T07:52:10"^^xsd:dateTime ;
    skos:altLabel "Mellomindisk litteratur"@nb,
        "Mellomindisk litteratur"@nn ;
    skos:broader humord:c06917 ;
    skos:exactMatch <http://dewey.info/class/891.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.3/e23/> ;
    skos:prefLabel "Prakrit literature"@en,
        "Middelindisk litteratur"@nb,
        "Middelindisk litteratur"@nn .

humord:c06949 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-05-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06949" ;
    dct:modified "2025-08-19T08:56:48"^^xsd:dateTime ;
    skos:broader humord:c06987 ;
    skos:closeMatch <http://dewey.info/class/891.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.2/e23/> ;
    skos:prefLabel "Modern Sanskrit literature"@en,
        "Moderne sanskrit litteratur"@nb,
        "Moderne sanskrit litteratur"@nn .

humord:c06950 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06950" ;
    dct:modified "2024-10-23T10:28:39"^^xsd:dateTime ;
    skos:broader humord:c18574 ;
    skos:exactMatch <http://dewey.info/class/894.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/894.23/e23/> ;
    skos:prefLabel "Mongolian literature"@en,
        "Mongolsk litteratur"@nb,
        "Mongolsk litteratur"@nn .

humord:c06951 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06951" ;
    dct:modified "2024-08-29T07:56:30"^^xsd:dateTime ;
    skos:altLabel "Mexicano literature"@en ;
    skos:broader humord:c18580 ;
    skos:exactMatch <http://dewey.info/class/897.452/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/897.452/e23/> ;
    skos:prefLabel "Nahuatl literature"@en,
        "Nahuatl litteratur"@nb,
        "Nahuatl litteratur"@nn .

humord:c06952 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06952" ;
    dct:modified "2025-08-22T13:53:59"^^xsd:dateTime ;
    skos:altLabel "Flemish literature"@en,
        "Flamsk litteratur"@nb,
        "Flamsk litteratur"@nn ;
    skos:broader humord:c18621 ;
    skos:definition "Nederlandskspråklig litteratur i Nederland og Belgia etter ca 1500 <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/839.31/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.31/e23/> ;
    skos:prefLabel "Dutch literature"@en,
        "Nederlandsk litteratur"@nb,
        "Nederlandsk litteratur"@nn .

humord:c06954 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06954" ;
    dct:modified "2025-08-20T13:01:58"^^xsd:dateTime ;
    skos:broader humord:c18622 ;
    skos:exactMatch <http://dewey.info/class/891.495/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.495/e23/> ;
    skos:prefLabel "Nepali literature"@en,
        "Nepali litteratur"@nb,
        "Nepali litteratur"@nn .

humord:c06955 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06955" ;
    dct:modified "2025-08-26T08:11:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/895.49/e23/> ;
    skos:broader humord:c18578 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.49/e23/> ;
    skos:prefLabel "Newari literature"@en,
        "Newari litteratur"@nb,
        "Newari litteratur"@nn .

humord:c06956 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06956" ;
    dct:modified "2025-08-22T08:21:40"^^xsd:dateTime ;
    skos:altLabel "Gammelislandsk litteratur"@nb,
        "Gammelnorsk litteratur"@nb,
        "Norrøn sagalitteratur"@nb,
        "Gamalislandsk litteratur"@nn,
        "Gamalnorsk litteratur"@nn,
        "Gammalislandsk litteratur"@nn,
        "Gammalnorsk litteratur"@nn,
        "Norrøn sagalitteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/839.6/e23/> ;
    skos:broader humord:c06993 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.6/e23/> ;
    skos:prefLabel "Old Norse literature"@en,
        "Norrøn litteratur"@nb,
        "Norrøn litteratur"@nn .

humord:c06959 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06959" ;
    dct:modified "2025-06-05T11:24:51"^^xsd:dateTime ;
    skos:altLabel "Norwegian fiction"@en,
        "Norsk skjønnlitteratur"@nb,
        "Norsk fiksjon"@nn ;
    skos:broader humord:c06993 ;
    skos:definition "Litteratur skrevet av nordmenn i Danmark og Norge etter ca 1550 <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/839.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.82/e23/> ;
    skos:prefLabel "Norwegian literature"@en,
        "Norsk litteratur"@nb,
        "Norsk litteratur"@nn ;
    skos:related humord:c69723 .

humord:c06961 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06961" ;
    dct:modified "2025-08-18T12:52:49"^^xsd:dateTime ;
    skos:broader humord:c06979 ;
    skos:closeMatch <http://dewey.info/class/849/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/849/e23/> ;
    skos:prefLabel "Occitan literature"@en,
        "Oksitansk litteratur"@nb,
        "Oksitansk litteratur"@nn .

humord:c06962 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06962" ;
    dct:modified "2024-10-21T09:18:26"^^xsd:dateTime ;
    skos:altLabel "Ottoman literature"@en,
        "Osmansk litteratur"@nb,
        "Ottomansk litteratur"@nb,
        "Osmansk litteratur"@nn,
        "Ottomansk litteratur"@nn ;
    skos:broader humord:c18574 ;
    skos:exactMatch <http://dewey.info/class/894.35/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/894.35/e23/> ;
    skos:prefLabel "Osmanli literature"@en,
        "Osmanli litteratur"@nb,
        "Osmanli litteratur"@nn ;
    skos:related humord:c07015,
        humord:c18274 .

humord:c06965 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06965" ;
    dct:modified "2025-08-19T08:48:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/891.59/e23/> ;
    skos:broader humord:c17353 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.59/e23/> ;
    skos:prefLabel "Ossetic literature"@en,
        "Ossetisk litteratur"@nb,
        "Ossetisk litteratur"@nn .

humord:c06966 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06966" ;
    dct:modified "2025-08-19T08:54:57"^^xsd:dateTime ;
    skos:altLabel "Farsi literature"@en,
        "Farsi litteratur"@nb,
        "Farsi litteratur"@nn ;
    skos:broader humord:c17353 ;
    skos:exactMatch <http://dewey.info/class/891.55/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.55/e23/> ;
    skos:prefLabel "Persian literature"@en,
        "Persisk litteratur"@nb,
        "Persisk litteratur"@nn .

humord:c06967 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06967" ;
    dct:modified "2025-08-15T14:53:30"^^xsd:dateTime ;
    skos:broader humord:c17086 ;
    skos:exactMatch <http://dewey.info/class/891.85/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.85/e23/> ;
    skos:prefLabel "Polish literature"@en,
        "Polsk litteratur"@nb,
        "Polsk litteratur"@nn .

humord:c06968 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06968" ;
    dct:modified "2025-08-18T12:54:51"^^xsd:dateTime ;
    skos:altLabel "Portugese language literature"@en,
        "Portugisisk skjønnlitteratur"@nb,
        "Portugisiskspråklig litteratur"@nb,
        "Portugisisk skjønnlitteratur"@nn,
        "Portugisiskspråkleg litteratur"@nn ;
    skos:broader humord:c06979 ;
    skos:definition "Portugisiskspråklig litteratur etter ca 1500, uansett land. - For portugisisk litteratur i et bestemt land/område, se Portugisisk litteratur * navnet på området. F.eks. Portugisisk litteratur * Portugal, Portugisisk litteratur * Brasil (UBO)"@nb ;
    skos:exactMatch <http://dewey.info/class/869/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/869/e23/> ;
    skos:prefLabel "Portuguese literature"@en,
        "Portugisisk litteratur"@nb,
        "Portugisisk litteratur"@nn .

humord:c06971 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06971" ;
    dct:modified "2026-01-16T16:58:03"^^xsd:dateTime ;
    skos:altLabel "Medieval Galician literature"@en,
        "Gammalportugisisk litteratur"@nb,
        "Gamalportugisisk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/869/e23/> ;
    skos:broader humord:c06968 ;
    skos:definition "Portugisisk litteratur før ca. 1500 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/869/e23/> ;
    skos:prefLabel "Old Portuguese literature"@en,
        "Gammelportugisisk litteratur"@nb,
        "Gammalportugisisk litteratur"@nn .

humord:c06972 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06972" ;
    dct:modified "2026-01-06T09:03:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/849/e23/> ;
    skos:broader humord:c06961 ;
    skos:definition "Litteratur skrevet på den oksitanske dialekten provencalsk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/849/e23/> ;
    skos:prefLabel "Provencal literature"@en,
        "Provencalsk litteratur"@nb,
        "Provencalsk litteratur"@nn .

humord:c06973 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06973" ;
    dct:modified "2026-01-16T16:58:11"^^xsd:dateTime ;
    skos:altLabel "Gammalprovencalsk litteratur"@nb,
        "Gamalprovencalsk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/849/e23/> ;
    skos:broader humord:c06972 ;
    skos:definition "Litteratur skrevet på gammelprovencalsk språk ca. 1100 - ca. 1400 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/849/e23/> ;
    skos:prefLabel "Old Provencal literature"@en,
        "Gammelprovencalsk litteratur"@nb,
        "Gammalprovencalsk litteratur"@nn ;
    skos:related humord:c06823 .

humord:c06974 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06974" ;
    dct:modified "2025-08-25T08:11:20"^^xsd:dateTime ;
    skos:altLabel "Kechua litteratur"@nb,
        "Quichua litteratur"@nb,
        "Kechua litteratur"@nn,
        "Quichua litteratur"@nn ;
    skos:broader humord:c18580 ;
    skos:exactMatch <http://dewey.info/class/898.323/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/898.323/e23/> ;
    skos:prefLabel "Quechuan literature"@en,
        "Quechua litteratur"@nb,
        "Quechua litteratur"@nn .

humord:c06977 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06977" ;
    dct:modified "2025-08-18T12:55:17"^^xsd:dateTime ;
    skos:altLabel "Retoromansk skjønnlitteratur"@nb,
        "Retoromansk skjønnlitteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/859.9/e23/> ;
    skos:broader humord:c06979 ;
    skos:definition "Litteratur på retoromanske språk uansett land <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/859.9/e23/> ;
    skos:prefLabel "Rhaeto-Romance literature"@en,
        "Retoromansk litteratur"@nb,
        "Retoromansk litteratur"@nn .

humord:c06979 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06979" ;
    dct:modified "2025-08-25T08:04:56"^^xsd:dateTime ;
    skos:altLabel "Literature in the Romance languages"@en ;
    skos:broader humord:c18576 ;
    skos:closeMatch <http://dewey.info/class/840/e23/> ;
    skos:definition "Litteratur skrevet på romanske språk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/840/e23/> ;
    skos:prefLabel "Romance literature"@en,
        "Romansk litteratur"@nb,
        "Romansk litteratur"@nn .

humord:c06980 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06980" ;
    dct:modified "2025-08-18T09:00:03"^^xsd:dateTime ;
    skos:broader humord:c06977 ;
    skos:exactMatch <http://dewey.info/class/859.96/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/859.96/e23/> ;
    skos:prefLabel "Romansh literature"@en,
        "Rumantsch litteratur"@nb,
        "Rumantsch litteratur"@nn .

humord:c06981 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06981" ;
    dct:modified "2025-08-18T12:56:54"^^xsd:dateTime ;
    skos:altLabel "Rumensk skjønnlitteratur"@nb,
        "Rumensk skjønnlitteratur"@nn ;
    skos:broader humord:c06979 ;
    skos:closeMatch <http://dewey.info/class/859/e23/> ;
    skos:definition "Rumenskspråklig litteratur i og utenfor Romania, eller bare i Romania<UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/859/e23/> ;
    skos:prefLabel "Romanian literature"@en,
        "Rumensk litteratur"@nb,
        "Rumensk litteratur"@nn .

humord:c06983 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06983" ;
    dct:modified "2025-08-18T08:59:41"^^xsd:dateTime ;
    skos:altLabel "Gamalrumensk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/859/e23/> ;
    skos:broader humord:c06981 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/859/e23/> ;
    skos:prefLabel "Old Romanian literature"@en,
        "Gammelrumensk litteratur"@nb,
        "Gammalrumensk litteratur"@nn .

humord:c06984 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06984" ;
    dct:modified "2024-10-02T14:56:41"^^xsd:dateTime ;
    skos:altLabel "Sovjetisk litteratur"@nb,
        "Sovjetlitteratur"@nb,
        "Sovjetisk litteratur"@nn,
        "Sovjetlitteratur"@nn ;
    skos:broader humord:c07033 ;
    skos:definition "Russiskspråklig litteratur, uansett land <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/891.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.7/e23/> ;
    skos:prefLabel "Russian literature"@en,
        "Russisk litteratur"@nb,
        "Russisk litteratur"@nn .

humord:c06985 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06985" ;
    dct:modified "2026-01-09T12:22:19"^^xsd:dateTime ;
    skos:altLabel "Old Belarusian literature"@en,
        "Old East Slavic literature"@en,
        "Old Ukrainian literature"@en,
        "Ruthenian literature"@en,
        "Gammelbelarusisk litteratur"@nb,
        "Gammelrussisk litteratur"@nb,
        "Gammelukrainsk litteratur"@nb,
        "Rutensk litteratur"@nb,
        "Gamalaustslavisk litteratur"@nn,
        "Gamalbelarusisk litteratur"@nn,
        "Gamalrussisk litteratur"@nn,
        "Gamalukrainsk  litteratur"@nn,
        "Gammalbelarusisk litteratur"@nn,
        "Gammalrussisk litteratur"@nn,
        "Gammalukrainsk litteratur"@nn,
        "Rutensk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/891.7/e23/> ;
    skos:broader humord:c07033 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.7/e23/> ;
    skos:prefLabel "Old Russian literature"@en,
        "Gammeløstslavisk litteratur"@nb,
        "Gammalaustslavisk litteratur"@nn .

humord:c06986 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06986" ;
    dct:modified "2024-10-18T09:51:26"^^xsd:dateTime ;
    skos:altLabel "Saami literature"@en ;
    skos:broader humord:c18579 ;
    skos:exactMatch <http://dewey.info/class/894.57/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/894.57/e23/> ;
    skos:prefLabel "Sámi literature"@en,
        "Samisk litteratur"@nb,
        "Samisk litteratur"@nn .

humord:c06987 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06987" ;
    dct:modified "2025-08-22T08:16:26"^^xsd:dateTime ;
    skos:broader humord:c06917 ;
    skos:exactMatch <http://dewey.info/class/891.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.2/e23/> ;
    skos:prefLabel "Sanskrit literature"@en,
        "Sanskrit litteratur"@nb,
        "Sanskrit litteratur"@nn .

humord:c06988 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06988" ;
    dct:modified "2025-08-18T08:59:12"^^xsd:dateTime ;
    skos:altLabel "Judaeo-Spanish literature"@en ;
    skos:broadMatch <http://dewey.info/class/860/e23/> ;
    skos:broader humord:c06999 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/860/e23/> ;
    skos:prefLabel "Sephardi-Spanish literature"@en,
        "Sefardisk-spansk litteratur"@nb,
        "Sefardisk-spansk litteratur"@nn .

humord:c06989 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06989" ;
    dct:modified "2025-08-18T08:53:58"^^xsd:dateTime ;
    skos:broader humord:c07006 ;
    skos:closeMatch <http://dewey.info/class/891.82/e23/> ;
    skos:definition "Litteratur skrevet på serbokroatisk, uansett land <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.82/e23/> ;
    skos:prefLabel "Serbo-Croatian literature"@en,
        "Serbokroatisk litteratur"@nb,
        "Serbokroatisk litteratur"@nn .

humord:c06990 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-10-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06990" ;
    dct:modified "2025-08-15T14:54:29"^^xsd:dateTime ;
    skos:broader humord:c06989 ;
    skos:definition "Litteratur skrevet på kroatisk språk fra begynnelsen av 1990-tallet <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/891.83/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.83/e23/> ;
    skos:prefLabel "Croatian literature"@en,
        "Kroatisk litteratur"@nb,
        "Kroatisk litteratur"@nn ;
    skos:related humord:c18300 .

humord:c06991 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-10-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06991" ;
    dct:modified "2025-08-15T14:55:39"^^xsd:dateTime ;
    skos:broader humord:c06989 ;
    skos:definition "Litteratur skrevet på serbisk språk fra begynnelsen av 1990-tallet <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/891.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.82/e23/> ;
    skos:prefLabel "Serbian literature"@en,
        "Serbisk litteratur"@nb,
        "Serbisk litteratur"@nn ;
    skos:related humord:c18300 .

humord:c06992 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06992" ;
    dct:modified "2025-08-20T13:10:18"^^xsd:dateTime ;
    skos:altLabel "Singhalese literature"@en,
        "Sinhala literature"@en ;
    skos:broader humord:c18622 ;
    skos:closeMatch <http://dewey.info/class/891.48/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.48/e23/> ;
    skos:prefLabel "Sinhalese literature"@en,
        "Singhalesisk litteratur"@nb,
        "Singhalesisk litteratur"@nn .

humord:c06993 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06993" ;
    dct:modified "2025-08-22T13:54:09"^^xsd:dateTime ;
    skos:altLabel "Scandinavian fiction"@en ;
    skos:broader humord:c18621 ;
    skos:closeMatch <http://dewey.info/class/839.5/e23/> ;
    skos:definition "Litteratur skrevet på skandinaviske språk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.5/e23/> ;
    skos:prefLabel "Scandinavian literature"@en,
        "Skandinavisk litteratur"@nb,
        "Skandinavisk litteratur"@nn .

humord:c06994 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06994" ;
    dct:modified "2025-08-18T12:58:04"^^xsd:dateTime ;
    skos:broader humord:c06914 ;
    skos:exactMatch <http://dewey.info/class/891.63/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.63/e23/> ;
    skos:prefLabel "Scottish Gaelic literature"@en,
        "Skotsk-gælisk litteratur"@nb,
        "Skotsk-gælisk litteratur"@nn .

humord:c06995 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-06-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06995" ;
    dct:modified "2025-08-22T13:51:14"^^xsd:dateTime ;
    skos:altLabel "Scots literature"@en ;
    skos:broadMatch <http://dewey.info/class/820/e23/> ;
    skos:broader humord:c06885 ;
    skos:closeMatch <http://dewey.info/class/891.63/e23/> ;
    skos:definition "Litteratur skrevet på skotsk språk"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/820/e23/>,
        <http://dewey.info/class/891.63/e23/> ;
    skos:prefLabel "Scottish literature"@en,
        "Skotsk litteratur"@nb,
        "Skotsk litteratur"@nn .

humord:c06996 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06996" ;
    dct:modified "2025-08-25T08:31:27"^^xsd:dateTime ;
    skos:altLabel "Slavonic literature"@en ;
    skos:broader humord:c18576 ;
    skos:definition "Litteratur skrevet på slaviske språk <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/891.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.8/e23/> ;
    skos:prefLabel "Slavic literature"@en,
        "Slavisk litteratur"@nb,
        "Slavisk litteratur"@nn .

humord:c06997 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06997" ;
    dct:modified "2025-08-15T14:53:07"^^xsd:dateTime ;
    skos:altLabel "Slovakian literature"@en ;
    skos:broader humord:c17086 ;
    skos:exactMatch <http://dewey.info/class/891.87/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.87/e23/> ;
    skos:prefLabel "Slovak literature"@en,
        "Slovakisk litteratur"@nb,
        "Slovakisk litteratur"@nn .

humord:c06998 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06998" ;
    dct:modified "2025-08-18T08:56:56"^^xsd:dateTime ;
    skos:altLabel "Slovenian literature"@en ;
    skos:broader humord:c07006 ;
    skos:exactMatch <http://dewey.info/class/891.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.84/e23/> ;
    skos:prefLabel "Slovene literature"@en,
        "Slovensk litteratur"@nb,
        "Slovensk litteratur"@nn .

humord:c06999 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME06999" ;
    dct:modified "2025-08-18T12:57:30"^^xsd:dateTime ;
    skos:altLabel "Castilian literature"@en,
        "Spanish fiction"@en,
        "Spanish language literature"@en,
        "Kastiliansk litteratur"@nb,
        "Spansk skjønnlitteratur"@nb,
        "Spanskspråklig litteratur"@nb,
        "Kastiliansk litteratur"@nn,
        "Spansk skjønnlitteratur"@nn,
        "Spanskspråkleg litteratur"@nn ;
    skos:broader humord:c06979 ;
    skos:closeMatch <http://dewey.info/class/860/e23/> ;
    skos:definition "Spanskspråklig litteratur etter ca 1500, uansett land. - For spansk litteratur i et bestemt land/område se Spansk litteratur * navnet på området. F.eks.: Spansk litteratur * Spania, Spansk litteratur * Argentina (UBO)"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/860/e23/> ;
    skos:prefLabel "Spanish literature"@en,
        "Spansk litteratur"@nb,
        "Spansk litteratur"@nn .

humord:c07003 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07003" ;
    dct:modified "2026-01-16T16:58:55"^^xsd:dateTime ;
    skos:altLabel "Gammalspansk litteratur"@nb,
        "Gamalspansk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/860/e23/> ;
    skos:broader humord:c06999 ;
    skos:definition "Kastiliansk litteratur før ca 1500 <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/860/e23/> ;
    skos:prefLabel "Old Spanish literature"@en,
        "Gammelspansk litteratur"@nb,
        "Gammalspansk litteratur"@nn .

humord:c07004 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07004" ;
    dct:modified "2025-08-22T08:22:56"^^xsd:dateTime ;
    skos:altLabel "Swedish fiction"@en,
        "Svensk skjønnlitteratur"@nb,
        "Svensk skjønnlitteratur"@nn ;
    skos:broader humord:c06993 ;
    skos:definition "Svenskspråklig litteratur i Sverige etter ca 1550 <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/839.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.7/e23/> ;
    skos:prefLabel "Swedish literature"@en,
        "Svensk litteratur"@nb,
        "Svensk litteratur"@nn .

humord:c07006 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07006" ;
    dct:modified "2025-08-18T08:57:19"^^xsd:dateTime ;
    skos:altLabel "South Slavonic literature"@en,
        "Sydslavisk litteratur"@nb ;
    skos:broader humord:c06996 ;
    skos:closeMatch <http://dewey.info/class/891.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.81/e23/> ;
    skos:prefLabel "South Slavic literature"@en,
        "Sørslavisk litteratur"@nb,
        "Sørslavisk litteratur"@nn .

humord:c07008 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07008" ;
    dct:modified "2024-10-23T08:37:22"^^xsd:dateTime ;
    skos:broader humord:c18583 ;
    skos:exactMatch <http://dewey.info/class/894.811/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/894.811/e23/> ;
    skos:prefLabel "Tamil literature"@en,
        "Tamil litteratur"@nb,
        "Tamil litteratur"@nn .

humord:c07009 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07009" ;
    dct:modified "2024-09-04T15:56:06"^^xsd:dateTime ;
    skos:altLabel "Cankam"@nb,
        "Cankam"@nn ;
    skos:broadMatch <http://dewey.info/class/894.81111/e23/> ;
    skos:broader humord:c07008 ;
    skos:definition "Sangam er tamilsk klassisk litteratur <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/894.81111/e23/> ;
    skos:prefLabel "Sangam"@en,
        "Sangam"@nb,
        "Sangam"@nn .

humord:c07011 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07011" ;
    dct:modified "2025-08-25T11:25:02"^^xsd:dateTime ;
    skos:broader humord:c18583 ;
    skos:exactMatch <http://dewey.info/class/894.827/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/894.827/e23/> ;
    skos:prefLabel "Telugu literature"@en,
        "Telugu litteratur"@nb,
        "Telugu litteratur"@nn .

humord:c07012 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07012" ;
    dct:modified "2025-08-26T08:12:02"^^xsd:dateTime ;
    skos:broader humord:c18586 ;
    skos:closeMatch <http://dewey.info/class/895.91/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/895.91/e23/> ;
    skos:prefLabel "Thai literature"@en,
        "Thai litteratur"@nb,
        "Thai litteratur"@nn .

humord:c07013 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07013" ;
    dct:modified "2025-08-15T14:54:00"^^xsd:dateTime ;
    skos:broader humord:c17086 ;
    skos:exactMatch <http://dewey.info/class/891.86/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.86/e23/> ;
    skos:prefLabel "Czech literature"@en,
        "Tsjekkisk litteratur"@nb,
        "Tsjekkisk litteratur"@nn .

humord:c07014 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07014" ;
    dct:modified "2025-08-15T14:52:28"^^xsd:dateTime ;
    skos:altLabel "Gamaltsjekkisk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/891.86/e23/> ;
    skos:broader humord:c07013 ;
    skos:definition "Tsjekkisk litteratur til 1620 <K.Gammelgaard, 26.2.93>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.86/e23/> ;
    skos:prefLabel "Old Czech literature"@en,
        "Gammeltsjekkisk litteratur"@nb,
        "Gammaltsjekkisk litteratur"@nn .

humord:c07015 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07015" ;
    dct:modified "2024-10-21T09:18:35"^^xsd:dateTime ;
    skos:broader humord:c18574 ;
    skos:editorialNote "Brukes både om Tyrkia-tyrkisk litteratur og om litteratur skrevet på tyrkiske språk generelt"@nb ;
    skos:exactMatch <http://dewey.info/class/894.35/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/894.35/e23/> ;
    skos:prefLabel "Turkish literature"@en,
        "Tyrkisk litteratur"@nb,
        "Tyrkisk litteratur"@nn ;
    skos:related humord:c06962,
        humord:c13156,
        humord:c18274 .

humord:c07016 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07016" ;
    dct:modified "2025-08-22T13:55:03"^^xsd:dateTime ;
    skos:altLabel "German fiction"@en,
        "Tysk skjønnlitteratur"@nb,
        "Tyskspråklig litteratur"@nb,
        "Tysk skjønnlitteratur"@nn,
        "Tyskspråkleg litteratur"@nn ;
    skos:broader humord:c18621 ;
    skos:definition "Tyskspråklig litteratur etter ca 1500, uansett land. - For tysk litteratur i et bestemt land/område, se Tysk litteratur * navnet på området. F.eks. Tysk litteratur * Tyskland, Tysk litteratur * Østerrike (UBO)"@nb ;
    skos:exactMatch <http://dewey.info/class/830/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/830/e23/> ;
    skos:prefLabel "German literature"@en,
        "Tysk litteratur"@nb,
        "Tysk litteratur"@nn .

humord:c07019 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07019" ;
    dct:modified "2025-08-22T08:17:51"^^xsd:dateTime ;
    skos:altLabel "Gamalhøytysk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/830/e23/> ;
    skos:broader humord:c07016 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/830/e23/> ;
    skos:prefLabel "Old High German literature"@en,
        "Gammelhøytysk litteratur"@nb,
        "Gammalhøytysk litteratur"@nn .

humord:c07020 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07020" ;
    dct:modified "2025-08-22T08:19:13"^^xsd:dateTime ;
    skos:altLabel "Mellomhøytysk litteratur"@nb,
        "Mellomhøgtysk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/830/e23/> ;
    skos:broader humord:c07016 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/830/e23/> ;
    skos:prefLabel "Middle High German literature"@en,
        "Middelhøytysk litteratur"@nb,
        "Middelhøgtysk litteratur"@nn .

humord:c07022 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07022" ;
    dct:modified "2025-08-15T14:51:01"^^xsd:dateTime ;
    skos:broader humord:c07033 ;
    skos:closeMatch <http://dewey.info/class/891.79/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.79/e23/> ;
    skos:prefLabel "Ukrainian lliterature"@en,
        "Ukrainsk litteratur"@nb,
        "Ukrainsk litteratur"@nn .

humord:c7022 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2025-11-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME7022" ;
    dct:modified "2025-11-18T10:47:32"^^xsd:dateTime ;
    skos:altLabel "Warhorses"@en ;
    skos:broadMatch <http://dewey.info/class/636.1/e23/> ;
    skos:broader humord:c08246,
        humord:c09421 ;
    skos:editorialNote "Lukket bemerkning: ubo25"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/636.1/e23/> ;
    skos:prefLabel "War horses"@en,
        "Krigshester"@nb,
        "Krigshestar"@nn .

humord:c07023 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07023" ;
    dct:modified "2024-10-18T09:51:46"^^xsd:dateTime ;
    skos:broader humord:c18579 ;
    skos:exactMatch <http://dewey.info/class/894.511/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/894.511/e23/> ;
    skos:prefLabel "Hungarian literature"@en,
        "Ungarsk litteratur"@nb,
        "Ungarsk litteratur"@nn .

humord:c07024 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07024" ;
    dct:modified "2024-10-18T09:51:56"^^xsd:dateTime ;
    skos:broader humord:c18579 ;
    skos:closeMatch <http://dewey.info/class/894.5/e23/> ;
    skos:definition "Litteratur skrevet på uralske språk"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/894.5/e23/> ;
    skos:prefLabel "Uralic literature"@en,
        "Uralsk litteratur"@nb,
        "Uralsk litteratur"@nn .

humord:c07025 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07025" ;
    dct:modified "2025-08-21T08:43:15"^^xsd:dateTime ;
    skos:broader humord:c18622 ;
    skos:exactMatch <http://dewey.info/class/891.439/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.439/e23/> ;
    skos:prefLabel "Urdu literature"@en,
        "Urdu litteratur"@nb,
        "Urdu litteratur"@nn .

humord:c07026 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07026" ;
    dct:modified "2025-08-25T11:20:52"^^xsd:dateTime ;
    skos:altLabel "Uzbekisk litteratur"@nb,
        "Uzbekisk litteratur"@nn ;
    skos:broader humord:c18574 ;
    skos:exactMatch <http://dewey.info/class/894.325/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/894.325/e23/> ;
    skos:prefLabel "Uzbek literature"@en,
        "Usbekisk litteratur"@nb,
        "Usbekisk litteratur"@nn .

humord:c07028 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07028" ;
    dct:modified "2025-08-22T08:17:17"^^xsd:dateTime ;
    skos:broader humord:c06917 ;
    skos:closeMatch <http://dewey.info/class/294.5921/e23/> ;
    skos:exactMatch <http://dewey.info/class/891.29/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.5921/e23/>,
        <http://dewey.info/class/891.29/e23/> ;
    skos:prefLabel "Vedic literature"@en,
        "Vedisk litteratur"@nb,
        "Vedisk litteratur"@nn .

humord:c07029 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07029" ;
    dct:modified "2024-08-26T16:01:45"^^xsd:dateTime ;
    skos:altLabel "Cymric literature"@en,
        "Moderne walisisk litteratur"@nb,
        "Moderne walisisk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/820/e23/> ;
    skos:broader humord:c16658 ;
    skos:exactMatch <http://dewey.info/class/891.66/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/820/e23/>,
        <http://dewey.info/class/891.66/e23/> ;
    skos:prefLabel "Welsh literature"@en,
        "Walisisk litteratur"@nb,
        "Walisisk litteratur"@nn .

humord:c07031 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07031" ;
    dct:modified "2024-10-21T08:31:53"^^xsd:dateTime ;
    skos:altLabel "Mellomwalisisk litteratur"@nb,
        "Mellomwalisisk litteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/891.66/e23/> ;
    skos:broader humord:c07029 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.66/e23/> ;
    skos:prefLabel "Middle Welsh literature"@en,
        "Middelwalisisk litteratur"@nb,
        "Middelwalisisk litteratur"@nn .

humord:c07033 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07033" ;
    dct:modified "2024-08-21T10:54:14"^^xsd:dateTime ;
    skos:altLabel "East Slavic literature"@en ;
    skos:broader humord:c06996 ;
    skos:closeMatch <http://dewey.info/class/891.7/e23/> ;
    skos:definition "Litteratur skrevet på østslaviske språk"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/891.7/e23/> ;
    skos:prefLabel "East Slavonic literature"@en,
        "Østslavisk litteratur"@nb,
        "Austslavisk litteratur"@nn .

humord:c07035 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07035" ;
    dct:modified "2024-10-14T15:17:24"^^xsd:dateTime ;
    skos:altLabel "Bardedikting"@nb ;
    skos:broadMatch <http://dewey.info/class/3C--352/e23/> ;
    skos:broader humord:c07034 ;
    skos:definition "Bardediktning er gude- og heltekvad forfattet av keltiske barder <Chr>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--352/e23/> ;
    skos:prefLabel "Bardic poetry"@en,
        "Bardediktning"@nb,
        "Bardedikting"@nn ;
    skos:related humord:c06703,
        humord:c06708,
        humord:c06711,
        humord:c06745,
        humord:c06746,
        humord:c07069 .

humord:c07037 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-11-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07037" ;
    dct:modified "2024-07-04T11:25:43"^^xsd:dateTime ;
    skos:altLabel "Children's books"@en,
        "Barnebøker"@nb,
        "Barnebøker"@nn ;
    skos:broader humord:c07034 ;
    skos:definition "Litteratur for barn <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030071,
        <http://dewey.info/class/002.083/e23/>,
        <http://dewey.info/class/3B--0809282/e23/>,
        <http://dewey.info/class/3B--099282/e23/>,
        <http://dewey.info/class/808.068/e23/>,
        <http://dewey.info/class/808.899282/e23/>,
        <http://dewey.info/class/809.89282/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030071,
        <http://dewey.info/class/002.083/e23/>,
        <http://dewey.info/class/011.62/e23/>,
        <http://dewey.info/class/070.5083/e23/>,
        <http://dewey.info/class/3B--0809282/e23/>,
        <http://dewey.info/class/3B--099282/e23/>,
        <http://dewey.info/class/741.642/e23/>,
        <http://dewey.info/class/808.068/e23/>,
        <http://dewey.info/class/808.899282/e23/>,
        <http://dewey.info/class/809.89282/e23/> ;
    skos:prefLabel "Children's literature"@en,
        "Barnelitteratur"@nb,
        "Barnelitteratur"@nn ;
    skos:relatedMatch <http://dewey.info/class/011.62/e23/>,
        <http://dewey.info/class/070.5083/e23/>,
        <http://dewey.info/class/741.642/e23/> .

humord:c07039 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-06-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07039" ;
    dct:modified "2026-01-05T13:58:54"^^xsd:dateTime ;
    skos:altLabel "Bildebok"@nb,
        "Billedbok"@nb,
        "Billedbøker"@nb,
        "Biletbøker"@nn ;
    skos:broadMatch <http://dewey.info/class/002.083/e23/> ;
    skos:broader humord:c00163 ;
    skos:closeMatch <http://dewey.info/class/741.64/e23/> ;
    skos:exactMatch realfagstermer:c030074 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030074,
        <http://dewey.info/class/002.083/e23/>,
        <http://dewey.info/class/027.625/e23/>,
        <http://dewey.info/class/741.64/e23/>,
        <http://dewey.info/class/808.899282/e23/> ;
    skos:prefLabel "Picture books"@en,
        "Bildebøker"@nb,
        "Bildebøker"@nn ;
    skos:related humord:c67252 ;
    skos:relatedMatch <http://dewey.info/class/027.625/e23/>,
        <http://dewey.info/class/808.899282/e23/> .

humord:c07043 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07043" ;
    dct:modified "2025-08-27T09:08:07"^^xsd:dateTime ;
    skos:broader humord:c07034 ;
    skos:definition "Litterære vitnesbyrd som omfatter såvel private meddelelser mellom personer som skjønnlitterære verker i brevform <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/3A--6/e23/>,
        <http://dewey.info/class/3B--6/e23/>,
        <http://dewey.info/class/808.86/e23/>,
        <http://dewey.info/class/809.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--6/e23/>,
        <http://dewey.info/class/3B--6/e23/>,
        <http://dewey.info/class/808.86/e23/>,
        <http://dewey.info/class/809.6/e23/> ;
    skos:prefLabel "Epistolary fiction"@en,
        "Brevlitteratur"@nb,
        "Brevlitteratur"@nn ;
    skos:related humord:c00185,
        humord:c17955 .

humord:c07044 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07044" ;
    dct:modified "2025-08-27T08:54:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3C--15/e23/>,
        <http://dewey.info/class/808.8015/e23/>,
        <http://dewey.info/class/809.915/e23/> ;
    skos:broader humord:c07034 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--15/e23/>,
        <http://dewey.info/class/808.8015/e23/>,
        <http://dewey.info/class/809.915/e23/> ;
    skos:prefLabel "Burlesque literature"@en,
        "Burlesk litteratur"@nb,
        "Burlesk litteratur"@nn ;
    skos:related humord:c06642,
        humord:c07080 .

humord:c07045 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07045" ;
    dct:modified "2025-08-27T08:37:46"^^xsd:dateTime ;
    skos:altLabel "Decadent literature"@en,
        "Dekadente bevegelse"@nb,
        "Dekadente rørsler"@nn ;
    skos:broadMatch <http://dewey.info/class/808.80034/e23/>,
        <http://dewey.info/class/809.034/e23/> ;
    skos:broader humord:c07034 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.80034/e23/>,
        <http://dewey.info/class/809.034/e23/> ;
    skos:prefLabel "Decadent movement"@en,
        "Dekadanselitteratur"@nb,
        "Dekadanselitteratur"@nn .

humord:c07047 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07047" ;
    dct:modified "2025-08-27T08:40:44"^^xsd:dateTime ;
    skos:broader humord:c07034 ;
    skos:closeMatch <http://dewey.info/class/3B--105/e23/>,
        <http://dewey.info/class/808.815/e23/>,
        <http://dewey.info/class/809.15/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--1/e23/>,
        <http://dewey.info/class/3B--105/e23/>,
        <http://dewey.info/class/808.815/e23/>,
        <http://dewey.info/class/809.15/e23/> ;
    skos:prefLabel "Didactic literature"@en,
        "Didaktisk litteratur"@nb,
        "Didaktisk litteratur"@nn ;
    skos:related humord:c06786 ;
    skos:relatedMatch <http://dewey.info/class/3A--1/e23/> .

humord:c07048 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07048" ;
    dct:modified "2025-08-27T08:41:02"^^xsd:dateTime ;
    skos:altLabel "Diasporic literature"@en ;
    skos:broader humord:c07034 ;
    skos:definition "Litteratur skrevet av forfattere som lever i landflyktighet eller landsforvisning <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/3C--3526914/e23/>,
        <http://dewey.info/class/808.899206914/e23/>,
        <http://dewey.info/class/809.933526914/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--3526914/e23/>,
        <http://dewey.info/class/808.899206914/e23/>,
        <http://dewey.info/class/809.933526914/e23/> ;
    skos:prefLabel "Exile literature"@en,
        "Eksillitteratur"@nb,
        "Eksillitteratur"@nn ;
    skos:related humord:c07051 .

humord:c07049 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07049" ;
    dct:modified "2025-08-27T08:15:06"^^xsd:dateTime ;
    skos:altLabel "Emblem literature"@en,
        "Emblematic literature"@en,
        "Emblematic works"@en,
        "Emblemdiktning"@nb,
        "Emblemdikting"@nn ;
    skos:broadMatch <http://dewey.info/class/808.8015/e23/>,
        <http://dewey.info/class/809.915/e23/> ;
    skos:broader humord:c07034 ;
    skos:definition "Litteratur som populariserte visse symbolske bilder (emblemer) som ble allmannseie, og som ble opptatt i dikternes bildebruk <LL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.8015/e23/>,
        <http://dewey.info/class/809.915/e23/> ;
    skos:prefLabel "Emblem books"@en,
        "Emblemlitteratur"@nb,
        "Emblemlitteratur"@nn ;
    skos:related humord:c06802 .

humord:c07051 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07051" ;
    dct:modified "2025-08-27T08:24:59"^^xsd:dateTime ;
    skos:altLabel "Migration literature"@en,
        "Emigrantlitteratur"@nb,
        "Immigrantlitteratur"@nb,
        "Innvandrerlitteratur"@nb,
        "Emigrantlitteratur"@nn,
        "Immigrantlitteratur"@nn,
        "Innvandrarlitteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/3C--352691/e23/>,
        <http://dewey.info/class/808.89920691/e23/>,
        <http://dewey.info/class/809.93352691/e23/> ;
    skos:broader humord:c07034 ;
    skos:definition "Litteratur om (og ofte av) utvandrere <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--352691/e23/>,
        <http://dewey.info/class/808.89920691/e23/>,
        <http://dewey.info/class/809.93352691/e23/> ;
    skos:prefLabel "Migrant literature"@en,
        "Migrantlitteratur"@nb,
        "Migrantlitteratur"@nn ;
    skos:related humord:c07048 .

humord:c07052 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07052" ;
    dct:modified "2025-08-27T08:41:35"^^xsd:dateTime ;
    skos:broader humord:c07034 ;
    skos:closeMatch <http://dewey.info/class/3C--3581/e23/>,
        <http://dewey.info/class/808.803581/e23/>,
        <http://dewey.info/class/809.933581/e23/> ;
    skos:definition "Litteratur som forfekter visse oppfatninger eller programmer <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--355/e23/>,
        <http://dewey.info/class/3C--3581/e23/>,
        <http://dewey.info/class/808.80355/e23/>,
        <http://dewey.info/class/808.803581/e23/>,
        <http://dewey.info/class/809.93355/e23/>,
        <http://dewey.info/class/809.933581/e23/> ;
    skos:prefLabel "Committed literature"@en,
        "Engasjert litteratur"@nb,
        "Engasjert litteratur"@nn ;
    skos:relatedMatch <http://dewey.info/class/3C--355/e23/>,
        <http://dewey.info/class/808.80355/e23/>,
        <http://dewey.info/class/809.93355/e23/> .

humord:c07053 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07053" ;
    dct:modified "2025-08-27T07:50:38"^^xsd:dateTime ;
    skos:altLabel "Politisk dikting"@nb,
        "Politisk diktning"@nb,
        "Politisk dikting"@nn ;
    skos:broader humord:c07052 ;
    skos:closeMatch <http://dewey.info/class/3C--3581/e23/>,
        <http://dewey.info/class/808.803581/e23/>,
        <http://dewey.info/class/809.933581/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--3581/e23/>,
        <http://dewey.info/class/808.803581/e23/>,
        <http://dewey.info/class/809.933581/e23/> ;
    skos:prefLabel "Political literature"@en,
        "Politisk litteratur"@nb,
        "Politisk litteratur"@nn .

humord:c07055 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07055" ;
    dct:modified "2026-01-05T13:55:55"^^xsd:dateTime ;
    skos:broader humord:c07052 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--3552/e23/>,
        <http://dewey.info/class/808.803552/e23/>,
        <http://dewey.info/class/809.933552/e23/> ;
    skos:prefLabel "Protest literature"@en,
        "Protestlitteratur"@nb,
        "Protestlitteratur"@nn ;
    skos:relatedMatch <http://dewey.info/class/3C--3552/e23/>,
        <http://dewey.info/class/808.803552/e23/>,
        <http://dewey.info/class/809.933552/e23/> .

humord:c07056 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07056" ;
    dct:modified "2025-08-27T08:20:13"^^xsd:dateTime ;
    skos:altLabel "Nonfiction"@en,
        "Fagbøker"@nb,
        "Fagbøker"@nn ;
    skos:broader humord:c07034 ;
    skos:definition "Litteratur hvis hensikt er å formidle informasjon, til forskjell fra skjønnlitteratur som, i større eller mindre grad, har et oppdiktet innhold og et kunstnerisk siktemål <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/808.066/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.066/e23/> ;
    skos:prefLabel "Non-fiction"@en,
        "Faglitteratur"@nb,
        "Faglitteratur"@nn ;
    skos:related humord:c06695,
        humord:c06853 .

humord:c07057 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07057" ;
    dct:modified "2025-08-27T08:20:57"^^xsd:dateTime ;
    skos:altLabel "Fantasylitteratur"@nb,
        "Fantasylitteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/> ;
    skos:broader humord:c07034 ;
    skos:exactMatch <http://dewey.info/class/3B--308766/e23/>,
        <http://dewey.info/class/808.838766/e23/>,
        <http://dewey.info/class/809.38766/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--308766/e23/>,
        <http://dewey.info/class/808.838766/e23/>,
        <http://dewey.info/class/809.38766/e23/>,
        <http://dewey.info/class/813.0876608/e23/>,
        <http://dewey.info/class/823.0876608/e23/> ;
    skos:prefLabel "Fantasy fiction"@en,
        "Fantastisk litteratur"@nb,
        "Fantastisk litteratur"@nn ;
    skos:related humord:c06641,
        humord:c06652 ;
    skos:relatedMatch <http://dewey.info/class/813.0876608/e23/>,
        <http://dewey.info/class/823.0876608/e23/> .

humord:c07058 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07058" ;
    dct:modified "2024-08-16T09:33:02"^^xsd:dateTime ;
    skos:altLabel "Antiutopier (Litteratur)"@nb,
        "Antiutopiar (Litteratur)"@nn ;
    skos:broadMatch <http://dewey.info/class/3B--080372/e23/>,
        <http://dewey.info/class/3B--09372/e23/>,
        <http://dewey.info/class/3C--372/e23/>,
        <http://dewey.info/class/808.80372/e23/>,
        <http://dewey.info/class/809.93372/e23/> ;
    skos:broader humord:c07057 ;
    skos:definition "Dystopi er en litterær sjanger som skildrer en ubehagelig, imaginær (framtidig) verden <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.49/e23/>,
        <http://dewey.info/class/3B--080372/e23/>,
        <http://dewey.info/class/3B--09372/e23/>,
        <http://dewey.info/class/3C--372/e23/>,
        <http://dewey.info/class/808.80372/e23/>,
        <http://dewey.info/class/809.93372/e23/> ;
    skos:prefLabel "Dystopias"@en,
        "Dystopier"@nb,
        "Dystopiar"@nn ;
    skos:related humord:c22827 ;
    skos:relatedMatch <http://dewey.info/class/303.49/e23/> .

humord:c07060 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07060" ;
    dct:modified "2024-07-04T08:24:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3C--15/e23/> ;
    skos:broader humord:c07057 ;
    skos:definition "Science fiction er en samlebetegnelse som brukes om ulike former av fantastisk litteratur og film, ofte knyttet til ny eller spekulativ teknologi.  <SNL>"@nb ;
    skos:exactMatch realfagstermer:c030105,
        <http://dewey.info/class/3B--308762/e23/>,
        <http://dewey.info/class/808.38762/e23/>,
        <http://dewey.info/class/808.838762/e23/>,
        <http://dewey.info/class/809.38762/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030105,
        <http://dewey.info/class/3B--308762/e23/>,
        <http://dewey.info/class/3C--15/e23/>,
        <http://dewey.info/class/808.38762/e23/>,
        <http://dewey.info/class/808.838762/e23/>,
        <http://dewey.info/class/809.38762/e23/> ;
    skos:prefLabel "Science fiction"@en,
        "Science fiction"@nb,
        "Science fiction"@nn ;
    skos:related humord:c06733,
        humord:c21094,
        humord:c22827 .

humord:c07061 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07061" ;
    dct:modified "2025-08-27T07:46:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3B--080372/e23/>,
        <http://dewey.info/class/3B--09372/e23/>,
        <http://dewey.info/class/3C--372/e23/>,
        <http://dewey.info/class/808.80372/e23/>,
        <http://dewey.info/class/809.93372/e23/> ;
    skos:broader humord:c07057 ;
    skos:definition "En art litteratur som skildrer en imaginær ideell verden <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--080372/e23/>,
        <http://dewey.info/class/3B--09372/e23/>,
        <http://dewey.info/class/3C--372/e23/>,
        <http://dewey.info/class/808.80372/e23/>,
        <http://dewey.info/class/809.93372/e23/> ;
    skos:prefLabel "Utopian literature"@en,
        "Utopisk litteratur"@nb,
        "Utopisk litteratur"@nn .

humord:c07062 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-01-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07062" ;
    dct:modified "2025-09-01T21:28:25"^^xsd:dateTime ;
    skos:altLabel "Prose fiction"@en,
        "Fiksjon"@nb,
        "Fiksjonslitteratur"@nb,
        "Fortellerprosa"@nb,
        "Skjønnlitterær prosa"@nb,
        "Fiksjon"@nn,
        "Fiksjonslitteratur"@nn,
        "Fortellerprosa"@nn,
        "Skjønnlitterær prosa"@nn ;
    skos:broadMatch <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c06841 ;
    skos:definition "Fortellende diktning i ubunden form <UBB>"@nb ;
    skos:exactMatch <http://dewey.info/class/808.83/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Fiction"@en,
        "Fiksjonsprosa"@nb,
        "Fiksjonsprosa"@nn ;
    skos:related humord:c06686,
        humord:c06695,
        humord:c07085 ;
    skos:relatedMatch <http://dewey.info/class/398.2/e23/>,
        <http://dewey.info/class/808.3/e23/> .

humord:c07065 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07065" ;
    dct:modified "2025-08-27T08:41:46"^^xsd:dateTime ;
    skos:broader humord:c07034 ;
    skos:closeMatch <http://dewey.info/class/3B--308729/e23/> ;
    skos:definition "Skjønnlitteratur som kjennetegnes av dystre miljøer, voldsomme og groteske handlinger og en atmosfære preget av forfall, degenerasjon og dekadense <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--308729/e23/> ;
    skos:prefLabel "Gothic literature"@en,
        "Gotisk litteratur"@nb,
        "Gotisk litteratur"@nn .

humord:c07066 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07066" ;
    dct:modified "2025-08-28T09:02:48"^^xsd:dateTime ;
    skos:altLabel "Homestead poetry"@en,
        "Heimstaddikting"@nb,
        "Hjemstavnsdiktning"@nb ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c07034 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Homeplace literature"@en,
        "Heimstaddiktning"@nb,
        "Heimstaddikting"@nn ;
    skos:related humord:c12586 .

humord:c07069 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07069" ;
    dct:modified "2025-08-27T08:22:45"^^xsd:dateTime ;
    skos:altLabel "Epopee"@en,
        "Epos"@en,
        "Heltedikt"@nb,
        "Heltedikting"@nb,
        "Heroiske epos"@nb,
        "Heltedikt"@nn,
        "Heroiske epos"@nn ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c07034 ;
    skos:definition "Samlebetegnelse for episk dikting på folkespråk som handler om fortidige helters bedrifter, gjerne fra en mytisk sagnhistorie <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Epic"@en,
        "Heltediktning"@nb,
        "Heltedikting"@nn ;
    skos:related humord:c06703,
        humord:c06745,
        humord:c06746,
        humord:c07035 .

humord:c07071 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07071" ;
    dct:modified "2025-08-27T08:24:23"^^xsd:dateTime ;
    skos:altLabel "Bucolic poetry"@en,
        "Bukolisk diktning"@nb,
        "Hyrdedikting"@nb,
        "Pastoral diktning"@nb,
        "Bukolisk dikting"@nn,
        "Pastoral dikting"@nn ;
    skos:broadMatch <http://dewey.info/class/808.819321734/e23/>,
        <http://dewey.info/class/809.93321734/e23/> ;
    skos:broader humord:c07034 ;
    skos:definition "Dikting (lyrikk, epikk eller dramatikk) som har hyrdeliv, landlivets fred etc som tema <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.819321734/e23/>,
        <http://dewey.info/class/809.93321734/e23/> ;
    skos:prefLabel "Pastoral poetry"@en,
        "Hyrdediktning"@nb,
        "Hyrdedikting"@nn ;
    skos:related humord:c06670,
        humord:c06781 .

humord:c07075 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07075" ;
    dct:modified "2025-08-26T17:02:10"^^xsd:dateTime ;
    skos:altLabel "Idyls"@en ;
    skos:broadMatch <http://dewey.info/class/809.93321734/e23/> ;
    skos:broader humord:c07071 ;
    skos:definition "Diktning som skildrer naturlige, fredelige (særlig landlige) forhold <UBO>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/809.93321734/e23/> ;
    skos:prefLabel "Idylls"@en,
        "Idyller"@nb,
        "Idyllar"@nn ;
    skos:related humord:c06670,
        humord:c06738,
        humord:c06781 .

humord:c07076 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07076" ;
    dct:modified "2025-08-27T08:24:46"^^xsd:dateTime ;
    skos:altLabel "Detektivlitteratur"@nb,
        "Detektivlitteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/3B--30872/e23/>,
        <http://dewey.info/class/808.83872/e23/>,
        <http://dewey.info/class/809.3872/e23/> ;
    skos:broader humord:c07034 ;
    skos:definition "Kriminallitteratur, ofte berre kalla krim, er underhaldande, spenningsfylt litteratur om etterforsking og oppklaring av brotsverk. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--30872/e23/>,
        <http://dewey.info/class/808.83872/e23/>,
        <http://dewey.info/class/809.3872/e23/> ;
    skos:prefLabel "Crime fiction"@en,
        "Kriminallitteratur"@nb,
        "Kriminallitteratur"@nn ;
    skos:related humord:c06754,
        humord:c29195 .

humord:c07078 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07078" ;
    dct:modified "2025-08-27T08:43:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3B--0803522/e23/>,
        <http://dewey.info/class/3B--093522/e23/>,
        <http://dewey.info/class/3C--3522/e23/>,
        <http://dewey.info/class/3C--9287/e23/> ;
    skos:broader humord:c07034 ;
    skos:closeMatch <http://dewey.info/class/808.899287/e23/>,
        <http://dewey.info/class/809.89287/e23/>,
        <http://dewey.info/class/809.933522/e23/> ;
    skos:definition "Litteratur av, for og om kvinner <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--0803522/e23/>,
        <http://dewey.info/class/3B--093522/e23/>,
        <http://dewey.info/class/3C--3522/e23/>,
        <http://dewey.info/class/3C--9287/e23/>,
        <http://dewey.info/class/808.899287/e23/>,
        <http://dewey.info/class/809.89287/e23/>,
        <http://dewey.info/class/809.933522/e23/> ;
    skos:prefLabel "Women's literature"@en,
        "Kvinnelitteratur"@nb,
        "Kvinnelitteratur"@nn .

humord:c07079 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07079" ;
    dct:modified "2025-08-27T09:03:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/242/e23/> ;
    skos:broader humord:c07034 ;
    skos:exactMatch <http://dewey.info/class/204.32/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.32/e23/>,
        <http://dewey.info/class/242/e23/> ;
    skos:prefLabel "Devotional literature"@en,
        "Oppbyggelseslitteratur"@nb,
        "Oppbyggingslitteratur"@nn ;
    skos:related humord:c07083,
        humord:c08722 .

humord:c07080 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07080" ;
    dct:modified "2025-08-27T08:48:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/808.87/e23/>,
        <http://dewey.info/class/809.7/e23/> ;
    skos:broader humord:c07034 ;
    skos:definition "Litteratur som latterliggjør heltediktningen ved å skildre trivielle eller frivole handlinger i en opphøyet stil <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.87/e23/>,
        <http://dewey.info/class/809.7/e23/> ;
    skos:prefLabel "Mock-heroic literature"@en,
        "Pseudoheroisk litteratur"@nb,
        "Pseudoheroisk litteratur"@nn ;
    skos:related humord:c06565,
        humord:c06710,
        humord:c07044 .

humord:c07081 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2025-01-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07081" ;
    dct:modified "2025-02-02T20:25:32"^^xsd:dateTime ;
    skos:altLabel "Itineraries"@en,
        "Travel descriptions"@en,
        "Travel diaries"@en,
        "Travel literature"@en,
        "Travelers' writings"@en,
        "Travellers' writings"@en,
        "Travelogs"@en,
        "Travelogues"@en,
        "Reiseskildringer"@nb,
        "Reiseskildringar"@nn ;
    skos:broader humord:c07034 ;
    skos:closeMatch <http://dewey.info/class/3C--32/e23/>,
        <http://dewey.info/class/808.8032/e23/>,
        <http://dewey.info/class/910/e23/> ;
    skos:definition "Reiselitteratur er litteratur hvor reisen er motiv og motor.  <SNL>"@nb ;
    skos:editorialNote "Lukket bemerkning: ubo25"@nb ;
    skos:exactMatch realfagstermer:c030159 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030159,
        <http://dewey.info/class/3C--32/e23/>,
        <http://dewey.info/class/808.8032/e23/>,
        <http://dewey.info/class/910/e23/> ;
    skos:prefLabel "Travel writing"@en,
        "Reiselitteratur"@nb,
        "Reiselitteratur"@nn .

humord:c07083 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07083" ;
    dct:modified "2025-08-27T08:28:41"^^xsd:dateTime ;
    skos:broader humord:c07034 ;
    skos:exactMatch <http://dewey.info/class/3C--382/e23/>,
        <http://dewey.info/class/808.80382/e23/>,
        <http://dewey.info/class/809.93382/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--382/e23/>,
        <http://dewey.info/class/808.80382/e23/>,
        <http://dewey.info/class/809.93382/e23/> ;
    skos:prefLabel "Religious literature"@en,
        "Religiøs litteratur"@nb,
        "Religiøs litteratur"@nn ;
    skos:related humord:c07079 .

humord:c07084 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07084" ;
    dct:modified "2025-08-27T08:49:00"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c07034 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.83/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Cycles (Literature)"@en,
        "Sykluser (Litteratur)"@nb,
        "Syklusar (Litteratur)"@nn .

humord:c07085 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-01-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07085" ;
    dct:modified "2025-08-27T08:28:13"^^xsd:dateTime ;
    skos:altLabel "Light fiction"@en,
        "Forbrukslitteratur"@nb,
        "Kiosklitteratur"@nb,
        "Kjøkkentrapplitteratur"@nb,
        "Konformlitteratur"@nb,
        "Kvantitetslitteratur"@nb,
        "Marginallitteratur"@nb,
        "Masselitteratur"@nb,
        "Morskapslesning"@nb,
        "Paralitteratur"@nb,
        "Pulp (Litteratur)"@nb,
        "Sublitteratur"@nb,
        "Triviallitteratur"@nb,
        "Underholdningslitteratur"@nb,
        "Forbrukslitteratur"@nn,
        "Kiosklitteratur"@nn,
        "Konformlitteratur"@nn,
        "Kvantitetslitteratur"@nn,
        "Marginallitteratur"@nn,
        "Masselitteratur"@nn,
        "Triviallitteratur"@nn ;
    skos:broadMatch <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c07034 ;
    skos:definition "Den litteratur som er utgitt i stort opplag, er blitt mest lest og som karakteriseres ved klisjefylt språk, stilisert handlingsmønster og stereotype personer <LL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.488/e23/>,
        <http://dewey.info/class/3A--3/e23/>,
        <http://dewey.info/class/3B--3/e23/>,
        <http://dewey.info/class/808.3/e23/>,
        <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Popular literature"@en,
        "Populærlitteratur"@nb,
        "Popuærlitteratur"@nn ;
    skos:related humord:c06695,
        humord:c07062 ;
    skos:relatedMatch <http://dewey.info/class/306.488/e23/> .

humord:c07098 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07098" ;
    dct:modified "2025-08-26T10:56:38"^^xsd:dateTime ;
    skos:altLabel "Folkebok"@nb,
        "Folkebøok"@nn ;
    skos:broadMatch <http://dewey.info/class/002/e23/> ;
    skos:broader humord:c07085 ;
    skos:exactMatch <http://dewey.info/class/398.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/002/e23/>,
        <http://dewey.info/class/398.5/e23/> ;
    skos:prefLabel "Chapbooks"@en,
        "Folkebøker"@nb,
        "Folkebøker"@nn ;
    skos:related humord:c06762 .

humord:c07100 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07100" ;
    dct:modified "2025-08-27T08:35:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/3C--3581/e23/>,
        <http://dewey.info/class/808.803581/e23/>,
        <http://dewey.info/class/809.933581/e23/> ;
    skos:broader humord:c07034 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3C--3581/e23/>,
        <http://dewey.info/class/808.803581/e23/>,
        <http://dewey.info/class/809.933581/e23/> ;
    skos:prefLabel "Underground literature"@en,
        "Undergrunnslitteratur"@nb,
        "Undergrunnslitteratur"@nn ;
    skos:related humord:c28637 .

humord:c07102 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07102" ;
    dct:modified "2025-08-27T08:52:09"^^xsd:dateTime ;
    skos:altLabel "Young adult literature"@en,
        "Tenåringslitteratur"@nb,
        "Ungdomsbøker"@nb,
        "Tenåringslitteratur"@nn,
        "Ungdomsbøker"@nn ;
    skos:broader humord:c07034 ;
    skos:definition "Litteratur for ungdom <UBO>"@nb ;
    skos:exactMatch realfagstermer:c030113,
        <http://dewey.info/class/808.899283/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030113,
        <http://dewey.info/class/808.899283/e23/> ;
    skos:prefLabel "Young adult fiction"@en,
        "Ungdomslitteratur"@nb,
        "Ungdomslitteratur"@nn .

humord:c07103 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07103" ;
    dct:modified "2025-08-27T09:04:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c07034 ;
    skos:definition "De litterære verker som har spilt en særlig rolle i kulturlandenes bevissthet, og som det er gått ut bestemmende impulser fra <Aa>"@nb ;
    skos:editorialNote "Brukes også i betydningen \"all verdens litteratur\""@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "World literature"@en,
        "Verdenslitteratur"@nb,
        "Verdslitteratur"@nn ;
    skos:related humord:c06467 .

humord:c07104 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07104" ;
    dct:modified "2025-08-27T08:52:33"^^xsd:dateTime ;
    skos:broader humord:c07034 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.2/e23/>,
        <http://dewey.info/class/3C--382/e23/>,
        <http://dewey.info/class/808.80382/e23/>,
        <http://dewey.info/class/809.93382/e23/> ;
    skos:prefLabel "Visionary literature"@en,
        "Visjonslitteratur"@nb,
        "Visjonslitteratur"@nn ;
    skos:relatedMatch <http://dewey.info/class/204.2/e23/>,
        <http://dewey.info/class/3C--382/e23/>,
        <http://dewey.info/class/808.80382/e23/>,
        <http://dewey.info/class/809.93382/e23/> .

humord:c07105 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07105" ;
    dct:modified "2026-01-07T11:07:03"^^xsd:dateTime ;
    skos:inScheme humord: ;
    skos:prefLabel "Names, persons and characters"@en,
        "Navn, personer og skikkelser"@nb,
        "Namn, personar og skikkelser"@nn ;
    skos:topConceptOf humord: .

humord:c07106 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07106" ;
    dct:modified "2025-06-25T10:23:44"^^xsd:dateTime ;
    skos:broader humord:c07105 ;
    skos:editorialNote "Her navn som ikke tas inn i BIBSYS marcfelt 600, 610, 611 og 630"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "Names (Fictitious persons, gods, items, finds etc.)"@en,
        "Navn (Fiktive personer, guder, gjenstander, funn osv.)"@nb,
        "Namn (Fiktive personar, gudar, gjenstandar, funn osv.)"@nn .

humord:c07107 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2001-11-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07107" ;
    dct:modified "2024-11-08T09:46:01"^^xsd:dateTime ;
    skos:broader humord:c07106 ;
    skos:inScheme humord: ;
    skos:prefLabel "Names from religion and mythology"@en,
        "Navn fra religion og mytologi"@nb,
        "Namn frå religion og mytologi"@nn ;
    skos:related humord:c07552 .

humord:c07108 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07108" ;
    dct:modified "2024-07-05T07:42:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/292.2113/e23/> ;
    skos:broader humord:c17798 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.2113/e23/> ;
    skos:prefLabel "Adonis"@en,
        "Adonis"@nb,
        "Adonis"@nn .

humord:c07109 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07109" ;
    dct:modified "2024-07-26T12:27:39"^^xsd:dateTime ;
    skos:altLabel "Aphrodite"@nb,
        "Aphrodite"@nn ;
    skos:broadMatch <http://dewey.info/class/292.2114/e23/> ;
    skos:broader humord:c17798 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.2114/e23/> ;
    skos:prefLabel "Aphrodite"@en,
        "Afrodite"@nb,
        "Afrodite"@nn ;
    skos:related humord:c07162 .

humord:c07111 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07111" ;
    dct:modified "2024-08-14T09:13:31"^^xsd:dateTime ;
    skos:altLabel "Amen"@en,
        "Ammon"@en,
        "Amon"@en ;
    skos:broadMatch <http://dewey.info/class/299.312113/e23/> ;
    skos:broader humord:c17803 ;
    skos:definition "Amon er en egyptisk gud <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.312113/e23/> ;
    skos:prefLabel "Amun"@en,
        "Amon"@nb,
        "Amon"@nn .

humord:c07112 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07112" ;
    dct:modified "2024-08-14T09:15:42"^^xsd:dateTime ;
    skos:altLabel "Amor and Psyche"@en,
        "Amor"@nb,
        "Psyke (Mytologisk skikkelse)"@nb,
        "Amor"@nn,
        "Psyke (Mytologisk skikkelse)"@nn ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Cupid and Psyche"@en,
        "Amor og Psyke"@nb,
        "Amor og Psyke"@nn .

humord:c07116 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07116" ;
    dct:modified "2024-08-14T13:53:36"^^xsd:dateTime ;
    skos:altLabel "Anath"@en ;
    skos:broadMatch <http://dewey.info/class/299.2/e23/> ;
    skos:broader humord:c17803 ;
    skos:definition "Anat er en semittisk kjærlighets- og krigsgudinne <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.2/e23/> ;
    skos:prefLabel "Anat"@en,
        "Anat"@nb,
        "Anat"@nn .

humord:c07117 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07117" ;
    dct:modified "2024-08-15T13:39:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Antigone"@en,
        "Antigone"@nb,
        "Antigone"@nn .

humord:c07118 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07118" ;
    dct:modified "2024-08-16T14:13:40"^^xsd:dateTime ;
    skos:altLabel "Apollo"@nb,
        "Apollo"@nn ;
    skos:broadMatch <http://dewey.info/class/292.2113/e23/> ;
    skos:broader humord:c17798 ;
    skos:editorialNote "Brukes om guden Apollon for både gresk og romersk mytologi"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.2113/e23/> ;
    skos:prefLabel "Apollo"@en,
        "Apollon"@nb,
        "Apollon"@nn ;
    skos:related humord:c07126 .

humord:c07119 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07119" ;
    dct:modified "2024-08-28T10:20:17"^^xsd:dateTime ;
    skos:altLabel "Ash Lad"@en,
        "Oskefisen"@en,
        "Oskefisen"@nn ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c17804 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Askeladden"@en,
        "Askeladden"@nb,
        "Oskeladden"@nn .

humord:c07120 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07120" ;
    dct:modified "2024-08-28T10:20:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c17804 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Cinderella"@en,
        "Askepott"@nb,
        "Askepott"@nn .

humord:c07121 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07121" ;
    dct:modified "2024-10-09T07:46:41"^^xsd:dateTime ;
    skos:altLabel "Baba Jaga"@en,
        "Baba Jaga"@nb,
        "Baba Jaga"@nn ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/> ;
    skos:broader humord:c17804 ;
    skos:definition "Baba.-Jaga er en eventyrskikkelse som opptrer i østslaviske undereventyr <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/> ;
    skos:prefLabel "Baba Yaga"@en,
        "Baba-Jaga"@nb,
        "Baba-Jaga"@nn .

humord:c07122 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07122" ;
    dct:modified "2024-10-09T08:18:21"^^xsd:dateTime ;
    skos:altLabel "Bakkhos"@nb,
        "Bakkus"@nb,
        "Bakkhos"@nn,
        "Bakkus"@nn ;
    skos:broadMatch <http://dewey.info/class/292.2113/e23/> ;
    skos:broader humord:c17798 ;
    skos:definition "Bacchus er en romersk vingud. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.2113/e23/> ;
    skos:prefLabel "Bacchus"@en,
        "Bacchus"@nb,
        "Bacchus"@nn ;
    skos:related humord:c07129,
        humord:c15137 .

humord:c07124 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07124" ;
    dct:modified "2024-09-16T13:50:16"^^xsd:dateTime ;
    skos:altLabel "Cressida"@nb,
        "Cressida"@nn ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Chryseis"@en,
        "Chryseis"@nb,
        "Chryseis"@nn ;
    skos:related humord:c07158 .

humord:c07126 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07126" ;
    dct:modified "2024-09-11T12:04:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Daphne"@en,
        "Dafne"@nb,
        "Dafne"@nn ;
    skos:related humord:c07118 .

humord:c07127 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07127" ;
    dct:modified "2024-09-26T10:59:30"^^xsd:dateTime ;
    skos:altLabel "Daidalos"@en ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:definition "Daidalos er i gresk mytologi en stor kunstner og oppfinner, kjent for blant annet labyrinten på Kreta. Ikaros' far <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Daedalus"@en,
        "Daidalos"@nb,
        "Daidalos"@nn .

humord:c07128 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07128" ;
    dct:modified "2024-11-07T20:10:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.52114/e23/> ;
    skos:broader humord:c17799 ;
    skos:definition "Den store gudinnen i hinduistisk mytologi <Ruud>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.52114/e23/> ;
    skos:prefLabel "Devi"@en,
        "Devi"@nb,
        "Devi"@nn .

humord:c07129 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07129" ;
    dct:modified "2024-11-08T10:27:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/292.2113/e23/> ;
    skos:broader humord:c17798 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.2113/e23/> ;
    skos:prefLabel "Dionysus"@en,
        "Dionysos"@nb,
        "Dionysos"@nn ;
    skos:related humord:c07122,
        humord:c19439 .

humord:c07130 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07130" ;
    dct:modified "2024-11-07T10:36:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c17804 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Don Juan (Literary character)"@en,
        "Don Juan (Litterær karakter)"@nb,
        "Don Juan (Litterær karakter)"@nn .

humord:c07131 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07131" ;
    dct:modified "2024-11-07T10:02:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/>,
        <http://dewey.info/class/3C--351/e23/> ;
    skos:broader humord:c17804 ;
    skos:definition "Faust er en tysk sagnskikkelse <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/>,
        <http://dewey.info/class/3C--351/e23/>,
        <http://dewey.info/class/833.6/e23/> ;
    skos:prefLabel "Faust"@en,
        "Faust"@nb,
        "Faust"@nn ;
    skos:relatedMatch <http://dewey.info/class/833.6/e23/> .

humord:c07132 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07132" ;
    dct:modified "2024-11-07T07:59:08"^^xsd:dateTime ;
    skos:altLabel "Hansel and Grethel"@en,
        "Hansel and Grettel"@en ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c17804 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Hansel and Gretel"@en,
        "Hans og Grete"@nb,
        "Hans og Grete"@nn .

humord:c07133 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-09-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07133" ;
    dct:modified "2024-11-08T10:14:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:definition "Særlig i det gamle Hellas: Halvgud, sagnhelt som ble dyrket religiøst <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Hero (Mythology)"@en,
        "Hero"@nb,
        "Hero"@nn ;
    skos:related humord:c07558 .

humord:c07134 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07134" ;
    dct:modified "2024-11-08T10:17:07"^^xsd:dateTime ;
    skos:altLabel "Iphigeneia"@en,
        "Ifigenia"@nb,
        "Iphigeneia"@nb,
        "Ifigenia"@nn,
        "Iphigeneia"@nn ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:definition "Ifigenia er i gresk mytologi datter av kong Agamemnon av Mykene og Klytaimestra. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Iphigenia"@en,
        "Ifigeneia"@nb,
        "Ifigeneia"@nn .

humord:c07137 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07137" ;
    dct:modified "2024-10-24T08:09:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/299.312114/e23/> ;
    skos:broader humord:c17803 ;
    skos:definition "Isis, gammelegyptisk gudinne, senere del av mysteriekulten i hellenistisk religion. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.312114/e23/> ;
    skos:prefLabel "Isis"@en,
        "Isis"@nb,
        "Isis"@nn .

humord:c07138 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07138" ;
    dct:modified "2024-11-06T17:27:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/>,
        <http://dewey.info/class/944/e23/> ;
    skos:broader humord:c17804 ;
    skos:definition "Marianne er et populærnavn på Den franske republikk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/>,
        <http://dewey.info/class/944/e23/> ;
    skos:prefLabel "Marianne"@en,
        "Marianne"@nb,
        "Marianne"@nn .

humord:c07139 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07139" ;
    dct:modified "2024-11-06T17:35:14"^^xsd:dateTime ;
    skos:altLabel "Melusina"@en ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/> ;
    skos:broader humord:c17804 ;
    skos:definition "Melusine er heltinnen i et gammelt franske sagn <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/> ;
    skos:prefLabel "Melusine"@en,
        "Melusine"@nb,
        "Melusine"@nn .

humord:c07140 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07140" ;
    dct:modified "2024-11-06T17:35:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/398.21/e23/> ;
    skos:broader humord:c17804 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.21/e23/> ;
    skos:prefLabel "Merlin"@en,
        "Merlin"@nb,
        "Merlin"@nn .

humord:c07141 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07141" ;
    dct:modified "2024-11-08T09:21:29"^^xsd:dateTime ;
    skos:altLabel "Minotaur"@nn ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:definition "Minotauros er et vesen kjent fra gresk mytologi. Navnet betyr Minos' okse, og han omtales som et menneske med oksehode. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Minotaur"@en,
        "Minotaurus"@nb,
        "Minotaurus"@nn .

humord:c07142 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07142" ;
    dct:modified "2024-11-08T09:37:23"^^xsd:dateTime ;
    skos:altLabel "Morgain"@en,
        "Morgaine"@en,
        "Morgana"@en,
        "Morgane"@en,
        "Morganna"@en,
        "Morgante"@en,
        "Morgen"@en,
        "Morguein"@en,
        "Fata morgana"@nb,
        "Fee morgane"@nb,
        "Fee morgue"@nb,
        "Morgan"@nb,
        "Morgan le fay"@nb,
        "Fata morgana"@nn,
        "Fee morgane"@nn,
        "Fee morgue"@nn,
        "Morgan"@nn,
        "Morgan le fay"@nn ;
    skos:broadMatch <http://dewey.info/class/820.9351/e23/> ;
    skos:broader humord:c17804 ;
    skos:definition "Morgana er et overnaturlig vesen som en trodde kunne framkalle luftspeilinger. Opptrer  i Arthursagnene som søster av kong Arthur <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/820.9351/e23/> ;
    skos:prefLabel "Morgan le Fay"@en,
        "Morgana"@nb,
        "Morgana"@nn ;
    skos:related humord:c05128,
        humord:c08278 .

humord:c07150 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07150" ;
    dct:modified "2024-11-08T10:08:30"^^xsd:dateTime ;
    skos:altLabel "Odyssevs"@nb,
        "Ulixes"@nb,
        "Ulysses"@nb,
        "Odyssevs"@nn,
        "Ulixes"@nn,
        "Ulysses"@nn ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:definition "Odyssevs er i greske sagn konge på Ithaka. Han var sønn av Laërtes og hovedfiguren i det homeriske heltediktet Odysseen, som er oppkalt etter ham. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Odysseus"@en,
        "Odysseus"@nb,
        "Odysseus"@nn .

humord:c07151 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07151" ;
    dct:modified "2024-11-08T09:03:55"^^xsd:dateTime ;
    skos:altLabel "Orfeus"@en,
        "Orfevs"@nb,
        "Orfevs"@nn ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:definition "Orfeus, sanger og seer i gresk mytologi. Orfeus hørte hjemme i Thrakia eller Makedonia, ved Olympos. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Orpheus"@en,
        "Orfeus"@nb,
        "Orfeus"@nn ;
    skos:related humord:c14582 .

humord:c07152 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07152" ;
    dct:modified "2024-11-08T09:05:15"^^xsd:dateTime ;
    skos:altLabel "Paris' Dom"@nb,
        "Prins Paris"@nb,
        "Paris' Dom"@nn,
        "Prins Paris"@nn ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:definition "Paris er en trojansk prins i sagn fra den greske antikken. Paris er sønn av kong Priamos og Hekabe. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Paris (Prince)"@en,
        "Paris (Prins)"@nb,
        "Paris (Prins)"@nn .

humord:c07155 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07155" ;
    dct:modified "2024-11-08T09:11:24"^^xsd:dateTime ;
    skos:altLabel "Prometeus"@nb,
        "Prometeus"@nn ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:definition "Prometeus er en av titanene, slekten av guddommelige vesener som ifølge gresk mytologi hersket over verden før Zevs og de olympiske guddommene. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Prometheus"@en,
        "Prometheus"@nb,
        "Prometheus"@nn .

humord:c07156 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07156" ;
    dct:modified "2024-11-06T12:47:54"^^xsd:dateTime ;
    skos:altLabel "Little Red Riding Hood"@en ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c17804 ;
    skos:definition "Rødhette er et eventyr som ble skrevet ned og publisert av brødrene Grimm. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Red Riding Hood"@en,
        "Rødhette"@nb,
        "Raudhette"@nn .

humord:c07157 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07157" ;
    dct:modified "2024-11-08T09:14:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:definition "Skylla og Kharybdis er to sjøuhyre i gresk mytologi. <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Scylla and Charybdis"@en,
        "Skylla og Kharybdis"@nb,
        "Skylla og Kharybdis"@nn .

humord:c07158 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07158" ;
    dct:modified "2024-11-08T09:16:31"^^xsd:dateTime ;
    skos:altLabel "Troilus"@nb,
        "Troilus"@nn ;
    skos:broadMatch <http://dewey.info/class/292.13/e23/> ;
    skos:broader humord:c17798 ;
    skos:definition "Troilos er en gresk sagnskikkelse, yngste sønn av trojanerkongen Priamos. Ifølge sagnet ble han drept av Akhillevs. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Troilus"@en,
        "Troilos"@nb,
        "Troilos"@nn ;
    skos:related humord:c07124 .

humord:c07162 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07162" ;
    dct:modified "2024-11-08T09:00:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/292.2114/e23/> ;
    skos:broader humord:c17798 ;
    skos:definition "Venus, italisk-romersk gudinne <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.2114/e23/> ;
    skos:prefLabel "Venus (Goddess)"@en,
        "Venus (Gudinne)"@nb,
        "Venus (Gudinne)"@nn ;
    skos:related humord:c07109 .

humord:c07163 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07163" ;
    dct:modified "2024-11-07T13:07:12"^^xsd:dateTime ;
    skos:altLabel "Names of pieces of art, artifacts and finds"@en ;
    skos:broader humord:c07106 ;
    skos:inScheme humord: ;
    skos:prefLabel "Names of works of art, artifacts and finds"@en,
        "Navn på kunstverker, gjenstander og funn"@nb,
        "Namn på kunstverk, gjenstandar og funn"@nn .

humord:c07164 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07164" ;
    dct:modified "2026-01-06T09:02:51"^^xsd:dateTime ;
    skos:broader humord:c00041 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/930.1/e23/>,
        <http://dewey.info/class/936.895/e23/> ;
    skos:prefLabel "Grauballe man"@en,
        "Grauballemannen"@nb,
        "Grauballemannen"@nn ;
    skos:relatedMatch <http://dewey.info/class/930.1/e23/>,
        <http://dewey.info/class/936.895/e23/> .

humord:c07166 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07166" ;
    dct:modified "2024-11-07T12:56:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/736.5/e23/> ;
    skos:broader humord:c07163 ;
    skos:definition "Kensington-steinen, runestein funnet i 1898 ved Kensington i Minnesota, USA, av en svensk farmer, Olof Ohman.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/439.50411/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:prefLabel "Kensington Runestone"@en,
        "Kensingtonsteinen"@nb,
        "Kensingtonsteinen"@nn ;
    skos:relatedMatch <http://dewey.info/class/439.50411/e23/> .

humord:c07167 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07167" ;
    dct:modified "2025-11-11T07:55:38"^^xsd:dateTime ;
    skos:altLabel "Laocoön Group"@en,
        "Laokoon og sønnene hans"@nb,
        "Laokoon og sønene hans"@nn ;
    skos:broadMatch <http://dewey.info/class/733.3/e23/> ;
    skos:broader humord:c07163 ;
    skos:definition "Laokoongruppen er en hellenistisk marmorgruppe fra omkring 150 fvt. utført av Agesandros fra Rodos, Polydoros og Athenodoros. Motivet er den trojanske presten Laokoon og hans to sønner som drepes av slanger. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/733.3/e23/> ;
    skos:prefLabel "Laocoön and His Sons"@en,
        "Laokoongruppen"@nb,
        "Laokoongruppa"@nn ;
    skos:related humord:c70208 .

humord:c07169 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07169" ;
    dct:modified "2026-01-07T11:13:34"^^xsd:dateTime ;
    skos:broader humord:c07105 ;
    skos:inScheme humord: ;
    skos:prefLabel "Persons"@en,
        "Personer"@nb,
        "Personar"@nn ;
    skos:related humord:c00739 .

humord:c07171 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07171" ;
    dct:modified "2023-11-15T15:40:59"^^xsd:dateTime ;
    skos:altLabel "Kids"@en,
        "Born"@nn ;
    skos:broader humord:c07170 ;
    skos:closeMatch <http://dewey.info/class/1--0854/e23/> ;
    skos:exactMatch realfagstermer:c005179,
        <http://dewey.info/class/1--083/e23/>,
        <http://dewey.info/class/305.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005179,
        <http://dewey.info/class/1--083/e23/>,
        <http://dewey.info/class/1--0854/e23/>,
        <http://dewey.info/class/155.4/e23/>,
        <http://dewey.info/class/179.2/e23/>,
        <http://dewey.info/class/303.32/e23/>,
        <http://dewey.info/class/305.23/e23/>,
        <http://dewey.info/class/306.874/e23/>,
        <http://dewey.info/class/323.352/e23/>,
        <http://dewey.info/class/331.31/e23/>,
        <http://dewey.info/class/342.08772/e23/>,
        <http://dewey.info/class/353.536/e23/>,
        <http://dewey.info/class/362.7/e23/>,
        <http://dewey.info/class/612.65/e23/>,
        <http://dewey.info/class/613.0432/e23/>,
        <http://dewey.info/class/649.4/e23/>,
        <http://dewey.info/class/704.9425/e23/>,
        <http://dewey.info/class/743.45/e23/>,
        <http://dewey.info/class/757.5/e23/> ;
    skos:prefLabel "Children"@en,
        "Barn"@nb,
        "Barn"@nn ;
    skos:related humord:c24726 ;
    skos:relatedMatch <http://dewey.info/class/155.4/e23/>,
        <http://dewey.info/class/179.2/e23/>,
        <http://dewey.info/class/303.32/e23/>,
        <http://dewey.info/class/306.874/e23/>,
        <http://dewey.info/class/323.352/e23/>,
        <http://dewey.info/class/331.31/e23/>,
        <http://dewey.info/class/342.08772/e23/>,
        <http://dewey.info/class/353.536/e23/>,
        <http://dewey.info/class/362.7/e23/>,
        <http://dewey.info/class/612.65/e23/>,
        <http://dewey.info/class/613.0432/e23/>,
        <http://dewey.info/class/649.4/e23/>,
        <http://dewey.info/class/704.9425/e23/>,
        <http://dewey.info/class/743.45/e23/>,
        <http://dewey.info/class/757.5/e23/> .

humord:c07172 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07172" ;
    dct:modified "2024-07-05T07:43:49"^^xsd:dateTime ;
    skos:altLabel "Adopterte barn"@nb,
        "Utenlandsadopterte"@nb,
        "Adopterte barn"@nn,
        "Utalandsadopterte"@nn ;
    skos:broader humord:c07171 ;
    skos:closeMatch <http://dewey.info/class/155.445/e23/> ;
    skos:exactMatch <http://dewey.info/class/1--0854/e23/>,
        <http://dewey.info/class/306.874/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0854/e23/>,
        <http://dewey.info/class/155.445/e23/>,
        <http://dewey.info/class/306.874/e23/>,
        <http://dewey.info/class/362.8298/e23/> ;
    skos:prefLabel "Adoptees"@en,
        "Adoptivbarn"@nb,
        "Adoptivbarn"@nn ;
    skos:related humord:c14569,
        humord:c21938 ;
    skos:relatedMatch <http://dewey.info/class/362.8298/e23/> .

humord:c07173 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07173" ;
    dct:modified "2026-01-06T09:02:23"^^xsd:dateTime ;
    skos:broader humord:c07171 ;
    skos:exactMatch <http://dewey.info/class/1--0854/e23/>,
        <http://dewey.info/class/306.874/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0854/e23/>,
        <http://dewey.info/class/155.445/e23/>,
        <http://dewey.info/class/306.874/e23/>,
        <http://dewey.info/class/362.733/e23/> ;
    skos:prefLabel "Foster children"@en,
        "Fosterbarn"@nb,
        "Fosterbarn"@nn ;
    skos:related humord:c22799 ;
    skos:relatedMatch <http://dewey.info/class/155.445/e23/>,
        <http://dewey.info/class/362.733/e23/> .

humord:c07174 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07174" ;
    dct:modified "2026-01-19T10:10:42"^^xsd:dateTime ;
    skos:altLabel "Kindergarten children"@en,
        "Preschool children"@en,
        "Barnehagebarn"@nb,
        "Barnehagebarn"@nn,
        "Barnehageborn"@nn,
        "Førskolebarn"@nn,
        "Førskoleborn"@nn,
        "Førskuleborn"@nn ;
    skos:broader humord:c07171 ;
    skos:closeMatch realfagstermer:c000875,
        <http://dewey.info/class/155.423/e23/> ;
    skos:exactMatch <http://dewey.info/class/1--0833/e23/>,
        <http://dewey.info/class/305.233/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000875,
        <http://dewey.info/class/1--0833/e23/>,
        <http://dewey.info/class/155.423/e23/>,
        <http://dewey.info/class/305.233/e23/>,
        <http://dewey.info/class/612.654/e23/> ;
    skos:prefLabel "Nursery school children"@en,
        "Førskolebarn"@nb,
        "Førskulebarn"@nn ;
    skos:relatedMatch <http://dewey.info/class/612.654/e23/> .

humord:c07175 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07175" ;
    dct:modified "2024-10-09T10:51:18"^^xsd:dateTime ;
    skos:altLabel "Datter"@nb,
        "Dotter"@nn ;
    skos:broadMatch <http://dewey.info/class/1--0854/e23/>,
        <http://dewey.info/class/306.874/e23/> ;
    skos:broader humord:c07170 ;
    skos:definition "En datter er kvinnelig avkom, en jente eller kvinne i slektskap til sine foreldre. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0854/e23/>,
        <http://dewey.info/class/306.874/e23/> ;
    skos:prefLabel "Daughters"@en,
        "Døtre"@nb,
        "Døtrer"@nn .

humord:c07177 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07177" ;
    dct:modified "2024-08-29T13:01:42"^^xsd:dateTime ;
    skos:altLabel "Aged"@en,
        "Aging persons"@en,
        "Elderly"@en,
        "Elderly persons"@en,
        "Elders"@en,
        "Old people"@en,
        "Senior citizens"@en,
        "Seniors"@en,
        "The elderly"@en,
        "Aldrende befolkning"@nb,
        "Eldrebølgen"@nb,
        "Gamle"@nb,
        "Gammel"@nb,
        "Eldrebylgja"@nn,
        "Eldrebylgjen"@nn,
        "Eldrebølga"@nn,
        "Eldrebølgen"@nn,
        "Eldrebølgja"@nn,
        "Gamal"@nn,
        "Gamle"@nn,
        "Gammal"@nn ;
    skos:broader humord:c07170 ;
    skos:exactMatch realfagstermer:c012592,
        <http://dewey.info/class/1--0846/e23/>,
        <http://dewey.info/class/305.26/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012592,
        <http://dewey.info/class/1--0846/e23/>,
        <http://dewey.info/class/305.26/e23/> ;
    skos:prefLabel "Elderly people"@en,
        "Eldre"@nb,
        "Eldre"@nn ;
    skos:related humord:c03859,
        humord:c07323,
        humord:c22977,
        humord:c22978,
        humord:c58854 .

humord:c07180 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07180" ;
    dct:modified "2024-05-21T16:07:48"^^xsd:dateTime ;
    skos:altLabel "Dads"@en,
        "Far"@nb,
        "Pappa"@nb,
        "Pappaer"@nb,
        "Far"@nn,
        "Pappa"@nn,
        "Pappaar"@nn,
        "Pappaer"@nn ;
    skos:broader humord:c07182 ;
    skos:exactMatch <http://dewey.info/class/1--0851/e23/>,
        <http://dewey.info/class/306.8742/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0851/e23/>,
        <http://dewey.info/class/155.6462/e23/>,
        <http://dewey.info/class/306.8742/e23/> ;
    skos:prefLabel "Fathers"@en,
        "Fedre"@nb,
        "Fedrar"@nn ;
    skos:related humord:c22432,
        humord:c22700 ;
    skos:relatedMatch <http://dewey.info/class/155.6462/e23/> .

humord:c07182 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07182" ;
    dct:modified "2024-11-07T13:27:12"^^xsd:dateTime ;
    skos:altLabel "Forelder"@nb,
        "Forelder"@nn ;
    skos:broader humord:c07170 ;
    skos:exactMatch realfagstermer:c005653,
        <http://dewey.info/class/1--085/e23/>,
        <http://dewey.info/class/306.874/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005653,
        <http://dewey.info/class/1--085/e23/>,
        <http://dewey.info/class/155.646/e23/>,
        <http://dewey.info/class/204.41/e23/>,
        <http://dewey.info/class/306.874/e23/>,
        <http://dewey.info/class/353.5331/e23/>,
        <http://dewey.info/class/362.82/e23/> ;
    skos:prefLabel "Parents"@en,
        "Foreldre"@nb,
        "Foreldre"@nn ;
    skos:related humord:c04891,
        humord:c22683,
        humord:c22765 ;
    skos:relatedMatch <http://dewey.info/class/155.646/e23/>,
        <http://dewey.info/class/204.41/e23/>,
        <http://dewey.info/class/353.5331/e23/>,
        <http://dewey.info/class/362.82/e23/> .

humord:c07184 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07184" ;
    dct:modified "2024-11-06T11:26:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--083/e23/> ;
    skos:broader humord:c07170 ;
    skos:exactMatch <http://dewey.info/class/305.230811/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--083/e23/>,
        <http://dewey.info/class/155.432/e23/>,
        <http://dewey.info/class/305.230811/e23/>,
        <http://dewey.info/class/364.36/e23/>,
        <http://dewey.info/class/613.04232/e23/>,
        <http://dewey.info/class/649.132/e23/> ;
    skos:prefLabel "Boys"@en,
        "Gutter"@nb,
        "Gutar"@nn ;
    skos:relatedMatch <http://dewey.info/class/155.432/e23/>,
        <http://dewey.info/class/364.36/e23/>,
        <http://dewey.info/class/613.04232/e23/>,
        <http://dewey.info/class/649.132/e23/> .

humord:c07185 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07185" ;
    dct:modified "2023-11-30T09:11:10"^^xsd:dateTime ;
    skos:altLabel "Piker"@nb ;
    skos:broadMatch <http://dewey.info/class/1--083/e23/> ;
    skos:broader humord:c07170 ;
    skos:exactMatch realfagstermer:c005069,
        <http://dewey.info/class/305.23082/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005069,
        <http://dewey.info/class/1--083/e23/>,
        <http://dewey.info/class/155.433/e23/>,
        <http://dewey.info/class/305.23082/e23/>,
        <http://dewey.info/class/364.36/e23/>,
        <http://dewey.info/class/613.04242/e23/>,
        <http://dewey.info/class/649.133/e23/> ;
    skos:prefLabel "Girls"@en,
        "Jenter"@nb,
        "Jenter"@nn ;
    skos:relatedMatch <http://dewey.info/class/155.433/e23/>,
        <http://dewey.info/class/364.36/e23/>,
        <http://dewey.info/class/613.04242/e23/>,
        <http://dewey.info/class/649.133/e23/> .

humord:c07186 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07186" ;
    dct:modified "2024-11-06T11:27:40"^^xsd:dateTime ;
    skos:altLabel "Female"@en,
        "Woman"@en,
        "Kvinnen"@nb,
        "Kvinna"@nn ;
    skos:broader humord:c07170 ;
    skos:exactMatch realfagstermer:c013443,
        <http://dewey.info/class/1--082/e23/>,
        <http://dewey.info/class/305.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013443,
        <http://dewey.info/class/1--082/e23/>,
        <http://dewey.info/class/155.333/e23/>,
        <http://dewey.info/class/155.6423/e23/>,
        <http://dewey.info/class/155.6433/e23/>,
        <http://dewey.info/class/155.6443/e23/>,
        <http://dewey.info/class/155.6453/e23/>,
        <http://dewey.info/class/248.8943/e23/>,
        <http://dewey.info/class/305.4/e23/>,
        <http://dewey.info/class/323.34/e23/>,
        <http://dewey.info/class/331.4/e23/>,
        <http://dewey.info/class/342.0878/e23/>,
        <http://dewey.info/class/353.535/e23/>,
        <http://dewey.info/class/362.83/e23/>,
        <http://dewey.info/class/364.374/e23/>,
        <http://dewey.info/class/613.04244/e23/>,
        <http://dewey.info/class/704.042/e23/>,
        <http://dewey.info/class/704.9424/e23/>,
        <http://dewey.info/class/743.44/e23/>,
        <http://dewey.info/class/757.4/e23/>,
        <http://dewey.info/class/920.72/e23/> ;
    skos:prefLabel "Women"@en,
        "Kvinner"@nb,
        "Kvinner"@nn ;
    skos:related humord:c07227,
        humord:c07228,
        humord:c07445,
        humord:c07458 ;
    skos:relatedMatch <http://dewey.info/class/155.333/e23/>,
        <http://dewey.info/class/155.6423/e23/>,
        <http://dewey.info/class/155.6433/e23/>,
        <http://dewey.info/class/155.6443/e23/>,
        <http://dewey.info/class/155.6453/e23/>,
        <http://dewey.info/class/248.8943/e23/>,
        <http://dewey.info/class/323.34/e23/>,
        <http://dewey.info/class/331.4/e23/>,
        <http://dewey.info/class/342.0878/e23/>,
        <http://dewey.info/class/353.535/e23/>,
        <http://dewey.info/class/362.83/e23/>,
        <http://dewey.info/class/364.374/e23/>,
        <http://dewey.info/class/613.04244/e23/>,
        <http://dewey.info/class/704.042/e23/>,
        <http://dewey.info/class/704.9424/e23/>,
        <http://dewey.info/class/743.44/e23/>,
        <http://dewey.info/class/757.4/e23/>,
        <http://dewey.info/class/920.72/e23/> .

humord:c07187 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07187" ;
    dct:modified "2024-10-15T11:31:58"^^xsd:dateTime ;
    skos:altLabel "Postnatal woman"@en ;
    skos:broader humord:c07186 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/392.12/e23/>,
        <http://dewey.info/class/398.354/e23/>,
        <http://dewey.info/class/612.63/e23/>,
        <http://dewey.info/class/618.2/e23/> ;
    skos:prefLabel "Postnatal women"@en,
        "Barselkvinner"@nb,
        "Barselkvinner"@nn ;
    skos:related humord:c16487 ;
    skos:relatedMatch <http://dewey.info/class/392.12/e23/>,
        <http://dewey.info/class/398.354/e23/>,
        <http://dewey.info/class/612.63/e23/>,
        <http://dewey.info/class/618.2/e23/> .

humord:c07188 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07188" ;
    dct:modified "2026-01-06T09:01:34"^^xsd:dateTime ;
    skos:altLabel "Single woman"@en,
        "Unmarried woman"@en,
        "Unmarried women"@en,
        "Ugifte kvinner"@nb,
        "Ugifte kvinner"@nn ;
    skos:broadMatch <http://dewey.info/class/1--08652/e23/> ;
    skos:broader humord:c07186 ;
    skos:exactMatch <http://dewey.info/class/306.8153/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08652/e23/>,
        <http://dewey.info/class/155.6423/e23/>,
        <http://dewey.info/class/306.8153/e23/> ;
    skos:prefLabel "Single women"@en,
        "Enslige kvinner"@nb,
        "Einslege kvinner"@nn ;
    skos:relatedMatch <http://dewey.info/class/155.6423/e23/> .

humord:c07189 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07189" ;
    dct:modified "2024-12-17T11:04:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--082/e23/>,
        <http://dewey.info/class/305.43/e23/> ;
    skos:broader humord:c07186 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--082/e23/>,
        <http://dewey.info/class/305.43/e23/> ;
    skos:prefLabel "Carreer women"@en,
        "Yrkeskvinner"@nb,
        "Yrkeskvinner"@nn ;
    skos:related humord:c09152,
        humord:c69342 .

humord:c07190 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07190" ;
    dct:modified "2024-10-01T07:57:04"^^xsd:dateTime ;
    skos:altLabel "Male"@en,
        "Man (Gender)"@en,
        "Mann"@nb,
        "Mannen"@nb,
        "Mannen"@nn ;
    skos:broader humord:c07170 ;
    skos:exactMatch realfagstermer:c006001,
        <http://dewey.info/class/1--0811/e23/>,
        <http://dewey.info/class/305.31/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006001,
        <http://dewey.info/class/1--0811/e23/>,
        <http://dewey.info/class/155.332/e23/>,
        <http://dewey.info/class/248.8942/e23/>,
        <http://dewey.info/class/305.31/e23/>,
        <http://dewey.info/class/306.8720811/e23/>,
        <http://dewey.info/class/323.331/e23/>,
        <http://dewey.info/class/331.561/e23/>,
        <http://dewey.info/class/364.373/e23/>,
        <http://dewey.info/class/613.04234/e23/>,
        <http://dewey.info/class/704.041/e23/>,
        <http://dewey.info/class/704.9423/e23/>,
        <http://dewey.info/class/743.43/e23/>,
        <http://dewey.info/class/757.3/e23/>,
        <http://dewey.info/class/920.71/e23/> ;
    skos:prefLabel "Men"@en,
        "Menn"@nb,
        "Menn"@nn ;
    skos:relatedMatch <http://dewey.info/class/155.332/e23/>,
        <http://dewey.info/class/248.8942/e23/>,
        <http://dewey.info/class/306.8720811/e23/>,
        <http://dewey.info/class/323.331/e23/>,
        <http://dewey.info/class/331.561/e23/>,
        <http://dewey.info/class/364.373/e23/>,
        <http://dewey.info/class/613.04234/e23/>,
        <http://dewey.info/class/704.041/e23/>,
        <http://dewey.info/class/704.9423/e23/>,
        <http://dewey.info/class/743.43/e23/>,
        <http://dewey.info/class/757.3/e23/>,
        <http://dewey.info/class/920.71/e23/> .

humord:c07192 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07192" ;
    dct:modified "2024-11-06T12:16:29"^^xsd:dateTime ;
    skos:altLabel "Middle aged people"@en,
        "Middle aged persons"@en,
        "Middle-aged persons"@en,
        "Middle-agers"@en,
        "Middleagers"@en ;
    skos:broader humord:c07170 ;
    skos:exactMatch <http://dewey.info/class/1--0844/e23/>,
        <http://dewey.info/class/305.244/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0844/e23/>,
        <http://dewey.info/class/305.244/e23/> ;
    skos:prefLabel "Middle-aged people"@en,
        "Middelaldrende"@nb,
        "Middelaldrande"@nn .

humord:c07193 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07193" ;
    dct:modified "2024-11-06T08:55:28"^^xsd:dateTime ;
    skos:altLabel "Mor"@nb,
        "Mor"@nn ;
    skos:broader humord:c07182 ;
    skos:exactMatch realfagstermer:c009278,
        <http://dewey.info/class/1--0852/e23/>,
        <http://dewey.info/class/306.8743/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009278,
        <http://dewey.info/class/1--0852/e23/>,
        <http://dewey.info/class/155.6463/e23/>,
        <http://dewey.info/class/306.8743/e23/>,
        <http://dewey.info/class/362.83953/e23/> ;
    skos:prefLabel "Mothers"@en,
        "Mødre"@nb,
        "Mødrer"@nn ;
    skos:related humord:c04891 ;
    skos:relatedMatch <http://dewey.info/class/155.6463/e23/>,
        <http://dewey.info/class/362.83953/e23/> .

humord:c07195 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07195" ;
    dct:modified "2024-11-06T08:47:32"^^xsd:dateTime ;
    skos:altLabel "Stemor"@nb,
        "Stemor"@nn ;
    skos:broader humord:c07193,
        humord:c66432 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.83957/e23/> ;
    skos:prefLabel "Stepmothers"@en,
        "Stemødre"@nb,
        "Stemødrer"@nn ;
    skos:relatedMatch <http://dewey.info/class/362.83957/e23/> .

humord:c07197 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07197" ;
    dct:modified "2024-11-06T08:47:46"^^xsd:dateTime ;
    skos:altLabel "Unwed mothers"@en ;
    skos:broader humord:c07193 ;
    skos:exactMatch <http://dewey.info/class/1--086947/e23/>,
        <http://dewey.info/class/306.87432/e23/>,
        <http://dewey.info/class/362.8392/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--086947/e23/>,
        <http://dewey.info/class/155.6423/e23/>,
        <http://dewey.info/class/306.87432/e23/>,
        <http://dewey.info/class/353.5331/e23/>,
        <http://dewey.info/class/362.8392/e23/>,
        <http://dewey.info/class/362.839532/e23/> ;
    skos:prefLabel "Unmarried mothers"@en,
        "Ugifte mødre"@nb,
        "Ugifte mødrer"@nn ;
    skos:related humord:c21352 ;
    skos:relatedMatch <http://dewey.info/class/155.6423/e23/>,
        <http://dewey.info/class/353.5331/e23/>,
        <http://dewey.info/class/362.839532/e23/> .

humord:c07198 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07198" ;
    dct:modified "2024-11-06T10:14:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--0854/e23/>,
        <http://dewey.info/class/306.874/e23/> ;
    skos:broader humord:c07170 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0854/e23/>,
        <http://dewey.info/class/306.874/e23/> ;
    skos:prefLabel "Sons"@en,
        "Sønner"@nb,
        "Søner"@nn .

humord:c07199 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07199" ;
    dct:modified "2024-11-06T11:23:50"^^xsd:dateTime ;
    skos:altLabel "Grown-ups"@en,
        "Voksen"@nb,
        "Vaksen"@nn ;
    skos:broader humord:c07170 ;
    skos:exactMatch realfagstermer:c005345,
        <http://dewey.info/class/305.24/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005345,
        <http://dewey.info/class/155.6/e23/>,
        <http://dewey.info/class/305.24/e23/> ;
    skos:prefLabel "Adults"@en,
        "Voksne"@nb,
        "Vaksne"@nn ;
    skos:relatedMatch <http://dewey.info/class/155.6/e23/> .

humord:c07202 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07202" ;
    dct:modified "2024-11-27T16:07:53"^^xsd:dateTime ;
    skos:altLabel "Famous persons"@en,
        "Notabilities"@en,
        "Notability"@en,
        "Berømte personer"@nb,
        "Celebriteter"@nb,
        "Notabiliteter"@nb,
        "Selebriteter"@nb,
        "Berømte personar"@nn,
        "Notabilitetar"@nn,
        "Selebritetar"@nn ;
    skos:broadMatch <http://dewey.info/class/1--08621/e23/>,
        <http://dewey.info/class/305.52/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08621/e23/>,
        <http://dewey.info/class/305.52/e23/> ;
    skos:prefLabel "Celebrities"@en,
        "Berømtheter"@nb,
        "Celebritetar"@nn ;
    skos:related humord:c07262 .

humord:c07204 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07204" ;
    dct:modified "2024-11-07T13:48:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/700.92/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700.92/e23/> ;
    skos:prefLabel "Bohemians"@en,
        "Bohemer"@nb,
        "Bohemar"@nn .

humord:c07205 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07205" ;
    dct:modified "2024-10-30T12:21:07"^^xsd:dateTime ;
    skos:altLabel "Bolshevists"@en ;
    skos:broadMatch <http://dewey.info/class/324.247072/e23/>,
        <http://dewey.info/class/947.0841/e23/> ;
    skos:broader humord:c17791 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/320.947/e23/>,
        <http://dewey.info/class/324.247072/e23/>,
        <http://dewey.info/class/947.0841/e23/> ;
    skos:prefLabel "Bolsheviks"@en,
        "Bolsjeviker"@nb,
        "Bolsjevikar"@nn ;
    skos:relatedMatch <http://dewey.info/class/320.947/e23/> .

humord:c07206 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07206" ;
    dct:modified "2024-01-30T15:13:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--08/e23/> ;
    skos:broader humord:c07201 ;
    skos:exactMatch realfagstermer:c010656 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010656,
        <http://dewey.info/class/1--08/e23/> ;
    skos:prefLabel "Users"@en,
        "Brukere"@nb,
        "Brukarar"@nn ;
    skos:related humord:c07286 .

humord:c07207 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07207" ;
    dct:modified "2024-09-16T13:52:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/944.1/e23/> ;
    skos:broader humord:c17791 ;
    skos:definition "Chouanerne var royalistiske opprørere i nordvest-Frankrike under den franske revolusjonen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/944.1/e23/> ;
    skos:prefLabel "Chouanneries"@en,
        "Chouanere"@nb,
        "Chouanarar"@nn .

humord:c07208 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07208" ;
    dct:modified "2024-10-02T10:19:39"^^xsd:dateTime ;
    skos:altLabel "Exquisites"@en,
        "Fops"@en,
        "Lapser"@nb,
        "Moteløver"@nb,
        "Lapsar"@nn,
        "Moteløver"@nn ;
    skos:broadMatch <http://dewey.info/class/391.0092/e23/> ;
    skos:broader humord:c07201 ;
    skos:definition "Dandyer er menn som er opptatt av å være elegante og moteriktige. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391.0092/e23/> ;
    skos:prefLabel "Dandies"@en,
        "Dandyer"@nb,
        "Dandyar"@nn .

humord:c07210 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07210" ;
    dct:modified "2024-11-05T19:31:58"^^xsd:dateTime ;
    skos:altLabel "Debutantes"@en ;
    skos:broadMatch <http://dewey.info/class/709.2/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.2/e23/>,
        <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Debutants"@en,
        "Debutanter"@nb,
        "Debutantar"@nn .

humord:c07211 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07211" ;
    dct:modified "2024-10-29T09:01:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/299.16/e23/> ;
    skos:broader humord:c17790 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.16/e23/> ;
    skos:prefLabel "Druids"@en,
        "Druider"@nb,
        "Druidar"@nn .

humord:c07212 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07212" ;
    dct:modified "2023-11-22T11:19:15"^^xsd:dateTime ;
    skos:altLabel "Ektemaker"@nb,
        "Ektemakar"@nn ;
    skos:broader humord:c07201 ;
    skos:closeMatch <http://dewey.info/class/362.83952/e23/> ;
    skos:exactMatch realfagstermer:c003546,
        <http://dewey.info/class/1--08655/e23/>,
        <http://dewey.info/class/306.872/e23/>,
        <http://dewey.info/class/346.0163/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003546,
        <http://dewey.info/class/1--08655/e23/>,
        <http://dewey.info/class/306.872/e23/>,
        <http://dewey.info/class/346.0163/e23/>,
        <http://dewey.info/class/362.83952/e23/> ;
    skos:prefLabel "Spouses"@en,
        "Ektefeller"@nb,
        "Ektefellar"@nn ;
    skos:related humord:c04895 .

humord:c07215 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07215" ;
    dct:modified "2024-11-05T14:37:24"^^xsd:dateTime ;
    skos:altLabel "Koner"@nb,
        "Koner"@nn ;
    skos:broadMatch <http://dewey.info/class/1--08655/e23/> ;
    skos:broader humord:c07212 ;
    skos:closeMatch <http://dewey.info/class/362.83952/e23/> ;
    skos:exactMatch <http://dewey.info/class/306.8723/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08655/e23/>,
        <http://dewey.info/class/306.8723/e23/>,
        <http://dewey.info/class/362.83952/e23/> ;
    skos:prefLabel "Wives"@en,
        "Hustruer"@nb,
        "Hustruer"@nn ;
    skos:related humord:c14584 .

humord:c07216 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07216" ;
    dct:modified "2023-11-23T14:43:12"^^xsd:dateTime ;
    skos:altLabel "Schoolchildren"@en,
        "Grunnskolebarn"@nb,
        "Medelever"@nb,
        "Skolebarn"@nb,
        "Skoleelever"@nb,
        "Skoleungdom"@nb,
        "Småskolebarn"@nb,
        "Skoleborn"@nn,
        "Skoleelevar"@nn,
        "Skuleborn"@nn,
        "Skuleelevar"@nn ;
    skos:broadMatch <http://dewey.info/class/1--0835/e23/> ;
    skos:broader humord:c07201 ;
    skos:closeMatch realfagstermer:c008720,
        realfagstermer:c009095,
        <http://dewey.info/class/1--0834/e23/>,
        <http://dewey.info/class/305.234/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008720,
        realfagstermer:c009095,
        <http://dewey.info/class/1--0834/e23/>,
        <http://dewey.info/class/1--0835/e23/>,
        <http://dewey.info/class/155.424/e23/>,
        <http://dewey.info/class/305.234/e23/>,
        <http://dewey.info/class/371.872/e23/>,
        <http://dewey.info/class/372.18/e23/>,
        <http://dewey.info/class/373.18/e23/>,
        <http://dewey.info/class/612.654/e23/> ;
    skos:prefLabel "Pupils"@en,
        "Elever"@nb,
        "Elevar"@nn ;
    skos:related humord:c07376 ;
    skos:relatedMatch <http://dewey.info/class/155.424/e23/>,
        <http://dewey.info/class/371.872/e23/>,
        <http://dewey.info/class/372.18/e23/>,
        <http://dewey.info/class/373.18/e23/>,
        <http://dewey.info/class/612.654/e23/> .

humord:c07217 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07217" ;
    dct:modified "2024-11-06T08:16:21"^^xsd:dateTime ;
    skos:altLabel "Mistresses"@en ;
    skos:broadMatch <http://dewey.info/class/306.736/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.736/e23/> ;
    skos:prefLabel "Lovers (Mistresses)"@en,
        "Elskerinner"@nb,
        "Elskarinner"@nn ;
    skos:related humord:c07275 .

humord:c07218 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07218" ;
    dct:modified "2024-08-14T09:41:08"^^xsd:dateTime ;
    skos:altLabel "Anchorites"@en,
        "Eremites"@en,
        "Recluses"@en,
        "Anakoreter"@nb,
        "Eneboere"@nb,
        "Anakoretar"@nn,
        "Einbuarar"@nn,
        "Einebuarar"@nn ;
    skos:broadMatch <http://dewey.info/class/204.47/e23/>,
        <http://dewey.info/class/305.568/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.47/e23/>,
        <http://dewey.info/class/305.568/e23/> ;
    skos:prefLabel "Hermits"@en,
        "Eremitter"@nb,
        "Eremittar"@nn .

humord:c07221 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-06-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07221" ;
    dct:modified "2025-06-14T08:10:45"^^xsd:dateTime ;
    skos:altLabel "Fanger"@nb,
        "Fangar"@nn ;
    skos:broader humord:c07201 ;
    skos:closeMatch <http://dewey.info/class/331.51/e23/> ;
    skos:exactMatch <http://dewey.info/class/1--086927/e23/>,
        <http://dewey.info/class/365.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--086927/e23/>,
        <http://dewey.info/class/331.51/e23/>,
        <http://dewey.info/class/365.6/e23/> ;
    skos:prefLabel "Prisoners"@en,
        "Innsatte"@nb,
        "Innsette"@nn ;
    skos:related humord:c08986,
        humord:c22426,
        humord:c58544 .

humord:c07223 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07223" ;
    dct:modified "2025-01-28T10:49:09"^^xsd:dateTime ;
    skos:altLabel "POWs"@en ;
    skos:broadMatch <http://dewey.info/class/331.51/e23/> ;
    skos:broader humord:c07221 ;
    skos:exactMatch <http://dewey.info/class/355.113/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/331.51/e23/>,
        <http://dewey.info/class/341.65/e23/>,
        <http://dewey.info/class/355.113/e23/>,
        <http://dewey.info/class/355.1296/e23/>,
        <http://dewey.info/class/355.41/e23/>,
        <http://dewey.info/class/355.71/e23/>,
        <http://dewey.info/class/399/e23/> ;
    skos:prefLabel "Prisoners of war"@en,
        "Krigsfanger"@nb,
        "Krigsfangar"@nn ;
    skos:related humord:c68951,
        humord:c69501 ;
    skos:relatedMatch <http://dewey.info/class/341.65/e23/>,
        <http://dewey.info/class/355.1296/e23/>,
        <http://dewey.info/class/355.41/e23/>,
        <http://dewey.info/class/355.71/e23/>,
        <http://dewey.info/class/399/e23/> .

humord:c07224 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07224" ;
    dct:modified "2024-11-05T09:48:40"^^xsd:dateTime ;
    skos:altLabel "Night and Fog prisoners"@en,
        "Natt og tåke-fanger"@nb,
        "Natt og tåke-fangar"@nn ;
    skos:broadMatch <http://dewey.info/class/940.5472/e23/> ;
    skos:broader humord:c07223 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.5472/e23/> ;
    skos:prefLabel "Nacht und Nebel prisoners"@en,
        "Nacht und Nebel-fanger"@nb,
        "Nacht und Nebel-fangar"@nn .

humord:c07226 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07226" ;
    dct:modified "2024-11-05T09:54:06"^^xsd:dateTime ;
    skos:altLabel "Political detainees"@en ;
    skos:broadMatch <http://dewey.info/class/331.51/e23/> ;
    skos:broader humord:c07221 ;
    skos:exactMatch <http://dewey.info/class/365.45092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.906/e23/>,
        <http://dewey.info/class/331.51/e23/>,
        <http://dewey.info/class/365.45092/e23/> ;
    skos:prefLabel "Political prisoners"@en,
        "Politiske fanger"@nb,
        "Politiske fangar"@nn ;
    skos:relatedMatch <http://dewey.info/class/305.906/e23/> .

humord:c07227 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07227" ;
    dct:modified "2025-07-17T12:48:15"^^xsd:dateTime ;
    skos:altLabel "Feminist"@en,
        "Feminist"@nb,
        "Feminist"@nn ;
    skos:broader humord:c07201 ;
    skos:closeMatch <http://dewey.info/class/305.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.42/e23/> ;
    skos:prefLabel "Feminists"@en,
        "Feminister"@nb,
        "Feministar"@nn ;
    skos:related humord:c00561,
        humord:c07186 .

humord:c07228 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07228" ;
    dct:modified "2024-11-07T13:41:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.484/e23/> ;
    skos:broader humord:c07201 ;
    skos:definition "Femme fatale er forførerisk kvinne eller en farlig kvinne; en vamp. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.484/e23/> ;
    skos:prefLabel "Femme fatale"@en,
        "Femme fatale"@nb,
        "Femme fatale"@nn ;
    skos:related humord:c07186 .

humord:c07229 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07229" ;
    dct:modified "2023-11-27T13:16:22"^^xsd:dateTime ;
    skos:altLabel "Landflyktige"@nb ;
    skos:broadMatch <http://dewey.info/class/362.77914/e23/>,
        <http://dewey.info/class/362.87/e23/> ;
    skos:broader humord:c17791 ;
    skos:closeMatch <http://dewey.info/class/325.21/e23/> ;
    skos:exactMatch realfagstermer:c002286,
        <http://dewey.info/class/1--086914/e23/>,
        <http://dewey.info/class/305.906914/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002286,
        <http://dewey.info/class/1--086914/e23/>,
        <http://dewey.info/class/305.906914/e23/>,
        <http://dewey.info/class/323.631/e23/>,
        <http://dewey.info/class/325.21/e23/>,
        <http://dewey.info/class/341.486/e23/>,
        <http://dewey.info/class/342.082/e23/>,
        <http://dewey.info/class/342.083/e23/>,
        <http://dewey.info/class/353.5338/e23/>,
        <http://dewey.info/class/362.77914/e23/>,
        <http://dewey.info/class/362.87/e23/> ;
    skos:prefLabel "Refugees"@en,
        "Flyktninger"@nb,
        "Flyktningar"@nn ;
    skos:related humord:c09570,
        humord:c22609,
        humord:c59029 ;
    skos:relatedMatch <http://dewey.info/class/323.631/e23/>,
        <http://dewey.info/class/341.486/e23/>,
        <http://dewey.info/class/342.082/e23/>,
        <http://dewey.info/class/342.083/e23/>,
        <http://dewey.info/class/353.5338/e23/> .

humord:c07231 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07231" ;
    dct:modified "2024-10-30T12:08:57"^^xsd:dateTime ;
    skos:altLabel "Convention refugees"@en,
        "Political exiles"@en ;
    skos:broader humord:c07229 ;
    skos:closeMatch <http://dewey.info/class/325.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/325.21/e23/> ;
    skos:prefLabel "Political refugees"@en,
        "Politiske flyktninger"@nb,
        "Politiske flyktningar"@nn ;
    skos:related humord:c12244 .

humord:c07232 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07232" ;
    dct:modified "2024-11-07T13:46:58"^^xsd:dateTime ;
    skos:altLabel "Medicine men"@en,
        "Popular healers"@en,
        "Wise women"@en,
        "Healere"@nb,
        "Kloke folk"@nb,
        "Kloke koner"@nb,
        "Medisinmenn"@nb,
        "Healerar"@nn,
        "Kloke folk"@nn,
        "Kloke koner"@nn,
        "Medisinmenn"@nn ;
    skos:broadMatch <http://dewey.info/class/615.852/e23/> ;
    skos:broader humord:c07201 ;
    skos:definition "Folkelige behandlere er personer som praktiserer folkemedisin <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2761/e23/>,
        <http://dewey.info/class/615.852/e23/> ;
    skos:prefLabel "Healers"@en,
        "Folkelige behandlere"@nb,
        "Folkelege behandlarar"@nn ;
    skos:related humord:c03810 ;
    skos:relatedMatch <http://dewey.info/class/398.2761/e23/> .

humord:c07237 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-12-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07237" ;
    dct:modified "2023-11-27T13:39:46"^^xsd:dateTime ;
    skos:altLabel "Konsumenter"@nb,
        "Konsumentar"@nn ;
    skos:broadMatch <http://dewey.info/class/339.47/e23/> ;
    skos:broader humord:c07201 ;
    skos:exactMatch realfagstermer:c008585 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008585,
        <http://dewey.info/class/339.47/e23/> ;
    skos:prefLabel "Consumers"@en,
        "Forbrukere"@nb,
        "Forbrukarar"@nn ;
    skos:related humord:c07832,
        humord:c22651,
        humord:c26339 .

humord:c07238 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07238" ;
    dct:modified "2024-10-31T12:22:27"^^xsd:dateTime ;
    skos:altLabel "Masons (Orders)"@en ;
    skos:broader humord:c07201 ;
    skos:exactMatch <http://dewey.info/class/366.1092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/366.1092/e23/> ;
    skos:prefLabel "Freemasons"@en,
        "Frimurere"@nb,
        "Frimurarar"@nn ;
    skos:related humord:c09294 .

humord:c07239 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-10-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07239" ;
    dct:modified "2023-11-28T13:19:20"^^xsd:dateTime ;
    skos:altLabel "Disabled persons"@en,
        "Handicapped people"@en,
        "Handicapped persons"@en,
        "People with disabilities"@en,
        "Funksjonshemmete"@nb,
        "Handikappede"@nb,
        "Handikappete"@nb,
        "Invalide"@nb,
        "Uføre"@nb,
        "Vanføre"@nb,
        "Funksjonshemja"@nn,
        "Handikappa"@nn ;
    skos:broader humord:c07201 ;
    skos:editorialNote "Endret fra -ete til -ede fordi det er mest brukt. 2014-10-06/vsl"@nb ;
    skos:exactMatch realfagstermer:c011331,
        <http://dewey.info/class/1--087/e23/>,
        <http://dewey.info/class/305.908/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011331,
        <http://dewey.info/class/1--087/e23/>,
        <http://dewey.info/class/305.908/e23/> ;
    skos:prefLabel "Disabled people"@en,
        "Funksjonshemmede"@nb,
        "Funksjonshemma"@nn ;
    skos:related humord:c03785 .

humord:c07243 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07243" ;
    dct:modified "2024-11-06T08:12:23"^^xsd:dateTime ;
    skos:altLabel "Landed gentries"@en ;
    skos:broader humord:c07201 ;
    skos:exactMatch <http://dewey.info/class/1--08621/e23/>,
        <http://dewey.info/class/305.5232/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08621/e23/>,
        <http://dewey.info/class/305.5232/e23/>,
        <http://dewey.info/class/929.2/e23/> ;
    skos:prefLabel "Gentry"@en,
        "Godseiere"@nb,
        "Godseigarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/929.2/e23/> .

humord:c07244 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07244" ;
    dct:modified "2024-11-04T15:36:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/206.1/e23/> ;
    skos:broader humord:c17790 ;
    skos:exactMatch <http://dewey.info/class/200.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/200.92/e23/>,
        <http://dewey.info/class/206.1/e23/>,
        <http://dewey.info/class/294.39/e23/>,
        <http://dewey.info/class/294.55/e23/>,
        <http://dewey.info/class/294.663/e23/> ;
    skos:prefLabel "Gurus"@en,
        "Guruer"@nb,
        "Guruar"@nn ;
    skos:relatedMatch <http://dewey.info/class/294.39/e23/>,
        <http://dewey.info/class/294.55/e23/>,
        <http://dewey.info/class/294.663/e23/> .

humord:c07245 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07245" ;
    dct:modified "2024-11-05T19:29:58"^^xsd:dateTime ;
    skos:altLabel "Cave dwellers"@en,
        "Cave-men"@en ;
    skos:broadMatch <http://dewey.info/class/569.986/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/569.986/e23/>,
        <http://dewey.info/class/930.12/e23/> ;
    skos:prefLabel "Cavemen"@en,
        "Huleboere"@nb,
        "Hulebuarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/930.12/e23/> .

humord:c07246 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07246" ;
    dct:modified "2024-11-05T19:30:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/361.74092/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/361.74092/e23/> ;
    skos:prefLabel "Humanists"@en,
        "Humanister"@nb,
        "Humanistar"@nn .

humord:c07247 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07247" ;
    dct:modified "2024-02-14T07:22:07"^^xsd:dateTime ;
    skos:altLabel "Sportsmen"@en,
        "Sportspersons"@en,
        "Sportswomen"@en,
        "Sportsutøvere"@nb,
        "Utøvere (Sport)"@nb,
        "Sportsutøvarar"@nn,
        "Utøvarar (Sport)"@nn ;
    skos:broader humord:c07201 ;
    skos:exactMatch realfagstermer:c000548,
        <http://dewey.info/class/305.9796/e23/>,
        <http://dewey.info/class/796.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000548,
        <http://dewey.info/class/305.9796/e23/>,
        <http://dewey.info/class/613.711/e23/>,
        <http://dewey.info/class/796.092/e23/> ;
    skos:prefLabel "Sportspeople"@en,
        "Idrettsutøvere"@nb,
        "Idrettsutøvarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/613.711/e23/> .

humord:c07248 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07248" ;
    dct:modified "2024-11-05T19:31:13"^^xsd:dateTime ;
    skos:altLabel "Informers"@en ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/363.252/e23/> ;
    skos:prefLabel "Informants"@en,
        "Informanter"@nb,
        "Informantar"@nn ;
    skos:relatedMatch <http://dewey.info/class/363.252/e23/> .

humord:c07249 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07249" ;
    dct:modified "2024-11-05T19:32:07"^^xsd:dateTime ;
    skos:altLabel "Incomers"@en ;
    skos:broadMatch <http://dewey.info/class/304.8/e23/>,
        <http://dewey.info/class/307.2/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/304.8/e23/>,
        <http://dewey.info/class/307.2/e23/> ;
    skos:prefLabel "Newcomers"@en,
        "Innflyttere"@nb,
        "Innflyttarar"@nn .

humord:c07251 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07251" ;
    dct:modified "2024-08-14T14:44:03"^^xsd:dateTime ;
    skos:altLabel "First generation immigrants"@en,
        "Second generation immigrants"@en,
        "Andregenerasjons innvandrarar"@nb,
        "Andregenerasjons innvandrere"@nb,
        "Andregenerasjonsinnvandrere"@nb,
        "Annengenerasjons innvandrere"@nb,
        "Annengenerasjonsinnvandrere"@nb,
        "Førstegenerasjons innvandrere"@nb,
        "Førstegenerasjonsinnvandrere"@nb,
        "Immigranter"@nb,
        "Andregenerasjonsinnvandrarar"@nn,
        "Fystegenerasjons innvandrarar"@nn,
        "Fystegenerasjonsinnvandrarar"@nn,
        "Førstegenerasjons innvandrarar"@nn,
        "Førstegenerasjonsinnvandrarar"@nn ;
    skos:broader humord:c24620 ;
    skos:closeMatch realfagstermer:c007512,
        <http://dewey.info/class/331.62/e23/> ;
    skos:definition "Personer som har innvandret i et land <BOB>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch <http://dewey.info/class/1--086912/e23/>,
        <http://dewey.info/class/305.906912/e23/>,
        <http://dewey.info/class/362.89912/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007512,
        <http://dewey.info/class/1--086912/e23/>,
        <http://dewey.info/class/305.906912/e23/>,
        <http://dewey.info/class/331.62/e23/>,
        <http://dewey.info/class/362.77912/e23/>,
        <http://dewey.info/class/362.839812/e23/>,
        <http://dewey.info/class/362.89912/e23/> ;
    skos:prefLabel "Immigrants"@en,
        "Innvandrere"@nb,
        "Innvandrarar"@nn ;
    skos:related humord:c07382,
        humord:c07383 ;
    skos:relatedMatch <http://dewey.info/class/362.77912/e23/>,
        <http://dewey.info/class/362.839812/e23/> .

humord:c07252 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-04-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07252" ;
    dct:modified "2024-08-23T14:35:00"^^xsd:dateTime ;
    skos:altLabel "Foreign laborers"@en,
        "Foreign labourers"@en,
        "Foreign workers"@en,
        "Guest laborers"@en,
        "Guest labourers"@en,
        "Guest workers"@en,
        "Labor migrants"@en,
        "Labour migrants"@en,
        "Migrant laborers"@en,
        "Migrant labourers"@en,
        "Arbeidsmigranter"@nb,
        "Fremmedarbeidere"@nb,
        "Gjestearbeidere"@nb,
        "Migrantarbeidere"@nb,
        "Arbeidsmigrantar"@nn,
        "Framandarbeidarar"@nn,
        "Gjestearbeidarar"@nn,
        "Migrantarbeidarar"@nn ;
    skos:broadMatch <http://dewey.info/class/305.562/e23/> ;
    skos:broader humord:c07395,
        humord:c24620 ;
    skos:definition "Arbeidsinnvandrere er personer som har forlatt hjemlandet (midlertidig) pga arbeidsløshet eller dårlige arbeidsforhold <BOB>"@nb ;
    skos:editorialNote "Lagt under Migranter, ikke Innvandrere, da Arbeidsinnvandrere og omfatter migranter"@nb ;
    skos:exactMatch <http://dewey.info/class/1--08624/e23/>,
        <http://dewey.info/class/331.544/e23/>,
        <http://dewey.info/class/331.62/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08624/e23/>,
        <http://dewey.info/class/305.562/e23/>,
        <http://dewey.info/class/305.563/e23/>,
        <http://dewey.info/class/331.544/e23/>,
        <http://dewey.info/class/331.62/e23/>,
        <http://dewey.info/class/362.85/e23/> ;
    skos:prefLabel "Migrant workers"@en,
        "Arbeidsinnvandrere"@nb,
        "Arbeidsinnvandrarar"@nn ;
    skos:related humord:c09142 ;
    skos:relatedMatch <http://dewey.info/class/305.563/e23/>,
        <http://dewey.info/class/362.85/e23/> .

humord:c07254 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07254" ;
    dct:modified "2024-08-20T10:29:07"^^xsd:dateTime ;
    skos:altLabel "Intelligentsia"@nb,
        "Åndsarbeidere"@nb,
        "Åndselite"@nb,
        "Intelligentsia"@nn,
        "Åndsarbeidarar"@nn,
        "Åndselite"@nn ;
    skos:broader humord:c07201 ;
    skos:exactMatch <http://dewey.info/class/1--086222/e23/>,
        <http://dewey.info/class/305.552/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--086222/e23/>,
        <http://dewey.info/class/305.552/e23/> ;
    skos:prefLabel "Intellectuals"@en,
        "Intellektuelle"@nb,
        "Intellektuelle"@nn ;
    skos:related humord:c21343 .

humord:c07258 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07258" ;
    dct:modified "2024-10-30T12:20:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/944.04/e23/> ;
    skos:broader humord:c17791 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/944.04/e23/> ;
    skos:prefLabel "Jacobines"@en,
        "Jakobinere"@nb,
        "Jakobinarar"@nn .

humord:c07259 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07259" ;
    dct:modified "2024-10-30T12:20:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/941.067/e23/> ;
    skos:broader humord:c17791 ;
    skos:definition "Tilhenger av Jakob 2. av England <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/941.067/e23/> ;
    skos:prefLabel "Jacobites"@en,
        "Jakobitter"@nb,
        "Jakobittar"@nn .

humord:c07260 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07260" ;
    dct:modified "2024-11-05T19:41:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--08621/e23/>,
        <http://dewey.info/class/305.522/e23/> ;
    skos:broader humord:c07201 ;
    skos:definition "Junker er opprinnelig en tittel for en kongesønn, senere for en ung adelsmann som ennå ikke var slått til ridder, videre for en ung adelsmann som tjente ved et hoff eller var gått inn i hæren for å bli offiser <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08621/e23/>,
        <http://dewey.info/class/305.522/e23/> ;
    skos:prefLabel "Junkers"@en,
        "Junkere"@nb,
        "Junkarar"@nn .

humord:c07261 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07261" ;
    dct:modified "2024-10-30T12:20:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/324.2175/e23/> ;
    skos:broader humord:c17791 ;
    skos:definition "Person som hører til den indre kjerne i et politisk parti eller en organisasjon, særlig kommunistisk <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/324.2175/e23/> ;
    skos:prefLabel "Cadres"@en,
        "Kadere"@nb,
        "Kadrar"@nn .

humord:c07262 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07262" ;
    dct:modified "2024-11-05T19:11:43"^^xsd:dateTime ;
    skos:altLabel "Celebs"@en,
        "Stars (Persons)"@en,
        "Stjerner (Personer)"@nb,
        "Stjerner (Personar)"@nn ;
    skos:broadMatch <http://dewey.info/class/1--08621/e23/>,
        <http://dewey.info/class/305.52/e23/>,
        <http://dewey.info/class/306/e23/> ;
    skos:broader humord:c07201 ;
    skos:closeMatch <http://dewey.info/class/790.2092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08621/e23/>,
        <http://dewey.info/class/305.52/e23/>,
        <http://dewey.info/class/306/e23/>,
        <http://dewey.info/class/790.2092/e23/> ;
    skos:prefLabel "Public figures"@en,
        "Kjendiser"@nb,
        "Kjendisar"@nn ;
    skos:related humord:c07202 .

humord:c07263 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07263" ;
    dct:modified "2024-10-30T12:19:41"^^xsd:dateTime ;
    skos:broader humord:c17791 ;
    skos:exactMatch <http://dewey.info/class/335.4092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/335.4092/e23/> ;
    skos:prefLabel "Communists"@en,
        "Kommunister"@nb,
        "Kommunistar"@nn .

humord:c07265 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07265" ;
    dct:modified "2024-10-30T11:24:54"^^xsd:dateTime ;
    skos:broader humord:c07263 ;
    skos:exactMatch <http://dewey.info/class/335.4092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/335.4092/e23/> ;
    skos:prefLabel "Marxists"@en,
        "Marxister"@nb,
        "Marxistar"@nn .

humord:c07266 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07266" ;
    dct:modified "2024-10-30T11:23:54"^^xsd:dateTime ;
    skos:broader humord:c07265 ;
    skos:exactMatch <http://dewey.info/class/335.43092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/335.43092/e23/> ;
    skos:prefLabel "Marxist-Leninists"@en,
        "Marxist-leninister"@nb,
        "Marxist-leninistar"@nn .

humord:c07267 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07267" ;
    dct:modified "2024-11-05T19:16:35"^^xsd:dateTime ;
    skos:broader humord:c07201 ;
    skos:exactMatch <http://dewey.info/class/1--08621/e23/>,
        <http://dewey.info/class/305.522/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08621/e23/>,
        <http://dewey.info/class/305.522/e23/>,
        <http://dewey.info/class/390.22/e23/>,
        <http://dewey.info/class/398.22/e23/>,
        <http://dewey.info/class/398.352/e23/>,
        <http://dewey.info/class/929.7/e23/> ;
    skos:prefLabel "Royals"@en,
        "Kongelige personer"@nb,
        "Kongelege personar"@nn ;
    skos:relatedMatch <http://dewey.info/class/390.22/e23/>,
        <http://dewey.info/class/398.22/e23/>,
        <http://dewey.info/class/398.352/e23/>,
        <http://dewey.info/class/929.7/e23/> .

humord:c07268 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07268" ;
    dct:modified "2024-11-05T08:19:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/352.23/e23/> ;
    skos:broader humord:c07267 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/352.23/e23/>,
        <http://dewey.info/class/398.22/e23/>,
        <http://dewey.info/class/398.352/e23/> ;
    skos:prefLabel "Queens"@en,
        "Dronninger"@nb,
        "Dronningar"@nn ;
    skos:relatedMatch <http://dewey.info/class/398.22/e23/>,
        <http://dewey.info/class/398.352/e23/> .

humord:c07269 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07269" ;
    dct:modified "2024-11-05T08:21:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/932.01/e23/> ;
    skos:broader humord:c07267 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/932.01/e23/> ;
    skos:prefLabel "Pharaohs"@en,
        "Faraoer"@nb,
        "Faraoar"@nn .

humord:c07270 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07270" ;
    dct:modified "2024-11-05T08:22:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/352.23/e23/> ;
    skos:broader humord:c07267 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/352.23/e23/> ;
    skos:prefLabel "Sovereign princes"@en,
        "Fyrster"@nb,
        "Fyrstar"@nn ;
    skos:related humord:c03955 .

humord:c07271 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07271" ;
    dct:modified "2024-11-05T08:22:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/352.23/e23/> ;
    skos:broader humord:c07267 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/352.23/e23/> ;
    skos:prefLabel "Emperors"@en,
        "Keisere"@nb,
        "Keisarar"@nn .

humord:c07272 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07272" ;
    dct:modified "2024-11-05T08:26:14"^^xsd:dateTime ;
    skos:altLabel "Monarchs"@en,
        "Monarker"@nb,
        "Monarkar"@nn ;
    skos:broader humord:c07267 ;
    skos:exactMatch realfagstermer:c001263,
        <http://dewey.info/class/352.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001263,
        <http://dewey.info/class/202.13/e23/>,
        <http://dewey.info/class/321.6/e23/>,
        <http://dewey.info/class/321.87/e23/>,
        <http://dewey.info/class/352.23/e23/>,
        <http://dewey.info/class/390.22/e23/>,
        <http://dewey.info/class/398.22/e23/>,
        <http://dewey.info/class/398.352/e23/> ;
    skos:prefLabel "Kings"@en,
        "Konger"@nb,
        "Kongar"@nn ;
    skos:related humord:c03955 ;
    skos:relatedMatch <http://dewey.info/class/202.13/e23/>,
        <http://dewey.info/class/321.6/e23/>,
        <http://dewey.info/class/321.87/e23/>,
        <http://dewey.info/class/390.22/e23/>,
        <http://dewey.info/class/398.22/e23/>,
        <http://dewey.info/class/398.352/e23/> .

humord:c07274 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07274" ;
    dct:modified "2024-11-05T09:40:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/352.23/e23/> ;
    skos:broader humord:c07267 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/352.23/e23/> ;
    skos:prefLabel "Sultans"@en,
        "Sultaner"@nb,
        "Sultanar"@nn .

humord:c07275 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07275" ;
    dct:modified "2024-11-05T19:17:37"^^xsd:dateTime ;
    skos:altLabel "Friller"@nb,
        "Metresser"@nb,
        "Friller"@nn,
        "Metresser"@nn ;
    skos:broadMatch <http://dewey.info/class/306.736/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.736/e23/> ;
    skos:prefLabel "Concubines"@en,
        "Konkubiner"@nb,
        "Konkubiner"@nn ;
    skos:related humord:c07217 .

humord:c07277 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07277" ;
    dct:modified "2024-11-05T19:19:32"^^xsd:dateTime ;
    skos:altLabel "Seafarers at war"@en,
        "War seafarers"@en,
        "Wartime sailors"@en ;
    skos:broadMatch <http://dewey.info/class/387.5092/e23/> ;
    skos:broader humord:c07201 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.5092/e23/>,
        <http://dewey.info/class/940.45/e23/>,
        <http://dewey.info/class/940.545/e23/> ;
    skos:prefLabel "War sailors"@en,
        "Krigsseilere"@nb,
        "Krigsseilarar"@nn ;
    skos:related humord:c07532 ;
    skos:relatedMatch <http://dewey.info/class/940.45/e23/>,
        <http://dewey.info/class/940.545/e23/> .

humord:c07278 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07278" ;
    dct:modified "2024-11-05T19:21:08"^^xsd:dateTime ;
    skos:altLabel "Criminal offenders"@en,
        "Forbrytere"@nb,
        "Gjerningsmenn"@nb,
        "Lovbrytere"@nb,
        "Forbrytarar"@nn,
        "Gjerningsmenn"@nn,
        "Lovbrytarar"@nn ;
    skos:broader humord:c07201 ;
    skos:exactMatch <http://dewey.info/class/1--086927/e23/>,
        <http://dewey.info/class/364.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--086927/e23/>,
        <http://dewey.info/class/345.03/e23/>,
        <http://dewey.info/class/364.3/e23/>,
        <http://dewey.info/class/364.6/e23/> ;
    skos:prefLabel "Criminals"@en,
        "Kriminelle"@nb,
        "Kriminelle"@nn ;
    skos:relatedMatch <http://dewey.info/class/345.03/e23/>,
        <http://dewey.info/class/364.6/e23/> .

humord:c07281 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07281" ;
    dct:modified "2024-11-05T07:55:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/364.3/e23/> ;
    skos:broader humord:c07278 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/364.3/e23/> ;
    skos:prefLabel "Outlaws"@en,
        "Fredløse"@nb,
        "Fredlause"@nn ;
    skos:related humord:c07319,
        humord:c09340 .

humord:c07283 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07283" ;
    dct:modified "2024-11-05T07:56:12"^^xsd:dateTime ;
    skos:altLabel "Body snatchers"@en ;
    skos:broadMatch <http://dewey.info/class/364.3/e23/> ;
    skos:broader humord:c07278 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/364.3/e23/> ;
    skos:prefLabel "Bodysnatchers"@en,
        "Likrøvere"@nb,
        "Likrøvarar"@nn .

humord:c07284 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07284" ;
    dct:modified "2024-11-04T15:40:09"^^xsd:dateTime ;
    skos:broader humord:c07278 ;
    skos:exactMatch <http://dewey.info/class/364.1523/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/364.1523/e23/> ;
    skos:prefLabel "Murderers"@en,
        "Mordere"@nb,
        "Mordarar"@nn .

humord:c07285 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-10-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07285" ;
    dct:modified "2024-10-15T12:25:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/364.1523/e23/> ;
    skos:broader humord:c07284 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/364.1523/e23/> ;
    skos:prefLabel "Child murderers"@en,
        "Barnemordere"@nb,
        "Barnemordarar"@nn .

humord:c07286 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07286" ;
    dct:modified "2024-11-05T19:21:37"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.3/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.3/e23/>,
        <http://dewey.info/class/339.47/e23/>,
        <http://dewey.info/class/658.812/e23/> ;
    skos:prefLabel "Customers"@en,
        "Kunder"@nb,
        "Kundar"@nn ;
    skos:related humord:c07206,
        humord:c07237 ;
    skos:relatedMatch <http://dewey.info/class/339.47/e23/>,
        <http://dewey.info/class/658.812/e23/> .

humord:c07287 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07287" ;
    dct:modified "2024-10-30T14:40:43"^^xsd:dateTime ;
    skos:altLabel "Courtezans"@en ;
    skos:broadMatch <http://dewey.info/class/306.74/e23/> ;
    skos:broader humord:c07523 ;
    skos:definition "Kurtisane betydde opprinnelig hoffdame. Kurtisane brukes nå særlig om en «finere» prostituert. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.74/e23/> ;
    skos:prefLabel "Courtesans"@en,
        "Kurtisaner"@nb,
        "Kurtisaner"@nn .

humord:c07288 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07288" ;
    dct:modified "2024-11-05T19:24:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--08863/e23/> ;
    skos:broader humord:c07201 ;
    skos:closeMatch <http://dewey.info/class/306.365/e23/> ;
    skos:definition "Eldre ord for en person som leier jord <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08863/e23/>,
        <http://dewey.info/class/306.365/e23/> ;
    skos:prefLabel "Tenant farmers"@en,
        "Leilendinger"@nb,
        "Leiglendingar"@nn ;
    skos:related humord:c07442,
        humord:c25569 .

humord:c07289 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07289" ;
    dct:modified "2024-11-05T15:21:38"^^xsd:dateTime ;
    skos:altLabel "Enchanters"@en,
        "Wizards"@en,
        "Trollmann"@nb,
        "Trollmenn"@nb,
        "Trollmenn"@nn ;
    skos:broader humord:c07201 ;
    skos:definition "Person som bruker magi til å se, spå og utøve magiske handlinger <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.97938/e23/>,
        <http://dewey.info/class/793.8092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.97938/e23/>,
        <http://dewey.info/class/793.8092/e23/> ;
    skos:prefLabel "Magicians"@en,
        "Magikere"@nb,
        "Magikarar"@nn ;
    skos:related humord:c05130,
        humord:c07306,
        humord:c07360,
        humord:c07362 .

humord:c07292 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07292" ;
    dct:modified "2024-11-04T12:52:32"^^xsd:dateTime ;
    skos:altLabel "Rune stone carvers"@en,
        "Rune-carvers"@en ;
    skos:broadMatch <http://dewey.info/class/430/e23/> ;
    skos:broader humord:c07201 ;
    skos:definition "Person som rister runer <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.33/e23/>,
        <http://dewey.info/class/430/e23/> ;
    skos:prefLabel "Rune carvers"@en,
        "Runeristere"@nb,
        "Runeristarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/133.33/e23/> .

humord:c07294 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-12-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07294" ;
    dct:modified "2024-11-05T15:22:20"^^xsd:dateTime ;
    skos:altLabel "Mamluks"@en ;
    skos:broader humord:c07201 ;
    skos:definition "Medlem av den egyptiske sultanens livvakt <BOB> Mamelukkene dannet dynastier Egypt og Nord-India fra 1200-tallet av <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/956.94033/e23/>,
        <http://dewey.info/class/962.024/e23/> ;
    skos:prefLabel "Mamelukes"@en,
        "Mamelukker (Personer)"@nb,
        "Mamelukkar (Personar)"@nn ;
    skos:relatedMatch <http://dewey.info/class/956.94033/e23/>,
        <http://dewey.info/class/962.024/e23/> .

humord:c07295 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07295" ;
    dct:modified "2024-10-30T12:16:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/324.247072/e23/>,
        <http://dewey.info/class/947.0841/e23/> ;
    skos:broader humord:c17791 ;
    skos:definition "En fraksjon av den russiske revolusjonsbevegelsen som dukket opp i 1903 etter en kragnel mellom Lenon og Martov <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/320.947/e23/>,
        <http://dewey.info/class/324.247072/e23/>,
        <http://dewey.info/class/947.0841/e23/> ;
    skos:prefLabel "Mensheviks"@en,
        "Mensjeviker"@nb,
        "Mensjevikar"@nn ;
    skos:relatedMatch <http://dewey.info/class/320.947/e23/> .

humord:c07296 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07296" ;
    dct:modified "2024-11-05T15:23:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/361.74092/e23/>,
        <http://dewey.info/class/709.2/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/361.74092/e23/>,
        <http://dewey.info/class/709.2/e23/> ;
    skos:prefLabel "Patrons of the arts"@en,
        "Mesener"@nb,
        "Mesenar"@nn .

humord:c07297 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07297" ;
    dct:modified "2024-10-29T09:06:32"^^xsd:dateTime ;
    skos:altLabel "Missionary"@en ;
    skos:broader humord:c17790 ;
    skos:exactMatch <http://dewey.info/class/207.2092/e23/>,
        <http://dewey.info/class/305.92072/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/174.1/e23/>,
        <http://dewey.info/class/207.2092/e23/>,
        <http://dewey.info/class/305.92072/e23/> ;
    skos:prefLabel "Missionaries"@en,
        "Misjonærer"@nb,
        "Misjonærar"@nn ;
    skos:relatedMatch <http://dewey.info/class/174.1/e23/> .

humord:c07298 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07298" ;
    dct:modified "2024-10-29T09:06:58"^^xsd:dateTime ;
    skos:broader humord:c17790 ;
    skos:exactMatch <http://dewey.info/class/248.22092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/248.22092/e23/> ;
    skos:prefLabel "Mystics"@en,
        "Mystikere"@nb,
        "Mystikarar"@nn .

humord:c07299 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07299" ;
    dct:modified "2024-11-05T19:05:20"^^xsd:dateTime ;
    skos:altLabel "Neighbors"@en ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.925/e23/>,
        <http://dewey.info/class/158.25/e23/> ;
    skos:prefLabel "Neighbours"@en,
        "Naboer"@nb,
        "Naboar"@nn ;
    skos:relatedMatch <http://dewey.info/class/155.925/e23/>,
        <http://dewey.info/class/158.25/e23/> .

humord:c07300 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07300" ;
    dct:modified "2024-11-05T19:06:30"^^xsd:dateTime ;
    skos:altLabel "Court clowns"@en,
        "Court fools"@en,
        "Fools (Court clowns)"@en,
        "Jesters (Court clowns)"@en,
        "Hoffnarrer"@nb,
        "Hoffnarrar"@nn,
        "Narr"@nn ;
    skos:broader humord:c07201 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.484/e23/>,
        <http://dewey.info/class/791.3/e23/>,
        <http://dewey.info/class/792.23/e23/> ;
    skos:prefLabel "Court jesters"@en,
        "Narrer"@nb,
        "Narrar"@nn ;
    skos:related humord:c17780 ;
    skos:relatedMatch <http://dewey.info/class/306.484/e23/>,
        <http://dewey.info/class/791.3/e23/>,
        <http://dewey.info/class/792.23/e23/> .

humord:c07301 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-12-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07301" ;
    dct:modified "2024-10-30T12:17:31"^^xsd:dateTime ;
    skos:altLabel "National socialists"@en,
        "Nasjonalsosialister"@nb,
        "Nasjonalsosialistar"@nn ;
    skos:broader humord:c17791 ;
    skos:closeMatch <http://dewey.info/class/335.6092/e23/> ;
    skos:definition "Tilhengere av nasjonalsosialismen <PN>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/320.533/e23/>,
        <http://dewey.info/class/335.6092/e23/> ;
    skos:prefLabel "Nazis"@en,
        "Nazister"@nb,
        "Nazistar"@nn ;
    skos:related humord:c09656,
        humord:c19724,
        humord:c22435 ;
    skos:relatedMatch <http://dewey.info/class/320.533/e23/> .

humord:c07303 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07303" ;
    dct:modified "2024-11-05T19:07:06"^^xsd:dateTime ;
    skos:altLabel "Neskonger"@nb,
        "Væreiere"@nb,
        "Nesjongar"@nn,
        "Væreigarar"@nn ;
    skos:broadMatch <http://dewey.info/class/381.094843/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/381.094843/e23/> ;
    skos:prefLabel "Priviledged traders"@en,
        "Nessekonger"@nb,
        "Nessekonger"@nn ;
    skos:related humord:c07461 .

humord:c07306 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07306" ;
    dct:modified "2024-10-29T09:07:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/299.457/e23/> ;
    skos:broader humord:c17790 ;
    skos:definition "Fra samisk. Person med magiske evner <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.457/e23/> ;
    skos:prefLabel "Noaidis"@en,
        "Noaider"@nb,
        "Noaidar"@nn ;
    skos:related humord:c05130,
        humord:c07289,
        humord:c07362 .

humord:c07307 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07307" ;
    dct:modified "2023-12-12T12:09:34"^^xsd:dateTime ;
    skos:altLabel "Nomadic people"@en,
        "Nomadic peoples"@en,
        "Pastoral people"@en,
        "Pastoral peoples"@en ;
    skos:broader humord:c07201 ;
    skos:exactMatch realfagstermer:c006301,
        <http://dewey.info/class/1--086918/e23/>,
        <http://dewey.info/class/305.906918/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006301,
        <http://dewey.info/class/1--086918/e23/>,
        <http://dewey.info/class/305.906918/e23/>,
        <http://dewey.info/class/362.77918/e23/>,
        <http://dewey.info/class/362.839818/e23/>,
        <http://dewey.info/class/362.8991/e23/> ;
    skos:prefLabel "Nomads"@en,
        "Nomader"@nb,
        "Nomadar"@nn ;
    skos:related humord:c24847 ;
    skos:relatedMatch <http://dewey.info/class/362.77918/e23/>,
        <http://dewey.info/class/362.839818/e23/>,
        <http://dewey.info/class/362.8991/e23/> .

humord:c07308 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07308" ;
    dct:modified "2024-10-29T09:07:24"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/255.9/e23/> ;
    skos:broader humord:c17790 ;
    skos:exactMatch <http://dewey.info/class/206.57/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/206.57/e23/>,
        <http://dewey.info/class/248.8943/e23/>,
        <http://dewey.info/class/255.9/e23/> ;
    skos:prefLabel "Nuns"@en,
        "Nonner"@nb,
        "Nonner"@nn ;
    skos:related humord:c08424,
        humord:c11822 ;
    skos:relatedMatch <http://dewey.info/class/248.8943/e23/> .

humord:c07309 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07309" ;
    dct:modified "2024-11-05T19:10:11"^^xsd:dateTime ;
    skos:altLabel "Homesteaders"@en,
        "Pionerer (Nybyggere)"@nb,
        "Pionerliv"@nb,
        "Settlere"@nb,
        "Pionerar (Nybyggarar)"@nn,
        "Pionerliv"@nn,
        "Settlarar"@nn ;
    skos:broadMatch <http://dewey.info/class/630.92/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/630.92/e23/> ;
    skos:prefLabel "Settlers"@en,
        "Nybyggere"@nb,
        "Nybyggarar"@nn .

humord:c07310 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-06-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07310" ;
    dct:modified "2024-10-30T15:36:03"^^xsd:dateTime ;
    skos:altLabel "Tramps"@en,
        "Wanderers"@en,
        "Landstrykere"@nb,
        "Lausgjengere"@nb,
        "Løsgjengere"@nb,
        "Landstrykarar"@nn,
        "Lausgjengarar"@nn ;
    skos:broadMatch <http://dewey.info/class/1--086942/e23/>,
        <http://dewey.info/class/305.569/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--086942/e23/>,
        <http://dewey.info/class/305.569/e23/> ;
    skos:prefLabel "Vagabonds"@en,
        "Omstreifere"@nb,
        "Omstreifarar"@nn ;
    skos:related humord:c00748,
        humord:c07569,
        humord:c12946,
        humord:c21443 .

humord:c07313 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07313" ;
    dct:modified "2024-11-05T15:11:36"^^xsd:dateTime ;
    skos:broader humord:c07201 ;
    skos:closeMatch <http://dewey.info/class/910.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/910.92/e23/> ;
    skos:prefLabel "Explorers"@en,
        "Oppdagelsesreisende"@nb,
        "Oppdagingsreisande"@nn ;
    skos:related humord:c11328,
        humord:c12412,
        humord:c13382 .

humord:c07314 a ubo:Topic,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07314" ;
    dct:modified "2024-11-05T15:12:16"^^xsd:dateTime ;
    skos:altLabel "Clients (Contracting entity)"@en,
        "Contracting entities"@en,
        "Principals (Contracting entity)"@en,
        "Oppdrags­gjevarar"@nn ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:prefLabel "Employers (Contracting entity)"@en,
        "Oppdragsgivere"@nb,
        "Oppdrags­givarar"@nn .

humord:c07315 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07315" ;
    dct:modified "2023-12-13T10:14:43"^^xsd:dateTime ;
    skos:altLabel "Dissenters (Politics)"@en,
        "Dissidents (Politics)"@en,
        "Political dissenters"@en,
        "Political dissidents"@en,
        "Dissentere (Politikk)"@nb,
        "Dissidenter (Politikk)"@nb,
        "Politisk opposisjonelle"@nb,
        "Politiske avvikere"@nb,
        "Regimekritikere"@nb,
        "Dissidentar"@nn,
        "Regimekritikarar"@nn ;
    skos:broadMatch <http://dewey.info/class/321.8/e23/>,
        <http://dewey.info/class/323/e23/> ;
    skos:broader humord:c17791 ;
    skos:closeMatch realfagstermer:c009223 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009223,
        <http://dewey.info/class/321.8/e23/>,
        <http://dewey.info/class/323/e23/> ;
    skos:prefLabel "Oppositionists"@en,
        "Opposisjonelle"@nb,
        "Opposisjonelle"@nn ;
    skos:related humord:c09194 .

humord:c07317 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07317" ;
    dct:modified "2024-10-30T12:27:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/937/e23/> ;
    skos:broader humord:c17791 ;
    skos:definition "Tilhenger av senatsparti, de konservative aristokrater, som stod i motsetning til folkepartiet (i det gamle Roma) <FO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/937/e23/> ;
    skos:prefLabel "Optimates"@en,
        "Optimater"@nb,
        "Optimatar"@nn .

humord:c07318 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07318" ;
    dct:modified "2024-11-05T15:13:14"^^xsd:dateTime ;
    skos:altLabel "Eccentrics"@en,
        "Eksentrikere"@nb,
        "Eksentrikarar"@nn ;
    skos:broadMatch <http://dewey.info/class/1--0862/e23/>,
        <http://dewey.info/class/305.5/e23/> ;
    skos:broader humord:c07201 ;
    skos:definition "Særpreget, underlig person <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0862/e23/>,
        <http://dewey.info/class/305.5/e23/> ;
    skos:prefLabel "Originals (People)"@en,
        "Originaler (Personer)"@nb,
        "Originalar (Personar)"@nn .

humord:c07319 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07319" ;
    dct:modified "2024-11-05T15:15:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.5688/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.5688/e23/> ;
    skos:prefLabel "Pariahs"@en,
        "Pariaer"@nb,
        "Pariaar"@nn ;
    skos:related humord:c07281,
        humord:c09340 .

humord:c07320 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07320" ;
    dct:modified "2024-10-29T09:36:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/355.0218/e23/> ;
    skos:broader humord:c07366 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/355.0218/e23/> ;
    skos:prefLabel "Partisans"@en,
        "Partisaner"@nb,
        "Partisanar"@nn .

humord:c07321 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07321" ;
    dct:modified "2025-08-11T16:07:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/362.11/e23/>,
        <http://dewey.info/class/610.696/e23/> ;
    skos:broader humord:c07201 ;
    skos:exactMatch realfagstermer:c000331 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000331,
        <http://dewey.info/class/362.11/e23/>,
        <http://dewey.info/class/610.696/e23/> ;
    skos:prefLabel "Patients"@en,
        "Pasienter"@nb,
        "Pasientar"@nn ;
    skos:related humord:c25019,
        humord:c63919,
        humord:c69920 .

humord:c07322 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07322" ;
    dct:modified "2024-11-05T15:17:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/388.042/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/388.042/e23/> ;
    skos:prefLabel "Commuters"@en,
        "Pendlere"@nb,
        "Pendlarar"@nn ;
    skos:related humord:c09143 .

humord:c07323 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-02-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07323" ;
    dct:modified "2024-11-22T10:16:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/331.5/e23/> ;
    skos:broader humord:c07201 ;
    skos:exactMatch <http://dewey.info/class/1--08696/e23/>,
        <http://dewey.info/class/306.38/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08696/e23/>,
        <http://dewey.info/class/155.672/e23/>,
        <http://dewey.info/class/306.38/e23/>,
        <http://dewey.info/class/331.5/e23/>,
        <http://dewey.info/class/362.8996/e23/> ;
    skos:prefLabel "Pensioners"@en,
        "Pensjonister"@nb,
        "Pensjonistar"@nn ;
    skos:related humord:c07177,
        humord:c69011 ;
    skos:relatedMatch <http://dewey.info/class/155.672/e23/>,
        <http://dewey.info/class/362.8996/e23/> .

humord:c07324 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07324" ;
    dct:modified "2024-10-29T09:08:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/203.51/e23/> ;
    skos:broader humord:c17790 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.51/e23/>,
        <http://dewey.info/class/263.041/e23/>,
        <http://dewey.info/class/294.5351/e23/>,
        <http://dewey.info/class/296.481/e23/>,
        <http://dewey.info/class/297.35/e23/> ;
    skos:prefLabel "Pilgrims"@en,
        "Pilegrimer"@nb,
        "Pilegrimar"@nn ;
    skos:relatedMatch <http://dewey.info/class/263.041/e23/>,
        <http://dewey.info/class/294.5351/e23/>,
        <http://dewey.info/class/296.481/e23/>,
        <http://dewey.info/class/297.35/e23/> .

humord:c07325 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07325" ;
    dct:modified "2024-11-01T13:49:46"^^xsd:dateTime ;
    skos:broader humord:c07390 ;
    skos:exactMatch <http://dewey.info/class/352.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/321.8042/e23/>,
        <http://dewey.info/class/352.23/e23/> ;
    skos:prefLabel "Presidents"@en,
        "Presidenter"@nb,
        "Presidentar"@nn ;
    skos:related humord:c26480 ;
    skos:relatedMatch <http://dewey.info/class/321.8042/e23/> .

humord:c07326 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07326" ;
    dct:modified "2025-10-02T14:03:42"^^xsd:dateTime ;
    skos:altLabel "Publikummere"@nb,
        "Tilhørere"@nb,
        "Tilskuere"@nb,
        "Tilhøyrarar"@nn,
        "Tilskodarar"@nn ;
    skos:broader humord:c09265 ;
    skos:exactMatch <http://dewey.info/class/302.33/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.23/e23/>,
        <http://dewey.info/class/302.33/e23/> ;
    skos:prefLabel "Audience"@en,
        "Publikum"@nb,
        "Publikum"@nn ;
    skos:relatedMatch <http://dewey.info/class/302.23/e23/> .

humord:c07330 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07330" ;
    dct:modified "2024-10-29T09:09:30"^^xsd:dateTime ;
    skos:altLabel "Adherents of religion"@en,
        "Religious adherents"@en,
        "Religious believers"@en,
        "Religious followers"@en,
        "Religionstilhengarar"@nn ;
    skos:broadMatch <http://dewey.info/class/200.92/e23/> ;
    skos:broader humord:c17790 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/200.92/e23/> ;
    skos:prefLabel "Followers of religion"@en,
        "Religionstilhengere"@nb,
        "Religionstilhengjarar"@nn ;
    skos:related humord:c08400,
        humord:c08736,
        humord:c08784 .

humord:c07331 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-12-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07331" ;
    dct:modified "2024-08-01T09:49:08"^^xsd:dateTime ;
    skos:altLabel "Alawis"@en,
        "Nosairians"@en,
        "Nusayrites"@en,
        "Alavitter"@nb,
        "Nousarier"@nb,
        "Nusairier"@nb,
        "Nuzarier"@nb,
        "Alavittar"@nn,
        "Nousariar"@nn,
        "Nuzariar"@nn ;
    skos:broader humord:c07345 ;
    skos:definition "Religionssamfunn i Syria med røtter i sjiaislam <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/297.8251/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.8251/e23/> ;
    skos:prefLabel "Alawites"@en,
        "Alawitter"@nb,
        "Alawittar"@nn ;
    skos:related humord:c07332,
        humord:c21196 .

humord:c07332 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-12-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07332" ;
    dct:modified "2024-08-01T10:48:02"^^xsd:dateTime ;
    skos:altLabel "Alevimuslimer"@nb,
        "Alevimuslimar"@nn ;
    skos:broader humord:c07345 ;
    skos:definition "Alevitter er medlemmer av et tyrkisk religionssamfunn med røtter i sjiaislam. Beslektet men ikke identiske med syriske nusairier (alawitter) <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/297.8252/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.8252/e23/> ;
    skos:prefLabel "Alevis"@en,
        "Alevitter"@nb,
        "Alevittar"@nn ;
    skos:related humord:c07331,
        humord:c21196 .

humord:c07334 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07334" ;
    dct:modified "2025-06-14T08:11:13"^^xsd:dateTime ;
    skos:altLabel "Dissidents (Religious followers)"@en,
        "Religious dissenters"@en,
        "Religious dissidents"@en,
        "Dissidenter (Religionstilhengere)"@nb,
        "Dissidentar (Religionstilhengarar)"@nn ;
    skos:broader humord:c07330 ;
    skos:closeMatch <http://dewey.info/class/280.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/280.4/e23/> ;
    skos:prefLabel "Dissenters (Religious followers)"@en,
        "Dissentere (Religionstilhengere)"@nb,
        "Dissentarar (Religionstilhengarar)"@nn .

humord:c07335 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07335" ;
    dct:modified "2024-10-29T08:28:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/908.82945/e23/> ;
    skos:broader humord:c07330 ;
    skos:exactMatch <http://dewey.info/class/1--0882945/e23/>,
        <http://dewey.info/class/294.5092/e23/>,
        <http://dewey.info/class/305.6945/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0882945/e23/>,
        <http://dewey.info/class/294.5092/e23/>,
        <http://dewey.info/class/305.6945/e23/>,
        <http://dewey.info/class/908.82945/e23/> ;
    skos:prefLabel "Hindus"@en,
        "Hinduer"@nb,
        "Hinduar"@nn .

humord:c07337 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07337" ;
    dct:modified "2024-10-29T08:27:25"^^xsd:dateTime ;
    skos:altLabel "Convertites"@en,
        "Proselytes"@en,
        "Proselytter"@nb,
        "Proselyttar"@nn ;
    skos:broader humord:c07330 ;
    skos:definition "Person som har gått over til et annet trossamfunn, særlig til katolisismen  <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/204.24/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.24/e23/> ;
    skos:prefLabel "Converts"@en,
        "Konvertitter"@nb,
        "Konvertittar"@nn ;
    skos:related humord:c16573 .

humord:c07338 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07338" ;
    dct:modified "2024-10-29T08:26:55"^^xsd:dateTime ;
    skos:broader humord:c07330 ;
    skos:exactMatch <http://dewey.info/class/1--08827/e23/>,
        <http://dewey.info/class/270.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08827/e23/>,
        <http://dewey.info/class/270.092/e23/>,
        <http://dewey.info/class/280/e23/>,
        <http://dewey.info/class/305.67/e23/> ;
    skos:prefLabel "Christians"@en,
        "Kristne"@nb,
        "Kristne"@nn ;
    skos:relatedMatch <http://dewey.info/class/280/e23/>,
        <http://dewey.info/class/305.67/e23/> .

humord:c07339 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07339" ;
    dct:modified "2024-10-28T09:34:20"^^xsd:dateTime ;
    skos:broader humord:c07338 ;
    skos:exactMatch <http://dewey.info/class/282.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/282.092/e23/>,
        <http://dewey.info/class/305.682/e23/> ;
    skos:prefLabel "Catholics"@en,
        "Katolikker"@nb,
        "Katolikkar"@nn ;
    skos:relatedMatch <http://dewey.info/class/305.682/e23/> .

humord:c07340 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07340" ;
    dct:modified "2024-10-28T09:35:28"^^xsd:dateTime ;
    skos:broader humord:c07338 ;
    skos:definition "Koptere er det vanlige navnet på kristne egyptere. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/305.8932/e23/>,
        <http://dewey.info/class/5--932/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8932/e23/>,
        <http://dewey.info/class/5--932/e23/> ;
    skos:prefLabel "Copts"@en,
        "Koptere"@nb,
        "Koptarar"@nn .

humord:c07341 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07341" ;
    dct:modified "2024-10-28T09:42:02"^^xsd:dateTime ;
    skos:broader humord:c07338 ;
    skos:exactMatch <http://dewey.info/class/280.4092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/280.4092/e23/> ;
    skos:prefLabel "Protestants"@en,
        "Protestanter"@nb,
        "Protestantar"@nn .

humord:c07342 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07342" ;
    dct:modified "2024-09-03T08:34:58"^^xsd:dateTime ;
    skos:altLabel "Camisars"@en ;
    skos:broadMatch <http://dewey.info/class/284.5/e23/> ;
    skos:broader humord:c07341 ;
    skos:definition "Camisardene var protestantiske opprørere i Cevennene, Frankrike, i begynnelsen av 1700-tallet <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/284.5/e23/> ;
    skos:prefLabel "Camisards"@en,
        "Camisarder"@nb,
        "Camisardar"@nn .

humord:c07343 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07343" ;
    dct:modified "2024-10-28T08:59:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/284.5/e23/> ;
    skos:broader humord:c07341 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/284.5/e23/> ;
    skos:prefLabel "Huguenots"@en,
        "Hugenotter"@nb,
        "Hugenottar"@nn ;
    skos:related humord:c08808 .

humord:c07344 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07344" ;
    dct:modified "2024-10-29T08:23:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/206.1/e23/> ;
    skos:broader humord:c07330 ;
    skos:exactMatch <http://dewey.info/class/200.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/200.92/e23/>,
        <http://dewey.info/class/206.1/e23/> ;
    skos:prefLabel "Martyrs"@en,
        "Martyrer"@nb,
        "Martyrar"@nn .

humord:c07345 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-12-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07345" ;
    dct:modified "2024-10-29T08:25:21"^^xsd:dateTime ;
    skos:altLabel "Muselmaner"@nb,
        "Muselmanar"@nn ;
    skos:broader humord:c07330 ;
    skos:exactMatch <http://dewey.info/class/1--088297/e23/>,
        <http://dewey.info/class/297.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--088297/e23/>,
        <http://dewey.info/class/297.092/e23/>,
        <http://dewey.info/class/297.8/e23/>,
        <http://dewey.info/class/305.697/e23/> ;
    skos:prefLabel "Muslims"@en,
        "Muslimer"@nb,
        "Muslimar"@nn ;
    skos:related humord:c08512,
        humord:c08793,
        humord:c08840 ;
    skos:relatedMatch <http://dewey.info/class/297.8/e23/>,
        <http://dewey.info/class/305.697/e23/> .

humord:c07348 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07348" ;
    dct:modified "2024-10-28T08:58:20"^^xsd:dateTime ;
    skos:altLabel "Pomak people"@en ;
    skos:broadMatch <http://dewey.info/class/305.891811/e23/>,
        <http://dewey.info/class/5--91811/e23/> ;
    skos:broader humord:c00959,
        humord:c07345 ;
    skos:definition "Bulgarske muslimer <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.891811/e23/>,
        <http://dewey.info/class/5--91811/e23/> ;
    skos:prefLabel "Pomaks"@en,
        "Pomaker"@nb,
        "Pomakar"@nn .

humord:c07349 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-09-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07349" ;
    dct:modified "2024-08-28T11:26:20"^^xsd:dateTime ;
    skos:altLabel "Assyrian Christians"@en,
        "Chaldean Christians"@en,
        "Assyriske kristne"@nb,
        "Kaldeiske kristne"@nb,
        "Assyriske kristne"@nn,
        "Kaldeiske kristne"@nn ;
    skos:broadMatch <http://dewey.info/class/281.8092/e23/> ;
    skos:broader humord:c07338 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/281.8092/e23/> ;
    skos:prefLabel "Nestorians"@en,
        "Nestorianere"@nb,
        "Nestorianarar"@nn ;
    skos:related humord:c18054 .

humord:c07350 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07350" ;
    dct:modified "2024-10-29T08:59:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/908.82946/e23/> ;
    skos:broader humord:c07330 ;
    skos:exactMatch <http://dewey.info/class/294.6092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.6092/e23/>,
        <http://dewey.info/class/908.82946/e23/> ;
    skos:prefLabel "Sikhs"@en,
        "Sikher"@nb,
        "Sikhar"@nn .

humord:c07351 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07351" ;
    dct:modified "2024-11-04T12:51:16"^^xsd:dateTime ;
    skos:altLabel "Overløpere"@nb,
        "Svikere"@nb,
        "Trosfornektere"@nb,
        "Overløparar"@nn,
        "Svikarar"@nn,
        "Trusfornektarar"@nn ;
    skos:broadMatch <http://dewey.info/class/201.51/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/201.51/e23/>,
        <http://dewey.info/class/261.21/e23/>,
        <http://dewey.info/class/296.391/e23/>,
        <http://dewey.info/class/297.289/e23/> ;
    skos:prefLabel "Renegades"@en,
        "Renegater"@nb,
        "Renegatar"@nn ;
    skos:related humord:c18281 ;
    skos:relatedMatch <http://dewey.info/class/261.21/e23/>,
        <http://dewey.info/class/296.391/e23/>,
        <http://dewey.info/class/297.289/e23/> .

humord:c07352 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07352" ;
    dct:modified "2024-11-04T12:52:19"^^xsd:dateTime ;
    skos:broader humord:c07201 ;
    skos:exactMatch <http://dewey.info/class/305.9798/e23/>,
        <http://dewey.info/class/798.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9798/e23/>,
        <http://dewey.info/class/798.092/e23/> ;
    skos:prefLabel "Riders"@en,
        "Ryttere"@nb,
        "Ryttarar"@nn ;
    skos:related humord:c01440 .

humord:c07353 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07353" ;
    dct:modified "2024-10-30T12:29:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/951.056/e23/> ;
    skos:broader humord:c17791 ;
    skos:definition "Rødegardister var grupper som for det meste bestod av ungdommer fra videregående skoler og universiteter og en tid fungerte som støttropper under kulturrevolusjonen i Kina i perioden 1966–1976.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/951.056/e23/> ;
    skos:prefLabel "Red Guards"@en,
        "Rødegardister"@nb,
        "Raudegardistar"@nn ;
    skos:related humord:c04041 .

humord:c07354 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07354" ;
    dct:modified "2024-11-04T12:53:08"^^xsd:dateTime ;
    skos:altLabel "Compilers"@en,
        "Innsamlere"@nb,
        "Innsamlarar"@nn ;
    skos:broadMatch <http://dewey.info/class/790.132/e23/> ;
    skos:broader humord:c07201 ;
    skos:definition "Samlere av samlerobjekter <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/790.132/e23/> ;
    skos:prefLabel "Collectors"@en,
        "Samlere"@nb,
        "Samlarar"@nn .

humord:c07357 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07357" ;
    dct:modified "2024-10-30T12:29:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/972.85052/e23/> ;
    skos:broader humord:c17791 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/972.85052/e23/> ;
    skos:prefLabel "Sandinistas"@en,
        "Sandinister"@nb,
        "Sandinistar"@nn ;
    skos:related humord:c04048 .

humord:c07358 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07358" ;
    dct:modified "2024-10-30T12:30:45"^^xsd:dateTime ;
    skos:altLabel "Sans-culottes"@en,
        "Sans-culotter"@nb,
        "Sansculotter"@nb,
        "Sans-culottar"@nn,
        "Sansculottar"@nn ;
    skos:broadMatch <http://dewey.info/class/944.04/e23/> ;
    skos:broader humord:c17791 ;
    skos:definition "Sans-culotter var den voldsomste og mest radikale gruppen under den franske revolusjon <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/944.04/e23/> ;
    skos:prefLabel "Sansculottes"@en,
        "Sanskulotter"@nb,
        "Sanskulottar"@nn .

humord:c07360 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07360" ;
    dct:modified "2024-11-04T12:24:12"^^xsd:dateTime ;
    skos:broader humord:c07201 ;
    skos:definition "Person med magiske, clairvoyante, visjonære evner <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/133.84092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.84092/e23/> ;
    skos:prefLabel "Seers"@en,
        "Seere"@nb,
        "Sjåarar"@nn ;
    skos:related humord:c05130,
        humord:c07289,
        humord:c07362,
        humord:c14745 .

humord:c07361 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-01-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07361" ;
    dct:modified "2026-01-06T09:01:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.77/e23/> ;
    skos:broader humord:c12156 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.77/e23/>,
        <http://dewey.info/class/364.1536/e23/>,
        <http://dewey.info/class/616.8583/e23/> ;
    skos:prefLabel "Sexual deviants"@en,
        "Seksuelle avvikere"@nb,
        "Seksuelle avvikarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/364.1536/e23/>,
        <http://dewey.info/class/616.8583/e23/> .

humord:c07362 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07362" ;
    dct:modified "2024-10-29T09:00:58"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/206.1/e23/> ;
    skos:broader humord:c17790 ;
    skos:exactMatch <http://dewey.info/class/200.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/200.92/e23/>,
        <http://dewey.info/class/206.1/e23/> ;
    skos:prefLabel "Shamans"@en,
        "Sjamaner"@nb,
        "Sjamanar"@nn ;
    skos:related humord:c05130,
        humord:c07289,
        humord:c07306,
        humord:c07360,
        humord:c08586,
        humord:c14745 .

humord:c07363 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07363" ;
    dct:modified "2024-11-04T12:27:43"^^xsd:dateTime ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/364.163/e23/> ;
    skos:prefLabel "Charlatans"@en,
        "Sjarlataner"@nb,
        "Sjarlatanar"@nn ;
    skos:relatedMatch <http://dewey.info/class/364.163/e23/> .

humord:c07364 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07364" ;
    dct:modified "2024-11-04T12:31:54"^^xsd:dateTime ;
    skos:broader humord:c07201 ;
    skos:exactMatch <http://dewey.info/class/1--08625/e23/>,
        <http://dewey.info/class/306.362/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08625/e23/>,
        <http://dewey.info/class/306.362/e23/>,
        <http://dewey.info/class/342.087/e23/>,
        <http://dewey.info/class/346.013/e23/>,
        <http://dewey.info/class/390.25/e23/> ;
    skos:prefLabel "Slaves"@en,
        "Slaver"@nb,
        "Slavar"@nn ;
    skos:related humord:c08916,
        humord:c09240 ;
    skos:relatedMatch <http://dewey.info/class/342.087/e23/>,
        <http://dewey.info/class/346.013/e23/>,
        <http://dewey.info/class/390.25/e23/> .

humord:c07365 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07365" ;
    dct:modified "2024-11-04T14:15:31"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.362092/e23/> ;
    skos:broader humord:c07364 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.362092/e23/> ;
    skos:prefLabel "Galley slaves"@en,
        "Galeislaver"@nb,
        "Galeislavar"@nn .

humord:c07366 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07366" ;
    dct:modified "2024-10-30T12:32:13"^^xsd:dateTime ;
    skos:altLabel "Combatants"@en,
        "Warriors"@en,
        "Krigere"@nb,
        "Militære"@nb,
        "Stridende"@nb,
        "Krigarar"@nn,
        "Militære"@nn,
        "Stridande"@nn ;
    skos:broadMatch <http://dewey.info/class/355.0092/e23/> ;
    skos:broader humord:c17791,
        humord:c20338 ;
    skos:closeMatch <http://dewey.info/class/305.9355/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9355/e23/>,
        <http://dewey.info/class/341.67/e23/>,
        <http://dewey.info/class/342.085/e23/>,
        <http://dewey.info/class/343.01/e23/>,
        <http://dewey.info/class/355.0092/e23/> ;
    skos:prefLabel "Soldiers"@en,
        "Soldater"@nb,
        "Soldatar"@nn ;
    skos:relatedMatch <http://dewey.info/class/341.67/e23/>,
        <http://dewey.info/class/342.085/e23/>,
        <http://dewey.info/class/343.01/e23/> .

humord:c07368 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07368" ;
    dct:modified "2024-10-29T09:35:45"^^xsd:dateTime ;
    skos:altLabel "Mercenary"@en ;
    skos:broader humord:c07366 ;
    skos:exactMatch <http://dewey.info/class/355.354/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/355.354/e23/> ;
    skos:prefLabel "Mercenaries"@en,
        "Leiesoldater"@nb,
        "Leigesoldatar"@nn .

humord:c07369 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-01-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07369" ;
    dct:modified "2026-01-06T09:00:46"^^xsd:dateTime ;
    skos:altLabel "Social deviants"@en ;
    skos:broadMatch <http://dewey.info/class/1--086/e23/> ;
    skos:broader humord:c12156 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--086/e23/> ;
    skos:prefLabel "Social outsiders"@en,
        "Sosiale avvikere"@nb,
        "Sosiale avvikarar"@nn .

humord:c07370 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07370" ;
    dct:modified "2024-10-30T12:09:17"^^xsd:dateTime ;
    skos:broader humord:c17791 ;
    skos:exactMatch <http://dewey.info/class/335.0092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/335.0092/e23/> ;
    skos:prefLabel "Socialists"@en,
        "Sosialister"@nb,
        "Sosialistar"@nn .

humord:c07371 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07371" ;
    dct:modified "2024-01-03T12:48:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/355.3432092/e23/> ;
    skos:broader humord:c07201 ;
    skos:exactMatch realfagstermer:c006246,
        <http://dewey.info/class/327.12092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006246,
        <http://dewey.info/class/327.12092/e23/>,
        <http://dewey.info/class/355.3432092/e23/> ;
    skos:prefLabel "Spies"@en,
        "Spioner"@nb,
        "Spionar"@nn ;
    skos:related humord:c08920 .

humord:c07373 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07373" ;
    dct:modified "2024-11-04T12:37:02"^^xsd:dateTime ;
    skos:altLabel "Epiphany singers"@en ;
    skos:broadMatch <http://dewey.info/class/394.2663/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.2663/e23/> ;
    skos:prefLabel "Star singers"@en,
        "Stjernegutter"@nb,
        "Stjernegutar"@nn .

humord:c07374 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07374" ;
    dct:modified "2024-11-04T08:59:07"^^xsd:dateTime ;
    skos:altLabel "Magnates"@en,
        "Prominent men"@en,
        "Wealthy men"@en,
        "Stormann"@nb,
        "Stormann"@nn ;
    skos:broadMatch <http://dewey.info/class/1--08621/e23/>,
        <http://dewey.info/class/305.52/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08621/e23/>,
        <http://dewey.info/class/305.52/e23/> ;
    skos:prefLabel "Chieftains"@en,
        "Stormenn"@nb,
        "Stormenn"@nn .

humord:c07376 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07376" ;
    dct:modified "2024-01-03T13:43:08"^^xsd:dateTime ;
    skos:altLabel "Studine"@nb,
        "Studiner"@nb,
        "Studine"@nn,
        "Studiner"@nn ;
    skos:broader humord:c07201 ;
    skos:exactMatch realfagstermer:c011445,
        <http://dewey.info/class/378.198/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011445,
        <http://dewey.info/class/371.872/e23/>,
        <http://dewey.info/class/378.198/e23/> ;
    skos:prefLabel "Students"@en,
        "Studenter"@nb,
        "Studentar"@nn ;
    skos:related humord:c04614,
        humord:c07216,
        humord:c07899,
        humord:c25135 ;
    skos:relatedMatch <http://dewey.info/class/371.872/e23/> .

humord:c07377 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07377" ;
    dct:modified "2024-10-30T12:13:00"^^xsd:dateTime ;
    skos:altLabel "Tory"@en ;
    skos:broadMatch <http://dewey.info/class/324.24102/e23/> ;
    skos:broader humord:c17791 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/324.24102/e23/> ;
    skos:prefLabel "Tories"@en,
        "Toryer"@nb,
        "Toryar"@nn .

humord:c07378 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07378" ;
    dct:modified "2024-11-04T12:17:09"^^xsd:dateTime ;
    skos:altLabel "Tradition carriers"@en,
        "Tradisjonsformidlere"@nb,
        "Tradisjonsformidlarar"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c07201 ;
    skos:definition "Person, institusjon e.l. som bærer, overleverer, formidler tradisjon <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Carriers of tradition"@en,
        "Tradisjonsbærere"@nb,
        "Tradisjonsberarar"@nn ;
    skos:related humord:c05179 .

humord:c07381 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07381" ;
    dct:modified "2024-11-04T12:18:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/321.9/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/321.9/e23/> ;
    skos:prefLabel "Tyrants"@en,
        "Tyranner"@nb,
        "Tyrannar"@nn ;
    skos:related humord:c09747 .

humord:c07382 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-01-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07382" ;
    dct:modified "2024-10-30T12:13:14"^^xsd:dateTime ;
    skos:altLabel "Aliens (Persons)"@en ;
    skos:broader humord:c17791 ;
    skos:closeMatch <http://dewey.info/class/362.8991/e23/> ;
    skos:definition "Personer fra utlandet <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/1--08691/e23/>,
        <http://dewey.info/class/305.90691/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08691/e23/>,
        <http://dewey.info/class/305.90691/e23/>,
        <http://dewey.info/class/362.7791/e23/>,
        <http://dewey.info/class/362.83981/e23/>,
        <http://dewey.info/class/362.8991/e23/> ;
    skos:prefLabel "Foreigners"@en,
        "Utlendinger"@nb,
        "Utlendingar"@nn ;
    skos:related humord:c07251,
        humord:c14229 ;
    skos:relatedMatch <http://dewey.info/class/362.7791/e23/>,
        <http://dewey.info/class/362.83981/e23/> .

humord:c07383 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07383" ;
    dct:modified "2024-11-04T15:33:35"^^xsd:dateTime ;
    skos:altLabel "Emigranter"@nb ;
    skos:broader humord:c24620 ;
    skos:closeMatch <http://dewey.info/class/1--08691/e23/>,
        <http://dewey.info/class/362.8991/e23/> ;
    skos:exactMatch <http://dewey.info/class/305.90691/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08691/e23/>,
        <http://dewey.info/class/305.90691/e23/>,
        <http://dewey.info/class/362.7791/e23/>,
        <http://dewey.info/class/362.83981/e23/>,
        <http://dewey.info/class/362.8991/e23/> ;
    skos:prefLabel "Emigrants"@en,
        "Utvandrere"@nb,
        "Utvandrarar"@nn ;
    skos:related humord:c07251,
        humord:c09256 ;
    skos:relatedMatch <http://dewey.info/class/362.7791/e23/>,
        <http://dewey.info/class/362.83981/e23/> .

humord:c07385 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07385" ;
    dct:modified "2024-10-30T12:15:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/324/e23/> ;
    skos:broader humord:c17791 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/324/e23/> ;
    skos:prefLabel "Voters"@en,
        "Velgere"@nb,
        "Veljarar"@nn ;
    skos:related humord:c09705,
        humord:c26208,
        humord:c26562,
        humord:c58717 .

humord:c07387 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07387" ;
    dct:modified "2025-07-03T16:06:17"^^xsd:dateTime ;
    skos:altLabel "Viking"@en,
        "Viking"@nb,
        "Viking"@nn ;
    skos:broadMatch <http://dewey.info/class/305.8395/e23/>,
        <http://dewey.info/class/5--395/e23/> ;
    skos:broader humord:c07201 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8395/e23/>,
        <http://dewey.info/class/5--395/e23/>,
        <http://dewey.info/class/948.022/e23/> ;
    skos:prefLabel "Vikings"@en,
        "Vikinger"@nb,
        "Vikingar"@nn ;
    skos:related humord:c10917 ;
    skos:relatedMatch <http://dewey.info/class/948.022/e23/> .

humord:c07388 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07388" ;
    dct:modified "2024-11-04T14:03:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/305.8395/e23/>,
        <http://dewey.info/class/5--395/e23/>,
        <http://dewey.info/class/948.022/e23/> ;
    skos:broader humord:c07387 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.8395/e23/>,
        <http://dewey.info/class/5--395/e23/>,
        <http://dewey.info/class/948.022/e23/> ;
    skos:prefLabel "Varangians"@en,
        "Væringer"@nb,
        "Væringar"@nn .

humord:c07389 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07389" ;
    dct:modified "2024-11-04T14:48:31"^^xsd:dateTime ;
    skos:altLabel "Assault victims"@en,
        "Victims of assault"@en,
        "Voldsoffer"@nb,
        "Voldsutsatte"@nb,
        "Valdsutsette"@nn ;
    skos:broader humord:c20412 ;
    skos:exactMatch <http://dewey.info/class/362.88/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.88/e23/> ;
    skos:prefLabel "Victims of violence"@en,
        "Voldsofre"@nb,
        "Valdsoffer"@nn ;
    skos:related humord:c09241,
        humord:c23308 .

humord:c07391 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07391" ;
    dct:modified "2024-06-13T07:53:55"^^xsd:dateTime ;
    skos:altLabel "Advocates"@en,
        "Attorneys"@en ;
    skos:broader humord:c07460 ;
    skos:exactMatch <http://dewey.info/class/305.934/e23/>,
        <http://dewey.info/class/340.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.934/e23/>,
        <http://dewey.info/class/340.023/e23/>,
        <http://dewey.info/class/340.092/e23/> ;
    skos:prefLabel "Lawyers"@en,
        "Advokater"@nb,
        "Advokatar"@nn ;
    skos:related humord:c58550,
        humord:c59571 ;
    skos:relatedMatch <http://dewey.info/class/340.023/e23/> .

humord:c07392 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07392" ;
    dct:modified "2024-06-13T07:20:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--08622/e23/>,
        <http://dewey.info/class/305.55/e23/>,
        <http://dewey.info/class/331.11445/e23/> ;
    skos:broader humord:c07390 ;
    skos:exactMatch realfagstermer:c013264 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013264,
        <http://dewey.info/class/1--08622/e23/>,
        <http://dewey.info/class/305.55/e23/>,
        <http://dewey.info/class/331.11445/e23/> ;
    skos:prefLabel "Academics"@en,
        "Akademikere"@nb,
        "Akademikarar"@nn ;
    skos:related humord:c21343,
        humord:c22545 .

humord:c07393 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07393" ;
    dct:modified "2024-08-13T10:45:14"^^xsd:dateTime ;
    skos:altLabel "Embassadors"@en ;
    skos:broadMatch <http://dewey.info/class/305.93272/e23/>,
        <http://dewey.info/class/327.2092/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.93272/e23/>,
        <http://dewey.info/class/327.2092/e23/> ;
    skos:prefLabel "Ambassadors"@en,
        "Ambassadører"@nb,
        "Ambassadørar"@nn ;
    skos:related humord:c13892 .

humord:c07394 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07394" ;
    dct:modified "2024-06-13T07:11:46"^^xsd:dateTime ;
    skos:altLabel "Dispensing chemists"@en,
        "Druggists"@en,
        "Pharmaceutical chemists"@en,
        "Pharmaceutical pharmacists"@en,
        "Apotekpersonale"@nb,
        "Farmasøyter"@nb,
        "Apotekpersonale"@nn,
        "Farmasøytar"@nn ;
    skos:broader humord:c07392 ;
    skos:exactMatch realfagstermer:c009911,
        <http://dewey.info/class/305.96151/e23/>,
        <http://dewey.info/class/615.1092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009911,
        <http://dewey.info/class/305.96151/e23/>,
        <http://dewey.info/class/344.0416/e23/>,
        <http://dewey.info/class/615.1092/e23/> ;
    skos:prefLabel "Pharmacists"@en,
        "Apotekere"@nb,
        "Apotekarar"@nn ;
    skos:related humord:c03776,
        humord:c13149,
        humord:c61815 ;
    skos:relatedMatch <http://dewey.info/class/344.0416/e23/> .

humord:c07395 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07395" ;
    dct:modified "2024-08-23T14:00:12"^^xsd:dateTime ;
    skos:altLabel "Laborers"@en,
        "Workers"@en,
        "Workmen"@en,
        "Arbeidsfolk"@nb,
        "Arbeidsfolk"@nn ;
    skos:broadMatch <http://dewey.info/class/305.562/e23/> ;
    skos:broader humord:c07390 ;
    skos:exactMatch <http://dewey.info/class/331.11/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.562/e23/>,
        <http://dewey.info/class/331.11/e23/> ;
    skos:prefLabel "Labourers"@en,
        "Arbeidere"@nb,
        "Arbeidarar"@nn ;
    skos:related humord:c07435,
        humord:c07448,
        humord:c09128 .

humord:c07397 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07397" ;
    dct:modified "2024-10-25T09:54:02"^^xsd:dateTime ;
    skos:altLabel "Construction crew laborers"@en,
        "Bygg- og anleggsarbeidere"@nb,
        "Bygg- og anleggsarbeidarar"@nn ;
    skos:broader humord:c07395 ;
    skos:exactMatch <http://dewey.info/class/305.9624/e23/>,
        <http://dewey.info/class/624.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9624/e23/>,
        <http://dewey.info/class/624.092/e23/> ;
    skos:prefLabel "Construction workers"@en,
        "Anleggsarbeidere"@nb,
        "Anleggsarbeidarar"@nn .

humord:c07399 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07399" ;
    dct:modified "2024-10-31T12:39:22"^^xsd:dateTime ;
    skos:broader humord:c07395 ;
    skos:exactMatch <http://dewey.info/class/305.969/e23/>,
        <http://dewey.info/class/690.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.969/e23/>,
        <http://dewey.info/class/690.092/e23/> ;
    skos:prefLabel "Builders"@en,
        "Bygningsarbeidere"@nb,
        "Bygningsarbeidarar"@nn .

humord:c07400 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07400" ;
    dct:modified "2025-05-26T11:25:55"^^xsd:dateTime ;
    skos:altLabel "Dock laborers"@en,
        "Dock labourers"@en,
        "Dock workers"@en,
        "Dockworkers"@en,
        "Longshoremen"@en,
        "Stevedores"@en ;
    skos:broadMatch <http://dewey.info/class/305.93871/e23/>,
        <http://dewey.info/class/387.1092/e23/> ;
    skos:broader humord:c07395 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.93871/e23/>,
        <http://dewey.info/class/387.1092/e23/> ;
    skos:prefLabel "Dockers"@en,
        "Havnearbeidere"@nb,
        "Hamnearbeidarar"@nn .

humord:c07401 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07401" ;
    dct:modified "2023-12-04T14:35:15"^^xsd:dateTime ;
    skos:altLabel "Agricultural laborers"@en,
        "Agricultural labourers"@en,
        "Agricultural workers"@en,
        "Farm laborers"@en,
        "Farm labourers"@en,
        "Farm workers"@en,
        "Landbruksarbeidere"@nb,
        "Landbruksarbeidarar"@nn ;
    skos:broader humord:c07395 ;
    skos:exactMatch realfagstermer:c008425,
        <http://dewey.info/class/630.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008425,
        <http://dewey.info/class/630.92/e23/> ;
    skos:prefLabel "Farmworkers"@en,
        "Landarbeidere"@nb,
        "Landarbeidarar"@nn ;
    skos:related humord:c07411 .

humord:c07402 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07402" ;
    dct:modified "2024-10-31T12:45:40"^^xsd:dateTime ;
    skos:altLabel "Common laborers"@en,
        "Common labourers"@en,
        "Day laborers"@en,
        "Roustabouts"@en ;
    skos:broader humord:c07395 ;
    skos:closeMatch <http://dewey.info/class/331.544/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/331.544/e23/> ;
    skos:prefLabel "Day labourers"@en,
        "Løsarbeidere"@nb,
        "Lausarbeidarar"@nn .

humord:c07403 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07403" ;
    dct:modified "2024-10-31T12:46:39"^^xsd:dateTime ;
    skos:altLabel "Seasonal laborers"@en,
        "Seasonal labourers"@en ;
    skos:broadMatch <http://dewey.info/class/331.544/e23/> ;
    skos:broader humord:c07395 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/331.544/e23/> ;
    skos:prefLabel "Seasonal workers"@en,
        "Sesongarbeidere"@nb,
        "Sesongarbeidarar"@nn .

humord:c07404 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07404" ;
    dct:modified "2024-10-31T12:46:11"^^xsd:dateTime ;
    skos:altLabel "Foresters"@en,
        "Forestry wokers"@en,
        "Loggers"@en,
        "Lumberjacks"@en,
        "Lumberman"@en,
        "Lumbermen"@en ;
    skos:broader humord:c07395 ;
    skos:exactMatch <http://dewey.info/class/305.963498/e23/>,
        <http://dewey.info/class/634.98092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.963498/e23/>,
        <http://dewey.info/class/634.98092/e23/> ;
    skos:prefLabel "Forest workers"@en,
        "Skogsarbeidere"@nb,
        "Skogsarbeidarar"@nn .

humord:c07405 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07405" ;
    dct:modified "2024-10-31T12:40:43"^^xsd:dateTime ;
    skos:altLabel "Blue-collar workers"@en,
        "Factory hands"@en,
        "Factory laborers"@en,
        "Factory labourers"@en,
        "Factory workers"@en,
        "Fabrikkarbeidere"@nb,
        "Verksarbeidere"@nb,
        "Fabrikkarbeidarar"@nn,
        "Verksarbeidarar"@nn ;
    skos:broader humord:c07395 ;
    skos:exactMatch <http://dewey.info/class/331.794/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/331.794/e23/>,
        <http://dewey.info/class/354.93/e23/> ;
    skos:prefLabel "Industrial workers"@en,
        "Industriarbeidere"@nb,
        "Industriarbeidarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/354.93/e23/> .

humord:c07406 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07406" ;
    dct:modified "2024-06-13T07:08:06"^^xsd:dateTime ;
    skos:altLabel "Archeologists"@en ;
    skos:broader humord:c07392 ;
    skos:exactMatch <http://dewey.info/class/305.99301/e23/>,
        <http://dewey.info/class/930.1092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.99301/e23/>,
        <http://dewey.info/class/930.1092/e23/> ;
    skos:prefLabel "Archaeologists"@en,
        "Arkeologer"@nb,
        "Arkeologar"@nn ;
    skos:related humord:c00005 .

humord:c07407 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07407" ;
    dct:modified "2024-06-13T07:09:10"^^xsd:dateTime ;
    skos:broader humord:c07392 ;
    skos:exactMatch realfagstermer:c010127,
        <http://dewey.info/class/720.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010127,
        <http://dewey.info/class/720.92/e23/> ;
    skos:prefLabel "Architects"@en,
        "Arkitekter"@nb,
        "Arkitektar"@nn ;
    skos:related humord:c05184 .

humord:c07408 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07408" ;
    dct:modified "2024-06-13T07:10:33"^^xsd:dateTime ;
    skos:broader humord:c07392 ;
    skos:closeMatch <http://dewey.info/class/020.92/e23/>,
        <http://dewey.info/class/305.9092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/020.92/e23/>,
        <http://dewey.info/class/305.9092/e23/> ;
    skos:prefLabel "Archivists"@en,
        "Arkivarer"@nb,
        "Arkivarar"@nn ;
    skos:related humord:c00114 .

humord:c07409 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07409" ;
    dct:modified "2024-10-30T12:51:32"^^xsd:dateTime ;
    skos:altLabel "Replacement workers"@en ;
    skos:broadMatch <http://dewey.info/class/630.92/e23/> ;
    skos:broader humord:c18755 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/630.92/e23/> ;
    skos:prefLabel "Substitute workers"@en,
        "Avløsere"@nb,
        "Avløysarar"@nn .

humord:c07410 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07410" ;
    dct:modified "2024-11-04T08:32:40"^^xsd:dateTime ;
    skos:altLabel "Charity workers"@en,
        "Hjelpearbeidere (Bistand)"@nb ;
    skos:broadMatch <http://dewey.info/class/338.91092/e23/>,
        <http://dewey.info/class/363.34988092/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.91092/e23/>,
        <http://dewey.info/class/363.34988092/e23/> ;
    skos:prefLabel "Relief workers"@en,
        "Bistandsarbeidere"@nb,
        "Bistandsarbeidarar"@nn .

humord:c07411 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07411" ;
    dct:modified "2024-08-14T14:15:53"^^xsd:dateTime ;
    skos:altLabel "Agriculturalists"@en,
        "Agriculturists"@en,
        "Growers"@en,
        "Ranchers"@en,
        "Andelsbønder"@nb,
        "Bonde"@nb,
        "Bondestand"@nb,
        "Bondestanden"@nb,
        "Farmarar"@nb,
        "Farmere"@nb,
        "Fjellbonde"@nb,
        "Fjellbønder"@nb,
        "Gardbrukere"@nb,
        "Gårdbrukere"@nb,
        "Jordbrukere"@nb,
        "Andelsbønder"@nn,
        "Bondestand"@nn,
        "Bondestanden"@nn,
        "Bondestandet"@nn,
        "Fjellbonde"@nn,
        "Fjellbønder"@nn,
        "Gardbrukarar"@nn,
        "Jordbrukarar"@nn ;
    skos:broader humord:c07390 ;
    skos:exactMatch realfagstermer:c005050,
        <http://dewey.info/class/1--08863/e23/>,
        <http://dewey.info/class/630.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005050,
        <http://dewey.info/class/1--08863/e23/>,
        <http://dewey.info/class/630.92/e23/> ;
    skos:prefLabel "Farmers"@en,
        "Bønder"@nb,
        "Bønder"@nn ;
    skos:related humord:c04585,
        humord:c07401,
        humord:c07432,
        humord:c09168,
        humord:c25569 .

humord:c07418 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07418" ;
    dct:modified "2024-10-31T12:25:39"^^xsd:dateTime ;
    skos:altLabel "Croppers"@en,
        "Smallholders"@en,
        "Småbønder"@nb ;
    skos:broadMatch <http://dewey.info/class/1--08863/e23/>,
        <http://dewey.info/class/630.92/e23/> ;
    skos:broader humord:c07411 ;
    skos:exactMatch <http://dewey.info/class/305.5633/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08863/e23/>,
        <http://dewey.info/class/305.5633/e23/>,
        <http://dewey.info/class/630.92/e23/> ;
    skos:prefLabel "Peasants"@en,
        "Småbrukere"@nb,
        "Småbrukarar"@nn ;
    skos:related humord:c07442 .

humord:c07419 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07419" ;
    dct:modified "2024-10-31T12:33:28"^^xsd:dateTime ;
    skos:altLabel "Stavnsbonde"@nb,
        "Stavnsbonde"@nn ;
    skos:broadMatch <http://dewey.info/class/1--08863/e23/>,
        <http://dewey.info/class/630.92/e23/> ;
    skos:broader humord:c07411 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08863/e23/>,
        <http://dewey.info/class/630.92/e23/> ;
    skos:prefLabel "Bonded farmers"@en,
        "Stavnsbønder"@nb,
        "Stavnsbønder"@nn .

humord:c07422 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07422" ;
    dct:modified "2024-11-04T08:26:41"^^xsd:dateTime ;
    skos:altLabel "Formgivere"@nb ;
    skos:broadMatch <http://dewey.info/class/741.6092/e23/>,
        <http://dewey.info/class/746.92092/e23/> ;
    skos:broader humord:c07390 ;
    skos:exactMatch <http://dewey.info/class/744.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/741.6092/e23/>,
        <http://dewey.info/class/744.092/e23/>,
        <http://dewey.info/class/746.92092/e23/> ;
    skos:prefLabel "Designers"@en,
        "Designere"@nb,
        "Designarar"@nn ;
    skos:related humord:c05466 .

humord:c07424 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07424" ;
    dct:modified "2024-11-04T08:27:50"^^xsd:dateTime ;
    skos:altLabel "Diplomatists"@en,
        "Envoys"@en ;
    skos:broader humord:c07390 ;
    skos:exactMatch <http://dewey.info/class/305.93272/e23/>,
        <http://dewey.info/class/327.2092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.93272/e23/>,
        <http://dewey.info/class/327.2092/e23/> ;
    skos:prefLabel "Diplomats"@en,
        "Diplomater"@nb,
        "Diplomatar"@nn ;
    skos:related humord:c09607,
        humord:c58661 .

humord:c07425 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07425" ;
    dct:modified "2024-10-31T14:16:36"^^xsd:dateTime ;
    skos:altLabel "Justices"@en,
        "Magistrates"@en,
        "Professional judges"@en,
        "Fagdommere"@nb,
        "Domarar"@nn ;
    skos:broader humord:c07392 ;
    skos:closeMatch <http://dewey.info/class/345.0124/e23/> ;
    skos:exactMatch <http://dewey.info/class/347.014/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/345.0124/e23/>,
        <http://dewey.info/class/347.014/e23/> ;
    skos:prefLabel "Judges"@en,
        "Dommere"@nb,
        "Dommarar"@nn ;
    skos:related humord:c58893 .

humord:c07426 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-08-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07426" ;
    dct:modified "2024-06-13T07:24:57"^^xsd:dateTime ;
    skos:altLabel "Office-holders"@en,
        "Officers of the crown"@en,
        "Senior civil servants"@en,
        "Senior government officials"@en,
        "Senior state officials"@en,
        "Embetskvinner"@nb,
        "Embetsmann"@nb ;
    skos:broadMatch <http://dewey.info/class/352.63/e23/> ;
    skos:broader humord:c07392 ;
    skos:definition "Betegnelse for en statstjenesteperson som er utnevnt i sin stilling (embete) av Kongen i statsråd <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/352.63/e23/> ;
    skos:prefLabel "Government officials"@en,
        "Embetsmenn"@nb,
        "Embetsmenn"@nn ;
    skos:related humord:c09343 .

humord:c07429 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07429" ;
    dct:modified "2024-11-01T08:06:22"^^xsd:dateTime ;
    skos:broader humord:c07392 ;
    skos:exactMatch <http://dewey.info/class/305.94/e23/>,
        <http://dewey.info/class/409.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.94/e23/>,
        <http://dewey.info/class/409.2/e23/> ;
    skos:prefLabel "Philologists"@en,
        "Filologer"@nb,
        "Filologar"@nn .

humord:c07430 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07430" ;
    dct:modified "2023-11-24T14:47:02"^^xsd:dateTime ;
    skos:broader humord:c07392 ;
    skos:exactMatch realfagstermer:c003569,
        <http://dewey.info/class/109.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003569,
        <http://dewey.info/class/109.2/e23/> ;
    skos:prefLabel "Philosophers"@en,
        "Filosofer"@nb,
        "Filosofar"@nn .

humord:c07431 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-09-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07431" ;
    dct:modified "2023-11-27T12:22:34"^^xsd:dateTime ;
    skos:altLabel "Fisher-men"@en ;
    skos:broader humord:c07390 ;
    skos:exactMatch realfagstermer:c001679,
        <http://dewey.info/class/305.96392/e23/>,
        <http://dewey.info/class/639.2092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001679,
        <http://dewey.info/class/305.96392/e23/>,
        <http://dewey.info/class/639.2092/e23/> ;
    skos:prefLabel "Fishermen"@en,
        "Fiskere"@nb,
        "Fiskarar"@nn ;
    skos:related humord:c07432,
        humord:c07628,
        humord:c15937 .

humord:c07432 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07432" ;
    dct:modified "2024-11-04T08:19:11"^^xsd:dateTime ;
    skos:altLabel "Farming fishers"@en ;
    skos:broadMatch <http://dewey.info/class/305.963/e23/> ;
    skos:broader humord:c07390 ;
    skos:definition "De som driver gårdsbruk og fiske, typisk langs hele kysten <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.963/e23/> ;
    skos:prefLabel "Fishing farmers"@en,
        "Fiskerbønder"@nb,
        "Fiskerbøndar"@nn ;
    skos:related humord:c07411,
        humord:c07431 .

humord:c07433 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07433" ;
    dct:modified "2024-06-13T07:18:38"^^xsd:dateTime ;
    skos:broader humord:c07392 ;
    skos:exactMatch realfagstermer:c013266,
        <http://dewey.info/class/001.4092/e23/>,
        <http://dewey.info/class/305.909014/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013266,
        <http://dewey.info/class/001.4092/e23/>,
        <http://dewey.info/class/305.909014/e23/> ;
    skos:prefLabel "Researchers"@en,
        "Forskere"@nb,
        "Forskarar"@nn ;
    skos:related humord:c01535,
        humord:c07551,
        humord:c29786 .

humord:c07434 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07434" ;
    dct:modified "2024-11-04T08:21:07"^^xsd:dateTime ;
    skos:broader humord:c07390 ;
    skos:closeMatch <http://dewey.info/class/770.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/770.92/e23/> ;
    skos:prefLabel "Photographers"@en,
        "Fotografer"@nb,
        "Fotografar"@nn ;
    skos:related humord:c04407 .

humord:c07435 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07435" ;
    dct:modified "2025-03-04T10:23:45"^^xsd:dateTime ;
    skos:altLabel "Clerks"@en,
        "Functionaries"@en ;
    skos:broadMatch <http://dewey.info/class/331.119042/e23/>,
        <http://dewey.info/class/331.129042/e23/> ;
    skos:broader humord:c07390 ;
    skos:closeMatch <http://dewey.info/class/305.55/e23/> ;
    skos:definition "Arbeidstaker som utfører administrativt arbeid, i motsetning til arbeidstakere som utfører fysisk arbeid (arbeidere i snevrere forstand) <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/1--08622/e23/>,
        <http://dewey.info/class/331.792/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08622/e23/>,
        <http://dewey.info/class/305.55/e23/>,
        <http://dewey.info/class/331.119042/e23/>,
        <http://dewey.info/class/331.129042/e23/>,
        <http://dewey.info/class/331.792/e23/>,
        <http://dewey.info/class/331.8836/e23/>,
        <http://dewey.info/class/658.3044/e23/> ;
    skos:prefLabel "Officials"@en,
        "Funksjonærer"@nb,
        "Funksjonærar"@nn ;
    skos:related humord:c07395 ;
    skos:relatedMatch <http://dewey.info/class/331.8836/e23/>,
        <http://dewey.info/class/658.3044/e23/> .

humord:c07437 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07437" ;
    dct:modified "2024-11-04T07:59:39"^^xsd:dateTime ;
    skos:broader humord:c07390 ;
    skos:exactMatch <http://dewey.info/class/305.96360845/e23/>,
        <http://dewey.info/class/636.0845092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.96360845/e23/>,
        <http://dewey.info/class/636.0845092/e23/> ;
    skos:prefLabel "Shepherds"@en,
        "Gjetere"@nb,
        "Gjetarar"@nn .

humord:c07438 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07438" ;
    dct:modified "2024-11-04T08:01:29"^^xsd:dateTime ;
    skos:altLabel "Annalists"@en,
        "Epicists"@en,
        "Recorders (Writers)"@en,
        "Krønikeskrivere"@nb,
        "Sagaskrivere"@nb,
        "Krønikeskrivarar"@nn,
        "Sagaskrivarar"@nn ;
    skos:broadMatch <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Chroniclers"@en,
        "Historieskrivere"@nb,
        "Historieskrivarar"@nn .

humord:c07441 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07441" ;
    dct:modified "2023-11-29T15:01:14"^^xsd:dateTime ;
    skos:broader humord:c07392 ;
    skos:exactMatch realfagstermer:c031749,
        <http://dewey.info/class/907.202/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031749,
        <http://dewey.info/class/907.202/e23/> ;
    skos:prefLabel "Historians"@en,
        "Historikere"@nb,
        "Historikarar"@nn .

humord:c07442 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07442" ;
    dct:modified "2024-11-04T08:02:23"^^xsd:dateTime ;
    skos:altLabel "Cotters"@en,
        "Sharecroppers"@en,
        "Husmann"@nb,
        "Husmannsvesen"@nb,
        "Husmann"@nn,
        "Husmannsvesen"@nn ;
    skos:broadMatch <http://dewey.info/class/1--08863/e23/>,
        <http://dewey.info/class/305.5633/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08863/e23/>,
        <http://dewey.info/class/305.5633/e23/> ;
    skos:prefLabel "Crofters"@en,
        "Husmenn"@nb,
        "Husmenn"@nn ;
    skos:related humord:c07288,
        humord:c07418,
        humord:c25569 .

humord:c07444 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07444" ;
    dct:modified "2024-11-04T08:01:45"^^xsd:dateTime ;
    skos:altLabel "Cotters' wife"@en,
        "Cotters' wives"@en,
        "Crofters' wife"@en,
        "Sharecroppers' wife"@en,
        "Sharecroppers' wives"@en ;
    skos:broadMatch <http://dewey.info/class/305.5633/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.5633/e23/> ;
    skos:prefLabel "Crofters' wives"@en,
        "Husmannskoner"@nb,
        "Husmannskoner"@nn .

humord:c07445 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07445" ;
    dct:modified "2024-09-27T13:24:30"^^xsd:dateTime ;
    skos:altLabel "Homemakers (Women)"@en,
        "Housewife"@en,
        "Hjemmearbeidende kvinner"@nb,
        "Husmor"@nb,
        "Husmorrollen"@nb,
        "Heimearbeidande kvinner"@nn,
        "Husmor"@nn,
        "Husmorrolla"@nn ;
    skos:broader humord:c07390 ;
    skos:exactMatch <http://dewey.info/class/1--08864/e23/>,
        <http://dewey.info/class/305.4364/e23/>,
        <http://dewey.info/class/640.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08864/e23/>,
        <http://dewey.info/class/305.4364/e23/>,
        <http://dewey.info/class/346.0163/e23/>,
        <http://dewey.info/class/640.92/e23/> ;
    skos:prefLabel "Housewives"@en,
        "Husmødre"@nb,
        "Husmødrer"@nn ;
    skos:related humord:c07186 ;
    skos:relatedMatch <http://dewey.info/class/346.0163/e23/> .

humord:c07447 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07447" ;
    dct:modified "2024-10-31T12:25:24"^^xsd:dateTime ;
    skos:broader humord:c15937 ;
    skos:exactMatch <http://dewey.info/class/305.963928/e23/>,
        <http://dewey.info/class/639.28092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.963928/e23/>,
        <http://dewey.info/class/639.28092/e23/> ;
    skos:prefLabel "Whalers"@en,
        "Hvalfangere"@nb,
        "Kvalfangarar"@nn ;
    skos:related humord:c07624 .

humord:c07448 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07448" ;
    dct:modified "2024-09-28T09:08:00"^^xsd:dateTime ;
    skos:altLabel "Craftspersons"@en,
        "Craftswomen"@en,
        "Tradespeople"@en,
        "Handverkere"@nb,
        "Håndverksarbeidere"@nb,
        "Handverksarbeidarar"@nn ;
    skos:broader humord:c07390 ;
    skos:exactMatch realfagstermer:c007584,
        <http://dewey.info/class/680.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007584,
        <http://dewey.info/class/680.92/e23/> ;
    skos:prefLabel "Craftspeople"@en,
        "Håndverkere"@nb,
        "Handverkarar"@nn ;
    skos:related humord:c07395,
        humord:c07672 .

humord:c07450 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07450" ;
    dct:modified "2024-10-10T09:03:12"^^xsd:dateTime ;
    skos:broader humord:c07448 ;
    skos:exactMatch <http://dewey.info/class/305.9664752/e23/>,
        <http://dewey.info/class/664.752092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9664752/e23/>,
        <http://dewey.info/class/664.752092/e23/> ;
    skos:prefLabel "Bakers"@en,
        "Bakere"@nb,
        "Bakarar"@nn .

humord:c07451 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07451" ;
    dct:modified "2024-10-31T12:22:36"^^xsd:dateTime ;
    skos:altLabel "Bricklayers"@en ;
    skos:broader humord:c07448 ;
    skos:exactMatch <http://dewey.info/class/305.96931/e23/>,
        <http://dewey.info/class/693.1092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.96931/e23/>,
        <http://dewey.info/class/693.1092/e23/> ;
    skos:prefLabel "Masons"@en,
        "Murere"@nb,
        "Murarar"@nn .

humord:c07452 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07452" ;
    dct:modified "2024-10-31T12:23:19"^^xsd:dateTime ;
    skos:broader humord:c07448 ;
    skos:exactMatch <http://dewey.info/class/305.968531/e23/>,
        <http://dewey.info/class/685.310092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.968531/e23/>,
        <http://dewey.info/class/685.310092/e23/> ;
    skos:prefLabel "Shoemakers"@en,
        "Skomakere"@nb,
        "Skomakarar"@nn ;
    skos:related humord:c04770,
        humord:c07708 .

humord:c07453 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07453" ;
    dct:modified "2024-10-31T12:24:09"^^xsd:dateTime ;
    skos:altLabel "Joiners"@en ;
    skos:broader humord:c07448 ;
    skos:exactMatch <http://dewey.info/class/305.9694/e23/>,
        <http://dewey.info/class/694.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9694/e23/>,
        <http://dewey.info/class/694.092/e23/> ;
    skos:prefLabel "Carpenters"@en,
        "Snekkere"@nb,
        "Snikkarar"@nn .

humord:c07454 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07454" ;
    dct:modified "2026-04-23T11:14:49"^^xsd:dateTime ;
    skos:broader humord:c07448 ;
    skos:exactMatch <http://dewey.info/class/305.9694/e23/>,
        <http://dewey.info/class/694.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9694/e23/>,
        <http://dewey.info/class/694.092/e23/> ;
    skos:prefLabel "Woodworkers (Craftspeople)"@en,
        "Tømrere"@nb,
        "Tømrarar"@nn .

humord:c07455 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07455" ;
    dct:modified "2024-11-04T08:06:10"^^xsd:dateTime ;
    skos:altLabel "Impresarier"@nb ;
    skos:broadMatch <http://dewey.info/class/780.92/e23/>,
        <http://dewey.info/class/792.092/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/780.92/e23/>,
        <http://dewey.info/class/792.092/e23/> ;
    skos:prefLabel "Impresarios"@en,
        "Impresarioer"@nb,
        "Impresarioar"@nn .

humord:c07456 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07456" ;
    dct:modified "2024-06-13T07:27:06"^^xsd:dateTime ;
    skos:broader humord:c07392 ;
    skos:closeMatch <http://dewey.info/class/305.962/e23/>,
        <http://dewey.info/class/620.0092/e23/> ;
    skos:exactMatch realfagstermer:c007748 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007748,
        <http://dewey.info/class/305.962/e23/>,
        <http://dewey.info/class/620.0092/e23/> ;
    skos:prefLabel "Engineers"@en,
        "Ingeniører"@nb,
        "Ingeniørar"@nn ;
    skos:related humord:c59246 .

humord:c07457 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07457" ;
    dct:modified "2024-10-31T14:13:52"^^xsd:dateTime ;
    skos:altLabel "Interior decorators"@en,
        "Interior designers"@en ;
    skos:broader humord:c07407 ;
    skos:closeMatch <http://dewey.info/class/305.9729/e23/>,
        <http://dewey.info/class/729.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9729/e23/>,
        <http://dewey.info/class/729.092/e23/> ;
    skos:prefLabel "Interior architects"@en,
        "Interiørarkitekter"@nb,
        "Interiørarkitektar"@nn .

humord:c07458 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07458" ;
    dct:modified "2024-10-30T14:41:45"^^xsd:dateTime ;
    skos:altLabel "Midwife"@en,
        "Jordmor"@nb,
        "Jordmor"@nn ;
    skos:broadMatch <http://dewey.info/class/618.20092/e23/> ;
    skos:broader humord:c07540 ;
    skos:exactMatch realfagstermer:c000564 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000564,
        <http://dewey.info/class/344.0415/e23/>,
        <http://dewey.info/class/618.20092/e23/> ;
    skos:prefLabel "Midwives"@en,
        "Jordmødre"@nb,
        "Jordmødrer"@nn ;
    skos:related humord:c03867,
        humord:c07186 ;
    skos:relatedMatch <http://dewey.info/class/344.0415/e23/> .

humord:c07460 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07460" ;
    dct:modified "2024-11-04T11:32:59"^^xsd:dateTime ;
    skos:altLabel "Legal counsellors"@en ;
    skos:broader humord:c07392 ;
    skos:exactMatch <http://dewey.info/class/305.934/e23/>,
        <http://dewey.info/class/340.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.934/e23/>,
        <http://dewey.info/class/340.092/e23/> ;
    skos:prefLabel "Jurists"@en,
        "Jurister"@nb,
        "Juristar"@nn ;
    skos:related humord:c58550 .

humord:c07461 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07461" ;
    dct:modified "2026-01-06T09:00:16"^^xsd:dateTime ;
    skos:altLabel "Shopkeepers"@en,
        "Storekeepers"@en,
        "Traders"@en,
        "Handelsmann"@nb,
        "Handelsmenn"@nb,
        "Kjøpmann"@nb,
        "Landhandlere"@nb,
        "Handelsmann"@nn,
        "Handelsmenn"@nn,
        "Kjøpmann"@nn,
        "Landhandlarar"@nn ;
    skos:broader humord:c07390 ;
    skos:exactMatch <http://dewey.info/class/305.9381/e23/>,
        <http://dewey.info/class/381.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9381/e23/>,
        <http://dewey.info/class/381.092/e23/> ;
    skos:prefLabel "Merchants"@en,
        "Kjøpmenn"@nb,
        "Kjøpmenn"@nn ;
    skos:related humord:c07303,
        humord:c22738 .

humord:c07465 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07465" ;
    dct:modified "2024-11-01T14:47:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/327.2092/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/327.2092/e23/> ;
    skos:prefLabel "Consuls"@en,
        "Konsuler"@nb,
        "Konsular"@nn .

humord:c07466 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07466" ;
    dct:modified "2024-11-01T14:45:03"^^xsd:dateTime ;
    skos:altLabel "Skreppekarer"@nb,
        "Skreppekarar"@nn ;
    skos:broadMatch <http://dewey.info/class/381.092/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/381.092/e23/> ;
    skos:prefLabel "Peddlers"@en,
        "Kramkarer"@nb,
        "Kramkarar"@nn .

humord:c07468 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07468" ;
    dct:modified "2024-11-01T14:45:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--08/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--08/e23/> ;
    skos:prefLabel "Critics"@en,
        "Kritikere"@nb,
        "Kritikarar"@nn .

humord:c07469 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07469" ;
    dct:modified "2024-10-31T10:34:52"^^xsd:dateTime ;
    skos:broader humord:c07468 ;
    skos:exactMatch <http://dewey.info/class/801.95092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/801.95092/e23/> ;
    skos:prefLabel "Literary critics"@en,
        "Litteraturkritikere"@nb,
        "Litteraturkritikarar"@nn .

humord:c07470 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07470" ;
    dct:modified "2024-11-01T08:15:18"^^xsd:dateTime ;
    skos:broader humord:c07392 ;
    skos:exactMatch <http://dewey.info/class/305.9709/e23/>,
        <http://dewey.info/class/709.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9709/e23/>,
        <http://dewey.info/class/709.2/e23/> ;
    skos:prefLabel "Art historians"@en,
        "Kunsthistorikere"@nb,
        "Kunsthistorikarar"@nn .

humord:c07471 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07471" ;
    dct:modified "2024-11-01T14:51:07"^^xsd:dateTime ;
    skos:altLabel "Kunstnerinner"@nb,
        "Kunstnarinner"@nn ;
    skos:broader humord:c07390 ;
    skos:exactMatch <http://dewey.info/class/700.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/700.92/e23/> ;
    skos:prefLabel "Artists"@en,
        "Kunstnere"@nb,
        "Kunstnarar"@nn ;
    skos:related humord:c05183 .

humord:c07472 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07472" ;
    dct:modified "2026-04-09T11:01:54"^^xsd:dateTime ;
    skos:altLabel "Bildekunstnere"@nb,
        "Bildende kunstnere"@nb,
        "Bildande kunstnarar"@nn ;
    skos:broader humord:c07471 ;
    skos:closeMatch <http://dewey.info/class/709.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.2/e23/> ;
    skos:prefLabel "Visual artists"@en,
        "Billedkunstnere"@nb,
        "Biletkunstnarar"@nn .

humord:c07475 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07475" ;
    dct:modified "2026-04-09T11:01:13"^^xsd:dateTime ;
    skos:altLabel "Sculptresses"@en,
        "Bildehoggere"@nb,
        "Bildehuggere"@nb,
        "Billedhuggere"@nb,
        "Skulptører"@nb,
        "Bilde­hoggarar"@nn,
        "Skulptørar"@nn ;
    skos:broadMatch <http://dewey.info/class/730.92/e23/> ;
    skos:broader humord:c07472 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/730.92/e23/> ;
    skos:prefLabel "Sculptors"@en,
        "Billedhoggere"@nb,
        "Bilet­hoggarar"@nn ;
    skos:related humord:c05383 .

humord:c07478 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07478" ;
    dct:modified "2024-10-02T14:18:40"^^xsd:dateTime ;
    skos:altLabel "Carvers"@en,
        "Chiselers"@en,
        "Stonecutters"@en,
        "Steinhuggere"@nb,
        "Stenhuggere"@nb ;
    skos:broadMatch <http://dewey.info/class/305.96931/e23/>,
        <http://dewey.info/class/693.1092/e23/>,
        <http://dewey.info/class/736.5092/e23/> ;
    skos:broader humord:c07475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.96931/e23/>,
        <http://dewey.info/class/693.1092/e23/>,
        <http://dewey.info/class/736.5092/e23/> ;
    skos:prefLabel "Stonemasons"@en,
        "Steinhoggere"@nb,
        "Steinhoggarar"@nn ;
    skos:related humord:c13514 .

humord:c07480 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07480" ;
    dct:modified "2024-10-31T10:16:35"^^xsd:dateTime ;
    skos:altLabel "Print makers"@en,
        "Printmakers"@en ;
    skos:broader humord:c07472 ;
    skos:closeMatch <http://dewey.info/class/769.92/e23/> ;
    skos:definition "Bildende kunstner som i sitt arbeid gjør bruk av spesielle reproduksjonsmetoder. Kan også bety yrkesutøver som foretar grafisk-teknisk arbeid (f.eks. innenfor geografisk oppmåling) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/769.92/e23/> ;
    skos:prefLabel "Graphic artists"@en,
        "Grafikere"@nb,
        "Grafikarar"@nn .

humord:c07481 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07481" ;
    dct:modified "2024-10-31T10:16:56"^^xsd:dateTime ;
    skos:altLabel "Kunstmalere"@nb,
        "Malerinner"@nb ;
    skos:broader humord:c07472 ;
    skos:exactMatch <http://dewey.info/class/759/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/759/e23/> ;
    skos:prefLabel "Painters"@en,
        "Malere"@nb,
        "Målarar"@nn .

humord:c07483 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07483" ;
    dct:modified "2024-10-31T10:17:38"^^xsd:dateTime ;
    skos:altLabel "Artists who draw"@en,
        "Cartoon artists"@en ;
    skos:broader humord:c07472 ;
    skos:exactMatch <http://dewey.info/class/305.9741/e23/>,
        <http://dewey.info/class/741.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9741/e23/>,
        <http://dewey.info/class/741.092/e23/> ;
    skos:prefLabel "Sketch artists"@en,
        "Tegnere"@nb,
        "Teiknarar"@nn .

humord:c07484 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07484" ;
    dct:modified "2024-10-31T10:25:11"^^xsd:dateTime ;
    skos:altLabel "Diktere"@nb,
        "Forfatterinner"@nb,
        "Diktarar"@nn,
        "Forfattarinner"@nn ;
    skos:broader humord:c07471 ;
    skos:exactMatch realfagstermer:c000561,
        <http://dewey.info/class/809/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000561,
        <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Authors"@en,
        "Forfattere"@nb,
        "Forfattarar"@nn ;
    skos:related humord:c06452 .

humord:c07486 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07486" ;
    dct:modified "2024-10-30T15:44:04"^^xsd:dateTime ;
    skos:altLabel "Playwrights"@en ;
    skos:broader humord:c07484 ;
    skos:exactMatch <http://dewey.info/class/809.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/809.2/e23/> ;
    skos:prefLabel "Dramatists"@en,
        "Dramatikere"@nb,
        "Dramatikarar"@nn ;
    skos:related humord:c06659 .

humord:c07487 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07487" ;
    dct:modified "2024-10-31T08:01:57"^^xsd:dateTime ;
    skos:altLabel "Authors in exile"@en,
        "Dissident authors"@en,
        "Dissident writers"@en,
        "Exiled writers"@en,
        "Writers in exile"@en,
        "Dissident-forfattere"@nb,
        "Dissidentforfattere"@nb,
        "Dissident-forfattarar"@nn,
        "Dissidentforfattarar"@nn ;
    skos:broadMatch <http://dewey.info/class/809/e23/> ;
    skos:broader humord:c07484 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/809/e23/> ;
    skos:prefLabel "Exiled authors"@en,
        "Eksilforfattere"@nb,
        "Eksilforfattarar"@nn .

humord:c07488 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07488" ;
    dct:modified "2024-10-30T15:44:19"^^xsd:dateTime ;
    skos:broader humord:c07484 ;
    skos:exactMatch <http://dewey.info/class/809.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/809.4/e23/> ;
    skos:prefLabel "Essayists"@en,
        "Essayister"@nb,
        "Essayistar"@nn ;
    skos:related humord:c06777 .

humord:c07489 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07489" ;
    dct:modified "2024-10-31T08:44:05"^^xsd:dateTime ;
    skos:altLabel "Poeter"@nb,
        "Poetar"@nn ;
    skos:broader humord:c07484 ;
    skos:exactMatch <http://dewey.info/class/809.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/809.1/e23/> ;
    skos:prefLabel "Poets"@en,
        "Lyrikere"@nb,
        "Lyrikarar"@nn ;
    skos:related humord:c06778 .

humord:c07490 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-06-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07490" ;
    dct:modified "2024-10-31T08:46:06"^^xsd:dateTime ;
    skos:altLabel "Short-story authors"@en,
        "Story writers"@en,
        "Novellister"@nb,
        "Novellistar"@nn ;
    skos:broadMatch <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c07484 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Short-story writers"@en,
        "Novelleforfattere"@nb,
        "Novelleforfattarar"@nn ;
    skos:related humord:c06723 .

humord:c07492 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07492" ;
    dct:modified "2024-10-31T08:48:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/809.3/e23/> ;
    skos:broader humord:c07484 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/809.3/e23/> ;
    skos:prefLabel "Novelists"@en,
        "Romanforfattere"@nb,
        "Romanforfattarar"@nn ;
    skos:related humord:c06726 .

humord:c07493 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07493" ;
    dct:modified "2024-10-31T10:34:36"^^xsd:dateTime ;
    skos:broader humord:c07471 ;
    skos:exactMatch <http://dewey.info/class/790.2092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/790.2092/e23/> ;
    skos:prefLabel "Performing artists"@en,
        "Utøvende kunstnere"@nb,
        "Utøvande kunstnarar"@nn .

humord:c07494 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07494" ;
    dct:modified "2024-10-04T12:29:44"^^xsd:dateTime ;
    skos:altLabel "Danserinner"@nb,
        "Dansarinner"@nn ;
    skos:broader humord:c07493 ;
    skos:closeMatch <http://dewey.info/class/305.97928028/e23/>,
        <http://dewey.info/class/792.8028092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.97928028/e23/>,
        <http://dewey.info/class/792.8028092/e23/> ;
    skos:prefLabel "Dancers"@en,
        "Dansere"@nb,
        "Dansarar"@nn .

humord:c07495 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07495" ;
    dct:modified "2024-10-10T13:49:50"^^xsd:dateTime ;
    skos:broader humord:c07494 ;
    skos:closeMatch <http://dewey.info/class/305.97928028/e23/>,
        <http://dewey.info/class/792.8028092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.97928028/e23/>,
        <http://dewey.info/class/792.8028092/e23/> ;
    skos:prefLabel "Ballet dancers"@en,
        "Ballettdansere"@nb,
        "Ballettdansarar"@nn .

humord:c07496 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-12-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07496" ;
    dct:modified "2024-10-30T15:37:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.538/e23/>,
        <http://dewey.info/class/793.31954/e23/> ;
    skos:broader humord:c07494 ;
    skos:definition "Indisk tempeldanserinne <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.538/e23/>,
        <http://dewey.info/class/793.31954/e23/> ;
    skos:prefLabel "Devadasis"@en,
        "Devadasier"@nb,
        "Devadasier"@nn .

humord:c07497 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07497" ;
    dct:modified "2024-10-31T10:23:46"^^xsd:dateTime ;
    skos:altLabel "Fools"@en ;
    skos:broadMatch <http://dewey.info/class/791.3/e23/> ;
    skos:broader humord:c07493 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.3/e23/>,
        <http://dewey.info/class/793.87/e23/> ;
    skos:prefLabel "Jesters"@en,
        "Gjøglere"@nb,
        "Gjøglarar"@nn ;
    skos:related humord:c05585,
        humord:c17144 ;
    skos:relatedMatch <http://dewey.info/class/793.87/e23/> .

humord:c07498 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-12-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07498" ;
    dct:modified "2024-10-31T10:21:32"^^xsd:dateTime ;
    skos:broader humord:c07471 ;
    skos:closeMatch <http://dewey.info/class/780.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/780.92/e23/> ;
    skos:prefLabel "Composers"@en,
        "Komponister"@nb,
        "Komponistar"@nn .

humord:c07499 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07499" ;
    dct:modified "2024-10-31T10:20:59"^^xsd:dateTime ;
    skos:altLabel "Instrumentalmusikere"@nb,
        "Orkestermusikere"@nb,
        "Instrumentalmusikarar"@nn,
        "Orkestermusikarar"@nn ;
    skos:broader humord:c07493 ;
    skos:closeMatch <http://dewey.info/class/780.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/780.92/e23/> ;
    skos:prefLabel "Musicians"@en,
        "Musikere"@nb,
        "Musikarar"@nn .

humord:c07501 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07501" ;
    dct:modified "2026-01-05T13:55:34"^^xsd:dateTime ;
    skos:altLabel "Folk musicians"@en,
        "Spelemenn"@nb ;
    skos:broadMatch <http://dewey.info/class/781.620092/e23/> ;
    skos:broader humord:c07499 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/781.620092/e23/> ;
    skos:prefLabel "Fiddlers"@en,
        "Spillemenn"@nb,
        "Spelemenn"@nn .

humord:c07503 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07503" ;
    dct:modified "2024-10-31T10:23:08"^^xsd:dateTime ;
    skos:broader humord:c07493 ;
    skos:exactMatch realfagstermer:c005907,
        <http://dewey.info/class/305.9782/e23/>,
        <http://dewey.info/class/782.0092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005907,
        <http://dewey.info/class/305.9782/e23/>,
        <http://dewey.info/class/782.0092/e23/> ;
    skos:prefLabel "Singers"@en,
        "Sangere"@nb,
        "Songarar"@nn ;
    skos:related humord:c17852 .

humord:c07504 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07504" ;
    dct:modified "2024-10-30T14:55:47"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/782.42162/e23/> ;
    skos:broader humord:c07503 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/782.42162/e23/> ;
    skos:prefLabel "Folk singers"@en,
        "Folkesangere"@nb,
        "Folkesongarar"@nn .

humord:c07505 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-12-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07505" ;
    dct:modified "2024-10-31T10:34:02"^^xsd:dateTime ;
    skos:altLabel "Actresses"@en,
        "Skuespillerinner"@nb,
        "Skodespelarinner"@nn ;
    skos:broader humord:c07493 ;
    skos:exactMatch <http://dewey.info/class/305.9792028/e23/>,
        <http://dewey.info/class/792.028092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9792028/e23/>,
        <http://dewey.info/class/792.028092/e23/> ;
    skos:prefLabel "Actors (Performers)"@en,
        "Skuespillere"@nb,
        "Skodespelarar"@nn .

humord:c07506 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07506" ;
    dct:modified "2024-11-04T07:58:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/709.2/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/709.2/e23/> ;
    skos:prefLabel "Art collectors"@en,
        "Kunstsamlere"@nb,
        "Kunstsamlarar"@nn ;
    skos:related humord:c13557 .

humord:c07507 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07507" ;
    dct:modified "2024-06-13T07:33:53"^^xsd:dateTime ;
    skos:altLabel "Doctor"@en,
        "Medical doctors"@en,
        "Medical practitioners"@en,
        "Physician"@en,
        "Physicians"@en,
        "Lege"@nb,
        "Lege"@nn,
        "Lækjar"@nn,
        "Lækjarar"@nn ;
    skos:broader humord:c07392 ;
    skos:exactMatch realfagstermer:c007730,
        <http://dewey.info/class/610.695/e23/>,
        <http://dewey.info/class/610.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007730,
        <http://dewey.info/class/344.0412/e23/>,
        <http://dewey.info/class/362.172/e23/>,
        <http://dewey.info/class/610.695/e23/>,
        <http://dewey.info/class/610.92/e23/> ;
    skos:prefLabel "Doctors"@en,
        "Leger"@nb,
        "Legar"@nn ;
    skos:relatedMatch <http://dewey.info/class/344.0412/e23/>,
        <http://dewey.info/class/362.172/e23/> .

humord:c07508 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07508" ;
    dct:modified "2024-10-14T15:50:12"^^xsd:dateTime ;
    skos:altLabel "Barfotlækjarar"@nn ;
    skos:broadMatch <http://dewey.info/class/610.951/e23/> ;
    skos:broader humord:c07507 ;
    skos:definition "Barfotlege er en tidligere populær betegnelse på medisinsk personell i Kina med begrenset medisinsk utdannelse <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/610.951/e23/> ;
    skos:prefLabel "Barefoot doctors"@en,
        "Barfotleger"@nb,
        "Barforlegar"@nn .

humord:c07509 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07509" ;
    dct:modified "2024-11-01T08:15:46"^^xsd:dateTime ;
    skos:altLabel "Grammatikere"@nb,
        "Språkforskere"@nb,
        "Grammatikarar"@nn,
        "Språkforskarar"@nn ;
    skos:broader humord:c07392 ;
    skos:exactMatch <http://dewey.info/class/305.9415/e23/>,
        <http://dewey.info/class/415.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9415/e23/>,
        <http://dewey.info/class/415.092/e23/> ;
    skos:prefLabel "Linguists"@en,
        "Lingvister"@nb,
        "Lingvistar"@nn .

humord:c07510 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07510" ;
    dct:modified "2024-10-31T13:41:02"^^xsd:dateTime ;
    skos:altLabel "Lærerpersonale"@nb,
        "Lærerpersonale"@nn ;
    skos:broader humord:c16594 ;
    skos:closeMatch <http://dewey.info/class/378.12/e23/> ;
    skos:exactMatch realfagstermer:c001577,
        <http://dewey.info/class/305.93711/e23/>,
        <http://dewey.info/class/371.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001577,
        <http://dewey.info/class/174.93711/e23/>,
        <http://dewey.info/class/305.93711/e23/>,
        <http://dewey.info/class/344.078/e23/>,
        <http://dewey.info/class/371.1/e23/>,
        <http://dewey.info/class/371.4046/e23/>,
        <http://dewey.info/class/378.12/e23/>,
        <http://dewey.info/class/379.157/e23/> ;
    skos:prefLabel "Teachers"@en,
        "Lærere"@nb,
        "Lærarar"@nn ;
    skos:related humord:c24373,
        humord:c27346,
        humord:c27903 ;
    skos:relatedMatch <http://dewey.info/class/174.93711/e23/>,
        <http://dewey.info/class/344.078/e23/>,
        <http://dewey.info/class/371.4046/e23/>,
        <http://dewey.info/class/379.157/e23/> .

humord:c07511 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07511" ;
    dct:modified "2024-10-31T13:34:46"^^xsd:dateTime ;
    skos:broader humord:c07510 ;
    skos:exactMatch <http://dewey.info/class/305.96496/e23/>,
        <http://dewey.info/class/649.6092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.96496/e23/>,
        <http://dewey.info/class/649.6092/e23/> ;
    skos:prefLabel "Governesses"@en,
        "Guvernanter"@nb,
        "Guvernanter"@nn .

humord:c07512 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07512" ;
    dct:modified "2024-11-28T12:51:13"^^xsd:dateTime ;
    skos:altLabel "Læregutter"@nb,
        "Gæregutar"@nn ;
    skos:broader humord:c07390 ;
    skos:definition "Ung person som læres opp i et håndverk og praktiserer yrket under oppsyn av  arbeidsgiveren <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/1--07155/e23/>,
        <http://dewey.info/class/331.55/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--07155/e23/>,
        <http://dewey.info/class/331.25922/e23/>,
        <http://dewey.info/class/331.55/e23/>,
        <http://dewey.info/class/373.27/e23/> ;
    skos:prefLabel "Apprentices"@en,
        "Lærlinger"@nb,
        "Lærlingar"@nn ;
    skos:related humord:c58976,
        humord:c69105 ;
    skos:relatedMatch <http://dewey.info/class/331.25922/e23/>,
        <http://dewey.info/class/373.27/e23/> .

humord:c07514 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07514" ;
    dct:modified "2024-11-01T14:17:57"^^xsd:dateTime ;
    skos:altLabel "Dairy processing technicians"@en ;
    skos:broader humord:c07390 ;
    skos:closeMatch <http://dewey.info/class/637.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/637.092/e23/> ;
    skos:prefLabel "Dairy technicians"@en,
        "Meieriteknikere"@nb,
        "Meieriteknikarar"@nn ;
    skos:related humord:c07698 .

humord:c07515 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07515" ;
    dct:modified "2024-10-29T10:06:16"^^xsd:dateTime ;
    skos:altLabel "Cabinet ministers"@en,
        "Regjeringsmedlemmer"@nb,
        "Statsråder"@nb,
        "Statsrådar"@nn ;
    skos:broader humord:c07390 ;
    skos:closeMatch <http://dewey.info/class/352.293/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/352.293/e23/> ;
    skos:prefLabel "Ministers"@en,
        "Ministre"@nb,
        "Ministrar"@nn ;
    skos:related humord:c07520 .

humord:c07516 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07516" ;
    dct:modified "2024-10-16T13:14:18"^^xsd:dateTime ;
    skos:altLabel "Befal"@nb,
        "Befal"@nn ;
    skos:broadMatch <http://dewey.info/class/355.0092/e23/> ;
    skos:broader humord:c07390 ;
    skos:closeMatch <http://dewey.info/class/305.9355/e23/> ;
    skos:exactMatch <http://dewey.info/class/355.332/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9355/e23/>,
        <http://dewey.info/class/355.0092/e23/>,
        <http://dewey.info/class/355.332/e23/> ;
    skos:prefLabel "Officers"@en,
        "Offiserer"@nb,
        "Offiserar"@nn .

humord:c07517 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07517" ;
    dct:modified "2026-01-22T09:38:09"^^xsd:dateTime ;
    skos:altLabel "Omsettarar"@nn ;
    skos:broader humord:c07390 ;
    skos:exactMatch <http://dewey.info/class/418.02092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/418.02092/e23/> ;
    skos:prefLabel "Translators"@en,
        "Oversettere"@nb,
        "Omsetjarar"@nn ;
    skos:related humord:c06282,
        humord:c66912 .

humord:c07518 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07518" ;
    dct:modified "2024-10-30T14:49:46"^^xsd:dateTime ;
    skos:altLabel "State-authorized translators"@en,
        "Theorized translators"@en,
        "Autoriserte translatører"@nb,
        "Statsautoriserte translatører"@nb,
        "Autoriserte translatørar"@nn,
        "Statsautoriserte translatørar"@nn ;
    skos:broader humord:c07517 ;
    skos:definition "Autorisert oversetter <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/418.02092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/418.02092/e23/> ;
    skos:prefLabel "Official translators"@en,
        "Translatører"@nb,
        "Translatørar"@nn .

humord:c07519 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07519" ;
    dct:modified "2024-11-01T14:35:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/332.7/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.7/e23/> ;
    skos:prefLabel "Moneylenders"@en,
        "Pengeutlånere"@nb,
        "Pengeutlånarar"@nn .

humord:c07520 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07520" ;
    dct:modified "2024-10-30T12:28:47"^^xsd:dateTime ;
    skos:broader humord:c17791 ;
    skos:closeMatch <http://dewey.info/class/324.22/e23/> ;
    skos:exactMatch <http://dewey.info/class/324.2092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/172.2/e23/>,
        <http://dewey.info/class/324.2092/e23/>,
        <http://dewey.info/class/324.22/e23/> ;
    skos:prefLabel "Politicians"@en,
        "Politikere"@nb,
        "Politikarar"@nn ;
    skos:related humord:c07515,
        humord:c07521,
        humord:c25142 ;
    skos:relatedMatch <http://dewey.info/class/172.2/e23/> .

humord:c07521 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07521" ;
    dct:modified "2024-10-30T12:12:03"^^xsd:dateTime ;
    skos:altLabel "Statesman"@en,
        "Statsmann"@nb,
        "Statsmann"@nn ;
    skos:broadMatch <http://dewey.info/class/324.22/e23/> ;
    skos:broader humord:c17791 ;
    skos:definition "Betegnelse for politisk leder, særlig brukt om eldre forhold i stater som manglet en fast struktur av folkevalgte organer. Også brukt om aktede politikere hvis innsats har vært av særlig stor eller varig betydning <SNL>"@nb ;
    skos:editorialNote "Lukket bemerkning: ubo03"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/324.22/e23/> ;
    skos:prefLabel "Statesmen"@en,
        "Statsmenn"@nb,
        "Statsmenn"@nn ;
    skos:related humord:c07520 .

humord:c07523 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07523" ;
    dct:modified "2024-11-01T14:04:18"^^xsd:dateTime ;
    skos:altLabel "Whores"@en,
        "Horer"@nb,
        "Sexarbeidere"@nb,
        "Horer"@nn,
        "Sexarbeidarar"@nn ;
    skos:broader humord:c07390 ;
    skos:closeMatch <http://dewey.info/class/306.74/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.74/e23/> ;
    skos:prefLabel "Prostitutes"@en,
        "Prostituerte"@nb,
        "Prostituerte"@nn ;
    skos:related humord:c09212,
        humord:c29375,
        humord:c42092,
        humord:c59830 .

humord:c07524 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07524" ;
    dct:modified "2024-10-31T13:50:01"^^xsd:dateTime ;
    skos:broader humord:c07507 ;
    skos:exactMatch <http://dewey.info/class/150.195092/e23/>,
        <http://dewey.info/class/305.9150195/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/150.195092/e23/>,
        <http://dewey.info/class/305.9150195/e23/> ;
    skos:prefLabel "Psychoanalysts"@en,
        "Psykoanalytikere"@nb,
        "Psykoanalytikarar"@nn ;
    skos:related humord:c03949 .

humord:c07525 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07525" ;
    dct:modified "2024-11-01T14:07:35"^^xsd:dateTime ;
    skos:broader humord:c07390 ;
    skos:exactMatch <http://dewey.info/class/305.97920233/e23/>,
        <http://dewey.info/class/792.0233092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.97920233/e23/>,
        <http://dewey.info/class/792.0233092/e23/> ;
    skos:prefLabel "Directors"@en,
        "Regissører"@nb,
        "Regissørar"@nn ;
    skos:related humord:c05547 .

humord:c07526 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07526" ;
    dct:modified "2024-10-30T14:34:08"^^xsd:dateTime ;
    skos:altLabel "Movie directors"@en ;
    skos:broader humord:c07525 ;
    skos:exactMatch <http://dewey.info/class/305.9791430233/e23/>,
        <http://dewey.info/class/791.430233092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/070.18/e23/>,
        <http://dewey.info/class/305.9791430233/e23/>,
        <http://dewey.info/class/791.430233092/e23/> ;
    skos:prefLabel "Film directors"@en,
        "Filmregissører"@nb,
        "Filmregissørar"@nn ;
    skos:related humord:c07527,
        humord:c26286 ;
    skos:relatedMatch <http://dewey.info/class/070.18/e23/> .

humord:c07527 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07527" ;
    dct:modified "2024-10-30T14:37:20"^^xsd:dateTime ;
    skos:altLabel "Stage directors"@en,
        "Teaterinstruktører"@nb,
        "Teaterinstruktørar"@nn ;
    skos:broader humord:c07525 ;
    skos:exactMatch <http://dewey.info/class/792.0233092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/792.0233092/e23/> ;
    skos:prefLabel "Theatre directors"@en,
        "Teaterregissører"@nb,
        "Teaterregissørar"@nn ;
    skos:related humord:c07526 .

humord:c07529 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07529" ;
    dct:modified "2024-11-01T14:13:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/792.025/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.43025/e23/>,
        <http://dewey.info/class/792.025/e23/> ;
    skos:prefLabel "Scenographers"@en,
        "Scenografer"@nb,
        "Scenografar"@nn ;
    skos:related humord:c05550 ;
    skos:relatedMatch <http://dewey.info/class/791.43025/e23/> .

humord:c07530 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07530" ;
    dct:modified "2026-01-14T12:58:47"^^xsd:dateTime ;
    skos:altLabel "Salespersons"@en,
        "Saleswomen"@en,
        "Sellers"@en,
        "Vendors"@en ;
    skos:broader humord:c07390 ;
    skos:exactMatch <http://dewey.info/class/305.9381/e23/>,
        <http://dewey.info/class/381.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9381/e23/>,
        <http://dewey.info/class/381.092/e23/> ;
    skos:prefLabel "Salesmen"@en,
        "Selgere"@nb,
        "Seljarar"@nn .

humord:c07531 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07531" ;
    dct:modified "2024-10-30T14:33:33"^^xsd:dateTime ;
    skos:altLabel "Hawkers"@en ;
    skos:broadMatch <http://dewey.info/class/381.18/e23/> ;
    skos:broader humord:c07530 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/381.18/e23/> ;
    skos:prefLabel "Street vendors"@en,
        "Gateselgere"@nb,
        "Gateseljarar"@nn .

humord:c07532 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07532" ;
    dct:modified "2024-11-01T13:18:07"^^xsd:dateTime ;
    skos:altLabel "Seamen"@en,
        "Sjøfolk"@nb,
        "Sjømann"@nb,
        "Sjøfolk"@nn,
        "Sjømann"@nn ;
    skos:broadMatch <http://dewey.info/class/387.5092/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.5092/e23/> ;
    skos:prefLabel "Sailors"@en,
        "Sjømenn"@nb,
        "Sjømenn"@nn ;
    skos:related humord:c07277 .

humord:c07535 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07535" ;
    dct:modified "2025-07-21T13:02:42"^^xsd:dateTime ;
    skos:altLabel "Smiths"@en ;
    skos:broader humord:c07448 ;
    skos:exactMatch <http://dewey.info/class/305.9682/e23/>,
        <http://dewey.info/class/682.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9682/e23/>,
        <http://dewey.info/class/682.092/e23/> ;
    skos:prefLabel "Blacksmiths"@en,
        "Smeder"@nb,
        "Smedar"@nn ;
    skos:related humord:c07680 .

humord:c07536 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07536" ;
    dct:modified "2024-10-31T10:39:32"^^xsd:dateTime ;
    skos:altLabel "Armorers"@en ;
    skos:broader humord:c07535 ;
    skos:closeMatch <http://dewey.info/class/739.7092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/739.7092/e23/> ;
    skos:prefLabel "Armourers"@en,
        "Våpensmeder"@nb,
        "Våpensmedar"@nn .

humord:c07537 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07537" ;
    dct:modified "2024-06-13T07:52:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/347.014/e23/> ;
    skos:broader humord:c07460 ;
    skos:definition "Sorenskriver er lederen av en tingrett. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/347.014/e23/> ;
    skos:prefLabel "District court judges"@en,
        "Sorenskrivere"@nb,
        "Sorenskrivarar"@nn .

humord:c07538 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07538" ;
    dct:modified "2024-11-01T08:15:59"^^xsd:dateTime ;
    skos:broader humord:c07392 ;
    skos:closeMatch <http://dewey.info/class/305.9306/e23/>,
        <http://dewey.info/class/306.092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.9306/e23/>,
        <http://dewey.info/class/306.092/e23/> ;
    skos:prefLabel "Social anthropologists"@en,
        "Sosialantropologer"@nb,
        "Sosialantropologar"@nn ;
    skos:related humord:c21380 .

humord:c07539 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07539" ;
    dct:modified "2024-11-01T13:44:52"^^xsd:dateTime ;
    skos:altLabel "Artisans"@en,
        "Craftsman"@en ;
    skos:broadMatch <http://dewey.info/class/1--07155/e23/>,
        <http://dewey.info/class/331.55/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--07155/e23/>,
        <http://dewey.info/class/331.25922/e23/>,
        <http://dewey.info/class/331.55/e23/>,
        <http://dewey.info/class/373.27/e23/> ;
    skos:prefLabel "Craftsmen"@en,
        "Svenner"@nb,
        "Svennar"@nn ;
    skos:relatedMatch <http://dewey.info/class/331.25922/e23/>,
        <http://dewey.info/class/373.27/e23/> .

humord:c07540 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07540" ;
    dct:modified "2024-02-22T07:50:43"^^xsd:dateTime ;
    skos:altLabel "Pleiere"@nb,
        "Pleiarar"@nn ;
    skos:broader humord:c63562 ;
    skos:closeMatch realfagstermer:c011039 ;
    skos:exactMatch <http://dewey.info/class/305.961073/e23/>,
        <http://dewey.info/class/610.73092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011039,
        <http://dewey.info/class/305.961073/e23/>,
        <http://dewey.info/class/610.73069/e23/>,
        <http://dewey.info/class/610.73092/e23/> ;
    skos:prefLabel "Nurses"@en,
        "Sykepleiere"@nb,
        "Sjukepleiarar"@nn ;
    skos:related humord:c03947,
        humord:c27351 ;
    skos:relatedMatch <http://dewey.info/class/610.73069/e23/> .

humord:c07541 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07541" ;
    dct:modified "2024-11-01T13:45:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/620.0092/e23/> ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/620.0092/e23/> ;
    skos:prefLabel "Technicians"@en,
        "Teknikere"@nb,
        "Teknikarar"@nn .

humord:c07542 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07542" ;
    dct:modified "2024-06-13T07:58:59"^^xsd:dateTime ;
    skos:broader humord:c07392 ;
    skos:definition "Teolog er ein person som er utdanna i eller studerer teologi; eller ein forskar med teologi som fag. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/202.092/e23/>,
        <http://dewey.info/class/305.9202/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.092/e23/>,
        <http://dewey.info/class/305.9202/e23/> ;
    skos:prefLabel "Theologians"@en,
        "Teologer"@nb,
        "Teologar"@nn ;
    skos:related humord:c08665 .

humord:c07543 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07543" ;
    dct:modified "2026-01-05T13:55:20"^^xsd:dateTime ;
    skos:altLabel "Domestics"@en,
        "Tjenere"@nb,
        "Tjenerskap"@nb,
        "Tjenerstab"@nb,
        "Tenarar"@nn,
        "Tenarskap"@nn,
        "Tenarstab"@nn ;
    skos:broader humord:c07390 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/346.024/e23/>,
        <http://dewey.info/class/640.46/e23/>,
        <http://dewey.info/class/647.2/e23/>,
        <http://dewey.info/class/647.6/e23/> ;
    skos:prefLabel "Servants"@en,
        "Tjenestefolk"@nb,
        "Tenestefolk"@nn ;
    skos:relatedMatch <http://dewey.info/class/346.024/e23/>,
        <http://dewey.info/class/640.46/e23/>,
        <http://dewey.info/class/647.2/e23/>,
        <http://dewey.info/class/647.6/e23/> .

humord:c07547 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07547" ;
    dct:modified "2024-10-30T12:52:28"^^xsd:dateTime ;
    skos:altLabel "Domestic helpers"@en,
        "Maids"@en ;
    skos:broader humord:c07543 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/640.46/e23/> ;
    skos:prefLabel "Domestic workers"@en,
        "Hushjelper"@nb,
        "Hushjelper"@nn ;
    skos:relatedMatch <http://dewey.info/class/640.46/e23/> .

humord:c07548 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07548" ;
    dct:modified "2024-10-30T14:30:59"^^xsd:dateTime ;
    skos:altLabel "Chamber maids"@en ;
    skos:broadMatch <http://dewey.info/class/640.46/e23/>,
        <http://dewey.info/class/647.2/e23/> ;
    skos:broader humord:c07543 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/640.46/e23/>,
        <http://dewey.info/class/647.2/e23/> ;
    skos:prefLabel "Chambermaids"@en,
        "Kammerpiker"@nb,
        "Kammerpiker"@nn .

humord:c07549 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07549" ;
    dct:modified "2024-10-30T14:31:34"^^xsd:dateTime ;
    skos:altLabel "Valets"@en ;
    skos:broadMatch <http://dewey.info/class/640.46/e23/>,
        <http://dewey.info/class/647.2/e23/> ;
    skos:broader humord:c07543 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/640.46/e23/>,
        <http://dewey.info/class/647.2/e23/> ;
    skos:prefLabel "Chamber servants"@en,
        "Kammertjenere"@nb,
        "Kammertenarar"@nn .

humord:c07550 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07550" ;
    dct:modified "2023-12-19T15:14:34"^^xsd:dateTime ;
    skos:broader humord:c07390 ;
    skos:exactMatch realfagstermer:c008696,
        <http://dewey.info/class/305.968622/e23/>,
        <http://dewey.info/class/686.22092/e23/>,
        <http://dewey.info/class/744.47092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008696,
        <http://dewey.info/class/305.968622/e23/>,
        <http://dewey.info/class/686.22092/e23/>,
        <http://dewey.info/class/744.47092/e23/> ;
    skos:prefLabel "Typographers"@en,
        "Typografer"@nb,
        "Typografar"@nn ;
    skos:related humord:c07726 .

humord:c07551 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07551" ;
    dct:modified "2024-10-31T14:13:28"^^xsd:dateTime ;
    skos:altLabel "Vitenskapskvinner"@nb,
        "Vitenskapsmenn"@nb,
        "Vitskapskvinner"@nn,
        "Vitskapsmenn"@nn ;
    skos:broadMatch <http://dewey.info/class/001.4092/e23/>,
        <http://dewey.info/class/305.909014/e23/>,
        <http://dewey.info/class/509.2/e23/> ;
    skos:broader humord:c07392 ;
    skos:closeMatch realfagstermer:c013266 ;
    skos:exactMatch realfagstermer:c013265 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013265,
        realfagstermer:c013266,
        <http://dewey.info/class/001.4092/e23/>,
        <http://dewey.info/class/305.909014/e23/>,
        <http://dewey.info/class/509.2/e23/> ;
    skos:prefLabel "Scientists"@en,
        "Vitenskapsfolk"@nb,
        "Vitskapsfolk"@nn ;
    skos:related humord:c01534,
        humord:c07433 .

humord:c07553 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07553" ;
    dct:modified "2025-12-19T10:56:33"^^xsd:dateTime ;
    skos:altLabel "Antiheroes"@en,
        "Anti-helter"@nb,
        "Antiheltinner"@nb,
        "Anti-heltar"@nn,
        "Antiheltinner"@nn ;
    skos:broadMatch <http://dewey.info/class/791.43652/e23/>,
        <http://dewey.info/class/808.839352/e23/> ;
    skos:broader humord:c07552 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/791.43652/e23/>,
        <http://dewey.info/class/808.839352/e23/> ;
    skos:prefLabel "Anti-heroes"@en,
        "Antihelter"@nb,
        "Antiheltar"@nn ;
    skos:related humord:c07558 .

humord:c07555 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07555" ;
    dct:modified "2024-08-13T08:47:11"^^xsd:dateTime ;
    skos:altLabel "Alter egos"@en,
        "Doppelgangers"@en,
        "Doppelgängers"@en,
        "Dopplegangers"@en,
        "Doublegangers"@en,
        "Alter ego"@nb,
        "Alter ego"@nn,
        "Dobbelgjengarar"@nn ;
    skos:broadMatch <http://dewey.info/class/398.4/e23/> ;
    skos:broader humord:c07552 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.4/e23/> ;
    skos:prefLabel "Doubles"@en,
        "Dobbeltgjengere"@nb,
        "Dobbeltgjengarar"@nn .

humord:c07556 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07556" ;
    dct:modified "2024-10-29T09:18:36"^^xsd:dateTime ;
    skos:altLabel "Fictional animals"@en ;
    skos:broadMatch <http://dewey.info/class/398.469/e23/> ;
    skos:broader humord:c07552 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.245/e23/>,
        <http://dewey.info/class/398.469/e23/> ;
    skos:prefLabel "Animal characters"@en,
        "Dyreskikkelser"@nb,
        "Dyreskikkelsar"@nn ;
    skos:relatedMatch <http://dewey.info/class/398.245/e23/> .

humord:c07558 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07558" ;
    dct:modified "2024-10-29T09:19:13"^^xsd:dateTime ;
    skos:altLabel "Heroes"@en,
        "Heroic figures"@en,
        "Helter"@nb,
        "Heltar"@nn ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c07552 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Heroic characters"@en,
        "Helteskikkelser"@nb,
        "Helteskikkelsar"@nn ;
    skos:related humord:c07133,
        humord:c07553,
        humord:c16332,
        humord:c18984 .

humord:c07559 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07559" ;
    dct:modified "2024-10-29T09:20:14"^^xsd:dateTime ;
    skos:altLabel "Heroine figures"@en,
        "Heroines"@en,
        "Heltinnefigurer"@nb,
        "Heltinner"@nb,
        "Heltinnefigurar"@nn,
        "Heltinner"@nn ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c07552 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Heroine characters"@en,
        "Heltinneskikkelser"@nb,
        "Heltinneskikkelsar"@nn .

humord:c07561 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07561" ;
    dct:modified "2024-10-29T09:20:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/1--092/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:broader humord:c07552 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--092/e23/>,
        <http://dewey.info/class/920/e23/> ;
    skos:prefLabel "Historical figures"@en,
        "Historiske skikkelser"@nb,
        "Historiske skikkelsar"@nn ;
    skos:related humord:c07564 .

humord:c07562 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07562" ;
    dct:modified "2024-10-29T09:21:12"^^xsd:dateTime ;
    skos:altLabel "Female figures"@en ;
    skos:broadMatch <http://dewey.info/class/305.4/e23/>,
        <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c07552 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.4/e23/>,
        <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Female characters"@en,
        "Kvinneskikkelser"@nb,
        "Kvinneskikkelsar"@nn .

humord:c07564 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-10-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07564" ;
    dct:modified "2024-10-29T09:22:01"^^xsd:dateTime ;
    skos:altLabel "Literary characters"@en,
        "People (Literature)"@en,
        "Litterære skikkelser"@nb,
        "Personer (Litteratur)"@nb,
        "Litterære skikkelsar"@nn,
        "Personar (Litteratur)"@nn ;
    skos:broader humord:c07552 ;
    skos:exactMatch <http://dewey.info/class/808.8027/e23/>,
        <http://dewey.info/class/809.927/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.8027/e23/>,
        <http://dewey.info/class/809.927/e23/> ;
    skos:prefLabel "Literary figures"@en,
        "Litterære karakterer"@nb,
        "Litterære karakterar"@nn ;
    skos:related humord:c07561 .

humord:c07566 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07566" ;
    dct:modified "2024-10-29T09:22:12"^^xsd:dateTime ;
    skos:altLabel "Male figures"@en ;
    skos:broadMatch <http://dewey.info/class/305.31/e23/>,
        <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c07552 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.31/e23/>,
        <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Male characters"@en,
        "Mannsskikkelser"@nb,
        "Mannsskikkelsar"@nn .

humord:c07567 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07567" ;
    dct:modified "2024-10-29T09:22:38"^^xsd:dateTime ;
    skos:altLabel "Mythological figures"@en,
        "Mytologiske skikkelser"@nb,
        "Mytologiske skikkelsar"@nn ;
    skos:broadMatch <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c07552 ;
    skos:editorialNote "Se også de enkelte guder, gudinner o.l., f.eks. Vishnu"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Mythical figures"@en,
        "Mytiske skikkelser"@nb,
        "Mytiske skikkelsar"@nn ;
    skos:related humord:c08875,
        humord:c08877,
        humord:c20908 .

humord:c07569 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07569" ;
    dct:modified "2024-10-29T09:24:30"^^xsd:dateTime ;
    skos:altLabel "Alienated outsiders"@en,
        "Picaro characters"@en,
        "Picaros"@en ;
    skos:broader humord:c07552 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/3B--30877/e23/>,
        <http://dewey.info/class/808.83877/e23/>,
        <http://dewey.info/class/809.3877/e23/> ;
    skos:prefLabel "Pícaro characters"@en,
        "Picaroer"@nb,
        "Picaroar"@nn ;
    skos:related humord:c06748,
        humord:c07310 ;
    skos:relatedMatch <http://dewey.info/class/3B--30877/e23/>,
        <http://dewey.info/class/808.83877/e23/>,
        <http://dewey.info/class/809.3877/e23/> .

humord:c07570 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07570" ;
    dct:modified "2024-10-29T09:25:03"^^xsd:dateTime ;
    skos:altLabel "Seven Holy Sleepers"@en,
        "Sju hellige sovere"@nb,
        "Syv hellige sovere"@nb,
        "Syv sovere"@nb,
        "Sju heilage sovarar"@nn ;
    skos:broadMatch <http://dewey.info/class/230/e23/>,
        <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c07552 ;
    skos:definition "Etter legenden om 7 kristne menn fra Efesus som under keiser Decius forfølgelse flyktet inn i en hule... <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/230/e23/>,
        <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Seven Sleepers"@en,
        "Sju sovere"@nb,
        "Sju sovarar"@nn .

humord:c07572 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07572" ;
    dct:modified "2024-10-29T09:15:58"^^xsd:dateTime ;
    skos:altLabel "Trickster characters"@en,
        "Tricksters"@en ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c07552 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Trickster figures"@en,
        "Tricksterfigurer"@nb,
        "Tricksterfigurar"@nn .

humord:c07573 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07573" ;
    dct:modified "2024-07-26T14:51:49"^^xsd:dateTime ;
    skos:altLabel "Ahasver"@en,
        "Buttadeus"@en,
        "Eternal Jew"@en,
        "Isaac Laquedem"@en,
        "Matathias"@en,
        "Paul Marrane"@en,
        "Shoemaker of Jerusalem"@en,
        "Evige jøde"@nb,
        "Evige skomaker"@nb,
        "Jerusalems skomakar"@nb,
        "Jerusalems skomaker"@nb,
        "Vandrande jøde"@nb,
        "Vandrende jøde"@nb,
        "Evige jøde"@nn,
        "Evige skomakar"@nn ;
    skos:broadMatch <http://dewey.info/class/398.22/e23/> ;
    skos:broader humord:c07552 ;
    skos:definition "Ahasverus, den evig vandrende jøde, er opprinnelig en myteomspunnet skikkelse fra kristen sagntradisjon som kan spores helt tilbake til 1200-tallets Tyskland. Det dreier seg om en figur som skal ha spottet Jesus eller plaget Jesus på hans tunge vei mot Golgata. Som straff for dette skal personen være dømt til å vandre hvileløst i verden, helt til Jesu gjenkomst. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.22/e23/> ;
    skos:prefLabel "Wandering Jew"@en,
        "Ahasverus"@nb,
        "Ahasverus"@nn .

humord:c07576 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07576" ;
    dct:modified "2025-05-06T15:17:29"^^xsd:dateTime ;
    skos:inScheme humord: ;
    skos:prefLabel "Business and economy"@en,
        "Næringsliv og økonomi"@nb,
        "Næringsliv og økonomi"@nn ;
    skos:topConceptOf humord: .

humord:c07577 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07577" ;
    dct:modified "2023-11-15T10:17:35"^^xsd:dateTime ;
    skos:broader humord:c07576 ;
    skos:exactMatch realfagstermer:c007967 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007967,
        <http://dewey.info/class/1--068/e23/>,
        <http://dewey.info/class/351/e23/>,
        <http://dewey.info/class/658/e23/> ;
    skos:prefLabel "Administration"@en,
        "Administrasjon"@nb,
        "Administrasjon"@nn ;
    skos:related humord:c09406,
        humord:c09407,
        humord:c09489,
        humord:c19925,
        humord:c24842 ;
    skos:relatedMatch <http://dewey.info/class/1--068/e23/>,
        <http://dewey.info/class/351/e23/>,
        <http://dewey.info/class/658/e23/> .

humord:c07578 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07578" ;
    dct:modified "2024-12-17T12:42:39"^^xsd:dateTime ;
    skos:altLabel "Industrial management"@en,
        "Bedriftsorganisasjon"@nb,
        "Fabrikkleiing"@nb,
        "Industrielt lederskap"@nb,
        "Bedriftsorganisasjon"@nn,
        "Fabrikkledelse"@nn,
        "Føretaksorganisasjon"@nn,
        "Industrielt leiarskap"@nn ;
    skos:broader humord:c13632 ;
    skos:exactMatch realfagstermer:c013305,
        <http://dewey.info/class/1--068/e23/>,
        <http://dewey.info/class/658/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013305,
        <http://dewey.info/class/1--068/e23/>,
        <http://dewey.info/class/658/e23/> ;
    skos:prefLabel "Business management"@en,
        "Bedriftsledelse"@nb,
        "Bedriftsleiing"@nn ;
    skos:related humord:c07590,
        humord:c25667 .

humord:c07579 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07579" ;
    dct:modified "2023-12-18T11:37:51"^^xsd:dateTime ;
    skos:broader humord:c07577 ;
    skos:exactMatch realfagstermer:c007052 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007052,
        <http://dewey.info/class/331.118/e23/>,
        <http://dewey.info/class/338.06/e23/>,
        <http://dewey.info/class/338.16/e23/>,
        <http://dewey.info/class/338.26/e23/>,
        <http://dewey.info/class/338.45/e23/>,
        <http://dewey.info/class/352.375/e23/>,
        <http://dewey.info/class/352.66/e23/>,
        <http://dewey.info/class/658.314/e23/>,
        <http://dewey.info/class/658.515/e23/> ;
    skos:prefLabel "Productivity"@en,
        "Produktivitet"@nb,
        "Produktivitet"@nn ;
    skos:relatedMatch <http://dewey.info/class/331.118/e23/>,
        <http://dewey.info/class/338.06/e23/>,
        <http://dewey.info/class/338.16/e23/>,
        <http://dewey.info/class/338.26/e23/>,
        <http://dewey.info/class/338.45/e23/>,
        <http://dewey.info/class/352.375/e23/>,
        <http://dewey.info/class/352.66/e23/>,
        <http://dewey.info/class/658.314/e23/>,
        <http://dewey.info/class/658.515/e23/> .

humord:c07580 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07580" ;
    dct:modified "2025-05-06T15:13:58"^^xsd:dateTime ;
    skos:altLabel "Rationalization"@en ;
    skos:broadMatch <http://dewey.info/class/352.375/e23/>,
        <http://dewey.info/class/658.515/e23/> ;
    skos:broader humord:c07577 ;
    skos:exactMatch realfagstermer:c009482 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009482,
        <http://dewey.info/class/331.118/e23/>,
        <http://dewey.info/class/352.375/e23/>,
        <http://dewey.info/class/658.515/e23/> ;
    skos:prefLabel "Rationalisation"@en,
        "Rasjonalisering"@nb,
        "Rasjonalisering"@nn ;
    skos:relatedMatch <http://dewey.info/class/331.118/e23/> .

humord:c07581 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07581" ;
    dct:modified "2023-12-18T14:25:14"^^xsd:dateTime ;
    skos:altLabel "Accounting"@en,
        "Regnskap"@nb,
        "Regnskapsføring"@nb,
        "Regnskapsførsel"@nb,
        "Rekneskap"@nn ;
    skos:broader humord:c07577 ;
    skos:exactMatch realfagstermer:c008869,
        <http://dewey.info/class/657/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008869,
        <http://dewey.info/class/343.034/e23/>,
        <http://dewey.info/class/346.063/e23/>,
        <http://dewey.info/class/346.06648/e23/>,
        <http://dewey.info/class/657/e23/>,
        <http://dewey.info/class/658.1511/e23/> ;
    skos:prefLabel "Accounts"@en,
        "Regnskaper"@nb,
        "Rekneskapar"@nn ;
    skos:related humord:c58994 ;
    skos:relatedMatch <http://dewey.info/class/343.034/e23/>,
        <http://dewey.info/class/346.063/e23/>,
        <http://dewey.info/class/346.06648/e23/>,
        <http://dewey.info/class/658.1511/e23/> .

humord:c07584 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07584" ;
    dct:modified "2025-04-23T11:17:31"^^xsd:dateTime ;
    skos:altLabel "Bokholderi"@nb,
        "Dobbelt bokføring"@nb,
        "Bokhalderi"@nn,
        "Dobbelt bokføring"@nn ;
    skos:broader humord:c07581 ;
    skos:exactMatch realfagstermer:c002195,
        <http://dewey.info/class/657.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002195,
        <http://dewey.info/class/657.2/e23/> ;
    skos:prefLabel "Bookkeeping"@en,
        "Bokføring"@nb,
        "Bokføring"@nn .

humord:c07587 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07587" ;
    dct:modified "2025-05-06T15:16:24"^^xsd:dateTime ;
    skos:altLabel "Næringsdrift"@en,
        "Næringslivet"@nb,
        "Næringsveg"@nb,
        "Næringsveier"@nb,
        "Næringsvirksomhet"@nb,
        "Næringsdrift"@nn,
        "Næringslivet"@nn,
        "Næringsveg"@nn,
        "Næringsverksemd"@nn ;
    skos:broader humord:c07576 ;
    skos:closeMatch <http://dewey.info/class/338/e23/> ;
    skos:exactMatch realfagstermer:c004305 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004305,
        <http://dewey.info/class/201.73/e23/>,
        <http://dewey.info/class/338/e23/>,
        <http://dewey.info/class/650/e23/> ;
    skos:prefLabel "Business and industry"@en,
        "Næringsliv"@nb,
        "Næringsliv"@nn ;
    skos:relatedMatch <http://dewey.info/class/201.73/e23/>,
        <http://dewey.info/class/650/e23/> .

humord:c07590 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07590" ;
    dct:modified "2025-04-11T08:05:54"^^xsd:dateTime ;
    skos:altLabel "Business enterprises"@en,
        "Business organisations"@en,
        "Business organizations"@en,
        "Firm"@en,
        "Firms"@en,
        "Firma"@nb,
        "Firmaer"@nb,
        "Foretak"@nb,
        "Forretningsforetak"@nb,
        "Virksomheter"@nb,
        "Firma"@nn,
        "Føretak"@nn,
        "Verksemder"@nn ;
    skos:broadMatch <http://dewey.info/class/381.2065/e23/> ;
    skos:broader humord:c07587 ;
    skos:exactMatch realfagstermer:c008460,
        <http://dewey.info/class/338.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008460,
        <http://dewey.info/class/1--068/e23/>,
        <http://dewey.info/class/338.7/e23/>,
        <http://dewey.info/class/381.2065/e23/>,
        <http://dewey.info/class/658/e23/> ;
    skos:prefLabel "Businesses"@en,
        "Bedrifter"@nb,
        "Bedrifter"@nn ;
    skos:related humord:c07578,
        humord:c07672,
        humord:c07682,
        humord:c12508,
        humord:c22340,
        humord:c23447 ;
    skos:relatedMatch <http://dewey.info/class/1--068/e23/>,
        <http://dewey.info/class/658/e23/> .

humord:c07592 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07592" ;
    dct:modified "2025-04-02T15:09:51"^^xsd:dateTime ;
    skos:altLabel "Industrianlegg"@nb,
        "Industribedrifter"@nb,
        "Industrianlegg"@nn,
        "Industribedrifter"@nn ;
    skos:broadMatch <http://dewey.info/class/725.4/e23/> ;
    skos:broader humord:c07590 ;
    skos:definition "Produksjonsbedrift der varene framstilles med maskiner <BOB>"@nb ;
    skos:exactMatch realfagstermer:c011161 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011161,
        <http://dewey.info/class/338.65/e23/>,
        <http://dewey.info/class/670/e23/>,
        <http://dewey.info/class/712.7/e23/>,
        <http://dewey.info/class/725.4/e23/> ;
    skos:prefLabel "Factories"@en,
        "Fabrikker"@nb,
        "Fabrikkar"@nn ;
    skos:related humord:c07682,
        humord:c23452 ;
    skos:relatedMatch <http://dewey.info/class/338.65/e23/>,
        <http://dewey.info/class/670/e23/>,
        <http://dewey.info/class/712.7/e23/> .

humord:c07593 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07593" ;
    dct:modified "2025-04-10T14:07:59"^^xsd:dateTime ;
    skos:altLabel "Handelsplasser"@nb,
        "Handelsplassar"@nn ;
    skos:broadMatch <http://dewey.info/class/381.1/e23/> ;
    skos:broader humord:c22317 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/381.1/e23/> ;
    skos:prefLabel "Marketing centres"@en,
        "Handelssentre"@nb,
        "Handelssenter"@nn ;
    skos:related humord:c07745 .

humord:c07595 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07595" ;
    dct:modified "2025-04-10T07:48:50"^^xsd:dateTime ;
    skos:altLabel "Stores"@en,
        "Forretninger"@nb,
        "Forretningar"@nn ;
    skos:broader humord:c07593 ;
    skos:closeMatch <http://dewey.info/class/381.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/381.1/e23/>,
        <http://dewey.info/class/658.87/e23/>,
        <http://dewey.info/class/725.21/e23/> ;
    skos:prefLabel "Shops"@en,
        "Butikker"@nb,
        "Butikkar"@nn ;
    skos:relatedMatch <http://dewey.info/class/658.87/e23/>,
        <http://dewey.info/class/725.21/e23/> .

humord:c07596 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07596" ;
    dct:modified "2025-04-10T07:46:14"^^xsd:dateTime ;
    skos:altLabel "Bookshops"@en,
        "Bokhandel"@nb,
        "Bokhandel"@nn ;
    skos:broadMatch <http://dewey.info/class/381.45002/e23/>,
        <http://dewey.info/class/382.45002/e23/> ;
    skos:broader humord:c07595 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/002.029/e23/>,
        <http://dewey.info/class/381.45002/e23/>,
        <http://dewey.info/class/382.45002/e23/> ;
    skos:prefLabel "Bookstores"@en,
        "Bokhandlere"@nb,
        "Bokhandlarar"@nn ;
    skos:related humord:c09105 ;
    skos:relatedMatch <http://dewey.info/class/002.029/e23/> .

humord:c07597 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07597" ;
    dct:modified "2024-07-04T09:12:27"^^xsd:dateTime ;
    skos:altLabel "Marknader"@nn ;
    skos:broader humord:c07593 ;
    skos:definition "(Årlig) kjøpstevne <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/381/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/381/e23/>,
        <http://dewey.info/class/658.87/e23/>,
        <http://dewey.info/class/711.5522/e23/> ;
    skos:prefLabel "Marts"@en,
        "Marknader"@nb,
        "Marknadar"@nn ;
    skos:relatedMatch <http://dewey.info/class/658.87/e23/>,
        <http://dewey.info/class/711.5522/e23/> .

humord:c07599 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07599" ;
    dct:modified "2025-04-10T08:54:03"^^xsd:dateTime ;
    skos:altLabel "Marketplaces"@en,
        "Markedsplasser"@nb,
        "Marknadsplassar"@nn ;
    skos:broader humord:c07593 ;
    skos:closeMatch <http://dewey.info/class/381.18/e23/>,
        <http://dewey.info/class/711.55/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/381.18/e23/>,
        <http://dewey.info/class/711.55/e23/> ;
    skos:prefLabel "Markets (Marketing centres)"@en,
        "Torg (Markedsplasser)"@nb,
        "Torg (Marknadsplassar)"@nn ;
    skos:related humord:c05302 .

humord:c07601 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07601" ;
    dct:modified "2024-04-24T09:42:56"^^xsd:dateTime ;
    skos:altLabel "Jarnverk"@nn ;
    skos:broader humord:c22317 ;
    skos:definition "Jernverk er industrielle foretak der jernmalm smeltes og råjern og stål framstilles. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c010365,
        <http://dewey.info/class/338.47672/e23/>,
        <http://dewey.info/class/338.7672/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010365,
        <http://dewey.info/class/338.47672/e23/>,
        <http://dewey.info/class/338.7672/e23/>,
        <http://dewey.info/class/672/e23/> ;
    skos:prefLabel "Ironworks"@en,
        "Jernverk"@nb,
        "Jernverk"@nn ;
    skos:related humord:c07619,
        humord:c07700,
        humord:c08377 ;
    skos:relatedMatch <http://dewey.info/class/672/e23/> .

humord:c07602 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-10-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07602" ;
    dct:modified "2024-10-18T07:06:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/725.23/e23/> ;
    skos:broader humord:c05205 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/725.23/e23/> ;
    skos:prefLabel "Offices"@en,
        "Kontorer"@nb,
        "Kontor"@nn .

humord:c07603 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-08-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07603" ;
    dct:modified "2025-05-27T08:17:37"^^xsd:dateTime ;
    skos:altLabel "Storage buildings"@en,
        "Lagerbygninger"@nb,
        "Lagerhus"@nb,
        "Pakkhus"@nb,
        "Lagerbygningar"@nn,
        "Lagerhus"@nn,
        "Pakkhus"@nn ;
    skos:broader humord:c05205 ;
    skos:exactMatch <http://dewey.info/class/725.35/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/725.35/e23/> ;
    skos:prefLabel "Warehouses"@en,
        "Lagre (Næringsbygg)"@nb,
        "Lager (Næringsbygg)"@nn .

humord:c07605 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07605" ;
    dct:modified "2025-06-14T08:13:36"^^xsd:dateTime ;
    skos:altLabel "Engineering workshops"@en,
        "Mekaniske verkstadar"@nn ;
    skos:broadMatch <http://dewey.info/class/338.4767042/e23/>,
        <http://dewey.info/class/338.767042/e23/>,
        <http://dewey.info/class/670.42/e23/> ;
    skos:broader humord:c17400 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.4767042/e23/>,
        <http://dewey.info/class/338.767042/e23/>,
        <http://dewey.info/class/670.42/e23/> ;
    skos:prefLabel "Machine shops"@en,
        "Mekaniske verksteder"@nb,
        "Mekaniske verkstader"@nn ;
    skos:related humord:c07721 .

humord:c07606 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07606" ;
    dct:modified "2025-04-25T14:37:29"^^xsd:dateTime ;
    skos:altLabel "International companies"@en,
        "International company"@en,
        "International corporations"@en,
        "Multinational companies"@en,
        "Multinational company"@en,
        "Transnational corporations"@en,
        "Flernasjonale selskap"@nb,
        "Flernasjonale selskaper"@nb,
        "Internasjonale bedrifter"@nb,
        "Internasjonale konsern"@nb,
        "Internasjonale konserner"@nb,
        "Internasjonale selskap"@nb,
        "Multinasjonale foretak"@nb,
        "Multinasjonale selskap"@nb,
        "Multinasjonale selskaper"@nb,
        "Transnasjonale konsern"@nb,
        "Transnasjonale konserner"@nb,
        "Transnasjonale korporasjoner"@nb,
        "Fleirnasjonale selskap"@nn,
        "Internasjonale bedrifter"@nn,
        "Internasjonale konsern"@nn,
        "Internasjonale selskap"@nn,
        "Multinasjonale føretak"@nn,
        "Multinasjonale selskap"@nn,
        "Transnasjonale korporasjonar"@nn,
        "Trasnasjonale konsern"@nn ;
    skos:broader humord:c23447 ;
    skos:closeMatch <http://dewey.info/class/338.88/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.88/e23/> ;
    skos:prefLabel "Multinational corporations"@en,
        "Internasjonale selskaper"@nb,
        "Internasjonale selskap"@nn .

humord:c07607 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07607" ;
    dct:modified "2025-04-10T15:19:48"^^xsd:dateTime ;
    skos:altLabel "Myntfabrikker"@nb,
        "Myntfabrikkar"@nn ;
    skos:broadMatch <http://dewey.info/class/332.4042/e23/> ;
    skos:broader humord:c22317 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.4042/e23/> ;
    skos:prefLabel "Mints (Businesses)"@en,
        "Myntverk"@nb,
        "Myntverk"@nn ;
    skos:related humord:c04646,
        humord:c04653 .

humord:c07609 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07609" ;
    dct:modified "2025-04-10T15:10:39"^^xsd:dateTime ;
    skos:broader humord:c22317 ;
    skos:exactMatch <http://dewey.info/class/338.476223485/e23/>,
        <http://dewey.info/class/338.76223485/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.476223485/e23/>,
        <http://dewey.info/class/338.76223485/e23/>,
        <http://dewey.info/class/622.3485/e23/> ;
    skos:prefLabel "Nickle works"@en,
        "Nikkelverk"@nb,
        "Nikkelverk"@nn ;
    skos:related humord:c07699 ;
    skos:relatedMatch <http://dewey.info/class/622.3485/e23/> .

humord:c07610 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07610" ;
    dct:modified "2025-04-10T15:09:45"^^xsd:dateTime ;
    skos:altLabel "Overnattingsstadar"@nn ;
    skos:broadMatch <http://dewey.info/class/338.4764794/e23/>,
        <http://dewey.info/class/338.76164794/e23/>,
        <http://dewey.info/class/647.94/e23/>,
        <http://dewey.info/class/910.46/e23/> ;
    skos:broader humord:c22317 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.4764794/e23/>,
        <http://dewey.info/class/338.76164794/e23/>,
        <http://dewey.info/class/647.94/e23/>,
        <http://dewey.info/class/910.46/e23/> ;
    skos:prefLabel "Overnight accommodations"@en,
        "Overnattingssteder"@nb,
        "Overnattingsstader"@nn ;
    skos:related humord:c07760,
        humord:c64179 .

humord:c07611 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07611" ;
    dct:modified "2025-04-09T19:32:06"^^xsd:dateTime ;
    skos:altLabel "Hotel"@en,
        "Hotell"@nb ;
    skos:broadMatch <http://dewey.info/class/647.94/e23/>,
        <http://dewey.info/class/917.306/e23/> ;
    skos:broader humord:c07610 ;
    skos:closeMatch <http://dewey.info/class/728.5/e23/> ;
    skos:exactMatch <http://dewey.info/class/910.46/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/344.0464/e23/>,
        <http://dewey.info/class/363.7298/e23/>,
        <http://dewey.info/class/642.5/e23/>,
        <http://dewey.info/class/647.94/e23/>,
        <http://dewey.info/class/657.8374/e23/>,
        <http://dewey.info/class/711.557/e23/>,
        <http://dewey.info/class/712.7/e23/>,
        <http://dewey.info/class/728.5/e23/>,
        <http://dewey.info/class/910.46/e23/>,
        <http://dewey.info/class/917.306/e23/> ;
    skos:prefLabel "Hotels"@en,
        "Hoteller"@nb,
        "Hotell"@nn ;
    skos:related humord:c23244 ;
    skos:relatedMatch <http://dewey.info/class/344.0464/e23/>,
        <http://dewey.info/class/363.7298/e23/>,
        <http://dewey.info/class/642.5/e23/>,
        <http://dewey.info/class/657.8374/e23/>,
        <http://dewey.info/class/711.557/e23/>,
        <http://dewey.info/class/712.7/e23/> .

humord:c07612 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07612" ;
    dct:modified "2025-04-10T13:30:14"^^xsd:dateTime ;
    skos:altLabel "Places to eat"@en,
        "Bevertningssteder"@nb,
        "Spisesteder"@nb,
        "Bevertnings­stadar"@nn,
        "Etestadar"@nn,
        "Etestader"@nn,
        "Serveringsstadar"@nn,
        "Spisestadar"@nn,
        "Spisestader"@nn ;
    skos:broader humord:c22317 ;
    skos:exactMatch <http://dewey.info/class/338.4764795/e23/>,
        <http://dewey.info/class/338.76164795/e23/>,
        <http://dewey.info/class/647.95/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.4764795/e23/>,
        <http://dewey.info/class/338.76164795/e23/>,
        <http://dewey.info/class/647.95/e23/> ;
    skos:prefLabel "Public houses"@en,
        "Serveringssteder"@nb,
        "Serveringsstader"@nn ;
    skos:related humord:c07760,
        humord:c59168 .

humord:c07613 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07613" ;
    dct:modified "2025-04-23T08:03:12"^^xsd:dateTime ;
    skos:altLabel "Coffee shops"@en,
        "Kaffehus"@nb,
        "Kaffehus"@nn ;
    skos:broadMatch <http://dewey.info/class/338.4764795/e23/>,
        <http://dewey.info/class/338.76164795/e23/>,
        <http://dewey.info/class/647.95/e23/> ;
    skos:broader humord:c07612 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.4764795/e23/>,
        <http://dewey.info/class/338.76164795/e23/>,
        <http://dewey.info/class/647.95/e23/> ;
    skos:prefLabel "Coffeehouses"@en,
        "Kaffebarer"@nb,
        "Kaffebarar"@nn ;
    skos:related humord:c06636 .

humord:c07616 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07616" ;
    dct:modified "2025-06-10T11:20:44"^^xsd:dateTime ;
    skos:altLabel "Skipsbyggerier"@nb,
        "Verft"@nb,
        "Skipsvervar"@nn,
        "Verft"@nn,
        "Vervar"@nn ;
    skos:broadMatch <http://dewey.info/class/725.4/e23/> ;
    skos:broader humord:c22317 ;
    skos:exactMatch <http://dewey.info/class/338.762383/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.4762383/e23/>,
        <http://dewey.info/class/338.762383/e23/>,
        <http://dewey.info/class/623.83/e23/>,
        <http://dewey.info/class/725.4/e23/> ;
    skos:prefLabel "Shipyards"@en,
        "Skipsverft"@nb,
        "Skipsverft"@nn ;
    skos:relatedMatch <http://dewey.info/class/338.4762383/e23/>,
        <http://dewey.info/class/623.83/e23/> .

humord:c07618 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-12-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07618" ;
    dct:modified "2025-04-10T15:05:02"^^xsd:dateTime ;
    skos:altLabel "Støperi"@nb,
        "Støyperi"@nb,
        "Støyperier"@nb ;
    skos:broadMatch <http://dewey.info/class/671.2/e23/> ;
    skos:broader humord:c22317 ;
    skos:exactMatch <http://dewey.info/class/338.476712/e23/>,
        <http://dewey.info/class/338.76712/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.476712/e23/>,
        <http://dewey.info/class/338.76712/e23/>,
        <http://dewey.info/class/671.2/e23/> ;
    skos:prefLabel "Foundries"@en,
        "Støperier"@nb,
        "Støyperi"@nn ;
    skos:related humord:c07699 .

humord:c07619 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07619" ;
    dct:modified "2025-04-10T13:58:34"^^xsd:dateTime ;
    skos:altLabel "Melting shops"@en,
        "Steel making plants"@en,
        "Steel melting shops"@en ;
    skos:broader humord:c22317 ;
    skos:closeMatch <http://dewey.info/class/669.142/e23/> ;
    skos:exactMatch <http://dewey.info/class/338.47669142/e23/>,
        <http://dewey.info/class/338.7669142/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.47669142/e23/>,
        <http://dewey.info/class/338.7669142/e23/>,
        <http://dewey.info/class/669.142/e23/> ;
    skos:prefLabel "Steel works"@en,
        "Stålverk"@nb,
        "Stålverk"@nn ;
    skos:related humord:c07601,
        humord:c07700,
        humord:c14699 .

humord:c07620 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07620" ;
    dct:modified "2025-04-23T11:13:26"^^xsd:dateTime ;
    skos:broader humord:c07587 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338/e23/> ;
    skos:prefLabel "Sectors (Economic sectors)"@en,
        "Næringer"@nb,
        "Næringar"@nn ;
    skos:relatedMatch <http://dewey.info/class/338/e23/> .

humord:c07622 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07622" ;
    dct:modified "2025-04-09T19:17:33"^^xsd:dateTime ;
    skos:altLabel "Primary sector of the economy"@en ;
    skos:broader humord:c07620 ;
    skos:exactMatch <http://dewey.info/class/338/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338/e23/>,
        <http://dewey.info/class/343.076/e23/>,
        <http://dewey.info/class/354.3/e23/>,
        <http://dewey.info/class/354.73/e23/>,
        <http://dewey.info/class/381.4/e23/>,
        <http://dewey.info/class/382.4/e23/> ;
    skos:prefLabel "Primary industries"@en,
        "Primærnæringer"@nb,
        "Primærnæringar"@nn ;
    skos:related humord:c07664 ;
    skos:relatedMatch <http://dewey.info/class/343.076/e23/>,
        <http://dewey.info/class/354.3/e23/>,
        <http://dewey.info/class/354.73/e23/>,
        <http://dewey.info/class/381.4/e23/>,
        <http://dewey.info/class/382.4/e23/> .

humord:c07623 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07623" ;
    dct:modified "2023-11-24T14:13:11"^^xsd:dateTime ;
    skos:broader humord:c07622 ;
    skos:exactMatch realfagstermer:c009375,
        <http://dewey.info/class/639.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009375,
        <http://dewey.info/class/639.1/e23/>,
        <http://dewey.info/class/799.2/e23/> ;
    skos:prefLabel "Catch"@en,
        "Fangst"@nb,
        "Fangst"@nn ;
    skos:related humord:c07628,
        humord:c07636,
        humord:c15937 ;
    skos:relatedMatch <http://dewey.info/class/799.2/e23/> .

humord:c07624 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07624" ;
    dct:modified "2023-11-29T15:32:43"^^xsd:dateTime ;
    skos:altLabel "Whale fisheries"@en,
        "Whale hunting"@en ;
    skos:broader humord:c07623 ;
    skos:exactMatch realfagstermer:c011843,
        <http://dewey.info/class/639.28/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011843,
        <http://dewey.info/class/338.37295/e23/>,
        <http://dewey.info/class/639.28/e23/> ;
    skos:prefLabel "Whaling"@en,
        "Hvalfangst"@nb,
        "Kvalfangst"@nn ;
    skos:related humord:c07447 ;
    skos:relatedMatch <http://dewey.info/class/338.37295/e23/> .

humord:c07625 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07625" ;
    dct:modified "2023-11-27T12:27:39"^^xsd:dateTime ;
    skos:altLabel "Commercial fisheries"@en,
        "Fishery"@en,
        "Fishery industries"@en,
        "Fiskenæring"@nb,
        "Fiskeri"@nb,
        "Fiskerinæring"@nb,
        "Marin produksjon"@nb,
        "Fiskerinæring"@nn ;
    skos:broader humord:c07622 ;
    skos:closeMatch realfagstermer:c013663 ;
    skos:exactMatch realfagstermer:c001474,
        <http://dewey.info/class/338.3727/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001474,
        realfagstermer:c013663,
        <http://dewey.info/class/338.3727/e23/>,
        <http://dewey.info/class/354.57/e23/>,
        <http://dewey.info/class/639.2/e23/> ;
    skos:prefLabel "Fisheries"@en,
        "Fiskerier"@nb,
        "Fiskeri"@nn ;
    skos:related humord:c07685,
        humord:c09557,
        humord:c15602 ;
    skos:relatedMatch <http://dewey.info/class/354.57/e23/>,
        <http://dewey.info/class/639.2/e23/> .

humord:c07628 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-01-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07628" ;
    dct:modified "2023-11-27T08:05:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/639.2/e23/> ;
    skos:broader humord:c07625 ;
    skos:exactMatch realfagstermer:c011641,
        <http://dewey.info/class/799.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011641,
        <http://dewey.info/class/612.044/e23/>,
        <http://dewey.info/class/613.711/e23/>,
        <http://dewey.info/class/639.2/e23/>,
        <http://dewey.info/class/799.1/e23/> ;
    skos:prefLabel "Fishing"@en,
        "Fiske"@nb,
        "Fiske"@nn ;
    skos:related humord:c01446,
        humord:c07431,
        humord:c07623,
        humord:c21229 ;
    skos:relatedMatch <http://dewey.info/class/612.044/e23/>,
        <http://dewey.info/class/613.711/e23/> .

humord:c07629 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-02-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07629" ;
    dct:modified "2025-04-09T15:24:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/639.27452/e23/> ;
    skos:broader humord:c07628 ;
    skos:editorialNote "Lukket bemerkning: ubo10"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/639.27452/e23/> ;
    skos:prefLabel "Sprat fishing"@en,
        "Brislingfiske"@nb,
        "Brislingfiske"@nn .

humord:c07630 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07630" ;
    dct:modified "2025-03-28T10:00:41"^^xsd:dateTime ;
    skos:altLabel "Fishing landmark"@en,
        "Fishing spots"@en,
        "Fiskeplasser"@nb,
        "Med"@nb,
        "Mee"@nb,
        "Fiskeméd"@nn,
        "Fiskeplassar"@nn,
        "Med"@nn,
        "Méd"@nn ;
    skos:broader humord:c07628 ;
    skos:closeMatch realfagstermer:c007589 ;
    skos:definition "Fiskeplass som ligger i skjæringspunktet mellom to siktelinjer <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007589,
        <http://dewey.info/class/639.2/e23/> ;
    skos:prefLabel "Fishing landmarks"@en,
        "Fiskemed"@nb,
        "Fiskemed"@nn ;
    skos:relatedMatch <http://dewey.info/class/639.2/e23/> .

humord:c07632 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07632" ;
    dct:modified "2024-09-03T12:42:44"^^xsd:dateTime ;
    skos:altLabel "Freshwater angling"@en,
        "Freshwater fisheries"@en,
        "Inland fisheries"@en,
        "Inland fishing"@en,
        "Innlandsfiske"@nb,
        "Innlandsfiske"@nn ;
    skos:broader humord:c07628 ;
    skos:closeMatch realfagstermer:c002990,
        realfagstermer:c008764,
        <http://dewey.info/class/799.11/e23/> ;
    skos:exactMatch <http://dewey.info/class/639.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002990,
        realfagstermer:c008764,
        <http://dewey.info/class/639.21/e23/>,
        <http://dewey.info/class/799.11/e23/> ;
    skos:prefLabel "Freshwater fishing"@en,
        "Ferskvannsfiske"@nb,
        "Ferskvassfiske"@nn .

humord:c07634 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07634" ;
    dct:modified "2025-06-05T09:55:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/799.14/e23/> ;
    skos:broader humord:c69720 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/799.14/e23/> ;
    skos:prefLabel "Leistering"@en,
        "Lystring"@nb,
        "Lystring"@nn .

humord:c07635 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07635" ;
    dct:modified "2025-04-09T15:15:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/639.22/e23/> ;
    skos:broader humord:c07628 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/639.22/e23/> ;
    skos:prefLabel "Sloop fishing"@en,
        "Sluppfiske"@nb,
        "Sluppfiske"@nn .

humord:c07636 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-01-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07636" ;
    dct:modified "2023-11-30T09:02:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/354.349/e23/> ;
    skos:broader humord:c01404,
        humord:c07622 ;
    skos:exactMatch realfagstermer:c007590,
        <http://dewey.info/class/639.1/e23/>,
        <http://dewey.info/class/799.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007590,
        <http://dewey.info/class/179.3/e23/>,
        <http://dewey.info/class/354.349/e23/>,
        <http://dewey.info/class/639.1/e23/>,
        <http://dewey.info/class/758.3/e23/>,
        <http://dewey.info/class/799.2/e23/> ;
    skos:prefLabel "Hunting"@en,
        "Jakt"@nb,
        "Jakt"@nn ;
    skos:related humord:c07623,
        humord:c29867 ;
    skos:relatedMatch <http://dewey.info/class/179.3/e23/>,
        <http://dewey.info/class/758.3/e23/> .

humord:c07637 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-08-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07637" ;
    dct:modified "2025-04-09T15:19:12"^^xsd:dateTime ;
    skos:altLabel "Landbruksnæringen"@nb,
        "Landhusholdning"@nb,
        "Landbruksnæringa"@nn,
        "Landhushaldning"@nn ;
    skos:broader humord:c07622 ;
    skos:definition "Fellesbetegnelse for de næringsgrener som har jorden som produksjonsgrunnlag; omfatter jordbruk, skogbruk, hagebruk og gartneri <SNL>"@nb ;
    skos:exactMatch realfagstermer:c008073,
        <http://dewey.info/class/338.1/e23/>,
        <http://dewey.info/class/630/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008073,
        <http://dewey.info/class/333.7966/e23/>,
        <http://dewey.info/class/338.1/e23/>,
        <http://dewey.info/class/344.0957/e23/>,
        <http://dewey.info/class/354.5/e23/>,
        <http://dewey.info/class/398.24/e23/>,
        <http://dewey.info/class/398.36/e23/>,
        <http://dewey.info/class/630/e23/>,
        <http://dewey.info/class/704.943/e23/>,
        <http://dewey.info/class/758.5/e23/> ;
    skos:prefLabel "Agriculture"@en,
        "Landbruk"@nb,
        "Landbruk"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.7966/e23/>,
        <http://dewey.info/class/344.0957/e23/>,
        <http://dewey.info/class/354.5/e23/>,
        <http://dewey.info/class/398.24/e23/>,
        <http://dewey.info/class/398.36/e23/>,
        <http://dewey.info/class/704.943/e23/>,
        <http://dewey.info/class/758.5/e23/> .

humord:c07638 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-02-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07638" ;
    dct:modified "2026-02-19T10:01:40"^^xsd:dateTime ;
    skos:altLabel "Livestock farming"@en,
        "Livestock raising"@en,
        "Pastoralism"@en,
        "Dyrehold"@nb,
        "Pastoralisme"@nb,
        "Dyrehald"@nn,
        "Pastoralisme"@nn ;
    skos:broader humord:c07622 ;
    skos:exactMatch realfagstermer:c006492,
        <http://dewey.info/class/636/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006492,
        <http://dewey.info/class/354.56/e23/>,
        <http://dewey.info/class/636/e23/>,
        <http://dewey.info/class/681.7636/e23/> ;
    skos:prefLabel "Animal husbandry"@en,
        "Husdyrhold"@nb,
        "Husdyrhald"@nn ;
    skos:relatedMatch <http://dewey.info/class/354.56/e23/>,
        <http://dewey.info/class/681.7636/e23/> .

humord:c07639 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07639" ;
    dct:modified "2023-11-28T15:34:41"^^xsd:dateTime ;
    skos:broader humord:c07638 ;
    skos:closeMatch <http://dewey.info/class/636.0845/e23/> ;
    skos:exactMatch realfagstermer:c002011 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002011,
        <http://dewey.info/class/636.0845/e23/> ;
    skos:prefLabel "Herding"@en,
        "Gjeting"@nb,
        "Gjeting"@nn ;
    skos:related humord:c26644 .

humord:c07640 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-11-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07640" ;
    dct:modified "2025-04-03T10:31:03"^^xsd:dateTime ;
    skos:altLabel "Fehold"@nb,
        "Kvegdrift"@nb,
        "Fehald"@nn,
        "Kvegdrift"@nn ;
    skos:broadMatch <http://dewey.info/class/636/e23/> ;
    skos:broader humord:c07638 ;
    skos:closeMatch realfagstermer:c006492 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006492,
        <http://dewey.info/class/636/e23/> ;
    skos:prefLabel "Cattle farming"@en,
        "Fedrift"@nb,
        "Fedrift"@nn .

humord:c07641 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07641" ;
    dct:modified "2026-02-25T10:08:13"^^xsd:dateTime ;
    skos:altLabel "Reindeer farming"@en,
        "Reinsdyrhold"@nb ;
    skos:broader humord:c07638 ;
    skos:definition "Reindrift er dyrehold med domestiserte (tamme eller halvtamme) reinsdyr. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c010962,
        <http://dewey.info/class/636.2948/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010962,
        <http://dewey.info/class/636.2948/e23/> ;
    skos:prefLabel "Reindeer husbandry"@en,
        "Reindrift"@nb,
        "Reindrift"@nn ;
    skos:related humord:c15315,
        humord:c25813,
        humord:c69193,
        humord:c70337 .

humord:c07642 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07642" ;
    dct:modified "2025-04-09T15:16:13"^^xsd:dateTime ;
    skos:altLabel "Summer pasture farming"@en,
        "Seterbruk"@nb,
        "Støling"@nb,
        "Stølsdrift"@nb,
        "Seterbruk"@nn,
        "Støling"@nn,
        "Stølsdrift"@nn ;
    skos:broader humord:c07638 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/637/e23/> ;
    skos:prefLabel "Mountain farming"@en,
        "Seterdrift"@nb,
        "Seterdrift"@nn ;
    skos:related humord:c26203,
        humord:c29605 ;
    skos:relatedMatch <http://dewey.info/class/637/e23/> .

humord:c07646 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07646" ;
    dct:modified "2026-08-28T09:03:08"^^xsd:dateTime ;
    skos:altLabel "Jordbruksutvikling"@nb ;
    skos:broader humord:c07637 ;
    skos:closeMatch <http://dewey.info/class/630/e23/> ;
    skos:definition "Næringsvei som dyrker jorden med tanke på planteproduksjon <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004581 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004581,
        <http://dewey.info/class/630/e23/> ;
    skos:prefLabel "Farming"@en,
        "Jordbruk"@nb,
        "Jordbruk"@nn ;
    skos:related humord:c70522 .

humord:c07647 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07647" ;
    dct:modified "2024-10-17T10:07:36"^^xsd:dateTime ;
    skos:altLabel "Horticulture"@en,
        "Hagestell"@nb,
        "Havebruk"@nb,
        "Hortikultur"@nb,
        "Hagestell"@nn,
        "Hortikultur"@nn ;
    skos:broader humord:c07637 ;
    skos:definition "Betegnelse på dyrking av hagevekster (grønnsaker, frukt og bær, blomster) <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013701,
        <http://dewey.info/class/635/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013701,
        <http://dewey.info/class/615.8515/e23/>,
        <http://dewey.info/class/635/e23/>,
        <http://dewey.info/class/712/e23/> ;
    skos:prefLabel "Gardening"@en,
        "Hagebruk"@nb,
        "Hagebruk"@nn ;
    skos:related humord:c68539 ;
    skos:relatedMatch <http://dewey.info/class/615.8515/e23/>,
        <http://dewey.info/class/712/e23/> .

humord:c07649 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-01-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07649" ;
    dct:modified "2023-11-28T13:56:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/635/e23/> ;
    skos:broader humord:c07637 ;
    skos:definition "Bedrift hvor det drives produksjon av forskjellige hagevekster, for eksempel blomster (blomstergartneri) og grønnsaker (grønnsakgartneri) <SNL>"@nb ;
    skos:exactMatch realfagstermer:c003028 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003028,
        <http://dewey.info/class/635/e23/> ;
    skos:prefLabel "Market gardens"@en,
        "Gartnerier"@nb,
        "Gartneri"@nn .

humord:c07650 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07650" ;
    dct:modified "2024-08-15T08:06:36"^^xsd:dateTime ;
    skos:altLabel "Cereal cultivation"@en,
        "Cereal farming"@en,
        "Grain cultivation"@en ;
    skos:broader humord:c68008 ;
    skos:closeMatch <http://dewey.info/class/633.104/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/584.9/e23/>,
        <http://dewey.info/class/633.104/e23/> ;
    skos:prefLabel "Grain farming"@en,
        "Korndyrking"@nb,
        "Korndyrking"@nn ;
    skos:related humord:c25897 ;
    skos:relatedMatch <http://dewey.info/class/584.9/e23/> .

humord:c07651 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07651" ;
    dct:modified "2025-04-09T07:49:23"^^xsd:dateTime ;
    skos:altLabel "Slash-and-burn agriculture"@en,
        "Slash-and-burn cultivation"@en,
        "Slash-and-burn farming"@en,
        "Svebruk"@nb,
        "Svibruk"@nb,
        "Sviebruk"@nb,
        "Svirydningsbruk"@nb,
        "Svebruk"@nn,
        "Svibruk"@nn,
        "Sviebruk"@nn,
        "Sviryddingsbruk"@nn ;
    skos:broader humord:c07646 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/631.5818/e23/> ;
    skos:prefLabel "Slash-and-burn"@en,
        "Svedjebruk"@nb,
        "Svedjebruk"@nn ;
    skos:relatedMatch <http://dewey.info/class/631.5818/e23/> .

humord:c07655 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07655" ;
    dct:modified "2025-04-09T08:44:03"^^xsd:dateTime ;
    skos:altLabel "Viticulture"@en ;
    skos:broader humord:c68008 ;
    skos:closeMatch <http://dewey.info/class/634.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/583.79/e23/>,
        <http://dewey.info/class/634.8/e23/> ;
    skos:prefLabel "Viniculture"@en,
        "Vindyrking"@nb,
        "Vindyrking"@nn ;
    skos:relatedMatch <http://dewey.info/class/583.79/e23/> .

humord:c07656 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07656" ;
    dct:modified "2024-08-19T12:32:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/631.5/e23/>,
        <http://dewey.info/class/633.104/e23/> ;
    skos:broader humord:c07646 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/631.5/e23/>,
        <http://dewey.info/class/633.104/e23/> ;
    skos:prefLabel "Arable farming"@en,
        "Åkerbruk"@nb,
        "Åkerbruk"@nn .

humord:c07657 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-11-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07657" ;
    dct:modified "2025-05-20T09:49:16"^^xsd:dateTime ;
    skos:altLabel "Nydyrkning"@nb,
        "Nyrydding"@nb,
        "Nydyrkning"@nn,
        "Nyrydjing"@nn ;
    skos:broadMatch <http://dewey.info/class/630/e23/> ;
    skos:broader humord:c07646 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/630/e23/> ;
    skos:prefLabel "Homesteading"@en,
        "Nyrydning"@nb,
        "Nyrydding"@nn .

humord:c07658 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07658" ;
    dct:modified "2024-10-02T15:11:28"^^xsd:dateTime ;
    skos:altLabel "Skogsarbeid"@nb,
        "Skogsdrift"@nb,
        "Skogsarbeid"@nn,
        "Skogsdrift"@nn ;
    skos:broader humord:c07637 ;
    skos:closeMatch realfagstermer:c003725 ;
    skos:definition "Skogbruk er pleie og hugst av skog med sikte på å utnytte den økonomisk.Skogbruket er også betegnelsen på næringen som utnytter skogen økonomisk. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c001242,
        <http://dewey.info/class/354.55/e23/>,
        <http://dewey.info/class/634.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001242,
        realfagstermer:c003725,
        <http://dewey.info/class/354.55/e23/>,
        <http://dewey.info/class/634.9/e23/> ;
    skos:prefLabel "Forestry"@en,
        "Skogbruk"@nb,
        "Skogbruk"@nn ;
    skos:related humord:c08328,
        humord:c24498,
        humord:c24507,
        humord:c58915 .

humord:c07660 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07660" ;
    dct:modified "2024-03-07T13:43:21"^^xsd:dateTime ;
    skos:altLabel "Avskoging"@nb ;
    skos:broadMatch <http://dewey.info/class/333.75137/e23/> ;
    skos:broader humord:c07658 ;
    skos:exactMatch realfagstermer:c001793 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001793,
        <http://dewey.info/class/333.75137/e23/> ;
    skos:prefLabel "Deforestation"@en,
        "Avskogning"@nb,
        "Avskoging"@nn .

humord:c07661 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07661" ;
    dct:modified "2024-12-03T08:33:29"^^xsd:dateTime ;
    skos:broader humord:c07658 ;
    skos:definition "Skogskjøtsel er stell av skogen med planting, gjødsling, rydnings- og tynningshogst med mer, med tanke på å få frem stor og god nytteskog. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c001975,
        <http://dewey.info/class/634.95/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001975,
        <http://dewey.info/class/634.95/e23/> ;
    skos:prefLabel "Silviculture"@en,
        "Skogskjøtsel"@nb,
        "Skogskjøtsel"@nn .

humord:c07662 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-08-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07662" ;
    dct:modified "2026-04-23T10:38:25"^^xsd:dateTime ;
    skos:altLabel "Artificial selection"@en,
        "Breeding (selective)"@en,
        "Al (Oppdrett)"@nb,
        "Avl"@nb,
        "Kunstig seleksjon"@nb,
        "Al (Oppdrett)"@nn,
        "Avl"@nn,
        "Kunstig seleksjon"@nn ;
    skos:broader humord:c07638,
        humord:c27684 ;
    skos:closeMatch realfagstermer:c002148,
        realfagstermer:c012711 ;
    skos:definition "Oppdrett er det å fôre opp fisk (eller andre sjødyr) i fangenskap; fôring og stell av husdyr til ein kan setje dei i produksjon eller slakte dei <ordbøkene.no>"@nb ;
    skos:exactMatch <http://dewey.info/class/636.082/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002148,
        realfagstermer:c012711,
        <http://dewey.info/class/636.082/e23/> ;
    skos:prefLabel "Selective breeding"@en,
        "Oppdrett"@nb,
        "Oppdrett"@nn ;
    skos:related humord:c59205 .

humord:c07663 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-03-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07663" ;
    dct:modified "2024-08-15T08:46:58"^^xsd:dateTime ;
    skos:altLabel "Livestock breeding"@en ;
    skos:broader humord:c07662 ;
    skos:editorialNote "Lukket bemerkning: ubo19"@nb,
        "Splittet 11/3-19 vsl"@nb ;
    skos:exactMatch <http://dewey.info/class/636.082/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/636.082/e23/> ;
    skos:prefLabel "Stock breeding"@en,
        "Husdyravl"@nb,
        "Husdyravl"@nn .

humord:c07664 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07664" ;
    dct:modified "2025-04-09T19:17:51"^^xsd:dateTime ;
    skos:altLabel "Secondary industry"@en ;
    skos:broader humord:c07620 ;
    skos:exactMatch <http://dewey.info/class/338.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.4/e23/>,
        <http://dewey.info/class/338.7/e23/>,
        <http://dewey.info/class/338.82/e23/>,
        <http://dewey.info/class/338.83/e23/>,
        <http://dewey.info/class/338.88/e23/>,
        <http://dewey.info/class/343.078/e23/>,
        <http://dewey.info/class/354.6/e23/>,
        <http://dewey.info/class/354.73/e23/>,
        <http://dewey.info/class/381.45/e23/> ;
    skos:prefLabel "Secondary industries"@en,
        "Sekundærnæringer"@nb,
        "Sekundærnæringar"@nn ;
    skos:related humord:c07622 ;
    skos:relatedMatch <http://dewey.info/class/338.7/e23/>,
        <http://dewey.info/class/338.82/e23/>,
        <http://dewey.info/class/338.83/e23/>,
        <http://dewey.info/class/338.88/e23/>,
        <http://dewey.info/class/343.078/e23/>,
        <http://dewey.info/class/354.6/e23/>,
        <http://dewey.info/class/354.73/e23/>,
        <http://dewey.info/class/381.45/e23/> .

humord:c07665 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07665" ;
    dct:modified "2024-08-15T11:14:34"^^xsd:dateTime ;
    skos:altLabel "Building industry"@en,
        "Byggeindustri"@nb,
        "Byggeindustri"@nn,
        "Byggjeindustri"@nn ;
    skos:broader humord:c21464 ;
    skos:closeMatch <http://dewey.info/class/338.47624/e23/>,
        <http://dewey.info/class/338.7624/e23/>,
        <http://dewey.info/class/624/e23/> ;
    skos:exactMatch realfagstermer:c000373 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000373,
        <http://dewey.info/class/338.47624/e23/>,
        <http://dewey.info/class/338.7624/e23/>,
        <http://dewey.info/class/624/e23/> ;
    skos:prefLabel "Construction industry"@en,
        "Anleggsvirksomhet"@nb,
        "Anleggsverksemd"@nn .

humord:c07666 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07666" ;
    dct:modified "2026-01-05T13:55:06"^^xsd:dateTime ;
    skos:altLabel "Building operations"@en,
        "Bygningsindustri"@nb,
        "Bygningsindustri"@nn ;
    skos:broader humord:c21464 ;
    skos:closeMatch <http://dewey.info/class/338.47624/e23/>,
        <http://dewey.info/class/338.7624/e23/>,
        <http://dewey.info/class/624/e23/> ;
    skos:exactMatch <http://dewey.info/class/338.4769/e23/>,
        <http://dewey.info/class/338.769/e23/>,
        <http://dewey.info/class/690/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.47624/e23/>,
        <http://dewey.info/class/338.4769/e23/>,
        <http://dewey.info/class/338.7624/e23/>,
        <http://dewey.info/class/338.769/e23/>,
        <http://dewey.info/class/624/e23/>,
        <http://dewey.info/class/690/e23/> ;
    skos:prefLabel "Civil engineering works"@en,
        "Byggevirksomhet"@nb,
        "Byggeverksemd"@nn .

humord:c07667 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07667" ;
    dct:modified "2024-06-17T11:17:25"^^xsd:dateTime ;
    skos:altLabel "Mining industry"@en,
        "Bergverksdrift"@nb,
        "Bergverksindustri"@nb,
        "Bergvesen"@nb,
        "Gruveindustri"@nb ;
    skos:broader humord:c66888 ;
    skos:closeMatch realfagstermer:c004138,
        realfagstermer:c007532,
        realfagstermer:c008161 ;
    skos:exactMatch realfagstermer:c004088,
        <http://dewey.info/class/622/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004088,
        realfagstermer:c004138,
        realfagstermer:c007532,
        realfagstermer:c008161,
        <http://dewey.info/class/338.2/e23/>,
        <http://dewey.info/class/343.077/e23/>,
        <http://dewey.info/class/354.39/e23/>,
        <http://dewey.info/class/622/e23/> ;
    skos:prefLabel "Mining"@en,
        "Gruvedrift"@nb,
        "Gruvedrift"@nn ;
    skos:related humord:c18417 ;
    skos:relatedMatch <http://dewey.info/class/338.2/e23/>,
        <http://dewey.info/class/343.077/e23/>,
        <http://dewey.info/class/354.39/e23/> .

humord:c07669 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07669" ;
    dct:modified "2024-09-11T12:15:01"^^xsd:dateTime ;
    skos:altLabel "Open cut mining"@en,
        "Dagbrott"@nn ;
    skos:broader humord:c07667 ;
    skos:closeMatch <http://dewey.info/class/622.292/e23/> ;
    skos:definition "Dagbrudd er en gruve der malmen blir brutt på jordoverflaten <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/622.292/e23/> ;
    skos:prefLabel "Open-pit mining"@en,
        "Dagbrudd"@nb,
        "Dagbrot"@nn .

humord:c07670 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-12-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07670" ;
    dct:modified "2023-11-29T08:05:41"^^xsd:dateTime ;
    skos:broader humord:c07667 ;
    skos:exactMatch realfagstermer:c003585,
        <http://dewey.info/class/622.1841/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003585,
        <http://dewey.info/class/622.1841/e23/> ;
    skos:prefLabel "Gold mining"@en,
        "Gullgraving"@nb,
        "Gullgraving"@nn .

humord:c07671 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07671" ;
    dct:modified "2025-05-06T15:05:49"^^xsd:dateTime ;
    skos:altLabel "Arts and crafts industries"@en ;
    skos:broadMatch <http://dewey.info/class/338/e23/>,
        <http://dewey.info/class/680/e23/> ;
    skos:broader humord:c07664 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338/e23/>,
        <http://dewey.info/class/680/e23/> ;
    skos:prefLabel "Arts and crafts industry"@en,
        "Håndverk og industri"@nb,
        "Handverk og industri"@nn .

humord:c07672 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-04-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07672" ;
    dct:modified "2024-10-31T10:42:17"^^xsd:dateTime ;
    skos:altLabel "Handverk"@nb ;
    skos:broader humord:c07671 ;
    skos:exactMatch <http://dewey.info/class/680/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.55/e23/>,
        <http://dewey.info/class/680/e23/>,
        <http://dewey.info/class/745.5/e23/> ;
    skos:prefLabel "Crafts"@en,
        "Håndverk"@nb,
        "Handverk"@nn ;
    skos:related humord:c05463,
        humord:c05484,
        humord:c07448,
        humord:c07590,
        humord:c07695,
        humord:c07772,
        humord:c09126,
        humord:c14440 ;
    skos:relatedMatch <http://dewey.info/class/372.55/e23/>,
        <http://dewey.info/class/745.5/e23/> .

humord:c07674 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07674" ;
    dct:modified "2023-11-17T08:09:52"^^xsd:dateTime ;
    skos:altLabel "Book binding"@en,
        "Innbinding (Bøker)"@nb ;
    skos:broader humord:c07672 ;
    skos:exactMatch realfagstermer:c001941,
        <http://dewey.info/class/686.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001941,
        <http://dewey.info/class/095/e23/>,
        <http://dewey.info/class/686.3/e23/> ;
    skos:prefLabel "Bookbinding"@en,
        "Bokbinding"@nb,
        "Bokbinding"@nn ;
    skos:related humord:c12734,
        humord:c25522 ;
    skos:relatedMatch <http://dewey.info/class/095/e23/> .

humord:c07675 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07675" ;
    dct:modified "2026-01-05T13:52:17"^^xsd:dateTime ;
    skos:altLabel "Bygningshandverk"@nb ;
    skos:broadMatch <http://dewey.info/class/624/e23/>,
        <http://dewey.info/class/690/e23/> ;
    skos:broader humord:c07672 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/624/e23/>,
        <http://dewey.info/class/690/e23/> ;
    skos:prefLabel "Building crafts"@en,
        "Bygningshåndverk"@nb,
        "Bygningshandverk"@nn ;
    skos:related humord:c05193 .

humord:c07676 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07676" ;
    dct:modified "2024-11-08T14:51:44"^^xsd:dateTime ;
    skos:altLabel "Woodworking"@en,
        "Snekkerhandverk"@nb,
        "Snekkerhåndverk"@nb,
        "Snikkarhandverk"@nn ;
    skos:broader humord:c07675 ;
    skos:closeMatch <http://dewey.info/class/694/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/623.844/e23/>,
        <http://dewey.info/class/694/e23/> ;
    skos:prefLabel "Joinery"@en,
        "Snekring"@nb,
        "Snekring"@nn ;
    skos:relatedMatch <http://dewey.info/class/623.844/e23/> .

humord:c07677 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07677" ;
    dct:modified "2025-04-09T10:10:01"^^xsd:dateTime ;
    skos:altLabel "Timber framing"@en,
        "Tømmermannshåndverk"@nb,
        "Tømrerhåndverk"@nb,
        "Tømmermannshandverk"@nn,
        "Tømrarhandverk"@nn ;
    skos:broader humord:c07675 ;
    skos:exactMatch <http://dewey.info/class/694.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/694.2/e23/> ;
    skos:prefLabel "Carpentry"@en,
        "Tømring"@nb,
        "Tømring"@nn ;
    skos:related humord:c05193,
        humord:c21151 .

humord:c07678 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07678" ;
    dct:modified "2025-05-08T08:50:29"^^xsd:dateTime ;
    skos:altLabel "Knivmaking"@nb,
        "Knivmaking"@nn ;
    skos:broadMatch <http://dewey.info/class/621.932/e23/>,
        <http://dewey.info/class/739.72/e23/> ;
    skos:broader humord:c07672 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.932/e23/>,
        <http://dewey.info/class/739.72/e23/> ;
    skos:prefLabel "Knifemaking"@en,
        "Knivlaging"@nb,
        "Knivlaging"@nn ;
    skos:related humord:c13910 .

humord:c07679 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07679" ;
    dct:modified "2025-05-06T12:09:52"^^xsd:dateTime ;
    skos:altLabel "Metal work"@en ;
    skos:broader humord:c07672 ;
    skos:exactMatch <http://dewey.info/class/671/e23/>,
        <http://dewey.info/class/739/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/671/e23/>,
        <http://dewey.info/class/739/e23/> ;
    skos:prefLabel "Metal works"@en,
        "Metallarbeid"@nb,
        "Metallarbeid"@nn ;
    skos:related humord:c05478,
        humord:c07699 .

humord:c07680 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07680" ;
    dct:modified "2024-10-11T14:51:17"^^xsd:dateTime ;
    skos:altLabel "Smedarbeid"@nb,
        "Smedhåndverk"@nb,
        "Smihåndverk"@nb,
        "Smedarbeid"@nn,
        "Smedhandverk"@nn,
        "Smihandverk"@nn ;
    skos:broader humord:c07679 ;
    skos:exactMatch realfagstermer:c009978,
        <http://dewey.info/class/671.332/e23/>,
        <http://dewey.info/class/682/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009978,
        <http://dewey.info/class/671.332/e23/>,
        <http://dewey.info/class/682/e23/> ;
    skos:prefLabel "Smithery"@en,
        "Smiing"@nb,
        "Smiing"@nn ;
    skos:related humord:c05481,
        humord:c07535 .

humord:c07682 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07682" ;
    dct:modified "2025-05-06T15:03:35"^^xsd:dateTime ;
    skos:altLabel "Industries"@en,
        "Industrielle forhold"@nb,
        "Industrielle relasjoner"@nb,
        "Industrier"@nb,
        "Industrivirksomhet"@nb,
        "Industriar"@nn,
        "Industrielle forhald"@nn,
        "Industrielle relasjonar"@nn,
        "Industriverksemd"@nn ;
    skos:broader humord:c07671 ;
    skos:definition "Næringsvirksomhet som består i å bearbeide råstoff, særlig om fabrikkframstilling av varer <BOB>"@nb ;
    skos:exactMatch realfagstermer:c000028,
        <http://dewey.info/class/338/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000028,
        <http://dewey.info/class/322.3/e23/>,
        <http://dewey.info/class/333.7965/e23/>,
        <http://dewey.info/class/338/e23/>,
        <http://dewey.info/class/343.07/e23/>,
        <http://dewey.info/class/354/e23/> ;
    skos:prefLabel "Industry"@en,
        "Industri"@nb,
        "Industri"@nn ;
    skos:related humord:c07590,
        humord:c07592,
        humord:c07772,
        humord:c09126 ;
    skos:relatedMatch <http://dewey.info/class/322.3/e23/>,
        <http://dewey.info/class/333.7965/e23/>,
        <http://dewey.info/class/343.07/e23/>,
        <http://dewey.info/class/354/e23/> .

humord:c07683 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07683" ;
    dct:modified "2024-01-03T10:12:28"^^xsd:dateTime ;
    skos:altLabel "Skipsbygging"@nb,
        "Skipsbyggingsindustri"@nb,
        "Skipsbyggjingsindustri"@nb,
        "Skipsbygging"@nn ;
    skos:broadMatch <http://dewey.info/class/623.82/e23/> ;
    skos:broader humord:c14440 ;
    skos:exactMatch realfagstermer:c031778 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031778,
        <http://dewey.info/class/623.82/e23/> ;
    skos:prefLabel "Shipbuilding"@en,
        "Båtbygging"@nb,
        "Båtbygging"@nn .

humord:c07684 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07684" ;
    dct:modified "2023-11-24T14:44:42"^^xsd:dateTime ;
    skos:altLabel "Film industries"@en,
        "Film industry"@en,
        "Motion picture industries"@en,
        "Filmbransjen"@nb,
        "Filmbransjen"@nn ;
    skos:broader humord:c14440 ;
    skos:exactMatch realfagstermer:c031487,
        <http://dewey.info/class/384.8065/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031487,
        <http://dewey.info/class/384.8065/e23/>,
        <http://dewey.info/class/791.43/e23/> ;
    skos:prefLabel "Motion picture industry"@en,
        "Filmindustri"@nb,
        "Filmindustri"@nn ;
    skos:related humord:c05418,
        humord:c22494 ;
    skos:relatedMatch <http://dewey.info/class/791.43/e23/> .

humord:c07685 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07685" ;
    dct:modified "2025-04-29T08:51:26"^^xsd:dateTime ;
    skos:altLabel "Fiskeforedlingsindustri"@nb,
        "Fiskeforedlingsindustri"@nn ;
    skos:broadMatch <http://dewey.info/class/664.94/e23/> ;
    skos:broader humord:c21679 ;
    skos:exactMatch <http://dewey.info/class/338.3727/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.3727/e23/>,
        <http://dewey.info/class/664.94/e23/> ;
    skos:prefLabel "Fishery industry"@en,
        "Fiskeindustri"@nb,
        "Fiskeindustri"@nn ;
    skos:related humord:c07625,
        humord:c15177,
        humord:c15602 .

humord:c07687 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07687" ;
    dct:modified "2025-04-29T08:32:09"^^xsd:dateTime ;
    skos:altLabel "Herring industries"@en,
        "Sildemelindustri"@nb,
        "Sildemjølindustri"@nb,
        "Sildemjølindustri"@nn ;
    skos:broader humord:c07685 ;
    skos:exactMatch <http://dewey.info/class/338.3727452/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.3727452/e23/>,
        <http://dewey.info/class/664.94/e23/> ;
    skos:prefLabel "Herring industry"@en,
        "Sildeindustri"@nb,
        "Sildeindustri"@nn ;
    skos:relatedMatch <http://dewey.info/class/664.94/e23/> .

humord:c07688 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07688" ;
    dct:modified "2025-05-05T08:53:48"^^xsd:dateTime ;
    skos:altLabel "Garverier"@nb,
        "Garveri"@nn ;
    skos:broader humord:c14440 ;
    skos:exactMatch <http://dewey.info/class/338.4767523/e23/>,
        <http://dewey.info/class/338.767523/e23/>,
        <http://dewey.info/class/675.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.4767523/e23/>,
        <http://dewey.info/class/338.767523/e23/>,
        <http://dewey.info/class/675.23/e23/> ;
    skos:prefLabel "Tanning"@en,
        "Garving"@nb,
        "Garving"@nn ;
    skos:related humord:c25786 .

humord:c07690 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07690" ;
    dct:modified "2025-05-05T08:55:18"^^xsd:dateTime ;
    skos:altLabel "Glass industries"@en,
        "Glass trade"@en,
        "Glassblowing"@en,
        "Glassblåsing"@nb,
        "Glassfremstilling"@nb,
        "Glassproduksjon"@nb,
        "Glasblåsing"@nn,
        "Glasframstilling"@nn,
        "Glasproduksjon"@nn ;
    skos:broader humord:c14440 ;
    skos:exactMatch realfagstermer:c006948,
        <http://dewey.info/class/338.476661/e23/>,
        <http://dewey.info/class/666.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006948,
        <http://dewey.info/class/338.476661/e23/>,
        <http://dewey.info/class/620.144/e23/>,
        <http://dewey.info/class/666.1/e23/>,
        <http://dewey.info/class/691.6/e23/>,
        <http://dewey.info/class/693.96/e23/> ;
    skos:prefLabel "Glass industry"@en,
        "Glassindustri"@nb,
        "Glasindustri"@nn ;
    skos:related humord:c21579 ;
    skos:relatedMatch <http://dewey.info/class/620.144/e23/>,
        <http://dewey.info/class/691.6/e23/>,
        <http://dewey.info/class/693.96/e23/> .

humord:c07691 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07691" ;
    dct:modified "2024-11-14T14:09:10"^^xsd:dateTime ;
    skos:altLabel "Grafisk bransje"@nb,
        "Grafiske fag"@nb,
        "Grafisk bransje"@nn,
        "Grafiske fag"@nn ;
    skos:broader humord:c14440 ;
    skos:closeMatch <http://dewey.info/class/338.476862/e23/>,
        <http://dewey.info/class/338.477416/e23/>,
        <http://dewey.info/class/338.7617416/e23/>,
        <http://dewey.info/class/338.76862/e23/> ;
    skos:definition "Fag og håndverk hvor yrkesutøverne arbeider med den tekniske fremstilling av trykt materiale <UBO>"@nb ;
    skos:exactMatch realfagstermer:c004881 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004881,
        <http://dewey.info/class/338.476862/e23/>,
        <http://dewey.info/class/338.477416/e23/>,
        <http://dewey.info/class/338.7617416/e23/>,
        <http://dewey.info/class/338.76862/e23/>,
        <http://dewey.info/class/686.2/e23/>,
        <http://dewey.info/class/744/e23/> ;
    skos:prefLabel "Polygraphic industry"@en,
        "Grafisk industri"@nb,
        "Grafisk industri"@nn ;
    skos:relatedMatch <http://dewey.info/class/686.2/e23/>,
        <http://dewey.info/class/744/e23/> .

humord:c07693 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07693" ;
    dct:modified "2025-05-05T09:26:21"^^xsd:dateTime ;
    skos:altLabel "Home crafts industries"@en,
        "Protoindustri"@nb,
        "Protoindustri"@nn ;
    skos:broader humord:c14440 ;
    skos:closeMatch <http://dewey.info/class/331.2567/e23/> ;
    skos:definition "Produksjon som drives i hjemmet eller på eget verksted, husflid <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/338.634/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/331.2567/e23/>,
        <http://dewey.info/class/338.634/e23/> ;
    skos:prefLabel "Home crafts industry"@en,
        "Hjemmeindustri"@nb,
        "Heimeindustri"@nn .

humord:c07695 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07695" ;
    dct:modified "2023-11-29T15:30:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.47/e23/> ;
    skos:broader humord:c07693 ;
    skos:definition "Hjemmeproduksjon av nytte- el prydting som bygger på nasjonale tradisjoner <BOB>"@nb ;
    skos:exactMatch realfagstermer:c000189,
        <http://dewey.info/class/745/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000189,
        <http://dewey.info/class/306.47/e23/>,
        <http://dewey.info/class/745/e23/> ;
    skos:prefLabel "Handicraft"@en,
        "Husflid"@nb,
        "Husflid"@nn ;
    skos:related humord:c04827,
        humord:c05429,
        humord:c07672,
        humord:c07780 .

humord:c07696 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07696" ;
    dct:modified "2025-05-06T08:15:49"^^xsd:dateTime ;
    skos:altLabel "Ceramic industries"@en ;
    skos:broader humord:c14440 ;
    skos:exactMatch <http://dewey.info/class/338.47666/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.47666/e23/>,
        <http://dewey.info/class/681.7666/e23/> ;
    skos:prefLabel "Ceramics industry"@en,
        "Keramisk industri"@nb,
        "Keramisk industri"@nn ;
    skos:relatedMatch <http://dewey.info/class/681.7666/e23/> .

humord:c07697 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07697" ;
    dct:modified "2025-05-05T09:26:51"^^xsd:dateTime ;
    skos:altLabel "Art industries"@en,
        "Industrial art"@en,
        "Industrial arts"@en ;
    skos:broader humord:c14440 ;
    skos:exactMatch <http://dewey.info/class/338.477/e23/>,
        <http://dewey.info/class/338.7617/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.477/e23/>,
        <http://dewey.info/class/338.7617/e23/>,
        <http://dewey.info/class/700/e23/> ;
    skos:prefLabel "Art industry"@en,
        "Kunstindustri"@nb,
        "Kunstindustri"@nn ;
    skos:related humord:c05463 ;
    skos:relatedMatch <http://dewey.info/class/700/e23/> .

humord:c07698 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07698" ;
    dct:modified "2025-04-10T14:05:32"^^xsd:dateTime ;
    skos:altLabel "Meieridrift"@nb,
        "Melkesentraler"@nb,
        "Meieridrift"@nn,
        "Mjølkesentralar"@nn ;
    skos:broader humord:c22317 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/637/e23/> ;
    skos:prefLabel "Dairies"@en,
        "Meierier"@nb,
        "Meieri"@nn ;
    skos:related humord:c07514 ;
    skos:relatedMatch <http://dewey.info/class/637/e23/> .

humord:c07699 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07699" ;
    dct:modified "2025-05-05T13:11:44"^^xsd:dateTime ;
    skos:altLabel "Metal industries"@en ;
    skos:broader humord:c14440 ;
    skos:exactMatch <http://dewey.info/class/338.47671/e23/>,
        <http://dewey.info/class/338.7671/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.47671/e23/>,
        <http://dewey.info/class/338.7671/e23/>,
        <http://dewey.info/class/669/e23/>,
        <http://dewey.info/class/671/e23/> ;
    skos:prefLabel "Metal industry"@en,
        "Metallindustri"@nb,
        "Metallindustri"@nn ;
    skos:related humord:c07609,
        humord:c07618,
        humord:c07679 ;
    skos:relatedMatch <http://dewey.info/class/669/e23/>,
        <http://dewey.info/class/671/e23/> .

humord:c07700 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07700" ;
    dct:modified "2025-01-28T10:26:23"^^xsd:dateTime ;
    skos:altLabel "Iron industries"@en,
        "Iron industry"@en,
        "Iron- and steel industry"@en,
        "Steel industries"@en,
        "Jern- og stålindustri"@nb,
        "Jernindustri"@nb,
        "Jern- og stålindustri"@nn,
        "Jernindustri"@nn ;
    skos:broader humord:c07699 ;
    skos:exactMatch <http://dewey.info/class/338.273/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.273/e23/>,
        <http://dewey.info/class/338.47669142/e23/> ;
    skos:prefLabel "Steel industry"@en,
        "Stålindustri"@nb,
        "Stålindustri"@nn ;
    skos:related humord:c07601,
        humord:c07619 ;
    skos:relatedMatch <http://dewey.info/class/338.47669142/e23/> .

humord:c07701 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07701" ;
    dct:modified "2024-05-14T13:24:50"^^xsd:dateTime ;
    skos:altLabel "Oil industry"@en,
        "Petroleum industry"@en,
        "Gassindustri"@nb,
        "Oljeindustri"@nb,
        "Oljevirksomhet"@nb,
        "Petroleumsindustri"@nb,
        "Gassindustri"@nn,
        "Oljeindustri"@nn,
        "Oljeverksemd"@nn,
        "Petroleumsindustri"@nn ;
    skos:broader humord:c14440 ;
    skos:closeMatch realfagstermer:c001677,
        realfagstermer:c002690,
        realfagstermer:c010611,
        realfagstermer:c012565,
        realfagstermer:c012566 ;
    skos:definition "Oljeindustri, også kalt petroleumsvirksomhet og oljenæring, betegner den virksomheten som utvinner og foredler petroleumsprodukter fra petroleum, det vil si fra råolje, naturgasskondensat og naturgass <wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c011494,
        <http://dewey.info/class/338.2728/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001677,
        realfagstermer:c002690,
        realfagstermer:c010611,
        realfagstermer:c011494,
        realfagstermer:c012565,
        realfagstermer:c012566,
        <http://dewey.info/class/338.2728/e23/>,
        <http://dewey.info/class/343.0772/e23/> ;
    skos:prefLabel "Petroleum activity"@en,
        "Petroleumsvirksomhet"@nb,
        "Petroleumsverksemd"@nn ;
    skos:related humord:c08340,
        humord:c21745,
        humord:c22947,
        humord:c24916,
        humord:c27187 ;
    skos:relatedMatch <http://dewey.info/class/343.0772/e23/> .

humord:c07705 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07705" ;
    dct:modified "2025-04-10T15:03:47"^^xsd:dateTime ;
    skos:broader humord:c22317 ;
    skos:exactMatch <http://dewey.info/class/338.476742/e23/>,
        <http://dewey.info/class/338.76742/e23/>,
        <http://dewey.info/class/674.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.476742/e23/>,
        <http://dewey.info/class/338.76742/e23/>,
        <http://dewey.info/class/674.2/e23/> ;
    skos:prefLabel "Sawmills"@en,
        "Sagbruk"@nb,
        "Sagbruk"@nn ;
    skos:related humord:c59253 .

humord:c07706 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07706" ;
    dct:modified "2025-04-23T08:32:46"^^xsd:dateTime ;
    skos:broader humord:c22317 ;
    skos:closeMatch <http://dewey.info/class/685.1/e23/> ;
    skos:exactMatch <http://dewey.info/class/636.10837/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/636.0837/e23/>,
        <http://dewey.info/class/636.10837/e23/>,
        <http://dewey.info/class/685.1/e23/> ;
    skos:prefLabel "Upholstery"@en,
        "Salmakeri"@nb,
        "Salmakari"@nn ;
    skos:relatedMatch <http://dewey.info/class/636.0837/e23/> .

humord:c07707 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-09-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07707" ;
    dct:modified "2025-04-29T08:27:47"^^xsd:dateTime ;
    skos:altLabel "Shoe industries"@en,
        "Skotøyindustri"@nb,
        "Skotøyindustri"@nn ;
    skos:broadMatch <http://dewey.info/class/685.31/e23/> ;
    skos:broader humord:c16705 ;
    skos:exactMatch <http://dewey.info/class/338.4768531/e23/>,
        <http://dewey.info/class/338.768531/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.4768531/e23/>,
        <http://dewey.info/class/338.768531/e23/>,
        <http://dewey.info/class/685.31/e23/> ;
    skos:prefLabel "Shoe industry"@en,
        "Skoindustri"@nb,
        "Skoindustri"@nn ;
    skos:related humord:c04770,
        humord:c07708 .

humord:c07708 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-09-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07708" ;
    dct:modified "2024-10-07T10:01:33"^^xsd:dateTime ;
    skos:altLabel "Cobbling"@en,
        "Shoemaking"@en,
        "Skomakerhåndverk"@nb,
        "Skomakarhandverk"@nn ;
    skos:broader humord:c07672 ;
    skos:exactMatch <http://dewey.info/class/338.4768531/e23/>,
        <http://dewey.info/class/338.768531/e23/>,
        <http://dewey.info/class/685.31/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.4768531/e23/>,
        <http://dewey.info/class/338.768531/e23/>,
        <http://dewey.info/class/391.413/e23/>,
        <http://dewey.info/class/685.31/e23/> ;
    skos:prefLabel "Shoemaking businesses"@en,
        "Skomakeri"@nb,
        "Skomakeri"@nn ;
    skos:related humord:c04770,
        humord:c07452,
        humord:c07707 ;
    skos:relatedMatch <http://dewey.info/class/391.413/e23/> .

humord:c07709 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-12-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07709" ;
    dct:modified "2025-04-10T15:09:12"^^xsd:dateTime ;
    skos:altLabel "Abattoirs"@en,
        "Butcher shops"@en,
        "Butchers' shops"@en,
        "Slakteri"@nb ;
    skos:broader humord:c22317 ;
    skos:closeMatch <http://dewey.info/class/338.476649029/e23/>,
        <http://dewey.info/class/338.76649029/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.476649029/e23/>,
        <http://dewey.info/class/338.76649029/e23/>,
        <http://dewey.info/class/664.9029/e23/> ;
    skos:prefLabel "Slaughterhouses"@en,
        "Slakterier"@nb,
        "Slakteri"@nn ;
    skos:relatedMatch <http://dewey.info/class/664.9029/e23/> .

humord:c07710 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-09-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07710" ;
    dct:modified "2023-12-19T13:38:13"^^xsd:dateTime ;
    skos:altLabel "Textile industries"@en,
        "Klesproduksjon"@nb ;
    skos:broader humord:c16705 ;
    skos:closeMatch <http://dewey.info/class/677/e23/>,
        <http://dewey.info/class/687/e23/> ;
    skos:exactMatch realfagstermer:c002167,
        <http://dewey.info/class/338.47677/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002167,
        <http://dewey.info/class/338.47677/e23/>,
        <http://dewey.info/class/677/e23/>,
        <http://dewey.info/class/687/e23/> ;
    skos:prefLabel "Textile industry"@en,
        "Tekstilindustri"@nb,
        "Tekstilindustri"@nn ;
    skos:related humord:c07714,
        humord:c07794 .

humord:c07711 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07711" ;
    dct:modified "2025-04-29T08:25:48"^^xsd:dateTime ;
    skos:altLabel "Cotton industries"@en,
        "Cotton textile industries"@en,
        "Cotton textile industry"@en ;
    skos:broader humord:c07710 ;
    skos:exactMatch <http://dewey.info/class/338.17351/e23/>,
        <http://dewey.info/class/338.4767721/e23/>,
        <http://dewey.info/class/338.767721/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.17351/e23/>,
        <http://dewey.info/class/338.4767721/e23/>,
        <http://dewey.info/class/338.767721/e23/>,
        <http://dewey.info/class/583.775/e23/>,
        <http://dewey.info/class/633.51/e23/>,
        <http://dewey.info/class/677.21/e23/> ;
    skos:prefLabel "Cotton industry"@en,
        "Bomullsindustri"@nb,
        "Bomullsindustri"@nn ;
    skos:relatedMatch <http://dewey.info/class/583.775/e23/>,
        <http://dewey.info/class/633.51/e23/>,
        <http://dewey.info/class/677.21/e23/> .

humord:c07712 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07712" ;
    dct:modified "2025-04-29T08:25:27"^^xsd:dateTime ;
    skos:altLabel "Jute industries"@en ;
    skos:broader humord:c07710 ;
    skos:exactMatch <http://dewey.info/class/338.17354/e23/>,
        <http://dewey.info/class/338.4767713/e23/>,
        <http://dewey.info/class/338.767713/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.17354/e23/>,
        <http://dewey.info/class/338.4767713/e23/>,
        <http://dewey.info/class/338.767713/e23/>,
        <http://dewey.info/class/583.68/e23/>,
        <http://dewey.info/class/633.54/e23/>,
        <http://dewey.info/class/677.13/e23/> ;
    skos:prefLabel "Jute industry"@en,
        "Juteindustri"@nb,
        "Juteindustri"@nn ;
    skos:relatedMatch <http://dewey.info/class/583.68/e23/>,
        <http://dewey.info/class/633.54/e23/>,
        <http://dewey.info/class/677.13/e23/> .

humord:c07713 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07713" ;
    dct:modified "2025-04-29T08:24:42"^^xsd:dateTime ;
    skos:altLabel "Silk industries"@en ;
    skos:broader humord:c07710 ;
    skos:exactMatch <http://dewey.info/class/338.4767739/e23/>,
        <http://dewey.info/class/338.767739/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.4767739/e23/>,
        <http://dewey.info/class/338.767739/e23/>,
        <http://dewey.info/class/595.78/e23/>,
        <http://dewey.info/class/677.39/e23/> ;
    skos:prefLabel "Silk industry"@en,
        "Silkeindustri"@nb,
        "Silkeindustri"@nn ;
    skos:relatedMatch <http://dewey.info/class/595.78/e23/>,
        <http://dewey.info/class/677.39/e23/> .

humord:c07714 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07714" ;
    dct:modified "2025-04-10T13:57:21"^^xsd:dateTime ;
    skos:altLabel "Spinning mills"@en ;
    skos:broader humord:c22317 ;
    skos:exactMatch <http://dewey.info/class/338.4767702822/e23/>,
        <http://dewey.info/class/338.767702822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.4767702822/e23/>,
        <http://dewey.info/class/338.767702822/e23/>,
        <http://dewey.info/class/677.02822/e23/> ;
    skos:prefLabel "Textile mills"@en,
        "Spinnerier"@nb,
        "Spinneri"@nn ;
    skos:related humord:c07710,
        humord:c07715 ;
    skos:relatedMatch <http://dewey.info/class/677.02822/e23/> .

humord:c07715 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07715" ;
    dct:modified "2025-01-29T14:56:13"^^xsd:dateTime ;
    skos:broader humord:c04827 ;
    skos:closeMatch <http://dewey.info/class/746.12/e23/> ;
    skos:exactMatch <http://dewey.info/class/677.02822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/677.02822/e23/>,
        <http://dewey.info/class/746.12/e23/> ;
    skos:prefLabel "Spinning (Handwork)"@en,
        "Spinning (Håndarbeid)"@nb,
        "Spinning (Handarbeid)"@nn ;
    skos:related humord:c07714 .

humord:c07716 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07716" ;
    dct:modified "2025-02-14T09:18:30"^^xsd:dateTime ;
    skos:altLabel "Wood processing industries"@en,
        "Wood processing industry"@en,
        "Treforedlingsindustri"@nb,
        "Treforedlingsindustri"@nn ;
    skos:broader humord:c59253 ;
    skos:exactMatch <http://dewey.info/class/676/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/676/e23/> ;
    skos:prefLabel "Wood processing"@en,
        "Treforedling"@nb,
        "Treforedling"@nn .

humord:c07718 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07718" ;
    dct:modified "2025-03-27T14:20:20"^^xsd:dateTime ;
    skos:altLabel "Hydroteknikk"@nb,
        "Hydroteknologi"@nb,
        "Hydroteknikk"@nn,
        "Hydroteknologi"@nn ;
    skos:broadMatch <http://dewey.info/class/627/e23/> ;
    skos:broader humord:c14440 ;
    skos:definition "Vannbygging er bygging av anlegg i vann eller for utnyttelse av vannet <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/627/e23/>,
        <http://dewey.info/class/628.1/e23/> ;
    skos:prefLabel "Water engineering"@en,
        "Vannbygging"@nb,
        "Vassbygging"@nn ;
    skos:related humord:c14301 ;
    skos:relatedMatch <http://dewey.info/class/628.1/e23/> .

humord:c07719 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07719" ;
    dct:modified "2023-12-18T15:21:04"^^xsd:dateTime ;
    skos:broader humord:c07718 ;
    skos:exactMatch realfagstermer:c007087,
        <http://dewey.info/class/363.61/e23/>,
        <http://dewey.info/class/623.751/e23/>,
        <http://dewey.info/class/696.12/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007087,
        <http://dewey.info/class/333.91/e23/>,
        <http://dewey.info/class/343.0924/e23/>,
        <http://dewey.info/class/354.366/e23/>,
        <http://dewey.info/class/363.61/e23/>,
        <http://dewey.info/class/553.7/e23/>,
        <http://dewey.info/class/623.751/e23/>,
        <http://dewey.info/class/623.854/e23/>,
        <http://dewey.info/class/628.1/e23/>,
        <http://dewey.info/class/629.4773/e23/>,
        <http://dewey.info/class/696.12/e23/> ;
    skos:prefLabel "Water supply"@en,
        "Vannforsyning"@nb,
        "Vassforsyning"@nn ;
    skos:related humord:c27210 ;
    skos:relatedMatch <http://dewey.info/class/333.91/e23/>,
        <http://dewey.info/class/343.0924/e23/>,
        <http://dewey.info/class/354.366/e23/>,
        <http://dewey.info/class/553.7/e23/>,
        <http://dewey.info/class/623.854/e23/>,
        <http://dewey.info/class/628.1/e23/>,
        <http://dewey.info/class/629.4773/e23/> .

humord:c07720 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07720" ;
    dct:modified "2025-04-29T08:23:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/333.913/e23/>,
        <http://dewey.info/class/627.52/e23/> ;
    skos:broader humord:c07719 ;
    skos:exactMatch realfagstermer:c005568 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005568,
        <http://dewey.info/class/333.913/e23/>,
        <http://dewey.info/class/627.52/e23/> ;
    skos:prefLabel "Irrigation"@en,
        "Irrigasjon"@nb,
        "Irrigasjon"@nn .

humord:c07721 a ubo:Topic,
        skos:Concept ;
    dct:created "2011-06-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07721" ;
    dct:modified "2025-05-05T13:12:28"^^xsd:dateTime ;
    skos:altLabel "Engineering industries"@en ;
    skos:broader humord:c14440 ;
    skos:exactMatch realfagstermer:c003101 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003101 ;
    skos:prefLabel "Engineering industry"@en,
        "Verkstedindustri"@nb,
        "Verkstadindustri"@nn ;
    skos:related humord:c07605,
        humord:c17400 .

humord:c07722 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07722" ;
    dct:modified "2023-11-16T15:35:29"^^xsd:dateTime ;
    skos:altLabel "Automobile industries"@en,
        "Automobile industry"@en,
        "Car industries"@en ;
    skos:broader humord:c07721 ;
    skos:closeMatch <http://dewey.info/class/338.476292/e23/> ;
    skos:exactMatch realfagstermer:c000798 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000798,
        <http://dewey.info/class/338.476292/e23/> ;
    skos:prefLabel "Car industry"@en,
        "Bilindustri"@nb,
        "Bilindustri"@nn ;
    skos:related humord:c04393 .

humord:c07725 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07725" ;
    dct:modified "2024-05-21T08:20:30"^^xsd:dateTime ;
    skos:altLabel "Quarry"@en,
        "Steinbrott"@nn ;
    skos:broader humord:c07664 ;
    skos:closeMatch <http://dewey.info/class/338.4762235/e23/>,
        <http://dewey.info/class/338.762235/e23/>,
        <http://dewey.info/class/622.35/e23/> ;
    skos:definition "Steinbrudd, sted hvor det tas ut stein for videre bearbeidelse til fasadeplater og bygningselementer, eller for knusing og sikting for anvendelse som byggeråstoff (for eksempel pukk). <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012060 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012060,
        <http://dewey.info/class/338.4762235/e23/>,
        <http://dewey.info/class/338.762235/e23/>,
        <http://dewey.info/class/622.35/e23/> ;
    skos:prefLabel "Quarries"@en,
        "Steinbrudd"@nb,
        "Steinbrot"@nn .

humord:c07726 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07726" ;
    dct:modified "2025-06-14T08:13:55"^^xsd:dateTime ;
    skos:altLabel "Boktrykkerfag"@nb,
        "Boktrykkarfag"@nn ;
    skos:broadMatch <http://dewey.info/class/302.226/e23/> ;
    skos:broader humord:c07664 ;
    skos:exactMatch realfagstermer:c001719,
        <http://dewey.info/class/686.22/e23/>,
        <http://dewey.info/class/744.47/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001719,
        <http://dewey.info/class/302.226/e23/>,
        <http://dewey.info/class/686.22/e23/>,
        <http://dewey.info/class/744.47/e23/> ;
    skos:prefLabel "Typography"@en,
        "Typografi"@nb,
        "Typografi"@nn ;
    skos:related humord:c07550 .

humord:c07728 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07728" ;
    dct:modified "2024-11-07T12:31:46"^^xsd:dateTime ;
    skos:altLabel "Printing"@en,
        "Boktrykking"@nb,
        "Trykkekunst"@nb,
        "Trykking"@nb,
        "Boktrykking"@nn,
        "Boktrykkjar­kunst"@nn,
        "Trykking"@nn ;
    skos:broader humord:c07726 ;
    skos:exactMatch <http://dewey.info/class/686.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/686.2/e23/>,
        <http://dewey.info/class/760/e23/> ;
    skos:prefLabel "Art of printing"@en,
        "Boktrykkerkunst"@nb,
        "Boktrykkar­kunst"@nn ;
    skos:related humord:c12334 ;
    skos:relatedMatch <http://dewey.info/class/760/e23/> .

humord:c07729 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07729" ;
    dct:modified "2025-04-29T08:16:22"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/686.2/e23/>,
        <http://dewey.info/class/769/e23/> ;
    skos:broader humord:c07726 ;
    skos:definition "Ulike former for bildetrykk på papir, inndeles i høytrykk, dyptrykk, flattrykk og silketrykk <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/686.2/e23/>,
        <http://dewey.info/class/769/e23/> ;
    skos:prefLabel "Graphic printing techniques"@en,
        "Grafisk trykkmetode"@nb,
        "Grafisk trykkmetode"@nn .

humord:c07730 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07730" ;
    dct:modified "2025-04-29T08:21:37"^^xsd:dateTime ;
    skos:altLabel "Printing color"@en ;
    skos:broadMatch <http://dewey.info/class/667.2/e23/>,
        <http://dewey.info/class/686.23042/e23/> ;
    skos:broader humord:c07726 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/667.2/e23/>,
        <http://dewey.info/class/686.23042/e23/> ;
    skos:prefLabel "Printing colour"@en,
        "Trykkfarge"@nb,
        "Trykkfarge"@nn .

humord:c07731 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07731" ;
    dct:modified "2025-05-06T15:07:12"^^xsd:dateTime ;
    skos:altLabel "Lumbering"@en,
        "Tømmerhogst"@nb,
        "Tømmerhogst"@nn ;
    skos:broader humord:c07664 ;
    skos:closeMatch <http://dewey.info/class/338.1749/e23/>,
        <http://dewey.info/class/634.98/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.1749/e23/>,
        <http://dewey.info/class/634.98/e23/> ;
    skos:prefLabel "Logging (Timber)"@en,
        "Tømmerdrift"@nb,
        "Tømmerdrift"@nn .

humord:c07732 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07732" ;
    dct:modified "2025-06-25T09:35:44"^^xsd:dateTime ;
    skos:altLabel "Log driving"@en,
        "Fløtning"@nb,
        "Fløyting"@nb,
        "Tømmerfløting"@nb,
        "Tømmerfløtning"@nb,
        "Tømmerfløyting"@nb,
        "Tømmerfløyting"@nn ;
    skos:broadMatch <http://dewey.info/class/634.98/e23/> ;
    skos:broader humord:c07731 ;
    skos:definition "Tømmerfløting er transport av tømmer i et vassdrag. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/634.98/e23/> ;
    skos:prefLabel "Floating"@en,
        "Fløting"@nb,
        "Fløyting"@nn .

humord:c07733 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07733" ;
    dct:modified "2024-05-15T10:17:54"^^xsd:dateTime ;
    skos:altLabel "Winning"@en ;
    skos:broader humord:c07664 ;
    skos:exactMatch realfagstermer:c010542,
        <http://dewey.info/class/622/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010542,
        <http://dewey.info/class/338.2/e23/>,
        <http://dewey.info/class/343.077/e23/>,
        <http://dewey.info/class/354.39/e23/>,
        <http://dewey.info/class/622/e23/>,
        <http://dewey.info/class/657.862/e23/>,
        <http://dewey.info/class/664.022/e23/>,
        <http://dewey.info/class/665.0282/e23/> ;
    skos:prefLabel "Extraction"@en,
        "Utvinning"@nb,
        "Utvinning"@nn ;
    skos:related humord:c07770 ;
    skos:relatedMatch <http://dewey.info/class/338.2/e23/>,
        <http://dewey.info/class/343.077/e23/>,
        <http://dewey.info/class/354.39/e23/>,
        <http://dewey.info/class/657.862/e23/>,
        <http://dewey.info/class/664.022/e23/>,
        <http://dewey.info/class/665.0282/e23/> .

humord:c07734 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07734" ;
    dct:modified "2026-02-25T10:03:06"^^xsd:dateTime ;
    skos:altLabel "Service industries"@en,
        "Tertiary industries"@en,
        "Tertiary industry"@en,
        "Tertiary sector"@en,
        "Serviceindustri"@nb,
        "Servicenæring"@nb,
        "Sørvisindustri"@nb,
        "Sørvisnæring"@nb,
        "Sørvisnæringer"@nb,
        "Tertiærnæringer"@nb,
        "Tjenestenæringer"@nb,
        "Tjenestesektoren"@nb,
        "Tjenesteytende næringer"@nb,
        "Tjenesteytende sektor"@nb,
        "Tjenesteyting"@nb,
        "Serviceindustri"@nn,
        "Servicenæring"@nn,
        "Sørvisindustri"@nn,
        "Sørvisnæring"@nn,
        "Sørvisnæringar"@nn,
        "Tenestenæringar"@nn,
        "Tenestesektoren"@nn,
        "Tenesteytande næringar"@nn,
        "Tenesteytande sektor"@nn,
        "Tenesteyting"@nn,
        "Tertiærnæringar"@nn ;
    skos:broadMatch <http://dewey.info/class/354.68/e23/> ;
    skos:broader humord:c07620 ;
    skos:exactMatch <http://dewey.info/class/338.47/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/331.793/e23/>,
        <http://dewey.info/class/334.681/e23/>,
        <http://dewey.info/class/338.4561/e23/>,
        <http://dewey.info/class/338.47/e23/>,
        <http://dewey.info/class/338.761/e23/>,
        <http://dewey.info/class/338.8261/e23/>,
        <http://dewey.info/class/338.8361/e23/>,
        <http://dewey.info/class/338.8871/e23/>,
        <http://dewey.info/class/343.078/e23/>,
        <http://dewey.info/class/354.68/e23/>,
        <http://dewey.info/class/381.45/e23/>,
        <http://dewey.info/class/657.83/e23/> ;
    skos:prefLabel "Service industry"@en,
        "Servicenæringer"@nb,
        "Servicenæringar"@nn ;
    skos:related humord:c01521 ;
    skos:relatedMatch <http://dewey.info/class/331.793/e23/>,
        <http://dewey.info/class/334.681/e23/>,
        <http://dewey.info/class/338.4561/e23/>,
        <http://dewey.info/class/338.761/e23/>,
        <http://dewey.info/class/338.8261/e23/>,
        <http://dewey.info/class/338.8361/e23/>,
        <http://dewey.info/class/338.8871/e23/>,
        <http://dewey.info/class/343.078/e23/>,
        <http://dewey.info/class/381.45/e23/>,
        <http://dewey.info/class/657.83/e23/> .

humord:c07736 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07736" ;
    dct:modified "2025-08-12T13:38:29"^^xsd:dateTime ;
    skos:altLabel "Finance business"@en,
        "Finance systems"@en,
        "Financial conditions"@en,
        "Financial industry"@en,
        "Financial management"@en,
        "Financial operations"@en,
        "Financial system"@en,
        "Finansanalyse"@nb,
        "Finansforvaltning"@nb,
        "Finansielle forhold"@nb,
        "Finansielle tjenester"@nb,
        "Finanssystemer"@nb,
        "Finansvesen"@nb,
        "Finansanalyse"@nn,
        "Finansforvaltning"@nn,
        "Finansielle tenester"@nn,
        "Finanssystem"@nn ;
    skos:broadMatch <http://dewey.info/class/332/e23/>,
        <http://dewey.info/class/658.15/e23/> ;
    skos:broader humord:c07798 ;
    skos:closeMatch realfagstermer:c011584 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011584,
        <http://dewey.info/class/332/e23/>,
        <http://dewey.info/class/658.15/e23/> ;
    skos:prefLabel "Financial services"@en,
        "Finansvirksomhet"@nb,
        "Finansverksemd"@nn ;
    skos:related humord:c22506 .

humord:c07737 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07737" ;
    dct:modified "2023-11-15T15:39:58"^^xsd:dateTime ;
    skos:altLabel "Banking"@en,
        "Banking operations"@en,
        "Bankvesen"@nb,
        "Bankvesen"@nn ;
    skos:broader humord:c07736 ;
    skos:closeMatch realfagstermer:c002812,
        <http://dewey.info/class/332.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002812,
        <http://dewey.info/class/332.1/e23/> ;
    skos:prefLabel "Banking business"@en,
        "Bankvirksomhet"@nb,
        "Bankverksemd"@nn .

humord:c07739 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07739" ;
    dct:modified "2024-10-10T13:25:51"^^xsd:dateTime ;
    skos:broader humord:c22506 ;
    skos:exactMatch <http://dewey.info/class/332.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.1/e23/>,
        <http://dewey.info/class/346.082/e23/>,
        <http://dewey.info/class/354.86/e23/>,
        <http://dewey.info/class/657.8333/e23/>,
        <http://dewey.info/class/725.24/e23/> ;
    skos:prefLabel "Banks"@en,
        "Banker"@nb,
        "Bankar"@nn ;
    skos:related humord:c07744,
        humord:c28667 ;
    skos:relatedMatch <http://dewey.info/class/346.082/e23/>,
        <http://dewey.info/class/354.86/e23/>,
        <http://dewey.info/class/657.8333/e23/>,
        <http://dewey.info/class/725.24/e23/> .

humord:c07741 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07741" ;
    dct:modified "2024-03-20T08:49:20"^^xsd:dateTime ;
    skos:altLabel "Insurances"@en,
        "Forsikringer"@nb,
        "Forsikringar"@nn ;
    skos:broader humord:c07736 ;
    skos:exactMatch realfagstermer:c008988,
        <http://dewey.info/class/368/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008988,
        <http://dewey.info/class/331.255/e23/>,
        <http://dewey.info/class/346.086/e23/>,
        <http://dewey.info/class/354.85/e23/>,
        <http://dewey.info/class/368/e23/>,
        <http://dewey.info/class/657.73/e23/>,
        <http://dewey.info/class/658.153/e23/>,
        <http://dewey.info/class/658.3254/e23/> ;
    skos:prefLabel "Insurance"@en,
        "Forsikring"@nb,
        "Forsikring"@nn ;
    skos:related humord:c07742 ;
    skos:relatedMatch <http://dewey.info/class/331.255/e23/>,
        <http://dewey.info/class/346.086/e23/>,
        <http://dewey.info/class/354.85/e23/>,
        <http://dewey.info/class/657.73/e23/>,
        <http://dewey.info/class/658.153/e23/>,
        <http://dewey.info/class/658.3254/e23/> .

humord:c07742 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07742" ;
    dct:modified "2024-03-20T08:51:46"^^xsd:dateTime ;
    skos:altLabel "Insurance agencies"@en ;
    skos:broader humord:c22506 ;
    skos:exactMatch realfagstermer:c002071,
        <http://dewey.info/class/368.0065/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002071,
        <http://dewey.info/class/332.38/e23/>,
        <http://dewey.info/class/332.6722/e23/>,
        <http://dewey.info/class/332.672532/e23/>,
        <http://dewey.info/class/368.0065/e23/>,
        <http://dewey.info/class/657.836/e23/> ;
    skos:prefLabel "Insurance companies"@en,
        "Forsikringsselskaper"@nb,
        "Forsikringsselskap"@nn ;
    skos:related humord:c07741 ;
    skos:relatedMatch <http://dewey.info/class/332.38/e23/>,
        <http://dewey.info/class/332.6722/e23/>,
        <http://dewey.info/class/332.672532/e23/>,
        <http://dewey.info/class/657.836/e23/> .

humord:c07743 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-06-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07743" ;
    dct:modified "2025-08-13T10:17:47"^^xsd:dateTime ;
    skos:altLabel "Skadeerstatning"@nb ;
    skos:broader humord:c07741 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/347.077/e23/> ;
    skos:prefLabel "Indemnification"@en,
        "Skadeserstatning"@nb,
        "Skadeerstatning"@nn ;
    skos:related humord:c01502,
        humord:c03901,
        humord:c22332,
        humord:c59008 ;
    skos:relatedMatch <http://dewey.info/class/347.077/e23/> .

humord:c07744 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07744" ;
    dct:modified "2025-04-10T10:20:14"^^xsd:dateTime ;
    skos:altLabel "Låneinstitusjoner"@nb,
        "Låneinstitusjonar"@nn ;
    skos:broader humord:c22506 ;
    skos:closeMatch <http://dewey.info/class/332.1/e23/> ;
    skos:exactMatch <http://dewey.info/class/332.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.1/e23/>,
        <http://dewey.info/class/332.3/e23/>,
        <http://dewey.info/class/346.082/e23/>,
        <http://dewey.info/class/354.86/e23/> ;
    skos:prefLabel "Credit institutions"@en,
        "Kredittinstitusjoner"@nb,
        "Kredittinstitusjonar"@nn ;
    skos:related humord:c07739,
        humord:c23980 ;
    skos:relatedMatch <http://dewey.info/class/346.082/e23/>,
        <http://dewey.info/class/354.86/e23/> .

humord:c07745 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07745" ;
    dct:modified "2025-04-10T07:48:20"^^xsd:dateTime ;
    skos:altLabel "Commerce"@en,
        "Handelssamkvem"@nb,
        "Handelsvirksomhet"@nb,
        "Vareomsetning"@nb,
        "Handelssamkvem"@nn,
        "Handelsverksemd"@nn,
        "Vareomsetjing"@nn ;
    skos:broader humord:c07734 ;
    skos:exactMatch realfagstermer:c001933,
        <http://dewey.info/class/354.73/e23/>,
        <http://dewey.info/class/381/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001933,
        <http://dewey.info/class/174.4/e23/>,
        <http://dewey.info/class/303.482/e23/>,
        <http://dewey.info/class/306.34/e23/>,
        <http://dewey.info/class/307.333/e23/>,
        <http://dewey.info/class/343.08/e23/>,
        <http://dewey.info/class/354.73/e23/>,
        <http://dewey.info/class/381/e23/>,
        <http://dewey.info/class/657.839/e23/> ;
    skos:prefLabel "Trade"@en,
        "Handel"@nb,
        "Handel"@nn ;
    skos:related humord:c07593,
        humord:c07746,
        humord:c07923,
        humord:c07924,
        humord:c09564 ;
    skos:relatedMatch <http://dewey.info/class/174.4/e23/>,
        <http://dewey.info/class/303.482/e23/>,
        <http://dewey.info/class/306.34/e23/>,
        <http://dewey.info/class/307.333/e23/>,
        <http://dewey.info/class/343.08/e23/>,
        <http://dewey.info/class/657.839/e23/> .

humord:c07746 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-10-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07746" ;
    dct:modified "2025-04-25T14:57:30"^^xsd:dateTime ;
    skos:altLabel "Commercial activity"@en,
        "Trade activity"@en,
        "Forretningsdrift"@nb,
        "Kommersiell aktivitet"@nb,
        "Kommersiell virksomhet"@nb,
        "Forretningsdrift"@nn,
        "Kommersiell aktivitet"@nn,
        "Kommersiell verksemd"@nn ;
    skos:broader humord:c07587 ;
    skos:closeMatch realfagstermer:c001933,
        <http://dewey.info/class/650/e23/> ;
    skos:definition "Forretningsvirksomhet er det å drive forretninger <BOB>"@nb ;
    skos:editorialNote "Lukket bemerkning: ubo11"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001933,
        <http://dewey.info/class/338/e23/>,
        <http://dewey.info/class/650/e23/> ;
    skos:prefLabel "Business activity"@en,
        "Forretningsvirksomhet"@nb,
        "Forretningsverksemd"@nn ;
    skos:related humord:c07745,
        humord:c22739,
        humord:c23793 ;
    skos:relatedMatch <http://dewey.info/class/338/e23/> .

humord:c07748 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07748" ;
    dct:modified "2024-08-28T15:28:05"^^xsd:dateTime ;
    skos:altLabel "Auksjon"@nb,
        "Auksjon"@nn ;
    skos:broader humord:c07745 ;
    skos:exactMatch <http://dewey.info/class/381.17/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/381.17/e23/> ;
    skos:prefLabel "Auctions"@en,
        "Auksjoner"@nb,
        "Auksjonar"@nn .

humord:c07749 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07749" ;
    dct:modified "2025-04-25T14:58:56"^^xsd:dateTime ;
    skos:altLabel "Hawking"@en,
        "Gatesalg"@nb,
        "Gatesal"@nn ;
    skos:broader humord:c07745 ;
    skos:closeMatch <http://dewey.info/class/381.18/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/381.18/e23/> ;
    skos:prefLabel "Street trade"@en,
        "Gatehandel"@nb,
        "Gatehandel"@nn .

humord:c07750 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-02-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07750" ;
    dct:modified "2025-04-25T12:53:01"^^xsd:dateTime ;
    skos:altLabel "Trading company"@en,
        "Handelskompanier"@nb,
        "Handelskompani"@nn ;
    skos:broadMatch <http://dewey.info/class/381.065/e23/>,
        <http://dewey.info/class/382.065/e23/> ;
    skos:broader humord:c23447 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/381.065/e23/>,
        <http://dewey.info/class/382.065/e23/> ;
    skos:prefLabel "Trading companies"@en,
        "Handelsselskaper"@nb,
        "Handelsselskap"@nn .

humord:c07751 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07751" ;
    dct:modified "2025-04-25T15:01:26"^^xsd:dateTime ;
    skos:broader humord:c07745 ;
    skos:closeMatch <http://dewey.info/class/354.73/e23/> ;
    skos:exactMatch realfagstermer:c000385 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000385,
        <http://dewey.info/class/354.73/e23/> ;
    skos:prefLabel "Domestic trade"@en,
        "Innenrikshandel"@nb,
        "Innanrikshandel"@nn .

humord:c07754 a ubo:Topic,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07754" ;
    dct:modified "2025-04-29T08:01:39"^^xsd:dateTime ;
    skos:broader humord:c07734 ;
    skos:inScheme humord: ;
    skos:prefLabel "Centres of expertise"@en,
        "Kompetansesentre"@nb,
        "Kompetansesenter"@nn .

humord:c07755 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07755" ;
    dct:modified "2023-12-06T11:21:15"^^xsd:dateTime ;
    skos:broader humord:c21227 ;
    skos:exactMatch realfagstermer:c007288,
        <http://dewey.info/class/381/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007288,
        <http://dewey.info/class/1--0688/e23/>,
        <http://dewey.info/class/174.4/e23/>,
        <http://dewey.info/class/343.08/e23/>,
        <http://dewey.info/class/381/e23/>,
        <http://dewey.info/class/658.8/e23/>,
        <http://dewey.info/class/744.66/e23/> ;
    skos:prefLabel "Marketing"@en,
        "Markedsføring"@nb,
        "Marknadsføring"@nn ;
    skos:related humord:c09246 ;
    skos:relatedMatch <http://dewey.info/class/1--0688/e23/>,
        <http://dewey.info/class/174.4/e23/>,
        <http://dewey.info/class/343.08/e23/>,
        <http://dewey.info/class/658.8/e23/>,
        <http://dewey.info/class/744.66/e23/> .

humord:c07756 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07756" ;
    dct:modified "2025-04-24T11:26:46"^^xsd:dateTime ;
    skos:altLabel "Advertising"@en ;
    skos:broader humord:c07755 ;
    skos:exactMatch <http://dewey.info/class/659.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/174.26/e23/>,
        <http://dewey.info/class/343.082/e23/>,
        <http://dewey.info/class/659.1/e23/>,
        <http://dewey.info/class/741.67/e23/>,
        <http://dewey.info/class/744.66/e23/> ;
    skos:prefLabel "Advertisement"@en,
        "Reklame"@nb,
        "Reklame"@nn ;
    skos:related humord:c05668,
        humord:c09793,
        humord:c14501,
        humord:c26276 ;
    skos:relatedMatch <http://dewey.info/class/174.26/e23/>,
        <http://dewey.info/class/343.082/e23/>,
        <http://dewey.info/class/741.67/e23/>,
        <http://dewey.info/class/744.66/e23/> .

humord:c07757 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07757" ;
    dct:modified "2025-04-24T08:15:47"^^xsd:dateTime ;
    skos:broader humord:c07756 ;
    skos:closeMatch <http://dewey.info/class/398.87/e23/> ;
    skos:definition "Reklamerop for varer som blir solgt på gaten <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/398.87/e23/> ;
    skos:prefLabel "Street cries"@en,
        "Gaterop"@nb,
        "Gaterop"@nn .

humord:c07758 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07758" ;
    dct:modified "2024-10-22T11:24:56"^^xsd:dateTime ;
    skos:broader humord:c07734 ;
    skos:closeMatch realfagstermer:c005931 ;
    skos:exactMatch realfagstermer:c013914,
        <http://dewey.info/class/338.19/e23/>,
        <http://dewey.info/class/363.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005931,
        realfagstermer:c013914,
        <http://dewey.info/class/338.19/e23/>,
        <http://dewey.info/class/344.033/e23/>,
        <http://dewey.info/class/363.8/e23/>,
        <http://dewey.info/class/629.4773/e23/> ;
    skos:prefLabel "Food supply"@en,
        "Matforsyning"@nb,
        "Matforsyning"@nn ;
    skos:relatedMatch <http://dewey.info/class/344.033/e23/>,
        <http://dewey.info/class/629.4773/e23/> .

humord:c07759 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07759" ;
    dct:modified "2024-10-02T15:07:22"^^xsd:dateTime ;
    skos:altLabel "Shipping firms"@en,
        "Skipsrederier"@nb,
        "Skipsreiarlag"@nn ;
    skos:broadMatch <http://dewey.info/class/387.5065/e23/> ;
    skos:broader humord:c22317 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/387.5065/e23/> ;
    skos:prefLabel "Shipping companies"@en,
        "Rederier"@nb,
        "Reiarlag"@nn ;
    skos:related humord:c04335,
        humord:c04345,
        humord:c25419 .

humord:c07760 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07760" ;
    dct:modified "2023-12-19T15:09:07"^^xsd:dateTime ;
    skos:altLabel "Tourism industry"@en,
        "Tourist industries"@en,
        "Tourist trade"@en,
        "Turistnæring"@nb,
        "Turistnæring"@nn ;
    skos:broader humord:c07734 ;
    skos:exactMatch <http://dewey.info/class/338.4791/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.4819/e23/>,
        <http://dewey.info/class/338.4791/e23/>,
        <http://dewey.info/class/343.0933/e23/>,
        <http://dewey.info/class/354.73/e23/>,
        <http://dewey.info/class/385.22/e23/>,
        <http://dewey.info/class/386.242/e23/>,
        <http://dewey.info/class/386.352/e23/>,
        <http://dewey.info/class/386.40422/e23/>,
        <http://dewey.info/class/386.542/e23/>,
        <http://dewey.info/class/387.542/e23/>,
        <http://dewey.info/class/387.742/e23/>,
        <http://dewey.info/class/388.042/e23/>,
        <http://dewey.info/class/388.3222/e23/>,
        <http://dewey.info/class/388.41322/e23/> ;
    skos:prefLabel "Tourist industry"@en,
        "Reiselivsnæring"@nb,
        "Reiselivsnæring"@nn ;
    skos:related humord:c01411,
        humord:c07610,
        humord:c07612 ;
    skos:relatedMatch <http://dewey.info/class/306.4819/e23/>,
        <http://dewey.info/class/343.0933/e23/>,
        <http://dewey.info/class/354.73/e23/>,
        <http://dewey.info/class/385.22/e23/>,
        <http://dewey.info/class/386.242/e23/>,
        <http://dewey.info/class/386.352/e23/>,
        <http://dewey.info/class/386.40422/e23/>,
        <http://dewey.info/class/386.542/e23/>,
        <http://dewey.info/class/387.542/e23/>,
        <http://dewey.info/class/387.742/e23/>,
        <http://dewey.info/class/388.042/e23/>,
        <http://dewey.info/class/388.3222/e23/>,
        <http://dewey.info/class/388.41322/e23/> .

humord:c07762 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-06-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07762" ;
    dct:modified "2024-02-08T14:08:33"^^xsd:dateTime ;
    skos:altLabel "Sponsorvirksomhet"@nb ;
    skos:broadMatch <http://dewey.info/class/1--079/e23/>,
        <http://dewey.info/class/659/e23/> ;
    skos:broader humord:c12385 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--079/e23/>,
        <http://dewey.info/class/659/e23/> ;
    skos:prefLabel "Sponsoring"@en,
        "Sponsing"@nb,
        "Sponsing"@nn ;
    skos:related humord:c62872 .

humord:c07765 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07765" ;
    dct:modified "2024-10-07T09:56:24"^^xsd:dateTime ;
    skos:altLabel "Patent"@nb,
        "Patent"@nn ;
    skos:broadMatch <http://dewey.info/class/352.749/e23/> ;
    skos:broader humord:c63672 ;
    skos:exactMatch realfagstermer:c003875,
        <http://dewey.info/class/1--0272/e23/>,
        <http://dewey.info/class/346.0486/e23/>,
        <http://dewey.info/class/608/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003875,
        <http://dewey.info/class/1--0272/e23/>,
        <http://dewey.info/class/346.0486/e23/>,
        <http://dewey.info/class/352.749/e23/>,
        <http://dewey.info/class/608/e23/> ;
    skos:prefLabel "Patents"@en,
        "Patenter"@nb,
        "Patentar"@nn ;
    skos:related humord:c59884 .

humord:c07766 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07766" ;
    dct:modified "2025-04-23T11:16:29"^^xsd:dateTime ;
    skos:altLabel "Handelsvarer"@nb,
        "Vare"@nb,
        "Handelsvarer"@nn,
        "Vare"@nn ;
    skos:broadMatch <http://dewey.info/class/332.6328/e23/>,
        <http://dewey.info/class/338.47/e23/> ;
    skos:broader humord:c07587 ;
    skos:exactMatch realfagstermer:c008381 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008381,
        <http://dewey.info/class/332.6328/e23/>,
        <http://dewey.info/class/338.47/e23/>,
        <http://dewey.info/class/339.47/e23/> ;
    skos:prefLabel "Goods"@en,
        "Varer"@nb,
        "Varer"@nn ;
    skos:relatedMatch <http://dewey.info/class/339.47/e23/> .

humord:c07767 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07767" ;
    dct:modified "2025-04-25T14:25:21"^^xsd:dateTime ;
    skos:altLabel "Industriprodukter"@nb,
        "Industriprodukt"@nn ;
    skos:broadMatch <http://dewey.info/class/338.02/e23/> ;
    skos:broader humord:c07766 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.02/e23/> ;
    skos:prefLabel "Industrial goods"@en,
        "Industrivarer"@nb,
        "Industrivarer"@nn .

humord:c07769 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07769" ;
    dct:modified "2023-12-18T15:29:33"^^xsd:dateTime ;
    skos:altLabel "Association marks"@en,
        "Collective marks"@en,
        "Trademarking"@en,
        "Fellesmerker"@nb,
        "Trademark"@nb,
        "Varemerking"@nb,
        "Varemerking"@nn ;
    skos:broadMatch <http://dewey.info/class/352.749/e23/>,
        <http://dewey.info/class/744.6/e23/> ;
    skos:broader humord:c07587 ;
    skos:closeMatch realfagstermer:c008469,
        <http://dewey.info/class/1--0275/e23/>,
        <http://dewey.info/class/602.75/e23/>,
        <http://dewey.info/class/929.95/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008469,
        <http://dewey.info/class/1--0275/e23/>,
        <http://dewey.info/class/346.0488/e23/>,
        <http://dewey.info/class/352.749/e23/>,
        <http://dewey.info/class/602.75/e23/>,
        <http://dewey.info/class/658.827/e23/>,
        <http://dewey.info/class/744.6/e23/>,
        <http://dewey.info/class/929.95/e23/> ;
    skos:prefLabel "Trademarks"@en,
        "Varemerker"@nb,
        "Varemerke"@nn ;
    skos:relatedMatch <http://dewey.info/class/346.0488/e23/>,
        <http://dewey.info/class/658.827/e23/> .

humord:c07770 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07770" ;
    dct:modified "2023-12-18T11:34:52"^^xsd:dateTime ;
    skos:broader humord:c07576 ;
    skos:exactMatch realfagstermer:c008219,
        <http://dewey.info/class/338/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008219,
        <http://dewey.info/class/174.4/e23/>,
        <http://dewey.info/class/338/e23/>,
        <http://dewey.info/class/670/e23/> ;
    skos:prefLabel "Production"@en,
        "Produksjon"@nb,
        "Produksjon"@nn ;
    skos:related humord:c07733,
        humord:c25729 ;
    skos:relatedMatch <http://dewey.info/class/174.4/e23/>,
        <http://dewey.info/class/670/e23/> .

humord:c07771 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07771" ;
    dct:modified "2025-04-25T14:21:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/338.6/e23/> ;
    skos:broader humord:c07770 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.6/e23/> ;
    skos:prefLabel "Mass production"@en,
        "Masseproduksjon"@nb,
        "Masseproduksjon"@nn .

humord:c07772 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07772" ;
    dct:modified "2023-12-18T11:37:17"^^xsd:dateTime ;
    skos:broader humord:c07770 ;
    skos:exactMatch realfagstermer:c000025,
        <http://dewey.info/class/338.02/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000025,
        <http://dewey.info/class/338.02/e23/>,
        <http://dewey.info/class/338.17/e23/>,
        <http://dewey.info/class/338.27/e23/>,
        <http://dewey.info/class/338.4/e23/>,
        <http://dewey.info/class/346.038/e23/>,
        <http://dewey.info/class/354.73/e23/>,
        <http://dewey.info/class/381/e23/> ;
    skos:prefLabel "Products"@en,
        "Produkter"@nb,
        "Produkt"@nn ;
    skos:related humord:c04429,
        humord:c04660,
        humord:c07672,
        humord:c07682,
        humord:c08353 ;
    skos:relatedMatch <http://dewey.info/class/338.17/e23/>,
        <http://dewey.info/class/338.27/e23/>,
        <http://dewey.info/class/338.4/e23/>,
        <http://dewey.info/class/346.038/e23/>,
        <http://dewey.info/class/354.73/e23/>,
        <http://dewey.info/class/381/e23/> .

humord:c07773 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07773" ;
    dct:modified "2025-04-25T12:42:03"^^xsd:dateTime ;
    skos:altLabel "Construction materials"@en,
        "Byggematerialer"@nb,
        "Byggjemateriale"@nn ;
    skos:broader humord:c07772 ;
    skos:closeMatch realfagstermer:c001801 ;
    skos:exactMatch <http://dewey.info/class/691/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001801,
        <http://dewey.info/class/691/e23/> ;
    skos:prefLabel "Building materials"@en,
        "Bygningsmaterialer"@nb,
        "Byggemateriale"@nn ;
    skos:related humord:c08353 .

humord:c07775 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07775" ;
    dct:modified "2025-04-25T12:41:29"^^xsd:dateTime ;
    skos:altLabel "Building glass"@en ;
    skos:broader humord:c07773 ;
    skos:exactMatch <http://dewey.info/class/693.96/e23/>,
        <http://dewey.info/class/721.04496/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/693.96/e23/>,
        <http://dewey.info/class/721.04496/e23/> ;
    skos:prefLabel "Architectural glass"@en,
        "Bygningsglass"@nb,
        "Bygningsglas"@nn ;
    skos:related humord:c08359 .

humord:c07776 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07776" ;
    dct:modified "2025-03-28T13:18:44"^^xsd:dateTime ;
    skos:altLabel "Wood panels"@en,
        "Bordkledning"@nb,
        "Panel (Kledning)"@nb,
        "Bordkledning"@nn,
        "Panel (Kledning)"@nn ;
    skos:broadMatch <http://dewey.info/class/645.2/e23/> ;
    skos:broader humord:c07773 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/645.2/e23/>,
        <http://dewey.info/class/674.43/e23/>,
        <http://dewey.info/class/694.6/e23/> ;
    skos:prefLabel "Paneling"@en,
        "Panel (Bordkledning)"@nb,
        "Panel (Bordkledning)"@nn ;
    skos:relatedMatch <http://dewey.info/class/674.43/e23/>,
        <http://dewey.info/class/694.6/e23/> .

humord:c07777 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07777" ;
    dct:modified "2025-04-25T12:45:02"^^xsd:dateTime ;
    skos:altLabel "Clay bricks"@en,
        "Murstein"@nb,
        "Teglstein"@nb,
        "Murstin"@nn,
        "Teglstein"@nn ;
    skos:broadMatch <http://dewey.info/class/691.4/e23/> ;
    skos:broader humord:c07773 ;
    skos:closeMatch <http://dewey.info/class/620.142/e23/> ;
    skos:exactMatch <http://dewey.info/class/666.737/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/620.142/e23/>,
        <http://dewey.info/class/624.1836/e23/>,
        <http://dewey.info/class/666.737/e23/>,
        <http://dewey.info/class/691.4/e23/>,
        <http://dewey.info/class/693.21/e23/>,
        <http://dewey.info/class/738.6/e23/> ;
    skos:prefLabel "Bricks"@en,
        "Tegl"@nb,
        "Tegl"@nn ;
    skos:related humord:c16011 ;
    skos:relatedMatch <http://dewey.info/class/624.1836/e23/>,
        <http://dewey.info/class/693.21/e23/>,
        <http://dewey.info/class/738.6/e23/> .

humord:c07778 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07778" ;
    dct:modified "2025-05-08T09:05:40"^^xsd:dateTime ;
    skos:altLabel "Packing"@en,
        "Pakking"@nb,
        "Pakking"@nn ;
    skos:broader humord:c07772 ;
    skos:exactMatch realfagstermer:c007076,
        <http://dewey.info/class/658.564/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007076,
        <http://dewey.info/class/343.075/e23/>,
        <http://dewey.info/class/615.18/e23/>,
        <http://dewey.info/class/621.381046/e23/>,
        <http://dewey.info/class/658.564/e23/>,
        <http://dewey.info/class/658.823/e23/>,
        <http://dewey.info/class/688.8/e23/> ;
    skos:prefLabel "Packaging"@en,
        "Emballasje"@nb,
        "Emballasje"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.075/e23/>,
        <http://dewey.info/class/615.18/e23/>,
        <http://dewey.info/class/621.381046/e23/>,
        <http://dewey.info/class/658.823/e23/>,
        <http://dewey.info/class/688.8/e23/> .

humord:c07780 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07780" ;
    dct:modified "2025-04-25T08:36:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/306.47/e23/> ;
    skos:broader humord:c07772 ;
    skos:closeMatch <http://dewey.info/class/745/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.47/e23/>,
        <http://dewey.info/class/745/e23/> ;
    skos:prefLabel "Handicrafts"@en,
        "Husflidsprodukter"@nb,
        "Husflidsprodukt"@nn ;
    skos:related humord:c07695 .

humord:c07781 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07781" ;
    dct:modified "2023-11-30T15:36:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/623.4526/e23/>,
        <http://dewey.info/class/662.26/e23/> ;
    skos:broader humord:c07772 ;
    skos:exactMatch realfagstermer:c003949 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003949,
        <http://dewey.info/class/623.4526/e23/>,
        <http://dewey.info/class/662.26/e23/> ;
    skos:prefLabel "Gunpowder"@en,
        "Krutt"@nb,
        "Krut"@nn ;
    skos:related humord:c26316 .

humord:c07782 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07782" ;
    dct:modified "2025-05-08T09:48:28"^^xsd:dateTime ;
    skos:broader humord:c07772 ;
    skos:exactMatch <http://dewey.info/class/621.822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/621.822/e23/> ;
    skos:prefLabel "Bearings"@en,
        "Lagre (Maskindeler)"@nb,
        "Lager (Maskindelar)"@nn .

humord:c07783 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-03-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07783" ;
    dct:modified "2024-07-02T09:53:10"^^xsd:dateTime ;
    skos:altLabel "Coating material"@en ;
    skos:broader humord:c20409 ;
    skos:exactMatch realfagstermer:c008872,
        <http://dewey.info/class/667.75/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008872,
        <http://dewey.info/class/667.75/e23/>,
        <http://dewey.info/class/698.34/e23/> ;
    skos:prefLabel "Lacquer"@en,
        "Lakk"@nb,
        "Lakk"@nn ;
    skos:relatedMatch <http://dewey.info/class/698.34/e23/> .

humord:c07784 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07784" ;
    dct:modified "2025-05-19T13:34:26"^^xsd:dateTime ;
    skos:altLabel "Lerreter"@nb ;
    skos:broadMatch <http://dewey.info/class/677/e23/> ;
    skos:broader humord:c07772 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/677/e23/>,
        <http://dewey.info/class/751.2/e23/> ;
    skos:prefLabel "Canvas"@en,
        "Lerret"@nb,
        "Lerret"@nn ;
    skos:relatedMatch <http://dewey.info/class/751.2/e23/> .

humord:c07785 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-05-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07785" ;
    dct:modified "2025-04-25T12:49:20"^^xsd:dateTime ;
    skos:altLabel "Glues"@en ;
    skos:broader humord:c20460 ;
    skos:closeMatch <http://dewey.info/class/668.3/e23/> ;
    skos:exactMatch realfagstermer:c005541 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005541,
        <http://dewey.info/class/668.3/e23/> ;
    skos:prefLabel "Glue"@en,
        "Lim"@nb,
        "Lim"@nn .

humord:c07786 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-03-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07786" ;
    dct:modified "2023-12-06T10:56:05"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/645.2/e23/>,
        <http://dewey.info/class/729.4/e23/>,
        <http://dewey.info/class/747.3/e23/> ;
    skos:broader humord:c20409 ;
    skos:exactMatch realfagstermer:c000582,
        <http://dewey.info/class/667.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000582,
        <http://dewey.info/class/645.2/e23/>,
        <http://dewey.info/class/667.6/e23/>,
        <http://dewey.info/class/698.1/e23/>,
        <http://dewey.info/class/729.4/e23/>,
        <http://dewey.info/class/747.3/e23/> ;
    skos:prefLabel "Paint"@en,
        "Maling (Produkt)"@nb,
        "Måling (Produkt)"@nn ;
    skos:relatedMatch <http://dewey.info/class/698.1/e23/> .

humord:c07787 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07787" ;
    dct:modified "2026-01-06T08:59:59"^^xsd:dateTime ;
    skos:altLabel "Meieriprodukter"@nb,
        "Meieriprodukt"@nn ;
    skos:broadMatch <http://dewey.info/class/363.1929/e23/> ;
    skos:broader humord:c12843 ;
    skos:exactMatch <http://dewey.info/class/641.37/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/363.1929/e23/>,
        <http://dewey.info/class/637/e23/>,
        <http://dewey.info/class/641.37/e23/> ;
    skos:prefLabel "Dairy products"@en,
        "Melkeprodukter"@nb,
        "Mjølkeprodukt"@nn ;
    skos:relatedMatch <http://dewey.info/class/637/e23/> .

humord:c07788 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07788" ;
    dct:modified "2025-05-08T09:17:20"^^xsd:dateTime ;
    skos:altLabel "Cardboard"@en,
        "Carton"@en,
        "Papers"@en,
        "Kartong"@nb,
        "Papp"@nb,
        "Kartong"@nn,
        "Papp"@nn ;
    skos:broadMatch <http://dewey.info/class/620.197/e23/>,
        <http://dewey.info/class/731.2/e23/> ;
    skos:broader humord:c07772 ;
    skos:exactMatch realfagstermer:c005942,
        <http://dewey.info/class/676/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005942,
        <http://dewey.info/class/620.197/e23/>,
        <http://dewey.info/class/676/e23/>,
        <http://dewey.info/class/731.2/e23/>,
        <http://dewey.info/class/745.54/e23/> ;
    skos:prefLabel "Paper"@en,
        "Papir"@nb,
        "Papir"@nn ;
    skos:relatedMatch <http://dewey.info/class/745.54/e23/> .

humord:c07789 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07789" ;
    dct:modified "2025-05-08T09:18:14"^^xsd:dateTime ;
    skos:altLabel "Kunststoff"@nb,
        "Kunststoffer"@nb,
        "Kunststoff"@nn ;
    skos:broadMatch <http://dewey.info/class/731.2/e23/> ;
    skos:broader humord:c07772 ;
    skos:closeMatch <http://dewey.info/class/691.92/e23/> ;
    skos:exactMatch realfagstermer:c007071,
        <http://dewey.info/class/620.1923/e23/>,
        <http://dewey.info/class/668.4/e23/>,
        <http://dewey.info/class/745.572/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007071,
        <http://dewey.info/class/620.1923/e23/>,
        <http://dewey.info/class/668.4/e23/>,
        <http://dewey.info/class/691.92/e23/>,
        <http://dewey.info/class/731.2/e23/>,
        <http://dewey.info/class/745.572/e23/> ;
    skos:prefLabel "Plastics"@en,
        "Plast"@nb,
        "Plast"@nn .

humord:c07790 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-09-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07790" ;
    dct:modified "2025-12-16T08:38:09"^^xsd:dateTime ;
    skos:altLabel "China (Porcelain)"@en,
        "Chinaware"@en,
        "Kraakporselen"@nb,
        "Kraakporselen"@nn ;
    skos:broader humord:c05474 ;
    skos:closeMatch <http://dewey.info/class/620.146/e23/>,
        <http://dewey.info/class/738.2/e23/> ;
    skos:exactMatch <http://dewey.info/class/666.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/620.146/e23/>,
        <http://dewey.info/class/666.5/e23/>,
        <http://dewey.info/class/738.2/e23/> ;
    skos:prefLabel "Porcelain"@en,
        "Porselen"@nb,
        "Porselen"@nn .

humord:c07792 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07792" ;
    dct:modified "2025-04-24T15:05:21"^^xsd:dateTime ;
    skos:altLabel "Cordage"@en,
        "Rope"@en,
        "Tau"@nb,
        "Tau"@nn ;
    skos:broadMatch <http://dewey.info/class/620.197/e23/>,
        <http://dewey.info/class/623.862/e23/>,
        <http://dewey.info/class/731.2/e23/> ;
    skos:broader humord:c07772 ;
    skos:exactMatch <http://dewey.info/class/677.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/620.197/e23/>,
        <http://dewey.info/class/623.862/e23/>,
        <http://dewey.info/class/677.71/e23/>,
        <http://dewey.info/class/731.2/e23/> ;
    skos:prefLabel "Ropes"@en,
        "Tauverk"@nb,
        "Tauverk"@nn ;
    skos:related humord:c11692 .

humord:c07794 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07794" ;
    dct:modified "2025-04-29T08:27:16"^^xsd:dateTime ;
    skos:altLabel "Texile"@en,
        "Tøy"@nb,
        "Tekstilar"@nn,
        "Tøy"@nn ;
    skos:broadMatch <http://dewey.info/class/363.19/e23/>,
        <http://dewey.info/class/620.197/e23/>,
        <http://dewey.info/class/731.2/e23/> ;
    skos:broader humord:c07772 ;
    skos:exactMatch realfagstermer:c000033,
        <http://dewey.info/class/677/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000033,
        <http://dewey.info/class/363.19/e23/>,
        <http://dewey.info/class/620.197/e23/>,
        <http://dewey.info/class/646.11/e23/>,
        <http://dewey.info/class/677/e23/>,
        <http://dewey.info/class/731.2/e23/>,
        <http://dewey.info/class/746/e23/> ;
    skos:prefLabel "Textiles"@en,
        "Tekstiler"@nb,
        "Tekstil"@nn ;
    skos:related humord:c04836,
        humord:c07710,
        humord:c14558 ;
    skos:relatedMatch <http://dewey.info/class/646.11/e23/>,
        <http://dewey.info/class/746/e23/> .

humord:c07796 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07796" ;
    dct:modified "2025-04-24T15:02:15"^^xsd:dateTime ;
    skos:altLabel "Wadmal"@en ;
    skos:broadMatch <http://dewey.info/class/677.617/e23/> ;
    skos:broader humord:c07794 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/677.617/e23/> ;
    skos:prefLabel "Frieze (Textile)"@en,
        "Vadmel"@nb,
        "Vadmål"@nn .

humord:c07797 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07797" ;
    dct:modified "2025-05-08T09:28:43"^^xsd:dateTime ;
    skos:altLabel "Brent leire"@nb,
        "Brend leire"@nn ;
    skos:broadMatch <http://dewey.info/class/691.4/e23/> ;
    skos:broader humord:c07772,
        humord:c16011 ;
    skos:closeMatch <http://dewey.info/class/620.142/e23/>,
        <http://dewey.info/class/693.3/e23/> ;
    skos:definition "Terrakotta er uglasert leirgods med porøs, ugjennomskinnelig masse <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/620.142/e23/>,
        <http://dewey.info/class/691.4/e23/>,
        <http://dewey.info/class/693.3/e23/> ;
    skos:prefLabel "Terracotta"@en,
        "Terrakotta"@nb,
        "Terrakotta"@nn ;
    skos:related humord:c05474 .

humord:c07798 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-11-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07798" ;
    dct:modified "2026-03-24T14:02:39"^^xsd:dateTime ;
    skos:altLabel "Economic consequences"@en,
        "Economic relations"@en,
        "Economic systems"@en,
        "Economics"@en,
        "Finances"@en,
        "Finanser"@nb,
        "Økonomiforvaltning"@nb,
        "Økonomiske forhold"@nb,
        "Økonomiske konsekvenser"@nb,
        "Økonomiske relasjoner"@nb,
        "Økonomiske systemer"@nb,
        "Finansar"@nn,
        "Økonomiforvalting"@nn,
        "Økonomiforvaltning"@nn,
        "Økonomiske forhold"@nn,
        "Økonomiske konsekvensar"@nn,
        "Økonomiske tilhøve"@nn ;
    skos:broader humord:c07576 ;
    skos:closeMatch realfagstermer:c000240,
        realfagstermer:c001880 ;
    skos:exactMatch realfagstermer:c013519,
        <http://dewey.info/class/332/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000240,
        realfagstermer:c001880,
        realfagstermer:c013519,
        <http://dewey.info/class/174.4/e23/>,
        <http://dewey.info/class/332/e23/> ;
    skos:prefLabel "Economy"@en,
        "Økonomi"@nb,
        "Økonomi"@nn ;
    skos:related humord:c09007,
        humord:c14858,
        humord:c17562,
        humord:c21148 ;
    skos:relatedMatch <http://dewey.info/class/174.4/e23/> .

humord:c07800 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07800" ;
    dct:modified "2025-05-07T13:49:46"^^xsd:dateTime ;
    skos:altLabel "Budsjett"@nb ;
    skos:broadMatch <http://dewey.info/class/352.491/e23/>,
        <http://dewey.info/class/658.154/e23/> ;
    skos:broader humord:c07798 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/352.491/e23/>,
        <http://dewey.info/class/658.154/e23/> ;
    skos:prefLabel "Budgets"@en,
        "Budsjetter"@nb,
        "Budsjett"@nn .

humord:c07801 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07801" ;
    dct:modified "2026-01-06T08:59:29"^^xsd:dateTime ;
    skos:altLabel "Nasjonalbudsjett"@nb ;
    skos:broadMatch <http://dewey.info/class/352.4/e23/> ;
    skos:broader humord:c07800 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/352.4/e23/> ;
    skos:prefLabel "National budgets"@en,
        "Nasjonalbudsjetter"@nb,
        "Nasjonalbudsjett"@nn .

humord:c07802 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07802" ;
    dct:modified "2026-03-11T13:02:46"^^xsd:dateTime ;
    skos:altLabel "Property"@en,
        "Eiendom"@nb,
        "Eigedom"@nn,
        "Eigedommar"@nn ;
    skos:broadMatch <http://dewey.info/class/333.3/e23/> ;
    skos:broader humord:c07798 ;
    skos:closeMatch realfagstermer:c005279,
        <http://dewey.info/class/306.32/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005279,
        <http://dewey.info/class/306.32/e23/>,
        <http://dewey.info/class/333.3/e23/> ;
    skos:prefLabel "Properties"@en,
        "Eiendommer"@nb,
        "Eigedomar"@nn ;
    skos:related humord:c08969,
        humord:c14647,
        humord:c18905,
        humord:c26448 .

humord:c07804 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07804" ;
    dct:modified "2025-05-13T11:24:19"^^xsd:dateTime ;
    skos:altLabel "Immovables"@en,
        "Real estate"@en,
        "Real property"@en,
        "Faste eiendommer"@nb,
        "Faste eigedomar"@nn,
        "Faste eigedommar"@nn ;
    skos:broader humord:c07802,
        humord:c08969 ;
    skos:exactMatch <http://dewey.info/class/333.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.6324/e23/>,
        <http://dewey.info/class/332.72/e23/>,
        <http://dewey.info/class/333.3/e23/>,
        <http://dewey.info/class/343.025/e23/>,
        <http://dewey.info/class/346.043/e23/>,
        <http://dewey.info/class/354.34/e23/>,
        <http://dewey.info/class/657.8335/e23/> ;
    skos:prefLabel "Immovable property"@en,
        "Fast eiendom"@nb,
        "Fast eigedom"@nn ;
    skos:relatedMatch <http://dewey.info/class/332.6324/e23/>,
        <http://dewey.info/class/332.72/e23/>,
        <http://dewey.info/class/343.025/e23/>,
        <http://dewey.info/class/346.043/e23/>,
        <http://dewey.info/class/354.34/e23/>,
        <http://dewey.info/class/657.8335/e23/> .

humord:c07805 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07805" ;
    dct:modified "2025-05-13T11:22:33"^^xsd:dateTime ;
    skos:altLabel "Jordeiendomsforhold"@nb,
        "Landeiendommer"@nb,
        "Jordeigedomar"@nn,
        "Jordeigedomsforhald"@nn,
        "Landeigedomar"@nn,
        "Landeigedommar"@nn ;
    skos:broadMatch <http://dewey.info/class/333.3/e23/> ;
    skos:broader humord:c07804 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/333.3/e23/> ;
    skos:prefLabel "Land estates"@en,
        "Jordeiendommer"@nb,
        "Jordeigedommar"@nn .

humord:c07806 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07806" ;
    dct:modified "2024-10-31T12:38:38"^^xsd:dateTime ;
    skos:altLabel "Farmsteads"@en,
        "Ranches"@en,
        "Bondegarder"@nb,
        "Bondegårder"@nb,
        "Garder"@nb,
        "Gardsbruk"@nb,
        "Gårdsanlegg"@nb,
        "Gårdsbruk"@nb,
        "Rancher"@nb,
        "Bondegardar"@nn,
        "Gardsanlegg"@nn,
        "Gardsbruk"@nn ;
    skos:broader humord:c07805 ;
    skos:exactMatch <http://dewey.info/class/630/e23/>,
        <http://dewey.info/class/636.01/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/630/e23/>,
        <http://dewey.info/class/636.01/e23/> ;
    skos:prefLabel "Farms"@en,
        "Gårder"@nb,
        "Gardar"@nn ;
    skos:related humord:c05258,
        humord:c07411,
        humord:c12456,
        humord:c29548,
        humord:c29549 .

humord:c07810 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07810" ;
    dct:modified "2025-05-13T11:12:16"^^xsd:dateTime ;
    skos:altLabel "Small farms"@en ;
    skos:broadMatch <http://dewey.info/class/636.01/e23/> ;
    skos:broader humord:c07806 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/636.01/e23/> ;
    skos:prefLabel "Smallholdings"@en,
        "Småbruk"@nb,
        "Småbruk"@nn .

humord:c07811 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07811" ;
    dct:modified "2025-05-27T08:58:25"^^xsd:dateTime ;
    skos:altLabel "Crofts"@en,
        "Plasser (Husmannsplasser)"@nb,
        "Plassar (Husmannsplassar)"@nn ;
    skos:broadMatch <http://dewey.info/class/636.01/e23/> ;
    skos:broader humord:c07810 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/636.01/e23/> ;
    skos:prefLabel "Tenant farms"@en,
        "Husmannsplasser"@nb,
        "Husmannsplassar"@nn .

humord:c07812 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-03-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07812" ;
    dct:modified "2025-05-13T11:11:54"^^xsd:dateTime ;
    skos:altLabel "Ødegarder"@nb,
        "Øydegarder"@nb ;
    skos:broadMatch <http://dewey.info/class/630.94810902/e23/> ;
    skos:broader humord:c07806 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/630.94810902/e23/>,
        <http://dewey.info/class/948.101/e23/> ;
    skos:prefLabel "Deserted farmsteads"@en,
        "Ødegårder"@nb,
        "Øydegardar"@nn ;
    skos:relatedMatch <http://dewey.info/class/948.101/e23/> .

humord:c07814 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07814" ;
    dct:modified "2025-06-25T10:04:25"^^xsd:dateTime ;
    skos:altLabel "Storgods"@nb,
        "Gods (Eigedommar)"@nn,
        "Storgods"@nn ;
    skos:broadMatch <http://dewey.info/class/728.8/e23/> ;
    skos:broader humord:c07805 ;
    skos:definition "Stor herskapelig jordeiendom, herregård <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/712.6/e23/>,
        <http://dewey.info/class/728.8/e23/> ;
    skos:prefLabel "Estates"@en,
        "Gods (Eiendommer)"@nb,
        "Gods (Eigedomar)"@nn ;
    skos:related humord:c05211 ;
    skos:relatedMatch <http://dewey.info/class/712.6/e23/> .

humord:c07815 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07815" ;
    dct:modified "2025-05-13T11:12:37"^^xsd:dateTime ;
    skos:altLabel "Patrimony"@en ;
    skos:broadMatch <http://dewey.info/class/726.5/e23/> ;
    skos:broader humord:c07814 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/726.5/e23/> ;
    skos:prefLabel "Patrimonies"@en,
        "Kirkegods"@nb,
        "Kyrkjegods"@nn .

humord:c07816 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07816" ;
    dct:modified "2025-05-13T15:27:54"^^xsd:dateTime ;
    skos:broader humord:c07805 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.349/e23/>,
        <http://dewey.info/class/307.72/e23/> ;
    skos:prefLabel "Plantations"@en,
        "Plantasjer"@nb,
        "Plantasjar"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.349/e23/>,
        <http://dewey.info/class/307.72/e23/> .

humord:c07817 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07817" ;
    dct:modified "2025-05-13T10:15:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/338.476641/e23/>,
        <http://dewey.info/class/382.41361/e23/> ;
    skos:broader humord:c07816 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.476641/e23/>,
        <http://dewey.info/class/382.41361/e23/>,
        <http://dewey.info/class/633.6/e23/> ;
    skos:prefLabel "Sugar plantations"@en,
        "Sukkerplantasjer"@nb,
        "Sukkerplantasjar"@nn ;
    skos:relatedMatch <http://dewey.info/class/633.6/e23/> .

humord:c07818 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07818" ;
    dct:modified "2025-05-13T09:46:46"^^xsd:dateTime ;
    skos:altLabel "Offentlig finans"@nb,
        "Offentlige finanser"@nb,
        "Offentleg finans"@nn,
        "Offentlege finansar"@nn ;
    skos:broader humord:c07736 ;
    skos:definition "Penger, økonomi (til stat og kommune) <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/336/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/336/e23/>,
        <http://dewey.info/class/343.03/e23/>,
        <http://dewey.info/class/352.4/e23/>,
        <http://dewey.info/class/657.835/e23/> ;
    skos:prefLabel "Public finance activities"@en,
        "Offentlig finansvirksomhet"@nb,
        "Offentleg finansverksemd"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.03/e23/>,
        <http://dewey.info/class/352.4/e23/>,
        <http://dewey.info/class/657.835/e23/> .

humord:c07819 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07819" ;
    dct:modified "2025-06-30T10:18:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/336.22/e23/> ;
    skos:broader humord:c58995 ;
    skos:definition "Landskyld var den årlege avgifta som ein leiglending betalte til den som rådde over jorda leilendingen brukte  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/336.22/e23/> ;
    skos:prefLabel "Property tax (Legal history)"@en,
        "Landskyld"@nb,
        "Landskyld"@nn .

humord:c07820 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07820" ;
    dct:modified "2024-10-01T09:21:03"^^xsd:dateTime ;
    skos:altLabel "Currency production institutions"@en,
        "Minting organisations"@en,
        "Minting organizations"@en,
        "Monetære system"@nb,
        "Monetære systemer"@nb,
        "Myntvesen"@nb,
        "Monetære system"@nn,
        "Myntvesen"@nn ;
    skos:broadMatch <http://dewey.info/class/332.4/e23/> ;
    skos:broader humord:c04639,
        humord:c07818 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.4/e23/> ;
    skos:prefLabel "Monetary system"@en,
        "Pengevesen"@nb,
        "Pengevesen"@nn .

humord:c07821 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07821" ;
    dct:modified "2024-11-21T07:54:49"^^xsd:dateTime ;
    skos:broader humord:c07820 ;
    skos:exactMatch <http://dewey.info/class/332.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.4/e23/>,
        <http://dewey.info/class/343.032/e23/>,
        <http://dewey.info/class/354.84/e23/>,
        <http://dewey.info/class/737.4/e23/> ;
    skos:prefLabel "Money"@en,
        "Penger"@nb,
        "Pengar"@nn ;
    skos:related humord:c04641,
        humord:c04649,
        humord:c13834,
        humord:c15112 ;
    skos:relatedMatch <http://dewey.info/class/343.032/e23/>,
        <http://dewey.info/class/354.84/e23/>,
        <http://dewey.info/class/737.4/e23/> .

humord:c07822 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07822" ;
    dct:modified "2025-01-20T15:20:14"^^xsd:dateTime ;
    skos:altLabel "Nødmynter"@nb,
        "Naudmyntar"@nn,
        "Nødmyntar"@nn,
        "Nødpengar"@nn ;
    skos:broadMatch <http://dewey.info/class/332.4/e23/> ;
    skos:broader humord:c07821 ;
    skos:definition "Penger utstedt for å avhjelpe mangel på betalingsmidler <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.4/e23/> ;
    skos:prefLabel "Notgeld"@en,
        "Nødpenger"@nb,
        "Naudpenger"@nn .

humord:c07824 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07824" ;
    dct:modified "2024-11-21T07:56:46"^^xsd:dateTime ;
    skos:altLabel "Banknotes"@en,
        "Papirpenger"@nb,
        "Seddel (Penger)"@nb,
        "Sedler (Penger)"@nb,
        "Papirpengar"@nn,
        "Setlar (Pengar)"@nn ;
    skos:broader humord:c07821 ;
    skos:exactMatch <http://dewey.info/class/332.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.112/e23/>,
        <http://dewey.info/class/332.4044/e23/>,
        <http://dewey.info/class/332.42/e23/>,
        <http://dewey.info/class/686.288/e23/>,
        <http://dewey.info/class/744.73/e23/> ;
    skos:prefLabel "Bank notes"@en,
        "Pengesedler"@nb,
        "Pengesetlar"@nn ;
    skos:related humord:c04641 ;
    skos:relatedMatch <http://dewey.info/class/332.112/e23/>,
        <http://dewey.info/class/332.4044/e23/>,
        <http://dewey.info/class/686.288/e23/>,
        <http://dewey.info/class/744.73/e23/> .

humord:c07825 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07825" ;
    dct:modified "2025-01-20T15:23:15"^^xsd:dateTime ;
    skos:altLabel "Currency"@en,
        "Valuta"@nb,
        "Valuta"@nn,
        "Valutaer"@nn ;
    skos:broader humord:c07820 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.4/e23/> ;
    skos:prefLabel "Currencies"@en,
        "Valutaer"@nb,
        "Valutaar"@nn ;
    skos:relatedMatch <http://dewey.info/class/332.4/e23/> .

humord:c07826 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07826" ;
    dct:modified "2025-04-08T11:28:14"^^xsd:dateTime ;
    skos:altLabel "Assessment (Public finance activities)"@en,
        "Tax"@en,
        "Tax systems"@en,
        "Taxation"@en,
        "Avgifter"@nb,
        "Beskatning (Avgift)"@nb,
        "Skatt (Avgift)"@nb,
        "Skatteinnkreving"@nb,
        "Skatter (Avgift)"@nb,
        "Skatter (Offentlig administrasjon)"@nb,
        "Skattesystemer"@nb,
        "Skattlegging"@nb,
        "Avgifter"@nn,
        "Skatt (Avgift)"@nn,
        "Skattar (Avgift)"@nn,
        "Skatteinnkrevjing"@nn,
        "Skatter (Offentleg administrasjon)"@nn,
        "Skattesystem"@nn,
        "Skattlegging"@nn ;
    skos:broader humord:c59231 ;
    skos:exactMatch <http://dewey.info/class/336.2/e23/>,
        <http://dewey.info/class/339.525/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/336.2/e23/>,
        <http://dewey.info/class/339.525/e23/>,
        <http://dewey.info/class/343.04/e23/>,
        <http://dewey.info/class/352.44/e23/>,
        <http://dewey.info/class/353.43/e23/>,
        <http://dewey.info/class/388.049/e23/>,
        <http://dewey.info/class/657.46/e23/>,
        <http://dewey.info/class/658.153/e23/> ;
    skos:prefLabel "Taxes and fees"@en,
        "Skatter og avgifter"@nb,
        "Skattar og avgifter"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.04/e23/>,
        <http://dewey.info/class/352.44/e23/>,
        <http://dewey.info/class/353.43/e23/>,
        <http://dewey.info/class/388.049/e23/>,
        <http://dewey.info/class/657.46/e23/>,
        <http://dewey.info/class/658.153/e23/> .

humord:c07831 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07831" ;
    dct:modified "2025-05-13T09:49:18"^^xsd:dateTime ;
    skos:altLabel "Customs service"@en ;
    skos:broader humord:c07818 ;
    skos:closeMatch <http://dewey.info/class/382.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/382.7/e23/> ;
    skos:prefLabel "Customs services"@en,
        "Tollvesen"@nb,
        "Tollvesen"@nn ;
    skos:related humord:c14060,
        humord:c20449 .

humord:c07832 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-12-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07832" ;
    dct:modified "2025-10-08T11:26:52"^^xsd:dateTime ;
    skos:altLabel "Expenditure"@en,
        "Forbruksutgifter"@nb,
        "Konsum"@nb,
        "Konsumpsjon"@nb,
        "Forbruksutgifter"@nn,
        "Konsum"@nn,
        "Konsumpsjon"@nn ;
    skos:broader humord:c07798 ;
    skos:definition "Anskaffelse og bruk av varer og tjenester <BOB>"@nb ;
    skos:exactMatch realfagstermer:c010383,
        <http://dewey.info/class/339.47/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010383,
        <http://dewey.info/class/178/e23/>,
        <http://dewey.info/class/306.3/e23/>,
        <http://dewey.info/class/339.47/e23/> ;
    skos:prefLabel "Consumption"@en,
        "Forbruk"@nb,
        "Forbruk"@nn ;
    skos:related humord:c07237,
        humord:c22643,
        humord:c22646,
        humord:c22649,
        humord:c24471 ;
    skos:relatedMatch <http://dewey.info/class/178/e23/>,
        <http://dewey.info/class/306.3/e23/> .

humord:c07837 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07837" ;
    dct:modified "2025-05-09T08:23:29"^^xsd:dateTime ;
    skos:altLabel "Proceeds"@en,
        "Inntekt"@nb,
        "Inntekt"@nn ;
    skos:broadMatch <http://dewey.info/class/336/e23/>,
        <http://dewey.info/class/339.22/e23/>,
        <http://dewey.info/class/658.1554/e23/> ;
    skos:broader humord:c07798 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/336/e23/>,
        <http://dewey.info/class/339.22/e23/>,
        <http://dewey.info/class/353.54/e23/>,
        <http://dewey.info/class/658.1554/e23/> ;
    skos:prefLabel "Income"@en,
        "Inntekter"@nb,
        "Inntekter"@nn ;
    skos:related humord:c29031 ;
    skos:relatedMatch <http://dewey.info/class/353.54/e23/> .

humord:c07838 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07838" ;
    dct:modified "2025-09-18T07:36:38"^^xsd:dateTime ;
    skos:altLabel "Income conditions"@en,
        "Labor costs"@en,
        "Labor wages"@en,
        "Labour wages"@en,
        "Pay"@en,
        "Pay conditions"@en,
        "Remittance"@en,
        "Remuneration"@en,
        "Salaries"@en,
        "Salary"@en,
        "Wage"@en,
        "Wage conditions"@en,
        "Arbeidslønn"@nb,
        "Avlønning"@nb,
        "Gasje"@nb,
        "Lønning"@nb,
        "Lønninger"@nb,
        "Lønnsforhold"@nb,
        "Arbeidsløn"@nn,
        "Arbeidslønn"@nn,
        "Gasje"@nn,
        "Løningar"@nn,
        "Lønn"@nn,
        "Lønningar"@nn,
        "Lønsforhald"@nn ;
    skos:broader humord:c09123 ;
    skos:closeMatch <http://dewey.info/class/352.67/e23/>,
        <http://dewey.info/class/354.98/e23/> ;
    skos:exactMatch <http://dewey.info/class/331.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--0683/e23/>,
        <http://dewey.info/class/331.21/e23/>,
        <http://dewey.info/class/336.2422/e23/>,
        <http://dewey.info/class/342.0686/e23/>,
        <http://dewey.info/class/343.05242/e23/>,
        <http://dewey.info/class/352.44/e23/>,
        <http://dewey.info/class/352.67/e23/>,
        <http://dewey.info/class/354.98/e23/>,
        <http://dewey.info/class/355.64/e23/>,
        <http://dewey.info/class/657.742/e23/>,
        <http://dewey.info/class/658.32/e23/> ;
    skos:prefLabel "Wages"@en,
        "Lønn"@nb,
        "Løn"@nn ;
    skos:related humord:c21397 ;
    skos:relatedMatch <http://dewey.info/class/1--0683/e23/>,
        <http://dewey.info/class/336.2422/e23/>,
        <http://dewey.info/class/342.0686/e23/>,
        <http://dewey.info/class/343.05242/e23/>,
        <http://dewey.info/class/352.44/e23/>,
        <http://dewey.info/class/355.64/e23/>,
        <http://dewey.info/class/657.742/e23/>,
        <http://dewey.info/class/658.32/e23/> .

humord:c07841 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07841" ;
    dct:modified "2025-09-18T07:42:15"^^xsd:dateTime ;
    skos:altLabel "Equal remuneration"@en,
        "Equal wages"@en,
        "Pay equality"@en,
        "Pay equity"@en,
        "Wage gap"@en,
        "Likelønn"@nn ;
    skos:broader humord:c07838 ;
    skos:closeMatch <http://dewey.info/class/331.2153/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/331.2153/e23/> ;
    skos:prefLabel "Equal pay"@en,
        "Likelønn"@nb,
        "Likeløn"@nn ;
    skos:related humord:c24429 .

humord:c07842 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07842" ;
    dct:modified "2025-09-16T08:03:30"^^xsd:dateTime ;
    skos:altLabel "Pay systems"@en,
        "Remuneration systems"@en,
        "Salary systems"@en,
        "Wage systems"@en ;
    skos:broadMatch <http://dewey.info/class/331.21/e23/>,
        <http://dewey.info/class/658.32/e23/> ;
    skos:broader humord:c07838 ;
    skos:closeMatch realfagstermer:c004180 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004180,
        <http://dewey.info/class/331.21/e23/>,
        <http://dewey.info/class/343.05242/e23/>,
        <http://dewey.info/class/658.32/e23/> ;
    skos:prefLabel "Payroll systems"@en,
        "Lønnssystemer"@nb,
        "Lønssystem"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.05242/e23/> .

humord:c07843 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07843" ;
    dct:modified "2025-05-08T15:25:00"^^xsd:dateTime ;
    skos:altLabel "Market forces"@en,
        "Markedskrefter"@nb,
        "Marknadskrafter"@nn,
        "Marknadskrefter"@nn ;
    skos:broadMatch <http://dewey.info/class/338.52/e23/> ;
    skos:broader humord:c24471 ;
    skos:definition "Markedsmekanismer er faktorer som virker inn på kjøp og salg <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.52/e23/>,
        <http://dewey.info/class/338.6/e23/>,
        <http://dewey.info/class/339.47/e23/> ;
    skos:prefLabel "Market mechanisms"@en,
        "Markedsmekanismer"@nb,
        "Marknadsmekanismar"@nn ;
    skos:relatedMatch <http://dewey.info/class/338.6/e23/>,
        <http://dewey.info/class/339.47/e23/> .

humord:c07845 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07845" ;
    dct:modified "2025-05-09T07:44:00"^^xsd:dateTime ;
    skos:altLabel "Export regulation"@en,
        "Eksportkontroll"@nb,
        "Eksportkontroll"@nn ;
    skos:broader humord:c07843,
        humord:c09608 ;
    skos:definition "Eksportregulering er regulering av vareutførsel ved offentlig myndighet <PN>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/343.0878/e23/> ;
    skos:prefLabel "Export control"@en,
        "Eksportregulering"@nb,
        "Eksportregulering"@nn ;
    skos:related humord:c22047 ;
    skos:relatedMatch <http://dewey.info/class/343.0878/e23/> .

humord:c07846 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07846" ;
    dct:modified "2026-03-24T14:08:00"^^xsd:dateTime ;
    skos:altLabel "Trade monopolies"@en,
        "Handelsmonopoler"@nb,
        "Monopol"@nb,
        "Monopolisering"@nb,
        "Handelsmonopol"@nn,
        "Monopolisering"@nn ;
    skos:broadMatch <http://dewey.info/class/338.884/e23/> ;
    skos:broader humord:c07843 ;
    skos:exactMatch realfagstermer:c003917,
        <http://dewey.info/class/338.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003917,
        <http://dewey.info/class/338.523/e23/>,
        <http://dewey.info/class/338.82/e23/>,
        <http://dewey.info/class/338.884/e23/>,
        <http://dewey.info/class/343.072/e23/> ;
    skos:prefLabel "Monopolies"@en,
        "Monopoler"@nb,
        "Monopol"@nn ;
    skos:relatedMatch <http://dewey.info/class/338.523/e23/>,
        <http://dewey.info/class/343.072/e23/> .

humord:c07847 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-02-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07847" ;
    dct:modified "2025-05-08T15:27:43"^^xsd:dateTime ;
    skos:altLabel "Sale"@en,
        "Innkjøp"@nb,
        "Kjøp"@nb,
        "Kjøp og salg"@nb,
        "Salg"@nb,
        "Innkjøp"@nn,
        "Kjøp"@nn,
        "Kjøp og sal"@nn,
        "Omsetjing (Marknadsmekanismar)"@nn,
        "Omsetnad"@nn,
        "Sal"@nn ;
    skos:broader humord:c07843 ;
    skos:exactMatch realfagstermer:c001092,
        <http://dewey.info/class/381/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001092,
        <http://dewey.info/class/1--0688/e23/>,
        <http://dewey.info/class/346.072/e23/>,
        <http://dewey.info/class/381/e23/>,
        <http://dewey.info/class/658.81/e23/>,
        <http://dewey.info/class/658.85/e23/> ;
    skos:prefLabel "Turnover"@en,
        "Omsetning"@nb,
        "Omsetning (Marknadsmekanismar)"@nn ;
    skos:relatedMatch <http://dewey.info/class/1--0688/e23/>,
        <http://dewey.info/class/346.072/e23/>,
        <http://dewey.info/class/658.81/e23/>,
        <http://dewey.info/class/658.85/e23/> .

humord:c07849 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07849" ;
    dct:modified "2025-05-07T13:43:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/338.43/e23/>,
        <http://dewey.info/class/352.85/e23/> ;
    skos:broader humord:c07843 ;
    skos:exactMatch <http://dewey.info/class/338.52/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.43/e23/>,
        <http://dewey.info/class/338.52/e23/>,
        <http://dewey.info/class/339.42/e23/>,
        <http://dewey.info/class/352.85/e23/> ;
    skos:prefLabel "Prices (Economy)"@en,
        "Priser (Økonomi)"@nb,
        "Prisar (Økonomi)"@nn ;
    skos:related humord:c22876 ;
    skos:relatedMatch <http://dewey.info/class/339.42/e23/> .

humord:c07850 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07850" ;
    dct:modified "2025-05-08T15:19:17"^^xsd:dateTime ;
    skos:broader humord:c07843 ;
    skos:closeMatch realfagstermer:c012787 ;
    skos:exactMatch <http://dewey.info/class/338.526/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012787,
        <http://dewey.info/class/338.526/e23/> ;
    skos:prefLabel "Price regulation"@en,
        "Prisregulering"@nb,
        "Prisregulering"@nn ;
    skos:related humord:c22047,
        humord:c25240,
        humord:c58932 .

humord:c07851 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07851" ;
    dct:modified "2026-08-28T09:17:23"^^xsd:dateTime ;
    skos:altLabel "Crash (Economics)"@en,
        "Economic crisis"@en,
        "Krakk"@nb,
        "Kriser (Økonomi)"@nb,
        "Krakk"@nn,
        "Krisar (Økonomi)"@nn,
        "Kriser (Økonomi)"@nn,
        "Økonomiske kriser"@nn ;
    skos:broadMatch <http://dewey.info/class/338.542/e23/> ;
    skos:broader humord:c12729 ;
    skos:exactMatch realfagstermer:c007241 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007241,
        <http://dewey.info/class/338.542/e23/> ;
    skos:prefLabel "Economic crises"@en,
        "Økonomiske kriser"@nb,
        "Økonomiske krisar"@nn ;
    skos:related humord:c22524,
        humord:c22542,
        humord:c24823,
        humord:c25044,
        humord:c25433,
        humord:c25500 .

humord:c07852 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07852" ;
    dct:modified "2024-04-02T14:23:55"^^xsd:dateTime ;
    skos:altLabel "Economic philosophy"@en,
        "Economic theory"@en,
        "Økonomisk filosofi"@nb,
        "Økonomisk ideologi"@nb,
        "Økonomisk teori"@nb,
        "Økonomisk teori"@nn ;
    skos:broadMatch <http://dewey.info/class/330.1/e23/> ;
    skos:broader humord:c07798 ;
    skos:exactMatch realfagstermer:c005655 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005655,
        <http://dewey.info/class/330.1/e23/> ;
    skos:prefLabel "Economic theories"@en,
        "Økonomiske teorier"@nb,
        "Økonomiske teoriar"@nn .

humord:c07854 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07854" ;
    dct:modified "2024-03-13T10:32:45"^^xsd:dateTime ;
    skos:altLabel "Transaksjoner (Økonomi)"@nb,
        "Transaksjonar (Økonomi)"@nn ;
    skos:broadMatch <http://dewey.info/class/332/e23/> ;
    skos:broader humord:c07798 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332/e23/> ;
    skos:prefLabel "Economic transactions"@en,
        "Økonomiske transaksjoner"@nb,
        "Økonomiske transaksjonar"@nn .

humord:c07855 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-03-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07855" ;
    dct:modified "2025-05-08T10:55:49"^^xsd:dateTime ;
    skos:altLabel "Betalingsmåter"@nb,
        "Betalingsmåtar"@nn ;
    skos:broadMatch <http://dewey.info/class/332/e23/> ;
    skos:broader humord:c21845 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332/e23/> ;
    skos:prefLabel "Payment systems"@en,
        "Betalingssystemer"@nb,
        "Betalingssystem"@nn .

humord:c07856 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07856" ;
    dct:modified "2025-04-01T09:39:02"^^xsd:dateTime ;
    skos:altLabel "Electronic funds transfer"@en,
        "Elektronisk betalingsformidling"@nb,
        "Elektroniske betalingsmåter"@nb,
        "Elektroniske betalingssystem"@nb,
        "Elektronisk betalingsformidling"@nn,
        "Elektroniske betalingsmåtar"@nn ;
    skos:broadMatch <http://dewey.info/class/332.178/e23/> ;
    skos:broader humord:c07855 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.178/e23/> ;
    skos:prefLabel "Electronic payment systems"@en,
        "Elektroniske betalingssystemer"@nb,
        "Elektroniske betalingssystem"@nn .

humord:c07858 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07858" ;
    dct:modified "2024-10-22T14:44:37"^^xsd:dateTime ;
    skos:altLabel "Debet cards"@en,
        "Payment card"@en,
        "Plastic card"@en,
        "Plastic cards"@en,
        "Bankkort"@nb,
        "Debetkort"@nb,
        "Bankkort"@nn,
        "Debetkort"@nn ;
    skos:broadMatch <http://dewey.info/class/332.178/e23/> ;
    skos:broader humord:c07856 ;
    skos:definition "Betalingskort, til daglig kalt bankkort, er fellesnavnet på ulike typer plastkort som brukes til kontantuttak og til betaling for varer og tjenester på ulike brukersteder.Kortet er knyttet til en konto som må vise positiv saldo for at kortet skal kunne benyttes. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/332.76/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.02402/e23/>,
        <http://dewey.info/class/332.178/e23/>,
        <http://dewey.info/class/332.76/e23/> ;
    skos:prefLabel "Payment cards"@en,
        "Betalingskort"@nb,
        "Betalingskort"@nn ;
    skos:relatedMatch <http://dewey.info/class/332.02402/e23/> .

humord:c07859 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07859" ;
    dct:modified "2024-10-02T12:36:31"^^xsd:dateTime ;
    skos:altLabel "Capital investments"@en,
        "Investment"@en,
        "Investering"@nb,
        "Investeringsformer"@nb,
        "Kapitalinvesteringer"@nb,
        "Pengeanbringelser"@nb,
        "Pengeplassering"@nb,
        "Pengeplasseringer"@nb,
        "Kapitalinvesteringar"@nn,
        "Pengeplassering"@nn,
        "Pengeplasseringar"@nn ;
    skos:broader humord:c07854 ;
    skos:closeMatch realfagstermer:c000689,
        <http://dewey.info/class/339.43/e23/> ;
    skos:exactMatch <http://dewey.info/class/332.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000689,
        <http://dewey.info/class/332.0415/e23/>,
        <http://dewey.info/class/332.1754/e23/>,
        <http://dewey.info/class/332.6/e23/>,
        <http://dewey.info/class/336.15/e23/>,
        <http://dewey.info/class/339.43/e23/>,
        <http://dewey.info/class/346.092/e23/>,
        <http://dewey.info/class/354.88/e23/>,
        <http://dewey.info/class/658.152/e23/> ;
    skos:prefLabel "Investments"@en,
        "Investeringer"@nb,
        "Investeringar"@nn ;
    skos:related humord:c23567 ;
    skos:relatedMatch <http://dewey.info/class/332.0415/e23/>,
        <http://dewey.info/class/332.1754/e23/>,
        <http://dewey.info/class/336.15/e23/>,
        <http://dewey.info/class/346.092/e23/>,
        <http://dewey.info/class/354.88/e23/>,
        <http://dewey.info/class/658.152/e23/> .

humord:c07860 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07860" ;
    dct:modified "2025-05-08T11:13:19"^^xsd:dateTime ;
    skos:altLabel "Overdraging"@nb ;
    skos:broadMatch <http://dewey.info/class/332/e23/> ;
    skos:broader humord:c07854 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332/e23/>,
        <http://dewey.info/class/333.33/e23/>,
        <http://dewey.info/class/346.0436/e23/> ;
    skos:prefLabel "Transfer (Economy)"@en,
        "Overdragelse"@nb,
        "Overdraging"@nn ;
    skos:related humord:c17506 ;
    skos:relatedMatch <http://dewey.info/class/333.33/e23/>,
        <http://dewey.info/class/346.0436/e23/> .

humord:c07862 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07862" ;
    dct:modified "2026-01-06T08:59:14"^^xsd:dateTime ;
    skos:altLabel "Property transfer"@en,
        "Eiendomsoverdragelse"@nb,
        "Eiendomsoverdraing"@nb ;
    skos:broader humord:c07860 ;
    skos:closeMatch <http://dewey.info/class/333.33/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/333.33/e23/> ;
    skos:prefLabel "Real estate transfer"@en,
        "Eiendomsoverdraging"@nb,
        "Eigedomsoverdraging"@nn .

humord:c07864 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07864" ;
    dct:modified "2025-05-08T11:16:40"^^xsd:dateTime ;
    skos:altLabel "Sparetiltak"@nb,
        "Sparetiltak"@nn ;
    skos:broader humord:c07854 ;
    skos:closeMatch <http://dewey.info/class/332.0415/e23/>,
        <http://dewey.info/class/339.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.0415/e23/>,
        <http://dewey.info/class/339.43/e23/> ;
    skos:prefLabel "Saving"@en,
        "Sparing"@nb,
        "Sparing"@nn .

humord:c07865 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-08-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07865" ;
    dct:modified "2023-12-11T12:24:14"^^xsd:dateTime ;
    skos:broader humord:c07798 ;
    skos:closeMatch realfagstermer:c011902,
        <http://dewey.info/class/338.9/e23/> ;
    skos:editorialNote "Økonomisk vekst skilt ut august 2012. Omindeksering nødvendig. 2012-08-02/bsh"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011902,
        <http://dewey.info/class/306.3/e23/>,
        <http://dewey.info/class/332.153/e23/>,
        <http://dewey.info/class/332.28/e23/>,
        <http://dewey.info/class/338.9/e23/>,
        <http://dewey.info/class/343.074/e23/>,
        <http://dewey.info/class/354.27/e23/> ;
    skos:prefLabel "Economic development"@en,
        "Økonomisk utvikling"@nb,
        "Økonomisk utvikling"@nn ;
    skos:related humord:c20885 ;
    skos:relatedMatch <http://dewey.info/class/306.3/e23/>,
        <http://dewey.info/class/332.153/e23/>,
        <http://dewey.info/class/332.28/e23/>,
        <http://dewey.info/class/343.074/e23/>,
        <http://dewey.info/class/354.27/e23/> .

humord:c07868 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07868" ;
    dct:modified "2023-11-16T12:39:26"^^xsd:dateTime ;
    skos:altLabel "Foretaksøkonomi"@nb,
        "Føretaksøkonomi"@nn ;
    skos:broader humord:c07867 ;
    skos:closeMatch <http://dewey.info/class/658/e23/> ;
    skos:exactMatch realfagstermer:c010691,
        <http://dewey.info/class/338.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010691,
        <http://dewey.info/class/338.5/e23/>,
        <http://dewey.info/class/658/e23/> ;
    skos:prefLabel "Business economics"@en,
        "Bedriftsøkonomi"@nb,
        "Bedriftsøkonomi"@nn ;
    skos:related humord:c24877,
        humord:c25909 .

humord:c07869 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07869" ;
    dct:modified "2025-05-08T08:10:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/333.917/e23/> ;
    skos:broader humord:c07867 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/333.917/e23/> ;
    skos:prefLabel "Coastal economy"@en,
        "Kystøkonomi"@nb,
        "Kystøkonomi"@nn .

humord:c07870 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07870" ;
    dct:modified "2023-12-06T11:22:20"^^xsd:dateTime ;
    skos:altLabel "Handelsøkonomi"@nb ;
    skos:broader humord:c07867 ;
    skos:exactMatch realfagstermer:c007889 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007889,
        <http://dewey.info/class/330.122/e23/> ;
    skos:prefLabel "Market economics"@en,
        "Markedsøkonomi"@nb,
        "Marknadsøkonomi"@nn ;
    skos:relatedMatch <http://dewey.info/class/330.122/e23/> .

humord:c07871 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07871" ;
    dct:modified "2023-12-13T08:14:48"^^xsd:dateTime ;
    skos:broader humord:c07867 ;
    skos:exactMatch realfagstermer:c001082,
        <http://dewey.info/class/336/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001082,
        <http://dewey.info/class/336/e23/>,
        <http://dewey.info/class/352.4/e23/>,
        <http://dewey.info/class/361.6/e23/> ;
    skos:prefLabel "Public econmics"@en,
        "Offentlig økonomi"@nb,
        "Offentleg økonomi"@nn ;
    skos:related humord:c14857,
        humord:c24887,
        humord:c24888 ;
    skos:relatedMatch <http://dewey.info/class/352.4/e23/>,
        <http://dewey.info/class/361.6/e23/> .

humord:c07872 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07872" ;
    dct:modified "2025-09-30T09:57:09"^^xsd:dateTime ;
    skos:altLabel "Langtidsplanlegging (Økonomi)"@nb,
        "Planleggingsøkonomi"@nb,
        "Langtidsplanlegging (Økonomi)"@nn,
        "Planleggingsøkonomi"@nn ;
    skos:broader humord:c07867 ;
    skos:closeMatch <http://dewey.info/class/335/e23/> ;
    skos:exactMatch <http://dewey.info/class/330.124/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/330.124/e23/>,
        <http://dewey.info/class/335/e23/> ;
    skos:prefLabel "Planned economy"@en,
        "Planøkonomi"@nb,
        "Planøkonomi"@nn .

humord:c07873 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07873" ;
    dct:modified "2025-05-08T08:23:59"^^xsd:dateTime ;
    skos:altLabel "Family economics"@en,
        "Personal finances"@en,
        "Familieøkonomi"@nb,
        "Personlig økonomi"@nb,
        "Privat økonomi"@nb,
        "Familieøkonomi"@nn,
        "Personleg økonomi"@nn,
        "Privat økonomi"@nn ;
    skos:broader humord:c07867 ;
    skos:exactMatch <http://dewey.info/class/332.024/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.024/e23/> ;
    skos:prefLabel "Private economy"@en,
        "Privatøkonomi"@nb,
        "Privatøkonomi"@nn .

humord:c07875 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07875" ;
    dct:modified "2024-01-03T08:47:27"^^xsd:dateTime ;
    skos:altLabel "Community economy"@en,
        "Sosialøkonomi"@nb,
        "Sosialøkonomi"@nn ;
    skos:broader humord:c07867 ;
    skos:exactMatch realfagstermer:c005338,
        realfagstermer:c011403,
        <http://dewey.info/class/330/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005338,
        realfagstermer:c011403,
        <http://dewey.info/class/201.73/e23/>,
        <http://dewey.info/class/327.111/e23/>,
        <http://dewey.info/class/330/e23/>,
        <http://dewey.info/class/354/e23/> ;
    skos:prefLabel "Social economy"@en,
        "Samfunnsøkonomi"@nb,
        "Samfunnsøkonomi"@nn ;
    skos:related humord:c14069 ;
    skos:relatedMatch <http://dewey.info/class/201.73/e23/>,
        <http://dewey.info/class/327.111/e23/>,
        <http://dewey.info/class/354/e23/> .

humord:c07877 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07877" ;
    dct:modified "2025-10-09T08:30:03"^^xsd:dateTime ;
    skos:altLabel "Barter economy"@en,
        "Non-monetary economy"@en,
        "Bytteøkonomi"@nb,
        "Naturalhushold"@nb,
        "Bytteøkonomi"@nn,
        "Naturalhushald"@nn ;
    skos:broader humord:c07875 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.1/e23/>,
        <http://dewey.info/class/630.9/e23/>,
        <http://dewey.info/class/640.9/e23/> ;
    skos:prefLabel "Natural economy"@en,
        "Naturalhusholdning"@nb,
        "Naturalhushaldning"@nn ;
    skos:relatedMatch <http://dewey.info/class/338.1/e23/>,
        <http://dewey.info/class/630.9/e23/>,
        <http://dewey.info/class/640.9/e23/> .

humord:c07879 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07879" ;
    dct:modified "2025-10-09T08:30:29"^^xsd:dateTime ;
    skos:altLabel "Pengehushold"@nb ;
    skos:broadMatch <http://dewey.info/class/332.024/e23/>,
        <http://dewey.info/class/332.4/e23/> ;
    skos:broader humord:c07875 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/332.024/e23/>,
        <http://dewey.info/class/332.4/e23/>,
        <http://dewey.info/class/640.9/e23/> ;
    skos:prefLabel "Money economy"@en,
        "Pengehusholdning"@nb,
        "Pengehushaldning"@nn ;
    skos:relatedMatch <http://dewey.info/class/640.9/e23/> .

humord:c07881 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07881" ;
    dct:modified "2024-11-01T14:38:37"^^xsd:dateTime ;
    skos:altLabel "Education (Educational science)"@en,
        "Pedagogy"@en,
        "Science of education"@en ;
    skos:exactMatch realfagstermer:c013493,
        <http://dewey.info/class/370/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013493,
        <http://dewey.info/class/370/e23/> ;
    skos:prefLabel "Educational science"@en,
        "Pedagogikk"@nb,
        "Pedagogikk"@nn ;
    skos:topConceptOf humord: .

humord:c07882 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07882" ;
    dct:modified "2023-11-19T21:29:44"^^xsd:dateTime ;
    skos:altLabel "Undervisningslære"@nb,
        "Undervisningsteorier"@nb,
        "Undervisingsteoriar"@nn,
        "Undervisningslære"@nn,
        "Undervisningsteoriar"@nn ;
    skos:broader humord:c07881 ;
    skos:closeMatch <http://dewey.info/class/371.3/e23/> ;
    skos:exactMatch realfagstermer:c013521 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013521,
        <http://dewey.info/class/371.3/e23/> ;
    skos:prefLabel "Didactics"@en,
        "Didaktikk"@nb,
        "Didaktikk"@nn .

humord:c07885 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07885" ;
    dct:modified "2025-03-17T11:03:53"^^xsd:dateTime ;
    skos:broader humord:c11884 ;
    skos:exactMatch <http://dewey.info/class/370.117/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/370.117/e23/>,
        <http://dewey.info/class/372.0117/e23/>,
        <http://dewey.info/class/373.0117/e23/>,
        <http://dewey.info/class/374.017/e23/>,
        <http://dewey.info/class/378.017/e23/> ;
    skos:prefLabel "Multicultural education"@en,
        "Flerkulturell pedagogikk"@nb,
        "Fleirkulturell pedagogikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.0117/e23/>,
        <http://dewey.info/class/373.0117/e23/>,
        <http://dewey.info/class/374.017/e23/>,
        <http://dewey.info/class/378.017/e23/> .

humord:c07886 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07886" ;
    dct:modified "2025-08-28T07:54:51"^^xsd:dateTime ;
    skos:altLabel "Speeches"@en,
        "Foredrag"@nn ;
    skos:broadMatch <http://dewey.info/class/808.51/e23/> ;
    skos:broader humord:c12270 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/808.51/e23/> ;
    skos:prefLabel "Talks"@en,
        "Foredrag"@nb,
        "Føredrag"@nn ;
    skos:related humord:c06828 .

humord:c07887 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07887" ;
    dct:modified "2023-11-29T07:54:15"^^xsd:dateTime ;
    skos:altLabel "Teamwork (Working together in groups)"@en ;
    skos:broader humord:c20404 ;
    skos:closeMatch <http://dewey.info/class/371.36/e23/> ;
    skos:exactMatch realfagstermer:c003264 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003264,
        <http://dewey.info/class/371.36/e23/> ;
    skos:prefLabel "Group work"@en,
        "Gruppearbeid"@nb,
        "Gruppearbeid"@nn ;
    skos:related humord:c23047,
        humord:c26055 .

humord:c07888 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-02-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07888" ;
    dct:modified "2024-11-09T10:19:02"^^xsd:dateTime ;
    skos:altLabel "Educational material"@en,
        "Educational materials"@en,
        "Instructional materials"@en,
        "Learning resources"@en,
        "Learning tools"@en,
        "Teaching aids"@en,
        "Teaching materials"@en,
        "Teaching resources"@en,
        "Teaching tools"@en,
        "Læringsressurser"@nb,
        "Læringsverktøy"@nb,
        "Skolemateriell"@nb,
        "Undervisningsmateriell"@nb,
        "Læringsressursar"@nn,
        "Læringsverktøy"@nn,
        "Skolemateriell"@nn,
        "Skulemateriell"@nn,
        "Undervisningsmateriell"@nn ;
    skos:broader humord:c07906 ;
    skos:closeMatch realfagstermer:c030093,
        <http://dewey.info/class/371.33/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030093,
        <http://dewey.info/class/371.33/e23/>,
        <http://dewey.info/class/372.412/e23/>,
        <http://dewey.info/class/379.156/e23/> ;
    skos:prefLabel "Educational resources"@en,
        "Læremidler"@nb,
        "Læremiddel"@nn ;
    skos:related humord:c00179 ;
    skos:relatedMatch <http://dewey.info/class/372.412/e23/>,
        <http://dewey.info/class/379.156/e23/> .

humord:c07890 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-09-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07890" ;
    dct:modified "2026-01-06T08:58:23"^^xsd:dateTime ;
    skos:altLabel "Audio-visual aids"@en,
        "Audiovisual aids"@en,
        "Audiovisual teaching aids"@en,
        "AV-midler"@nb,
        "Audio-visuelle læremidler"@nb,
        "Audiovisuelle hjelpemidler"@nb,
        "Audiovisuelle middel"@nb,
        "Audiovisuelle midler"@nb,
        "AV-middel"@nn,
        "Audio-visuelle læremiddel"@nn,
        "Audiovisuelle hjelpemiddel"@nn,
        "Audiovisuelle middel"@nn ;
    skos:broadMatch <http://dewey.info/class/371.335/e23/> ;
    skos:broader humord:c07888 ;
    skos:closeMatch realfagstermer:c004600 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004600,
        <http://dewey.info/class/371.335/e23/>,
        <http://dewey.info/class/372.1335/e23/>,
        <http://dewey.info/class/373.1335/e23/>,
        <http://dewey.info/class/374.265/e23/>,
        <http://dewey.info/class/378.1735/e23/> ;
    skos:prefLabel "Audiovisual learning aids"@en,
        "Audiovisuelle læremidler"@nb,
        "Audiovisuelle læremiddel"@nn ;
    skos:related humord:c09120 ;
    skos:relatedMatch <http://dewey.info/class/372.1335/e23/>,
        <http://dewey.info/class/373.1335/e23/>,
        <http://dewey.info/class/374.265/e23/>,
        <http://dewey.info/class/378.1735/e23/> .

humord:c07892 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07892" ;
    dct:modified "2026-01-06T08:56:19"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/371.33522/e23/>,
        <http://dewey.info/class/912/e23/> ;
    skos:broader humord:c07888 ;
    skos:exactMatch realfagstermer:c030102 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030102,
        <http://dewey.info/class/371.33522/e23/>,
        <http://dewey.info/class/912/e23/> ;
    skos:prefLabel "Charts"@en,
        "Plansjer"@nb,
        "Plansjar"@nn .

humord:c07893 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07893" ;
    dct:modified "2026-01-06T08:55:47"^^xsd:dateTime ;
    skos:altLabel "Education technology tools"@en,
        "Educational technology resources"@en,
        "Technical aids"@en,
        "Technical teaching aids"@en,
        "Technical training aids"@en ;
    skos:broader humord:c07888 ;
    skos:closeMatch <http://dewey.info/class/371.33/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.33/e23/>,
        <http://dewey.info/class/372.133/e23/>,
        <http://dewey.info/class/373.133/e23/>,
        <http://dewey.info/class/374.133/e23/>,
        <http://dewey.info/class/378.173/e23/> ;
    skos:prefLabel "Technical teaching tools"@en,
        "Tekniske læremidler"@nb,
        "Tekniske læremiddel"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.133/e23/>,
        <http://dewey.info/class/373.133/e23/>,
        <http://dewey.info/class/374.133/e23/>,
        <http://dewey.info/class/378.173/e23/> .

humord:c07894 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07894" ;
    dct:modified "2025-05-15T14:37:21"^^xsd:dateTime ;
    skos:altLabel "Konferanseteknikk"@nb,
        "Møteledelse"@nb,
        "Konferanseteknikk"@nn,
        "Møteleiing"@nn ;
    skos:broadMatch <http://dewey.info/class/658.456/e23/> ;
    skos:broader humord:c01458 ;
    skos:exactMatch realfagstermer:c012660 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012660,
        <http://dewey.info/class/658.456/e23/> ;
    skos:prefLabel "Meeting technique"@en,
        "Møteteknikk"@nb,
        "Møteteknikk"@nn ;
    skos:related humord:c69686 .

humord:c07895 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07895" ;
    dct:modified "2026-01-05T09:20:43"^^xsd:dateTime ;
    skos:broader humord:c25033 ;
    skos:exactMatch <http://dewey.info/class/370.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/370.1/e23/> ;
    skos:prefLabel "Educational philosophy"@en,
        "Pedagogisk filosofi"@nb,
        "Pedagogisk filosofi"@nn ;
    skos:related humord:c00239 .

humord:c07896 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07896" ;
    dct:modified "2026-01-06T08:55:11"^^xsd:dateTime ;
    skos:altLabel "Study groups"@en,
        "Studiesirkler"@nb,
        "Studieringara"@nn ;
    skos:broader humord:c21329 ;
    skos:closeMatch <http://dewey.info/class/374.22/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/374.22/e23/> ;
    skos:prefLabel "Study circles"@en,
        "Studieringer"@nb,
        "Studiesirklar"@nn ;
    skos:related humord:c17231 .

humord:c07898 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07898" ;
    dct:modified "2024-01-03T13:49:03"^^xsd:dateTime ;
    skos:altLabel "Academic skills"@en,
        "Learning techniques"@en,
        "Study methods"@en,
        "Study skills"@en,
        "Study strategies"@en,
        "Study technique"@en,
        "Læringsteknikk"@nb,
        "Studiemetoder"@nb ;
    skos:broadMatch <http://dewey.info/class/371.90430281/e23/>,
        <http://dewey.info/class/371.9560281/e23/>,
        <http://dewey.info/class/373.130281/e23/>,
        <http://dewey.info/class/378.170281/e23/> ;
    skos:broader humord:c08079 ;
    skos:exactMatch realfagstermer:c002927,
        <http://dewey.info/class/371.30281/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002927,
        <http://dewey.info/class/371.30281/e23/>,
        <http://dewey.info/class/371.90430281/e23/>,
        <http://dewey.info/class/371.9560281/e23/>,
        <http://dewey.info/class/373.130281/e23/>,
        <http://dewey.info/class/378.170281/e23/> ;
    skos:prefLabel "Study techniques"@en,
        "Studieteknikk"@nb,
        "Studieteknikk"@nn .

humord:c07899 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-07-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07899" ;
    dct:modified "2026-02-22T09:13:00"^^xsd:dateTime ;
    skos:altLabel "Education facilities"@en,
        "Instruction"@en,
        "Teaching facilities"@en,
        "Teaching offered"@en,
        "Training"@en,
        "Opplæring"@nb,
        "Undervisningstilbud"@nb,
        "Opplæring"@nn,
        "Undervisning"@nn ;
    skos:broader humord:c07881 ;
    skos:closeMatch realfagstermer:c008715,
        realfagstermer:c013510 ;
    skos:exactMatch <http://dewey.info/class/1--071/e23/>,
        <http://dewey.info/class/370/e23/>,
        <http://dewey.info/class/371.102/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008715,
        realfagstermer:c013510,
        <http://dewey.info/class/1--071/e23/>,
        <http://dewey.info/class/344.078/e23/>,
        <http://dewey.info/class/370/e23/>,
        <http://dewey.info/class/371.102/e23/>,
        <http://dewey.info/class/371.9043/e23/>,
        <http://dewey.info/class/378.125/e23/>,
        <http://dewey.info/class/649.6/e23/> ;
    skos:prefLabel "Teaching"@en,
        "Undervisning"@nb,
        "Undervising"@nn ;
    skos:related humord:c07376,
        humord:c17550 ;
    skos:relatedMatch <http://dewey.info/class/344.078/e23/>,
        <http://dewey.info/class/371.9043/e23/>,
        <http://dewey.info/class/378.125/e23/>,
        <http://dewey.info/class/649.6/e23/> .

humord:c07902 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07902" ;
    dct:modified "2026-01-19T14:59:59"^^xsd:dateTime ;
    skos:altLabel "Long-distance learning"@en,
        "Distanseundervisning"@nb,
        "Fjernundervisning"@nn ;
    skos:broader humord:c07899 ;
    skos:closeMatch <http://dewey.info/class/1--0715/e23/> ;
    skos:exactMatch realfagstermer:c010361,
        <http://dewey.info/class/371.35/e23/>,
        <http://dewey.info/class/374.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010361,
        <http://dewey.info/class/1--0715/e23/>,
        <http://dewey.info/class/371.334/e23/>,
        <http://dewey.info/class/371.3358/e23/>,
        <http://dewey.info/class/371.35/e23/>,
        <http://dewey.info/class/374.4/e23/> ;
    skos:prefLabel "Distance education"@en,
        "Fjernundervisning"@nb,
        "Fjernundervising"@nn ;
    skos:related humord:c69513 ;
    skos:relatedMatch <http://dewey.info/class/371.334/e23/>,
        <http://dewey.info/class/371.3358/e23/> .

humord:c07903 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07903" ;
    dct:modified "2025-06-14T08:12:00"^^xsd:dateTime ;
    skos:altLabel "Teaching methodology"@en,
        "Fagmetodikk"@nb,
        "Undervisingsformer"@nb,
        "Undervisningsformer"@nb,
        "Undervisningsmetodikk"@nb,
        "Fagmetodikk"@nn,
        "Undervisningsmetodar"@nn ;
    skos:broader humord:c07899 ;
    skos:closeMatch realfagstermer:c010515 ;
    skos:exactMatch realfagstermer:c009022,
        <http://dewey.info/class/1--071/e23/>,
        <http://dewey.info/class/371.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009022,
        realfagstermer:c010515,
        <http://dewey.info/class/1--071/e23/>,
        <http://dewey.info/class/207.5/e23/>,
        <http://dewey.info/class/268.6/e23/>,
        <http://dewey.info/class/352.669/e23/>,
        <http://dewey.info/class/371.3/e23/>,
        <http://dewey.info/class/371.9043/e23/>,
        <http://dewey.info/class/371.956/e23/>,
        <http://dewey.info/class/658.312404/e23/> ;
    skos:prefLabel "Teaching methods"@en,
        "Undervisningsmetoder"@nb,
        "Undervisingsmetodar"@nn ;
    skos:relatedMatch <http://dewey.info/class/207.5/e23/>,
        <http://dewey.info/class/268.6/e23/>,
        <http://dewey.info/class/352.669/e23/>,
        <http://dewey.info/class/371.9043/e23/>,
        <http://dewey.info/class/371.956/e23/>,
        <http://dewey.info/class/658.312404/e23/> .

humord:c07905 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07905" ;
    dct:modified "2026-01-06T08:54:32"^^xsd:dateTime ;
    skos:broader humord:c07903 ;
    skos:definition "Undervisningsmetode utviklet av Georgi Lozanov. Deltakerne er aktive og gjør egne besvisste valg mens de lærer på en lystbetont måte <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.39/e23/> ;
    skos:prefLabel "Suggestopedia"@en,
        "Suggestopedi"@nb,
        "Suggestopedi"@nn ;
    skos:relatedMatch <http://dewey.info/class/371.39/e23/> .

humord:c07906 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-10-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07906" ;
    dct:modified "2023-12-19T10:47:01"^^xsd:dateTime ;
    skos:altLabel "Utdannelse"@nb ;
    skos:broader humord:c07881 ;
    skos:exactMatch realfagstermer:c004897,
        <http://dewey.info/class/1--071/e23/>,
        <http://dewey.info/class/370/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004897,
        <http://dewey.info/class/1--071/e23/>,
        <http://dewey.info/class/306.43/e23/>,
        <http://dewey.info/class/344.07/e23/>,
        <http://dewey.info/class/365.666/e23/>,
        <http://dewey.info/class/370/e23/>,
        <http://dewey.info/class/379/e23/> ;
    skos:prefLabel "Education"@en,
        "Utdanning"@nb,
        "Utdanning"@nn ;
    skos:related humord:c23019 ;
    skos:relatedMatch <http://dewey.info/class/306.43/e23/>,
        <http://dewey.info/class/344.07/e23/>,
        <http://dewey.info/class/365.666/e23/>,
        <http://dewey.info/class/379/e23/> .

humord:c07908 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-08-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07908" ;
    dct:modified "2024-08-14T09:45:32"^^xsd:dateTime ;
    skos:broader humord:c06320,
        humord:c07906 ;
    skos:closeMatch <http://dewey.info/class/302.2244/e23/> ;
    skos:definition "Analfabetisme er det å være analfabet, å ha manglende lese- og skriveferdighet. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.2244/e23/> ;
    skos:prefLabel "Illiteracy"@en,
        "Analfabetisme"@nb,
        "Analfabetisme"@nn ;
    skos:related humord:c06327,
        humord:c06333,
        humord:c21373 .

humord:c07909 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07909" ;
    dct:modified "2026-01-06T08:54:15"^^xsd:dateTime ;
    skos:altLabel "Exam"@en,
        "Exams"@en,
        "Eksamen"@nb,
        "Eksamen"@nn ;
    skos:broader humord:c23396 ;
    skos:exactMatch realfagstermer:c005142,
        <http://dewey.info/class/1--076/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005142,
        <http://dewey.info/class/1--076/e23/>,
        <http://dewey.info/class/371.26/e23/>,
        <http://dewey.info/class/371.271/e23/> ;
    skos:prefLabel "Examinations"@en,
        "Eksamener"@nb,
        "Eksamenar"@nn ;
    skos:related humord:c22225 ;
    skos:relatedMatch <http://dewey.info/class/371.26/e23/>,
        <http://dewey.info/class/371.271/e23/> .

humord:c07910 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07910" ;
    dct:modified "2026-01-06T07:57:23"^^xsd:dateTime ;
    skos:altLabel "Examen artium"@nb,
        "Examen artium"@nn ;
    skos:broadMatch <http://dewey.info/class/373.1262/e23/> ;
    skos:broader humord:c22228 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/373.1262/e23/> ;
    skos:prefLabel "Examen artium"@en,
        "Eksamen artium"@nb,
        "Eksamen artium"@nn .

humord:c07911 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07911" ;
    dct:modified "2026-01-06T07:57:01"^^xsd:dateTime ;
    skos:altLabel "Ex phil"@en,
        "Ex phil"@nb,
        "Ex phil"@nn ;
    skos:broadMatch <http://dewey.info/class/378.166/e23/> ;
    skos:broader humord:c22228 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/378.166/e23/> ;
    skos:prefLabel "Examen philosophicum"@en,
        "Examen philosophicum"@nb,
        "Examen philosophicum"@nn .

humord:c07912 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07912" ;
    dct:modified "2024-11-13T18:47:23"^^xsd:dateTime ;
    skos:altLabel "Admission tests"@en,
        "Admissions tests"@en,
        "Auditions"@en,
        "Entrance exams"@en,
        "Opptaksprøvar"@nn ;
    skos:broadMatch <http://dewey.info/class/371.262/e23/> ;
    skos:broader humord:c07909 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.262/e23/> ;
    skos:prefLabel "Entrance examinations"@en,
        "Opptaksprøver"@nb,
        "Opptaksprøver"@nn ;
    skos:related humord:c01528,
        humord:c24951,
        humord:c68783 .

humord:c07913 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-03-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07913" ;
    dct:modified "2026-01-06T07:56:41"^^xsd:dateTime ;
    skos:altLabel "Exam arrangements"@en,
        "Examination procedures"@en ;
    skos:broadMatch <http://dewey.info/class/371.26/e23/> ;
    skos:broader humord:c07909 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371.26/e23/>,
        <http://dewey.info/class/372.126/e23/>,
        <http://dewey.info/class/373.126/e23/>,
        <http://dewey.info/class/378.166/e23/> ;
    skos:prefLabel "Examination arrangements"@en,
        "Eksamensordninger"@nb,
        "Eksamensordningar"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.126/e23/>,
        <http://dewey.info/class/373.126/e23/>,
        <http://dewey.info/class/378.166/e23/> .

humord:c07914 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07914" ;
    dct:modified "2024-07-29T14:34:26"^^xsd:dateTime ;
    skos:altLabel "Akademiske grader"@nn ;
    skos:broader humord:c07906 ;
    skos:exactMatch <http://dewey.info/class/378.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/378.2/e23/> ;
    skos:prefLabel "Academic degrees"@en,
        "Akademiske grader"@nb,
        "Akademiske gradar"@nn .

humord:c07915 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07915" ;
    dct:modified "2023-11-19T21:56:59"^^xsd:dateTime ;
    skos:altLabel "Doctor of Philosophy"@en,
        "Doctoral degree"@en,
        "Doctorate"@en,
        "Ph.D."@en,
        "PhD"@en,
        "Doktorgraden"@nb,
        "Doktorgrader"@nb,
        "PhD"@nb,
        "ph.d."@nb ;
    skos:broadMatch <http://dewey.info/class/378.2/e23/> ;
    skos:broader humord:c07914 ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c007161 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007161,
        <http://dewey.info/class/378.2/e23/> ;
    skos:prefLabel "Doctor's degree"@en,
        "Doktorgrad"@nb,
        "Doktorgrad"@nn ;
    skos:related humord:c22139 .

humord:c07916 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07916" ;
    dct:modified "2024-03-25T16:40:35"^^xsd:dateTime ;
    skos:altLabel "Credit points (Education)"@en,
        "Credits (Education)"@en,
        "Grade points (Education)"@en ;
    skos:broader humord:c23396 ;
    skos:definition "Mål på skoleprestasjoner <BOB>"@nb ;
    skos:exactMatch realfagstermer:c008921,
        <http://dewey.info/class/371.272/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008921,
        <http://dewey.info/class/371.272/e23/> ;
    skos:prefLabel "Grades (Education)"@en,
        "Karakterer (Vurdering)"@nb,
        "Karakterar (Vurdering)"@nn .

humord:c07917 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07917" ;
    dct:modified "2026-01-06T07:45:10"^^xsd:dateTime ;
    skos:altLabel "Prescribed texts"@en,
        "Reading lists"@en ;
    skos:broader humord:c07906 ;
    skos:closeMatch <http://dewey.info/class/375/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.19/e23/>,
        <http://dewey.info/class/373.19/e23/>,
        <http://dewey.info/class/375/e23/> ;
    skos:prefLabel "Syllabus"@en,
        "Pensum"@nb,
        "Pensum"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.19/e23/>,
        <http://dewey.info/class/373.19/e23/> .

humord:c07918 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07918" ;
    dct:modified "2024-01-03T10:29:19"^^xsd:dateTime ;
    skos:altLabel "Education system"@en,
        "Educational system"@en,
        "Skoleverket"@nb,
        "Skolevesenet"@nb,
        "Skuleverket"@nn ;
    skos:broader humord:c07906 ;
    skos:closeMatch <http://dewey.info/class/379/e23/> ;
    skos:definition "Alle skolene i et land og deres administrasjon <BOB>"@nb ;
    skos:exactMatch realfagstermer:c004417,
        realfagstermer:c009493 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004417,
        realfagstermer:c009493,
        <http://dewey.info/class/379/e23/> ;
    skos:prefLabel "School system"@en,
        "Skolevesen"@nb,
        "Skulevesenet"@nn .

humord:c07919 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07919" ;
    dct:modified "2026-01-06T07:44:54"^^xsd:dateTime ;
    skos:altLabel "School subjects"@en,
        "Subject studies"@en,
        "Subjects taught"@en,
        "Skolefag"@nb,
        "Skolefag"@nn,
        "Skulefag"@nn ;
    skos:broader humord:c07906 ;
    skos:closeMatch <http://dewey.info/class/372.19/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/1--071/e23/>,
        <http://dewey.info/class/372.19/e23/> ;
    skos:prefLabel "Educational disciplines"@en,
        "Undervisningsfag"@nb,
        "Undervisingsfag"@nn ;
    skos:relatedMatch <http://dewey.info/class/1--071/e23/> .

humord:c07921 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07921" ;
    dct:modified "2026-01-06T07:44:22"^^xsd:dateTime ;
    skos:altLabel "Aesthetic education"@en,
        "Art and design studies"@en,
        "Art, craft and design studies"@en,
        "Arts and crafts subjects"@en,
        "Arts, crafts and design studies"@en,
        "Design and craft studies"@en,
        "Formingsfag"@nb,
        "Formingsfag"@nn ;
    skos:broader humord:c07919 ;
    skos:closeMatch <http://dewey.info/class/372.5/e23/>,
        <http://dewey.info/class/700.711/e23/>,
        <http://dewey.info/class/700.712/e23/> ;
    skos:definition "Estetiske fag brukes ofte om kreative fag som billedkunst og forskjellige formgivningsfag, men kan også omfatte for eksempel dans, teater, musikk, skjønnlitteratur og liknende <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.5/e23/>,
        <http://dewey.info/class/700.711/e23/>,
        <http://dewey.info/class/700.712/e23/> ;
    skos:prefLabel "Aesthetic subjects"@en,
        "Estetiske fag"@nb,
        "Estetiske fag"@nn .

humord:c07922 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07922" ;
    dct:modified "2025-05-06T14:49:59"^^xsd:dateTime ;
    skos:altLabel "Design (Educational discipline)"@en,
        "Formgivning (Undervisningsfag)"@nb,
        "Kunst og håndverk"@nb,
        "Kunst og håndverk (Undervisningsfag)"@nb,
        "Formgiing (Undervisningsfag)"@nn,
        "Formgiving (Undervisningsfag)"@nn,
        "Formgjeving (Undervisningsfag)"@nn,
        "Kunst og handverk"@nn,
        "Kunst og handverk (Undervisningsfag)"@nn ;
    skos:broadMatch <http://dewey.info/class/372.5/e23/>,
        <http://dewey.info/class/700.71/e23/> ;
    skos:broader humord:c07919 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.5/e23/>,
        <http://dewey.info/class/700.71/e23/> ;
    skos:prefLabel "Arts and crafts (Educational discipline)"@en,
        "Forming"@nb,
        "Forming"@nn .

humord:c07923 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07923" ;
    dct:modified "2025-04-25T15:00:38"^^xsd:dateTime ;
    skos:altLabel "Business (Educational discipline)"@en,
        "Commercial science (Educational discipline)"@en,
        "Trade learning"@en ;
    skos:broader humord:c07919 ;
    skos:closeMatch <http://dewey.info/class/650.071/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/650.071/e23/> ;
    skos:prefLabel "Commerce (Educational discipline)"@en,
        "Handelslære"@nb,
        "Handelslære"@nn ;
    skos:related humord:c07745 .

humord:c07924 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07924" ;
    dct:modified "2023-11-29T14:28:45"^^xsd:dateTime ;
    skos:altLabel "Commerce correspondence"@en,
        "Commercial correspondence"@en ;
    skos:broader humord:c07923 ;
    skos:exactMatch realfagstermer:c001000,
        <http://dewey.info/class/651.7071/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001000,
        <http://dewey.info/class/651.7071/e23/> ;
    skos:prefLabel "Business correspondence"@en,
        "Handelskorrespondanse"@nb,
        "Handelskorrespondanse"@nn ;
    skos:related humord:c00185,
        humord:c07745 .

humord:c07925 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-03-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07925" ;
    dct:modified "2024-12-10T07:48:36"^^xsd:dateTime ;
    skos:altLabel "Domestic arts"@en,
        "Domestic arts education"@en,
        "Domestic science"@en,
        "Home-making"@en,
        "Heimkunnskap"@nb,
        "Husholdningslære"@nb,
        "Husstellfag"@nb,
        "Heimkunnskap"@nn,
        "Hushaldningslære"@nn,
        "Husstellfag"@nn ;
    skos:broader humord:c07919 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/640/e23/> ;
    skos:prefLabel "Home economics"@en,
        "Mat og helse"@nb,
        "Mat og helse"@nn ;
    skos:relatedMatch <http://dewey.info/class/640/e23/> .

humord:c07926 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-04-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07926" ;
    dct:modified "2023-12-04T14:49:32"^^xsd:dateTime ;
    skos:altLabel "Lesning"@nb ;
    skos:broadMatch <http://dewey.info/class/790.138/e23/> ;
    skos:broader humord:c07919 ;
    skos:closeMatch <http://dewey.info/class/649.58/e23/> ;
    skos:definition "Det å lese (som skolefag) <BOB>"@nb ;
    skos:exactMatch realfagstermer:c010273,
        <http://dewey.info/class/306.488/e23/>,
        <http://dewey.info/class/372.4/e23/>,
        <http://dewey.info/class/4--84/e23/>,
        <http://dewey.info/class/418.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010273,
        <http://dewey.info/class/028/e23/>,
        <http://dewey.info/class/306.488/e23/>,
        <http://dewey.info/class/372.4/e23/>,
        <http://dewey.info/class/4--84/e23/>,
        <http://dewey.info/class/418.4/e23/>,
        <http://dewey.info/class/649.58/e23/>,
        <http://dewey.info/class/649.68/e23/>,
        <http://dewey.info/class/790.138/e23/> ;
    skos:prefLabel "Reading (Educational discipline)"@en,
        "Lesing"@nb,
        "Lesing"@nn ;
    skos:related humord:c06327,
        humord:c09378,
        humord:c24272 ;
    skos:relatedMatch <http://dewey.info/class/028/e23/>,
        <http://dewey.info/class/649.68/e23/> .

humord:c07927 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-08-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07927" ;
    dct:modified "2025-04-08T11:26:17"^^xsd:dateTime ;
    skos:altLabel "Art of writing"@en,
        "Penmanship"@en,
        "Writing skills (Educational discipline)"@en,
        "Skrivekunst"@nb,
        "Skrivekunstens teknikk"@nb,
        "Skrivekyndighet"@nb,
        "Skriveteknikk"@nb,
        "Skrivekunst"@nn,
        "Skrivekunstens teknikk"@nn ;
    skos:broadMatch <http://dewey.info/class/808.02/e23/> ;
    skos:broader humord:c07919 ;
    skos:closeMatch realfagstermer:c001267 ;
    skos:definition "Det å formulere seg skriftlig <UBO>"@nb ;
    skos:exactMatch realfagstermer:c011762 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001267,
        realfagstermer:c011762,
        <http://dewey.info/class/808.02/e23/> ;
    skos:prefLabel "Writing (Educational discipline)"@en,
        "Skriving"@nb,
        "Skriving"@nn ;
    skos:related humord:c05438,
        humord:c06333,
        humord:c06462,
        humord:c06493,
        humord:c06619,
        humord:c12270,
        humord:c13825,
        humord:c28060 .

humord:c07929 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07929" ;
    dct:modified "2026-01-06T07:43:50"^^xsd:dateTime ;
    skos:altLabel "Writing process"@en,
        "Skriveprosess"@nb,
        "Skriveprosess"@nn ;
    skos:broadMatch <http://dewey.info/class/372.623/e23/>,
        <http://dewey.info/class/808.02071/e23/> ;
    skos:broader humord:c07927 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.623/e23/>,
        <http://dewey.info/class/808.02071/e23/> ;
    skos:prefLabel "Process-oriented writing"@en,
        "Prosessorientert skriving"@nb,
        "Prosessorientert skriving"@nn .

humord:c07931 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07931" ;
    dct:modified "2026-01-06T07:43:28"^^xsd:dateTime ;
    skos:altLabel "Linguistics (Educational discipline)"@en ;
    skos:broadMatch <http://dewey.info/class/372.6/e23/> ;
    skos:broader humord:c07919 ;
    skos:closeMatch <http://dewey.info/class/407.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.6/e23/>,
        <http://dewey.info/class/407.1/e23/> ;
    skos:prefLabel "Language subjects"@en,
        "Språkfag"@nb,
        "Språkfag"@nn .

humord:c07932 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07932" ;
    dct:modified "2026-01-06T07:43:04"^^xsd:dateTime ;
    skos:broader humord:c07931 ;
    skos:exactMatch <http://dewey.info/class/420.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/420.71/e23/> ;
    skos:prefLabel "English (Educational discipline)"@en,
        "Engelskfaget"@nb,
        "Engelskfaget"@nn .

humord:c07933 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07933" ;
    dct:modified "2025-08-22T13:50:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/820.7/e23/> ;
    skos:broader humord:c07932 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/820.7/e23/> ;
    skos:prefLabel "English literature (Educational discipline)"@en,
        "Engelsk litteratur (Faget)"@nb,
        "Engelsk litteratur (Faget)"@nn .

humord:c07934 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07934" ;
    dct:modified "2026-01-06T07:42:49"^^xsd:dateTime ;
    skos:broader humord:c07932 ;
    skos:closeMatch realfagstermer:c008675,
        <http://dewey.info/class/420.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008675,
        <http://dewey.info/class/372.6521/e23/>,
        <http://dewey.info/class/420.7/e23/> ;
    skos:prefLabel "English language (Educational discipline)"@en,
        "Engelsk språk (Faget)"@nb,
        "Engelsk språk (Faget)"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.6521/e23/> .

humord:c07935 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07935" ;
    dct:modified "2026-01-06T07:42:31"^^xsd:dateTime ;
    skos:broader humord:c07931 ;
    skos:exactMatch <http://dewey.info/class/440.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/440.71/e23/> ;
    skos:prefLabel "French (Educational discipline)"@en,
        "Franskfaget"@nb,
        "Franskfaget"@nn .

humord:c07936 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07936" ;
    dct:modified "2026-01-06T07:39:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/840.7/e23/> ;
    skos:broader humord:c07935 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/840.7/e23/> ;
    skos:prefLabel "French literature (Educational discipline)"@en,
        "Fransk litteratur (Faget)"@nb,
        "Fransk litteratur (Faget)"@nn .

humord:c07937 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07937" ;
    dct:modified "2026-01-06T07:39:18"^^xsd:dateTime ;
    skos:broader humord:c07935 ;
    skos:closeMatch realfagstermer:c007876,
        <http://dewey.info/class/440.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007876,
        <http://dewey.info/class/372.6541/e23/>,
        <http://dewey.info/class/440.7/e23/> ;
    skos:prefLabel "French language (Educational discipline)"@en,
        "Fransk språk (Faget)"@nb,
        "Fransk språk (Faget)"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.6541/e23/> .

humord:c07938 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07938" ;
    dct:modified "2026-01-06T07:38:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/372.6/e23/> ;
    skos:broader humord:c07931 ;
    skos:exactMatch <http://dewey.info/class/439.82071/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.6/e23/>,
        <http://dewey.info/class/439.82071/e23/> ;
    skos:prefLabel "Norwegian (Educational discipline)"@en,
        "Norskfaget"@nb,
        "Norskfaget"@nn .

humord:c07939 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07939" ;
    dct:modified "2026-01-06T07:38:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/839.8207/e23/> ;
    skos:broader humord:c07938 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/839.8207/e23/> ;
    skos:prefLabel "Norwegian literature (Educational discipline)"@en,
        "Norsk litteratur (Faget)"@nb,
        "Norsk litteratur (Faget)"@nn .

humord:c07940 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07940" ;
    dct:modified "2024-10-29T08:50:33"^^xsd:dateTime ;
    skos:broader humord:c07938 ;
    skos:closeMatch realfagstermer:c002526,
        <http://dewey.info/class/439.8207/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002526,
        <http://dewey.info/class/372.6/e23/>,
        <http://dewey.info/class/439.8207/e23/> ;
    skos:prefLabel "Norwegian language (Educational discipline)"@en,
        "Norsk språk (Faget)"@nb,
        "Norsk språk (Faget)"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.6/e23/> .

humord:c07941 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07941" ;
    dct:modified "2026-01-06T07:38:06"^^xsd:dateTime ;
    skos:broader humord:c07931 ;
    skos:exactMatch <http://dewey.info/class/439.7071/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/439.7071/e23/> ;
    skos:prefLabel "Swedish (Educational discipline)"@en,
        "Svenskfaget"@nb,
        "Svenskfaget"@nn .

humord:c07942 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07942" ;
    dct:modified "2026-01-05T13:52:03"^^xsd:dateTime ;
    skos:broader humord:c07931 ;
    skos:exactMatch <http://dewey.info/class/430.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/430.71/e23/> ;
    skos:prefLabel "German (Educational discipline)"@en,
        "Tyskfaget"@nb,
        "Tyskfaget"@nn .

humord:c07943 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07943" ;
    dct:modified "2025-08-22T08:20:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/830.7/e23/> ;
    skos:broader humord:c07942 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/830.7/e23/> ;
    skos:prefLabel "German literature (Educational discipline)"@en,
        "Tysk litteratur (Faget)"@nb,
        "Tysk litteratur (Faget)"@nn .

humord:c07944 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07944" ;
    dct:modified "2026-01-05T13:51:49"^^xsd:dateTime ;
    skos:broader humord:c07942 ;
    skos:closeMatch realfagstermer:c002998,
        <http://dewey.info/class/430.07/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002998,
        <http://dewey.info/class/372.6531/e23/>,
        <http://dewey.info/class/430.07/e23/> ;
    skos:prefLabel "German language (Educational discipline)"@en,
        "Tysk språk (Faget)"@nb,
        "Tysk språk (Faget)"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.6531/e23/> .

humord:c07945 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07945" ;
    dct:modified "2026-01-05T13:50:48"^^xsd:dateTime ;
    skos:altLabel "School systems"@en,
        "Systems of education"@en,
        "Skolesystemer"@nb,
        "Utdannelsessystemer"@nb,
        "Skolesystem"@nn,
        "Skulesystem"@nn ;
    skos:broader humord:c07906 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/371/e23/> ;
    skos:prefLabel "Educational systems"@en,
        "Utdanningssystemer"@nb,
        "Utdanningssystem"@nn ;
    skos:relatedMatch <http://dewey.info/class/371/e23/> .

humord:c07947 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-10-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07947" ;
    dct:modified "2026-02-25T11:00:14"^^xsd:dateTime ;
    skos:altLabel "Day care centers"@en,
        "Day care centres"@en,
        "Day care facilities"@en,
        "Day-care centers"@en,
        "Day-care facilities"@en,
        "Day-care institutions"@en,
        "Kindergarten"@en,
        "Kindergartens"@en,
        "Nurseries (Kindergarten)"@en,
        "Nursery schools (Kindergarten)"@en,
        "Play groups"@en,
        "Playgroups"@en,
        "Pre-K (Kindergarten)"@en,
        "Pre-kindergartens"@en,
        "Pre-schools (Kindergarten)"@en,
        "Barnehagen"@nb,
        "Daghjem"@nb,
        "Daginstitusjoner"@nb,
        "Barnehagen"@nn,
        "Dagheim"@nn,
        "Daginstitusjonar"@nn,
        "Kindergarten"@nn ;
    skos:broader humord:c07945 ;
    skos:editorialNote "Erstatter førskoler etter 1997. 2014-10-17/bsh"@nb ;
    skos:exactMatch realfagstermer:c001210,
        <http://dewey.info/class/362.712/e23/>,
        <http://dewey.info/class/372.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001210,
        <http://dewey.info/class/362.712/e23/>,
        <http://dewey.info/class/372.21/e23/> ;
    skos:prefLabel "Day-care centres"@en,
        "Barnehager"@nb,
        "Barnehagar"@nn ;
    skos:related humord:c07948,
        humord:c18056,
        humord:c58545,
        humord:c70343 .

humord:c07948 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-10-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07948" ;
    dct:modified "2025-12-08T12:37:58"^^xsd:dateTime ;
    skos:altLabel "Nursery schools"@en,
        "Preschool"@en,
        "Førskole"@nb,
        "Førskolen"@nb,
        "Førskolar"@nn,
        "Førskole"@nn,
        "Førskolen"@nn,
        "Førskule"@nn,
        "Førskulen"@nn ;
    skos:broader humord:c16618 ;
    skos:editorialNote "Ikke i bruk etter 1997, erstattet av barnehager. 2016-10-17/bsh"@nb ;
    skos:exactMatch <http://dewey.info/class/372.21/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372.21/e23/> ;
    skos:prefLabel "Preschools"@en,
        "Førskoler"@nb,
        "Førskular"@nn ;
    skos:related humord:c07947 .

humord:c07949 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07949" ;
    dct:modified "2024-08-12T13:09:09"^^xsd:dateTime ;
    skos:altLabel "Compulsory elementary and lower secondary schools"@en,
        "Compulsory primary and lower secondary schools"@en,
        "Elementary and lower secondary schools"@en,
        "Elementary schools"@en,
        "Primary and secondary schools"@en,
        "Primary schools"@en,
        "Allmueskoler"@nb,
        "Barneskoler"@nb,
        "Folkeskoler"@nb,
        "Omgangsskoler"@nb,
        "Allmueskolar"@nn,
        "Allmueskular"@nn,
        "Barneskolar"@nn,
        "Barneskular"@nn,
        "Folkeskolar"@nn,
        "Folkeskular"@nn,
        "Grunnskolar"@nn,
        "Omgangsskolar"@nn,
        "Omgangsskular"@nn ;
    skos:broader humord:c16618 ;
    skos:closeMatch <http://dewey.info/class/372/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/372/e23/> ;
    skos:prefLabel "Primary and lower secondary schools"@en,
        "Grunnskoler"@nb,
        "Grunnskular"@nn ;
    skos:related humord:c07953,
        humord:c23030,
        humord:c63521 .

humord:c07953 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07953" ;
    dct:modified "2025-12-08T08:40:50"^^xsd:dateTime ;
    skos:altLabel "Junior high"@en,
        "Junior high schools"@en,
        "Middle schools"@en,
        "Ungdomsskular"@nn ;
    skos:broader humord:c16618 ;
    skos:closeMatch <http://dewey.info/class/373.236/e23/>,
        <http://dewey.info/class/373/e23/> ;
    skos:editorialNote "Lukket bemerkning: ubo11"@nb,
        "mange poster med Ungdomsskoler i frie emneord omtaler egentlig Ungdomsskolen. 2011-06-20/bsh"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/373.236/e23/>,
        <http://dewey.info/class/373/e23/> ;
    skos:prefLabel "Lower secondary schools"@en,
        "Ungdomsskoler"@nb,
        "Ungdomsskolar"@nn ;
    skos:related humord:c07949,
        humord:c24619 .

humord:c07954 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-10-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07954" ;
    dct:modified "2023-11-29T15:47:38"^^xsd:dateTime ;
    skos:altLabel "Post-secondary education"@en,
        "Tertiary education"@en,
        "Third-level education"@en,
        "Høyere utdannelse"@nb,
        "Høgare utdanning"@nn ;
    skos:broader humord:c07945 ;
    skos:exactMatch realfagstermer:c003751,
        <http://dewey.info/class/1--0711/e23/>,
        <http://dewey.info/class/378/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003751,
        <http://dewey.info/class/1--0711/e23/>,
        <http://dewey.info/class/344.074/e23/>,
        <http://dewey.info/class/344.07684/e23/>,
        <http://dewey.info/class/353.88/e23/>,
        <http://dewey.info/class/355.00711/e23/>,
        <http://dewey.info/class/378/e23/>,
        <http://dewey.info/class/379.118/e23/>,
        <http://dewey.info/class/379.1214/e23/> ;
    skos:prefLabel "Higher education"@en,
        "Høyere utdanning"@nb,
        "Høgre  utdanning"@nn ;
    skos:related humord:c17550 ;
    skos:relatedMatch <http://dewey.info/class/344.074/e23/>,
        <http://dewey.info/class/344.07684/e23/>,
        <http://dewey.info/class/353.88/e23/>,
        <http://dewey.info/class/355.00711/e23/>,
        <http://dewey.info/class/379.118/e23/>,
        <http://dewey.info/class/379.1214/e23/> .

humord:c07956 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-03-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07956" ;
    dct:modified "2023-11-29T15:37:26"^^xsd:dateTime ;
    skos:altLabel "College sector"@en,
        "Colleges"@en,
        "University college sector"@en,
        "Høgskoler"@nb,
        "Høyskolesektoren"@nb,
        "Høgskolar"@nn ;
    skos:broader humord:c07954 ;
    skos:closeMatch <http://dewey.info/class/378.053/e23/>,
        <http://dewey.info/class/378.1542/e23/> ;
    skos:exactMatch realfagstermer:c012220,
        <http://dewey.info/class/1--0711/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012220,
        <http://dewey.info/class/1--0711/e23/>,
        <http://dewey.info/class/378.053/e23/>,
        <http://dewey.info/class/378.1542/e23/>,
        <http://dewey.info/class/711.57/e23/> ;
    skos:prefLabel "University colleges"@en,
        "Høyskoler"@nb,
        "Høgskular"@nn ;
    skos:relatedMatch <http://dewey.info/class/711.57/e23/> .

humord:c07958 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07958" ;
    dct:modified "2023-11-15T10:16:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/378/e23/> ;
    skos:broader humord:c07956 ;
    skos:definition "Høyere læreanstalt eller forskningsinstitutt. Brukes også om selskaper som består av forskere eller kunstnere <BOB>"@nb ;
    skos:exactMatch realfagstermer:c010555 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010555,
        <http://dewey.info/class/378/e23/> ;
    skos:prefLabel "Academies"@en,
        "Akademier"@nb,
        "Akademi"@nn ;
    skos:related humord:c09297 .

humord:c07959 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07959" ;
    dct:modified "2025-12-19T08:57:22"^^xsd:dateTime ;
    skos:altLabel "Folk university colleges"@en,
        "Folkehøgskoler"@nb,
        "Folkehøgskolar"@nn ;
    skos:broader humord:c07956 ;
    skos:exactMatch <http://dewey.info/class/374.83/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/374.83/e23/> ;
    skos:prefLabel "Folk high schools"@en,
        "Folkehøyskoler"@nb,
        "Folkehøgskular"@nn .

humord:c07961 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07961" ;
    dct:modified "2025-12-19T08:58:58"^^xsd:dateTime ;
    skos:altLabel "Business administration schools"@en,
        "Management schools"@en,
        "Handelshøgskoler"@nb,
        "Handelshøgskolar"@nn ;
    skos:broader humord:c07956 ;
    skos:exactMatch <http://dewey.info/class/650.0711/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/650.0711/e23/> ;
    skos:prefLabel "Business schools"@en,
        "Handelshøyskoler"@nb,
        "Handelshøgskular"@nn .

humord:c07963 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07963" ;
    dct:modified "2025-12-19T08:58:18"^^xsd:dateTime ;
    skos:altLabel "Art academies"@en,
        "Art schools"@en,
        "Art universities"@en,
        "Kunstakademier"@nb,
        "Kunsthøgskoler"@nb,
        "Kunstakademi"@nn,
        "Kunsthøgskolar"@nn ;
    skos:broader humord:c07956 ;
    skos:exactMatch <http://dewey.info/class/707.11/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/707.11/e23/> ;
    skos:prefLabel "Art colleges"@en,
        "Kunsthøyskoler"@nb,
        "Kunsthøgskular"@nn .

humord:c07966 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-03-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07966" ;
    dct:modified "2023-12-19T10:29:28"^^xsd:dateTime ;
    skos:broader humord:c07954 ;
    skos:exactMatch realfagstermer:c004481,
        <http://dewey.info/class/1--0711/e23/>,
        <http://dewey.info/class/378/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004481,
        <http://dewey.info/class/1--0711/e23/>,
        <http://dewey.info/class/378/e23/>,
        <http://dewey.info/class/711.57/e23/> ;
    skos:prefLabel "Universities"@en,
        "Universiteter"@nb,
        "Universitet"@nn ;
    skos:relatedMatch <http://dewey.info/class/711.57/e23/> .

humord:c07967 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07967" ;
    dct:modified "2025-12-08T11:17:47"^^xsd:dateTime ;
    skos:altLabel "Gymnasiums"@en,
        "High schools"@en,
        "Junior colleges"@en,
        "Preparatory high schools"@en,
        "Sixth form colleges"@en,
        "Gymnas"@nb,
        "VGS"@nb,
        "Gymnas"@nn,
        "VGS"@nn,
        "Vidaregåande skolar"@nn ;
    skos:broader humord:c16618 ;
    skos:closeMatch <http://dewey.info/class/1--0712/e23/>,
        <http://dewey.info/class/373.238/e23/> ;
    skos:exactMatch realfagstermer:c006341,
        <http://dewey.info/class/373.241/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006341,
        <http://dewey.info/class/1--0712/e23/>,
        <http://dewey.info/class/373.238/e23/>,
        <http://dewey.info/class/373.241/e23/> ;
    skos:prefLabel "Upper secondary schools"@en,
        "Videregående skoler"@nb,
        "Vidaregåande skular"@nn ;
    skos:related humord:c23406,
        humord:c28346 .

humord:c07969 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-04-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07969" ;
    dct:modified "2023-12-11T11:16:23"^^xsd:dateTime ;
    skos:altLabel "Craft training"@en,
        "Occupational training"@en,
        "Professional training"@en,
        "VET"@en,
        "Vocational training"@en,
        "Fagopplæring"@nb,
        "Fagutdanning"@nb,
        "VET"@nb,
        "Yrkesfaglig opplæring"@nb,
        "Yrkesopplæring"@nb,
        "Yrkesrettet utdanning"@nb,
        "Yrkesutdannelse"@nb ;
    skos:broader humord:c07945 ;
    skos:closeMatch <http://dewey.info/class/1--071/e23/>,
        <http://dewey.info/class/373.246/e23/>,
        <http://dewey.info/class/378.013/e23/> ;
    skos:definition "Utdanning knyttet til en mengde samfunnsrelaterte yrker, ikke bare akademiske disipliner. Foregår ved flere typer utdanningsinstitusjoner, blant annet   ved videregående skoler <UBO>"@nb ;
    skos:editorialNote "Profesjonsutdanning skilt ut som egen term. Omindeksert poster. 2018-04-23/bsh"@nb ;
    skos:exactMatch realfagstermer:c008078,
        <http://dewey.info/class/370.113/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008078,
        <http://dewey.info/class/1--0683/e23/>,
        <http://dewey.info/class/1--071/e23/>,
        <http://dewey.info/class/331.2592/e23/>,
        <http://dewey.info/class/352.669/e23/>,
        <http://dewey.info/class/370.113/e23/>,
        <http://dewey.info/class/373.246/e23/>,
        <http://dewey.info/class/378.013/e23/>,
        <http://dewey.info/class/658.3124/e23/> ;
    skos:prefLabel "Vocational education"@en,
        "Yrkesutdanning"@nb,
        "Yrkesutdanning"@nn ;
    skos:related humord:c25257 ;
    skos:relatedMatch <http://dewey.info/class/1--0683/e23/>,
        <http://dewey.info/class/331.2592/e23/>,
        <http://dewey.info/class/352.669/e23/>,
        <http://dewey.info/class/658.3124/e23/> .

humord:c07972 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-10-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07972" ;
    dct:modified "2023-12-18T12:45:55"^^xsd:dateTime ;
    skos:editorialNote "Bør vi lage en fasettindikator: psykologi etter disiplin? 2013-10-11/bsh"@nb ;
    skos:exactMatch realfagstermer:c013498,
        <http://dewey.info/class/1--019/e23/>,
        <http://dewey.info/class/150/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013498,
        <http://dewey.info/class/1--019/e23/>,
        <http://dewey.info/class/150/e23/>,
        <http://dewey.info/class/591.5/e23/> ;
    skos:prefLabel "Psychology"@en,
        "Psykologi"@nb,
        "Psykologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/591.5/e23/> ;
    skos:topConceptOf humord: .

humord:c07973 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07973" ;
    dct:modified "2023-11-15T14:56:45"^^xsd:dateTime ;
    skos:altLabel "Behavioral psychology"@en,
        "Behaviorism"@en,
        "Behavioural psychology"@en,
        "Adferdspsykologi"@nb,
        "Behaviorisme"@nb ;
    skos:broader humord:c07972 ;
    skos:exactMatch realfagstermer:c008346,
        <http://dewey.info/class/150.1943/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008346,
        <http://dewey.info/class/150.1943/e23/> ;
    skos:prefLabel "Behaviourism"@en,
        "Atferdspsykologi"@nb,
        "Åtferdspsykologi"@nn .

humord:c07976 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07976" ;
    dct:modified "2024-03-07T13:11:24"^^xsd:dateTime ;
    skos:altLabel "Behavior"@en,
        "Adferd"@nb,
        "Handlemåte"@nb,
        "Oppførsel"@nb,
        "Oppførsel"@nn ;
    skos:broader humord:c07973 ;
    skos:closeMatch <http://dewey.info/class/591.5/e23/> ;
    skos:definition "Måte å opptre på <UBO>"@nb ;
    skos:exactMatch realfagstermer:c012753 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012753,
        <http://dewey.info/class/150/e23/>,
        <http://dewey.info/class/155.7/e23/>,
        <http://dewey.info/class/156/e23/>,
        <http://dewey.info/class/302/e23/>,
        <http://dewey.info/class/395/e23/>,
        <http://dewey.info/class/591.5/e23/> ;
    skos:prefLabel "Behaviour"@en,
        "Atferd"@nb,
        "Åtferd"@nn ;
    skos:related humord:c04932 ;
    skos:relatedMatch <http://dewey.info/class/150/e23/>,
        <http://dewey.info/class/155.7/e23/>,
        <http://dewey.info/class/156/e23/>,
        <http://dewey.info/class/302/e23/>,
        <http://dewey.info/class/395/e23/> .

humord:c07979 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07979" ;
    dct:modified "2025-06-14T08:14:14"^^xsd:dateTime ;
    skos:altLabel "Aggressiveness"@en,
        "Aggressivity"@en,
        "Aggressivitet"@nb,
        "Aggressivitet"@nn ;
    skos:broadMatch <http://dewey.info/class/155.232/e23/> ;
    skos:broader humord:c07976 ;
    skos:closeMatch <http://dewey.info/class/152.47/e23/> ;
    skos:exactMatch realfagstermer:c005290,
        <http://dewey.info/class/302.54/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005290,
        <http://dewey.info/class/152.47/e23/>,
        <http://dewey.info/class/153.8/e23/>,
        <http://dewey.info/class/155.232/e23/>,
        <http://dewey.info/class/302.54/e23/> ;
    skos:prefLabel "Aggression"@en,
        "Aggresjon"@nb,
        "Aggresjon"@nn ;
    skos:related humord:c08024 ;
    skos:relatedMatch <http://dewey.info/class/153.8/e23/> .

humord:c07980 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07980" ;
    dct:modified "2025-11-07T07:42:10"^^xsd:dateTime ;
    skos:altLabel "Gesticulation"@en,
        "Fakter"@nb,
        "Geberder"@nb,
        "Fakter"@nn,
        "Geberder"@nn ;
    skos:broadMatch <http://dewey.info/class/153.69/e23/> ;
    skos:broader humord:c07976 ;
    skos:exactMatch <http://dewey.info/class/302.222/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.384/e23/>,
        <http://dewey.info/class/153.69/e23/>,
        <http://dewey.info/class/302.222/e23/>,
        <http://dewey.info/class/792.028/e23/>,
        <http://dewey.info/class/808.5/e23/> ;
    skos:prefLabel "Gestures"@en,
        "Gester"@nb,
        "Gestar"@nn ;
    skos:related humord:c10837 ;
    skos:relatedMatch <http://dewey.info/class/152.384/e23/>,
        <http://dewey.info/class/792.028/e23/>,
        <http://dewey.info/class/808.5/e23/> .

humord:c07983 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07983" ;
    dct:modified "2024-10-16T13:47:19"^^xsd:dateTime ;
    skos:altLabel "Påskjøning"@nn ;
    skos:broader humord:c07973 ;
    skos:exactMatch <http://dewey.info/class/355.134/e23/>,
        <http://dewey.info/class/371.53/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.35/e23/>,
        <http://dewey.info/class/355.134/e23/>,
        <http://dewey.info/class/371.53/e23/> ;
    skos:prefLabel "Reward"@en,
        "Belønning"@nb,
        "Løning"@nn ;
    skos:relatedMatch <http://dewey.info/class/303.35/e23/> .

humord:c07984 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-01-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07984" ;
    dct:modified "2023-11-28T13:37:46"^^xsd:dateTime ;
    skos:altLabel "Følelsesliv"@nb,
        "Følelsar"@nn ;
    skos:broader humord:c07973 ;
    skos:closeMatch <http://dewey.info/class/370.1534/e23/>,
        <http://dewey.info/class/612.8232/e23/> ;
    skos:exactMatch realfagstermer:c007653,
        <http://dewey.info/class/152.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007653,
        <http://dewey.info/class/152.4/e23/>,
        <http://dewey.info/class/370.1534/e23/>,
        <http://dewey.info/class/612.8232/e23/> ;
    skos:prefLabel "Feelings"@en,
        "Følelser"@nb,
        "Kjensler"@nn ;
    skos:related humord:c07985,
        humord:c22291,
        humord:c22292,
        humord:c22293 .

humord:c07985 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07985" ;
    dct:modified "2025-11-06T12:21:12"^^xsd:dateTime ;
    skos:broader humord:c07973 ;
    skos:closeMatch realfagstermer:c007653 ;
    skos:editorialNote "Lukket bemerkning: ubo15"@nb ;
    skos:exactMatch <http://dewey.info/class/152.4/e23/>,
        <http://dewey.info/class/612.8232/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007653,
        <http://dewey.info/class/128.37/e23/>,
        <http://dewey.info/class/152.4/e23/>,
        <http://dewey.info/class/370.1534/e23/>,
        <http://dewey.info/class/612.8232/e23/> ;
    skos:prefLabel "Emotions"@en,
        "Emosjoner"@nb,
        "Emosjonar"@nn ;
    skos:related humord:c07984,
        humord:c22291,
        humord:c22292 ;
    skos:relatedMatch <http://dewey.info/class/128.37/e23/>,
        <http://dewey.info/class/370.1534/e23/> .

humord:c07987 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07987" ;
    dct:modified "2024-07-26T10:20:32"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/152.4/e23/> ;
    skos:broader humord:c07984 ;
    skos:definition "Affekt viser til en persons umiddelbare emosjonelle reaksjon på noe, eksemeplvis at man opplever noe som positivt eller negativt. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.4/e23/> ;
    skos:prefLabel "Affects"@en,
        "Affekter"@nb,
        "Affektar"@nn ;
    skos:related humord:c08024 .

humord:c07988 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07988" ;
    dct:modified "2025-11-19T13:45:41"^^xsd:dateTime ;
    skos:altLabel "Angstlidelser"@nb,
        "Angstnevroser"@nb,
        "Angstlidingar"@nn,
        "Angstneurosar"@nn,
        "Angstnevrosar"@nn ;
    skos:broader humord:c03931,
        humord:c07984 ;
    skos:closeMatch <http://dewey.info/class/152.46/e23/> ;
    skos:definition "Angst er en følelse av uro, anspenthet og nagende forventning om at noe farlig kan hende, eller en overdreven fryktreaksjon på en hendelse. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002116 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002116,
        <http://dewey.info/class/152.46/e23/>,
        <http://dewey.info/class/616.8522/e23/> ;
    skos:prefLabel "Anxiety"@en,
        "Angst"@nb,
        "Angst"@nn ;
    skos:related humord:c07998,
        humord:c29377 ;
    skos:relatedMatch <http://dewey.info/class/616.8522/e23/> .

humord:c07989 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07989" ;
    dct:modified "2025-11-05T15:38:11"^^xsd:dateTime ;
    skos:altLabel "Fear of dying"@en,
        "Mortal fear"@en ;
    skos:broadMatch <http://dewey.info/class/152.46/e23/>,
        <http://dewey.info/class/616.8522/e23/> ;
    skos:broader humord:c07988 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.46/e23/>,
        <http://dewey.info/class/155.937/e23/>,
        <http://dewey.info/class/616.8522/e23/> ;
    skos:prefLabel "Death anxiety"@en,
        "Dødsangst"@nb,
        "Dødsangst"@nn ;
    skos:relatedMatch <http://dewey.info/class/155.937/e23/> .

humord:c07990 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07990" ;
    dct:modified "2024-08-29T07:33:58"^^xsd:dateTime ;
    skos:altLabel "Abhorrence"@en,
        "Aversion"@en,
        "Loathing"@en ;
    skos:broadMatch <http://dewey.info/class/152.4/e23/> ;
    skos:broader humord:c07984 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.4/e23/> ;
    skos:prefLabel "Disgust"@en,
        "Avsky"@nb,
        "Avsky"@nn .

humord:c07991 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07991" ;
    dct:modified "2024-08-28T15:16:00"^^xsd:dateTime ;
    skos:altLabel "Craving"@en,
        "Lust"@en,
        "Attrå"@nb,
        "Attrå"@nn ;
    skos:broader humord:c07984 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/176.4/e23/>,
        <http://dewey.info/class/241.3/e23/> ;
    skos:prefLabel "Desire"@en,
        "Begjær"@nb,
        "Begjær"@nn ;
    skos:relatedMatch <http://dewey.info/class/176.4/e23/>,
        <http://dewey.info/class/241.3/e23/> .

humord:c07993 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07993" ;
    dct:modified "2025-11-06T12:16:06"^^xsd:dateTime ;
    skos:altLabel "Major depressive disorder"@en ;
    skos:broadMatch <http://dewey.info/class/362.25/e23/> ;
    skos:broader humord:c07984 ;
    skos:exactMatch realfagstermer:c000154,
        <http://dewey.info/class/616.8527/e23/>,
        <http://dewey.info/class/618.928527/e23/>,
        <http://dewey.info/class/618.9768527/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000154,
        <http://dewey.info/class/362.1989768527/e23/>,
        <http://dewey.info/class/362.25/e23/>,
        <http://dewey.info/class/616.8527/e23/>,
        <http://dewey.info/class/618.928527/e23/>,
        <http://dewey.info/class/618.9768527/e23/> ;
    skos:prefLabel "Depression (Psychology)"@en,
        "Depresjon (Psykologi)"@nb,
        "Depresjon (Psykologi)"@nn ;
    skos:relatedMatch <http://dewey.info/class/362.1989768527/e23/> .

humord:c07995 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07995" ;
    dct:modified "2025-11-05T15:42:44"^^xsd:dateTime ;
    skos:altLabel "Disillusionment"@en ;
    skos:broadMatch <http://dewey.info/class/152.4/e23/> ;
    skos:broader humord:c07984 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.4/e23/> ;
    skos:prefLabel "Disenchantment"@en,
        "Desillusjon"@nb,
        "Desillusjon"@nn .

humord:c07996 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07996" ;
    dct:modified "2025-10-28T14:31:07"^^xsd:dateTime ;
    skos:altLabel "Immersion (Feelings)"@en,
        "Innføling"@nb,
        "Innlevelse"@nb,
        "Innleving"@nn ;
    skos:broadMatch <http://dewey.info/class/152.41/e23/> ;
    skos:broader humord:c07984 ;
    skos:exactMatch realfagstermer:c002723 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002723,
        <http://dewey.info/class/152.41/e23/> ;
    skos:prefLabel "Empathy"@en,
        "Empati"@nb,
        "Empati"@nn ;
    skos:related humord:c08013,
        humord:c08029 .

humord:c07998 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME07998" ;
    dct:modified "2024-09-04T13:02:08"^^xsd:dateTime ;
    skos:altLabel "Fright"@en,
        "Gru"@nb,
        "Redsel"@nb,
        "Skrekk"@nb,
        "Gru"@nn,
        "Skrekk"@nn ;
    skos:broadMatch <http://dewey.info/class/302.17/e23/> ;
    skos:broader humord:c07984 ;
    skos:exactMatch realfagstermer:c007179,
        <http://dewey.info/class/152.46/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007179,
        <http://dewey.info/class/152.46/e23/>,
        <http://dewey.info/class/302.17/e23/> ;
    skos:prefLabel "Fear"@en,
        "Frykt"@nb,
        "Frykt"@nn ;
    skos:related humord:c07988,
        humord:c24759 .

humord:c08002 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08002" ;
    dct:modified "2024-11-06T08:37:16"^^xsd:dateTime ;
    skos:altLabel "Fear of women"@en,
        "Frykt for kvinner"@nb,
        "Frykt for kvinner"@nn ;
    skos:broadMatch <http://dewey.info/class/152.46/e23/> ;
    skos:broader humord:c07998 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.46/e23/> ;
    skos:prefLabel "Gynophobia"@en,
        "Kvinnefrykt"@nb,
        "Kvinnefrykt"@nn ;
    skos:related humord:c08007 .

humord:c08004 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08004" ;
    dct:modified "2024-11-27T17:02:06"^^xsd:dateTime ;
    skos:broader humord:c07984 ;
    skos:exactMatch <http://dewey.info/class/152.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.42/e23/> ;
    skos:prefLabel "Joy"@en,
        "Glede"@nb,
        "Glede"@nn .

humord:c08005 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08005" ;
    dct:modified "2025-11-05T15:43:08"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/152.4/e23/> ;
    skos:broader humord:c07984 ;
    skos:exactMatch <http://dewey.info/class/179.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.4/e23/>,
        <http://dewey.info/class/179.8/e23/> ;
    skos:prefLabel "Hate"@en,
        "Hat"@nb,
        "Hat"@nn .

humord:c08007 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08007" ;
    dct:modified "2024-11-06T08:37:39"^^xsd:dateTime ;
    skos:altLabel "Hat mot kvinner"@nb,
        "Misogyni"@nb,
        "Hat mot kvinner"@nn,
        "Misogyni"@nn ;
    skos:broadMatch <http://dewey.info/class/305.42/e23/> ;
    skos:broader humord:c08005 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/305.42/e23/> ;
    skos:prefLabel "Misogyny"@en,
        "Kvinnehat"@nb,
        "Kvinnehat"@nn ;
    skos:related humord:c08002 .

humord:c08010 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-31T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08010" ;
    dct:modified "2024-07-04T08:32:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/241.4/e23/> ;
    skos:broader humord:c07984 ;
    skos:closeMatch <http://dewey.info/class/152.41/e23/> ;
    skos:definition "Kjærlighet er et ord med variert innhold som oftest brukes om enten romantiske forhold, forhold mellom familiemedlemmer (morskjærlighet, søskenkjærlighet) eller om en egenskap ved gud. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.46/e23/>,
        <http://dewey.info/class/152.41/e23/>,
        <http://dewey.info/class/177.7/e23/>,
        <http://dewey.info/class/205.677/e23/>,
        <http://dewey.info/class/241.4/e23/>,
        <http://dewey.info/class/302.3/e23/> ;
    skos:prefLabel "Love"@en,
        "Kjærlighet"@nb,
        "Kjærleik"@nn ;
    skos:related humord:c00331 ;
    skos:relatedMatch <http://dewey.info/class/128.46/e23/>,
        <http://dewey.info/class/177.7/e23/>,
        <http://dewey.info/class/205.677/e23/>,
        <http://dewey.info/class/302.3/e23/> .

humord:c08011 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08011" ;
    dct:modified "2025-11-06T07:50:02"^^xsd:dateTime ;
    skos:broader humord:c07984 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.43/e23/> ;
    skos:prefLabel "Laughter"@en,
        "Latter"@nb,
        "Latter"@nn ;
    skos:related humord:c08032 ;
    skos:relatedMatch <http://dewey.info/class/152.43/e23/> .

humord:c08013 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08013" ;
    dct:modified "2025-11-06T07:50:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/152.41/e23/> ;
    skos:broader humord:c07984 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.41/e23/> ;
    skos:prefLabel "Compassion"@en,
        "Medfølelse"@nb,
        "Medkjensle"@nn ;
    skos:related humord:c07996 .

humord:c08014 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08014" ;
    dct:modified "2025-11-06T07:50:59"^^xsd:dateTime ;
    skos:altLabel "Melancholy"@en ;
    skos:broadMatch <http://dewey.info/class/152.4/e23/> ;
    skos:broader humord:c07984 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.4/e23/> ;
    skos:prefLabel "Melancholia"@en,
        "Melankoli"@nb,
        "Melankoli"@nn ;
    skos:related humord:c08023,
        humord:c08028 .

humord:c08015 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08015" ;
    dct:modified "2025-11-06T08:10:44"^^xsd:dateTime ;
    skos:altLabel "Jolliness"@en,
        "Merriness"@en ;
    skos:broadMatch <http://dewey.info/class/152.42/e23/> ;
    skos:broader humord:c07984 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.42/e23/> ;
    skos:prefLabel "Gaiety"@en,
        "Munterhet"@nb,
        "Munterheit"@nn ;
    skos:related humord:c08016 .

humord:c08016 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08016" ;
    dct:modified "2025-09-01T21:39:09"^^xsd:dateTime ;
    skos:altLabel "Humor"@en,
        "Harselas"@nb,
        "Humoristisk sans"@nb,
        "Skjemt"@nb,
        "Spøk"@nb,
        "Harselas"@nn,
        "Humoristisk sans"@nn,
        "Skjemt"@nn,
        "Spøk"@nn ;
    skos:broadMatch <http://dewey.info/class/070.444/e23/>,
        <http://dewey.info/class/306.481/e23/> ;
    skos:broader humord:c08099 ;
    skos:definition "Sans for det komiske; ytring, framstilling el.l. som er preget av humoristisk sans <BOB>"@nb ;
    skos:exactMatch realfagstermer:c030088,
        <http://dewey.info/class/152.43/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030088,
        <http://dewey.info/class/070.444/e23/>,
        <http://dewey.info/class/1--0207/e23/>,
        <http://dewey.info/class/152.43/e23/>,
        <http://dewey.info/class/306.481/e23/>,
        <http://dewey.info/class/808.87/e23/> ;
    skos:prefLabel "Humour"@en,
        "Humor"@nb,
        "Humor"@nn ;
    skos:related humord:c05053,
        humord:c06567,
        humord:c06677,
        humord:c08015,
        humord:c08031 ;
    skos:relatedMatch <http://dewey.info/class/1--0207/e23/>,
        <http://dewey.info/class/808.87/e23/> .

humord:c08017 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-01-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08017" ;
    dct:modified "2025-11-07T11:44:15"^^xsd:dateTime ;
    skos:altLabel "Narsissistisk personlighetsforstyrrelse"@nb,
        "Selvdyrking"@nb,
        "Selvkjærlighet"@nb,
        "Selvnytelse"@nb,
        "Sjølkjærlighet"@nb,
        "Narsissistisk personlegdomsforstyrring"@nn,
        "Sjølvdyrking"@nn,
        "Sjølvkjærleik"@nn,
        "Sjølvnyting"@nn ;
    skos:broadMatch <http://dewey.info/class/155.232/e23/>,
        <http://dewey.info/class/362.27/e23/> ;
    skos:broader humord:c25096,
        humord:c28378 ;
    skos:closeMatch <http://dewey.info/class/616.85854/e23/> ;
    skos:definition "Narsissisme brukes i dagligtalen synonymt med selvopptatthet og selvkjærlighet <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.232/e23/>,
        <http://dewey.info/class/362.27/e23/>,
        <http://dewey.info/class/616.85854/e23/> ;
    skos:prefLabel "Narcissism"@en,
        "Narsissisme"@nb,
        "Narsissisme"@nn ;
    skos:related humord:c12406,
        humord:c26411 .

humord:c08021 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08021" ;
    dct:modified "2025-11-06T08:16:52"^^xsd:dateTime ;
    skos:altLabel "Homesickness"@en,
        "Heimlengsel"@nb,
        "Hjemlengsel"@nb,
        "Heimlengsel"@nn,
        "Heimlengsle"@nn ;
    skos:broadMatch <http://dewey.info/class/152.4/e23/> ;
    skos:broader humord:c07984 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.4/e23/> ;
    skos:prefLabel "Nostalgia"@en,
        "Nostalgi"@nb,
        "Nostalgi"@nn .

humord:c08023 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-07-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08023" ;
    dct:modified "2025-11-06T08:17:49"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/152.4/e23/> ;
    skos:broader humord:c07984 ;
    skos:definition "Følelse av ensomhet, melankoli, nostalgi og lengsel som regnes som karakteristisk for det portugisiske folk og dets kultur <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.4/e23/> ;
    skos:prefLabel "Saudade"@en,
        "Saudade"@nb,
        "Saudade"@nn ;
    skos:related humord:c08014 .

humord:c08024 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08024" ;
    dct:modified "2025-11-06T08:18:32"^^xsd:dateTime ;
    skos:altLabel "Fury"@en,
        "Rage"@en,
        "Raseri"@nb,
        "Raseri"@nn ;
    skos:broadMatch <http://dewey.info/class/179.8/e23/> ;
    skos:broader humord:c07984 ;
    skos:exactMatch <http://dewey.info/class/152.47/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.47/e23/>,
        <http://dewey.info/class/179.8/e23/>,
        <http://dewey.info/class/205.698/e23/> ;
    skos:prefLabel "Anger"@en,
        "Sinne"@nb,
        "Sinne"@nn ;
    skos:related humord:c07979,
        humord:c07987 ;
    skos:relatedMatch <http://dewey.info/class/205.698/e23/> .

humord:c08026 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08026" ;
    dct:modified "2025-11-06T09:10:09"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/179.8/e23/> ;
    skos:broader humord:c07984 ;
    skos:exactMatch <http://dewey.info/class/152.48/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.48/e23/>,
        <http://dewey.info/class/179.8/e23/>,
        <http://dewey.info/class/205.698/e23/> ;
    skos:prefLabel "Jealousy"@en,
        "Sjalusi"@nb,
        "Sjalusi"@nn ;
    skos:related humord:c16603 ;
    skos:relatedMatch <http://dewey.info/class/205.698/e23/> .

humord:c08027 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08027" ;
    dct:modified "2025-11-06T09:11:18"^^xsd:dateTime ;
    skos:altLabel "Guilt (Feeling)"@en,
        "Guilt-feeling"@en,
        "Skyldfølelse"@nb,
        "Skyldkjensle"@nb,
        "Skuldkjensle"@nn,
        "Skyldkjensle"@nn ;
    skos:broader humord:c07984 ;
    skos:closeMatch <http://dewey.info/class/152.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.44/e23/> ;
    skos:prefLabel "Feeling of guilt"@en,
        "Skyld (Følelse)"@nb,
        "Skyld (Kjensle)"@nn .

humord:c08028 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08028" ;
    dct:modified "2025-11-06T11:30:31"^^xsd:dateTime ;
    skos:altLabel "Mourning"@en,
        "Sorrow"@en,
        "Sorgreaksjoner"@nb,
        "Sorgreaksjonar"@nn ;
    skos:broader humord:c07984 ;
    skos:exactMatch realfagstermer:c006108,
        <http://dewey.info/class/152.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006108,
        <http://dewey.info/class/152.4/e23/>,
        <http://dewey.info/class/155.937/e23/> ;
    skos:prefLabel "Grief"@en,
        "Sorg"@nb,
        "Sorg"@nn ;
    skos:related humord:c08014,
        humord:c25754 ;
    skos:relatedMatch <http://dewey.info/class/155.937/e23/> .

humord:c08029 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08029" ;
    dct:modified "2025-11-06T08:19:03"^^xsd:dateTime ;
    skos:altLabel "Velvilje"@nb,
        "Velvilje"@nn ;
    skos:broadMatch <http://dewey.info/class/152.4/e23/> ;
    skos:broader humord:c07984 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.4/e23/> ;
    skos:prefLabel "Sympathy"@en,
        "Sympati"@nb,
        "Sympati"@nn ;
    skos:related humord:c07996 .

humord:c08031 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08031" ;
    dct:modified "2025-11-07T13:26:30"^^xsd:dateTime ;
    skos:broader humord:c08099 ;
    skos:closeMatch <http://dewey.info/class/152.43/e23/> ;
    skos:definition "Det å være vittig, åndfull <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.43/e23/> ;
    skos:prefLabel "Wit"@en,
        "Vidd"@nb,
        "Vidd"@nn ;
    skos:related humord:c08016 .

humord:c08032 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-01-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08032" ;
    dct:modified "2025-11-13T08:11:23"^^xsd:dateTime ;
    skos:broader humord:c08016 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.43/e23/> ;
    skos:prefLabel "Comedy"@en,
        "Komikk"@nb,
        "Komikk"@nn ;
    skos:related humord:c08011 ;
    skos:relatedMatch <http://dewey.info/class/152.43/e23/> .

humord:c08033 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08033" ;
    dct:modified "2025-11-26T14:51:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/152.4/e23/> ;
    skos:broader humord:c07973 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.4/e23/>,
        <http://dewey.info/class/234.25/e23/> ;
    skos:prefLabel "Hope"@en,
        "Håp"@nb,
        "Håp"@nn ;
    skos:related humord:c08662,
        humord:c22790 ;
    skos:relatedMatch <http://dewey.info/class/234.25/e23/> .

humord:c08034 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08034" ;
    dct:modified "2025-10-30T15:53:36"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/154.2/e23/> ;
    skos:broader humord:c07972 ;
    skos:definition "Psykologiske teorier som baserer seg på antagelsen om ett eller flere ubevisste lag i personligheten, for eksempel Freuds og Jungs teorier <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/127/e23/>,
        <http://dewey.info/class/154.2/e23/> ;
    skos:prefLabel "Depth psychology"@en,
        "Dybdepsykologi"@nb,
        "Dybdepsykologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/127/e23/> .

humord:c08035 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08035" ;
    dct:modified "2025-11-07T13:32:32"^^xsd:dateTime ;
    skos:altLabel "Bevisstheit (Psykologi)"@nn ;
    skos:broader humord:c08034 ;
    skos:closeMatch realfagstermer:c007737 ;
    skos:exactMatch <http://dewey.info/class/153/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007737,
        <http://dewey.info/class/126/e23/>,
        <http://dewey.info/class/153/e23/> ;
    skos:prefLabel "Consciousness (Psychology)"@en,
        "Bevissthet (Psykologi)"@nb,
        "Medvit (Psykologi)"@nn ;
    skos:related humord:c00648 ;
    skos:relatedMatch <http://dewey.info/class/126/e23/> .

humord:c08036 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08036" ;
    dct:modified "2024-11-29T08:19:07"^^xsd:dateTime ;
    skos:broader humord:c08035 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/154.4/e23/> ;
    skos:prefLabel "State of consciousness"@en,
        "Bevissthetstilstand"@nb,
        "Medviten tilstand"@nn ;
    skos:relatedMatch <http://dewey.info/class/154.4/e23/> .

humord:c08037 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08037" ;
    dct:modified "2025-11-07T13:36:08"^^xsd:dateTime ;
    skos:broader humord:c08036 ;
    skos:exactMatch <http://dewey.info/class/135.3/e23/>,
        <http://dewey.info/class/154.63/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/135.3/e23/>,
        <http://dewey.info/class/154.63/e23/>,
        <http://dewey.info/class/612.821/e23/> ;
    skos:prefLabel "Dreams"@en,
        "Drømmer"@nb,
        "Draumar"@nn ;
    skos:relatedMatch <http://dewey.info/class/612.821/e23/> .

humord:c08038 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08038" ;
    dct:modified "2025-11-07T13:35:03"^^xsd:dateTime ;
    skos:altLabel "Nightmare"@en ;
    skos:broader humord:c08037 ;
    skos:exactMatch <http://dewey.info/class/154.632/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/154.632/e23/> ;
    skos:prefLabel "Nightmares"@en,
        "Mareritt"@nb,
        "Mareritt"@nn ;
    skos:related humord:c05135 .

humord:c08039 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08039" ;
    dct:modified "2025-11-07T13:37:03"^^xsd:dateTime ;
    skos:altLabel "Synsbedrag"@nb,
        "Synsbedrag"@nn ;
    skos:broadMatch <http://dewey.info/class/154.4/e23/> ;
    skos:broader humord:c08036 ;
    skos:exactMatch realfagstermer:c013970 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013970,
        <http://dewey.info/class/154.4/e23/> ;
    skos:prefLabel "Hallucinations"@en,
        "Hallusinasjoner"@nb,
        "Hallusinasjonar"@nn ;
    skos:related humord:c08065,
        humord:c08278 .

humord:c08040 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08040" ;
    dct:modified "2024-12-02T10:11:02"^^xsd:dateTime ;
    skos:altLabel "Detet"@nb,
        "Id"@nb,
        "Id"@nn ;
    skos:broader humord:c08035 ;
    skos:closeMatch <http://dewey.info/class/154.2/e23/> ;
    skos:definition "Den delen av sinnet som rommer ubevisste tanker, ønsker, følelser og lignende <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/154.2/e23/> ;
    skos:prefLabel "Subconsciousness (Psyhology)"@en,
        "Underbevissthet (Psykologi)"@nb,
        "Undermedvit (Psykologi)"@nn ;
    skos:related humord:c00376 .

humord:c08043 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08043" ;
    dct:modified "2024-12-02T09:59:52"^^xsd:dateTime ;
    skos:altLabel "Det umedvetne (Psykologi)"@nn ;
    skos:broadMatch <http://dewey.info/class/154.2/e23/> ;
    skos:broader humord:c08035 ;
    skos:definition "Kunnskap, forståelse eller psykologiske prosesser som antas å være til stede og prege en persons tenkning og atferd uten at personen på noe tidspunkt er det bevisst <SML>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/154.2/e23/> ;
    skos:prefLabel "The unconscious (Psychology)"@en,
        "Det ubevisste (Psykologi)"@nb,
        "Det umedvitne (Psykologi)"@nn ;
    skos:related humord:c00375 .

humord:c08044 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08044" ;
    dct:modified "2026-01-06T07:37:39"^^xsd:dateTime ;
    skos:altLabel "Dream analysis"@en,
        "Dream reading"@en,
        "Drømmetolkning"@nb,
        "Drømmetyding"@nb,
        "Drømmetydning"@nb,
        "Draumetyding"@nn,
        "Draumtyding"@nn ;
    skos:broader humord:c08034 ;
    skos:closeMatch <http://dewey.info/class/154.63/e23/> ;
    skos:editorialNote "Drømmetolking"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/154.63/e23/> ;
    skos:prefLabel "Dream interpretation"@en,
        "Drømmetolking"@nb,
        "Draumetolking"@nn .

humord:c08046 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08046" ;
    dct:modified "2025-10-30T15:54:24"^^xsd:dateTime ;
    skos:altLabel "Ethno psychology"@en,
        "Folk psychology"@en,
        "Folkepsykologi"@nb,
        "Folkepsykologi"@nn ;
    skos:broader humord:c07972 ;
    skos:closeMatch <http://dewey.info/class/155.457/e23/>,
        <http://dewey.info/class/155.5089/e23/>,
        <http://dewey.info/class/155.67089/e23/> ;
    skos:definition "Studiet av personlighet og kultur <IDREE>"@nb ;
    skos:exactMatch <http://dewey.info/class/155.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.457/e23/>,
        <http://dewey.info/class/155.5089/e23/>,
        <http://dewey.info/class/155.67089/e23/>,
        <http://dewey.info/class/155.82/e23/> ;
    skos:prefLabel "Ethnopsychology"@en,
        "Etnopsykologi"@nb,
        "Etnopsykologi"@nn ;
    skos:related humord:c08128 .

humord:c08048 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08048" ;
    dct:modified "2024-09-03T09:26:11"^^xsd:dateTime ;
    skos:altLabel "Evolusjonær psykologi"@nb,
        "Evolusjonær psykologi"@nn ;
    skos:broader humord:c07972 ;
    skos:definition "Evolusjonspsykologi er en tilnærming til studiet av atferd, følelser og tanker hos mennesker der man antar at mennesket, som alle andre arter, er et resultat av evolusjon <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013951,
        <http://dewey.info/class/155.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013951,
        <http://dewey.info/class/155.7/e23/> ;
    skos:prefLabel "Evolutionary psychology"@en,
        "Evolusjonspsykologi"@nb,
        "Evolusjonspsykologi"@nn .

humord:c08049 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-02-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08049" ;
    dct:modified "2023-11-30T13:54:23"^^xsd:dateTime ;
    skos:broader humord:c07972 ;
    skos:definition "Den del av psykologien som studerer prosessene som ligger til grunn for oppfattelse, tenkning, og kunnskapservervelse (erkjennelse) <SNL>"@nb ;
    skos:exactMatch realfagstermer:c010804,
        <http://dewey.info/class/153/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010804,
        <http://dewey.info/class/153/e23/>,
        <http://dewey.info/class/370.152/e23/> ;
    skos:prefLabel "Cognitive psychology"@en,
        "Kognitiv psykologi"@nb,
        "Kognitiv psykologi"@nn ;
    skos:related humord:c00363,
        humord:c21842 ;
    skos:relatedMatch <http://dewey.info/class/370.152/e23/> .

humord:c08050 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08050" ;
    dct:modified "2024-08-28T11:18:56"^^xsd:dateTime ;
    skos:broader humord:c08049 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.1/e23/>,
        <http://dewey.info/class/153.22/e23/>,
        <http://dewey.info/class/153.7/e23/> ;
    skos:prefLabel "Association"@en,
        "Assosiasjon"@nb,
        "Assosiasjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/153.1/e23/>,
        <http://dewey.info/class/153.22/e23/>,
        <http://dewey.info/class/153.7/e23/> .

humord:c08051 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08051" ;
    dct:modified "2025-11-01T09:07:58"^^xsd:dateTime ;
    skos:altLabel "Forestillingsevne"@nb,
        "Innbilningskraft"@nb,
        "Førestillingsevne"@nn,
        "Innbillingskraft"@nn ;
    skos:broadMatch <http://dewey.info/class/128.3/e23/> ;
    skos:broader humord:c08049 ;
    skos:exactMatch <http://dewey.info/class/153.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.3/e23/>,
        <http://dewey.info/class/153.3/e23/>,
        <http://dewey.info/class/370.157/e23/> ;
    skos:prefLabel "Imagination"@en,
        "Fantasi"@nb,
        "Fantasi"@nn ;
    skos:relatedMatch <http://dewey.info/class/370.157/e23/> .

humord:c08053 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08053" ;
    dct:modified "2025-10-30T15:55:53"^^xsd:dateTime ;
    skos:altLabel "Brainwashing"@en ;
    skos:broader humord:c08049 ;
    skos:exactMatch <http://dewey.info/class/153.853/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.853/e23/> ;
    skos:prefLabel "Brainwash"@en,
        "Hjernevask"@nb,
        "Hjernevask"@nn .

humord:c08054 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08054" ;
    dct:modified "2025-10-30T15:58:06"^^xsd:dateTime ;
    skos:altLabel "Recollection"@en,
        "Erindring"@nb,
        "Hått"@nb,
        "Memorering"@nb,
        "Minne"@nb,
        "Erindring"@nn,
        "Hugs"@nn,
        "Hukommelse"@nn,
        "Hått"@nn ;
    skos:broadMatch <http://dewey.info/class/128.3/e23/> ;
    skos:broader humord:c08049 ;
    skos:exactMatch realfagstermer:c002001,
        <http://dewey.info/class/153.12/e23/>,
        <http://dewey.info/class/370.1522/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002001,
        <http://dewey.info/class/128.3/e23/>,
        <http://dewey.info/class/153.12/e23/>,
        <http://dewey.info/class/370.1522/e23/> ;
    skos:prefLabel "Memory"@en,
        "Hukommelse"@nb,
        "Minne"@nn .

humord:c08057 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08057" ;
    dct:modified "2026-01-06T07:35:18"^^xsd:dateTime ;
    skos:altLabel "Oblivion"@en,
        "Glømsel"@nb ;
    skos:broader humord:c08054 ;
    skos:exactMatch <http://dewey.info/class/153.125/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.125/e23/> ;
    skos:prefLabel "Forgetfulness"@en,
        "Glemsel"@nb,
        "Gløymsel"@nn .

humord:c08058 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08058" ;
    dct:modified "2026-01-06T07:34:41"^^xsd:dateTime ;
    skos:altLabel "Art of memory"@en,
        "Hjernekart"@nb,
        "Hukommelseskart"@nb,
        "Huskekart"@nb,
        "Husketeknikk"@nb,
        "Hjernekart"@nn,
        "Hugsekart"@nn,
        "Hugseteknikk"@nn,
        "Hukommelseskart"@nn ;
    skos:broader humord:c08054 ;
    skos:exactMatch <http://dewey.info/class/153.14/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.14/e23/> ;
    skos:prefLabel "Mnemotechnics"@en,
        "Mnemoteknikk"@nb,
        "Mnemoteknikk"@nn ;
    skos:related humord:c22804 .

humord:c08063 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08063" ;
    dct:modified "2026-01-08T08:47:21"^^xsd:dateTime ;
    skos:altLabel "Muntlig formelteori"@nb,
        "Munnleg formelteori"@nn ;
    skos:broadMatch <http://dewey.info/class/153.14/e23/> ;
    skos:broader humord:c08058 ;
    skos:definition "Milman Parrys og Albert Lords oralformulaic theory (hvordan en balladesanger kan huske lange episke viser) <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.14/e23/> ;
    skos:prefLabel "Oral-formulaic theory"@en,
        "Formelteori"@nb,
        "Formelteori"@nn .

humord:c08065 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08065" ;
    dct:modified "2025-10-30T16:00:46"^^xsd:dateTime ;
    skos:altLabel "Illusion"@en,
        "Illusjon"@nb,
        "Sansebedrag"@nb,
        "Illusjon"@nn,
        "Sansebedrag"@nn ;
    skos:broader humord:c08049 ;
    skos:exactMatch <http://dewey.info/class/153.74/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.74/e23/> ;
    skos:prefLabel "Illusions"@en,
        "Illusjoner"@nb,
        "Illusjonar"@nn ;
    skos:related humord:c08039,
        humord:c27665,
        humord:c58348 .

humord:c08068 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08068" ;
    dct:modified "2023-11-30T08:24:27"^^xsd:dateTime ;
    skos:altLabel "Naturlig intelligens"@nb,
        "Naturleg intelligens"@nn ;
    skos:broadMatch <http://dewey.info/class/128.3/e23/> ;
    skos:broader humord:c08049 ;
    skos:closeMatch realfagstermer:c000244 ;
    skos:exactMatch realfagstermer:c002789,
        <http://dewey.info/class/153.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000244,
        realfagstermer:c002789,
        <http://dewey.info/class/128.3/e23/>,
        <http://dewey.info/class/153.9/e23/>,
        <http://dewey.info/class/155.7/e23/>,
        <http://dewey.info/class/370.1529/e23/>,
        <http://dewey.info/class/591.513/e23/> ;
    skos:prefLabel "Intelligence"@en,
        "Intelligens"@nb,
        "Intelligens"@nn ;
    skos:related humord:c04225,
        humord:c22360,
        humord:c22363 ;
    skos:relatedMatch <http://dewey.info/class/155.7/e23/>,
        <http://dewey.info/class/370.1529/e23/>,
        <http://dewey.info/class/591.513/e23/> .

humord:c08070 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08070" ;
    dct:modified "2025-10-31T09:30:40"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/121.3/e23/>,
        <http://dewey.info/class/171.2/e23/> ;
    skos:broader humord:c08049 ;
    skos:exactMatch <http://dewey.info/class/153.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/121.3/e23/>,
        <http://dewey.info/class/153.44/e23/>,
        <http://dewey.info/class/171.2/e23/> ;
    skos:prefLabel "Intuition"@en,
        "Intuisjon"@nb,
        "Intuisjon"@nn .

humord:c08071 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-06-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08071" ;
    dct:modified "2024-10-23T14:38:32"^^xsd:dateTime ;
    skos:altLabel "Kognitiv utvikling"@nb,
        "Kognitive prosesser"@nb,
        "Kognitive prosessar"@nn ;
    skos:broader humord:c68689 ;
    skos:closeMatch realfagstermer:c010635 ;
    skos:definition "Viser innen moderne psykologi og nevrologi til temaer som oppfatning og tenkning, oppmerksomhet, persepsjon og hukommelse, problemløsning, avgjørerelser (\"decision making\"), resonnering, språk og kommunikasjon <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c003805,
        <http://dewey.info/class/153/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003805,
        realfagstermer:c010635,
        <http://dewey.info/class/121/e23/>,
        <http://dewey.info/class/153/e23/> ;
    skos:prefLabel "Cognition (Psychology)"@en,
        "Kognisjon"@nb,
        "Kognisjon"@nn ;
    skos:related humord:c00410 ;
    skos:relatedMatch <http://dewey.info/class/121/e23/> .

humord:c08073 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08073" ;
    dct:modified "2024-03-05T11:44:23"^^xsd:dateTime ;
    skos:altLabel "Knowledge discovery"@en,
        "Kunnskapsfangst"@nb,
        "Kunnskapsinnsamling"@nb,
        "Kunnskapsfangst"@nn,
        "Kunnskapsinnsamling"@nn ;
    skos:broadMatch <http://dewey.info/class/370.152/e23/> ;
    skos:broader humord:c08071,
        humord:c26707 ;
    skos:closeMatch <http://dewey.info/class/153.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.4/e23/>,
        <http://dewey.info/class/370.152/e23/> ;
    skos:prefLabel "Knowledge acquisition"@en,
        "Kunnskapstilegnelse"@nb,
        "Kunnskapstilegning"@nn .

humord:c08074 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08074" ;
    dct:modified "2025-10-31T09:31:34"^^xsd:dateTime ;
    skos:altLabel "Expertise"@en,
        "Literacy"@en,
        "Qualifications"@en,
        "Ekspertise"@nb,
        "Kvalifikasjoner"@nb,
        "Literacy"@nb,
        "Ekspertise"@nn,
        "Kvalifikasjonar"@nn ;
    skos:broadMatch <http://dewey.info/class/001/e23/>,
        <http://dewey.info/class/153.9/e23/> ;
    skos:broader humord:c08049 ;
    skos:definition "Kvalifikasjon, dyktighet til noe <BOB>"@nb ;
    skos:exactMatch realfagstermer:c003141 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003141,
        <http://dewey.info/class/001/e23/>,
        <http://dewey.info/class/153.4/e23/>,
        <http://dewey.info/class/153.9/e23/>,
        <http://dewey.info/class/306.42/e23/> ;
    skos:prefLabel "Competence"@en,
        "Kompetanse"@nb,
        "Kompetanse"@nn ;
    skos:related humord:c08078 ;
    skos:relatedMatch <http://dewey.info/class/153.4/e23/>,
        <http://dewey.info/class/306.42/e23/> .

humord:c08076 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08076" ;
    dct:modified "2023-11-30T15:09:53"^^xsd:dateTime ;
    skos:altLabel "Kreativt arbeid"@nb ;
    skos:broader humord:c08049 ;
    skos:exactMatch realfagstermer:c013437,
        <http://dewey.info/class/153.35/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013437,
        <http://dewey.info/class/153.35/e23/>,
        <http://dewey.info/class/352.66/e23/>,
        <http://dewey.info/class/370.118/e23/>,
        <http://dewey.info/class/370.157/e23/>,
        <http://dewey.info/class/658.314/e23/>,
        <http://dewey.info/class/701.15/e23/>,
        <http://dewey.info/class/801.92/e23/> ;
    skos:prefLabel "Creativity"@en,
        "Kreativitet"@nb,
        "Kreativitet"@nn ;
    skos:relatedMatch <http://dewey.info/class/352.66/e23/>,
        <http://dewey.info/class/370.118/e23/>,
        <http://dewey.info/class/370.157/e23/>,
        <http://dewey.info/class/658.314/e23/>,
        <http://dewey.info/class/701.15/e23/>,
        <http://dewey.info/class/801.92/e23/> .

humord:c08077 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08077" ;
    dct:modified "2023-11-28T13:27:21"^^xsd:dateTime ;
    skos:altLabel "Framtidsscenarier"@nb,
        "Framtidssyn"@nb,
        "Framtidsvisjoner"@nb,
        "Visjon"@nb,
        "Framtidsvisjonar"@nn ;
    skos:broadMatch <http://dewey.info/class/153.32/e23/> ;
    skos:broader humord:c08076 ;
    skos:definition "Innbilt synsopplevelse, framtidssyn <BOB>"@nb ;
    skos:exactMatch realfagstermer:c002689 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002689,
        <http://dewey.info/class/153.32/e23/>,
        <http://dewey.info/class/204.2/e23/> ;
    skos:prefLabel "Visions"@en,
        "Visjoner"@nb,
        "Visjonar"@nn ;
    skos:related humord:c08456 ;
    skos:relatedMatch <http://dewey.info/class/204.2/e23/> .

humord:c08078 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-08-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08078" ;
    dct:modified "2024-11-29T10:23:00"^^xsd:dateTime ;
    skos:altLabel "Kunnskaper"@nb,
        "Viten"@nb,
        "Kunnskapar"@nn ;
    skos:broader humord:c00363,
        humord:c08049 ;
    skos:exactMatch realfagstermer:c011367,
        <http://dewey.info/class/001/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011367,
        <http://dewey.info/class/001/e23/>,
        <http://dewey.info/class/153.4/e23/>,
        <http://dewey.info/class/306.42/e23/>,
        <http://dewey.info/class/352.74/e23/> ;
    skos:prefLabel "Knowledge"@en,
        "Kunnskap"@nb,
        "Kunnskap"@nn ;
    skos:related humord:c08074,
        humord:c25910 ;
    skos:relatedMatch <http://dewey.info/class/153.4/e23/>,
        <http://dewey.info/class/306.42/e23/>,
        <http://dewey.info/class/352.74/e23/> .

humord:c08079 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08079" ;
    dct:modified "2025-10-31T13:56:37"^^xsd:dateTime ;
    skos:altLabel "Learn"@en,
        "Learning processes"@en,
        "Læreprosesser"@nb,
        "Læringsprosesser"@nb,
        "Læreprosessar"@nn,
        "Læringsprosessar"@nn ;
    skos:broader humord:c08049 ;
    skos:closeMatch realfagstermer:c005128,
        <http://dewey.info/class/591.514/e23/> ;
    skos:exactMatch realfagstermer:c012452,
        <http://dewey.info/class/153.15/e23/>,
        <http://dewey.info/class/370.1523/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005128,
        realfagstermer:c012452,
        <http://dewey.info/class/153.15/e23/>,
        <http://dewey.info/class/370.1523/e23/>,
        <http://dewey.info/class/591.514/e23/> ;
    skos:prefLabel "Learning"@en,
        "Læring"@nb,
        "Læring"@nn ;
    skos:related humord:c68781 .

humord:c08080 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08080" ;
    dct:modified "2023-12-05T07:59:35"^^xsd:dateTime ;
    skos:altLabel "Learning theories"@en,
        "Model of learning"@en,
        "Models of learning"@en,
        "Læringsteorier"@nb,
        "Læringsteoriar"@nn ;
    skos:broadMatch <http://dewey.info/class/153.15/e23/>,
        <http://dewey.info/class/370.1523/e23/> ;
    skos:broader humord:c08079 ;
    skos:exactMatch realfagstermer:c013055 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013055,
        <http://dewey.info/class/153.15/e23/>,
        <http://dewey.info/class/370.1523/e23/> ;
    skos:prefLabel "Learning theory"@en,
        "Læringsteori"@nb,
        "Læringsteori"@nn .

humord:c08081 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-06-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08081" ;
    dct:modified "2026-02-25T10:48:40"^^xsd:dateTime ;
    skos:altLabel "Motivering"@nb ;
    skos:broader humord:c08049 ;
    skos:exactMatch realfagstermer:c007272,
        <http://dewey.info/class/153.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007272,
        <http://dewey.info/class/153.1534/e23/>,
        <http://dewey.info/class/153.8/e23/>,
        <http://dewey.info/class/352.66/e23/>,
        <http://dewey.info/class/355.123/e23/>,
        <http://dewey.info/class/370.154/e23/>,
        <http://dewey.info/class/372.42/e23/>,
        <http://dewey.info/class/658.314/e23/> ;
    skos:prefLabel "Motivation"@en,
        "Motivasjon"@nb,
        "Motivasjon"@nn ;
    skos:related humord:c08112,
        humord:c21222,
        humord:c23504,
        humord:c24795 ;
    skos:relatedMatch <http://dewey.info/class/153.1534/e23/>,
        <http://dewey.info/class/352.66/e23/>,
        <http://dewey.info/class/355.123/e23/>,
        <http://dewey.info/class/370.154/e23/>,
        <http://dewey.info/class/372.42/e23/>,
        <http://dewey.info/class/658.314/e23/> .

humord:c08082 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08082" ;
    dct:modified "2026-02-20T08:05:28"^^xsd:dateTime ;
    skos:altLabel "Perseptuelle prosesser"@nb,
        "Sansing"@nb,
        "Perseptuelle prosessar"@nn,
        "Sansing"@nn ;
    skos:broader humord:c08049 ;
    skos:closeMatch realfagstermer:c002930,
        <http://dewey.info/class/370.155/e23/> ;
    skos:definition "Persepsjon er vår oppfatning av sanseinntrykk. Persepsjon skjer i to trinn: Først ved stimulering av ett eller flere sanseorgan, og deretter vår tolkning av denne stimuleringen. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004079,
        <http://dewey.info/class/153.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002930,
        realfagstermer:c004079,
        <http://dewey.info/class/121.34/e23/>,
        <http://dewey.info/class/152.1/e23/>,
        <http://dewey.info/class/153.7/e23/>,
        <http://dewey.info/class/370.155/e23/> ;
    skos:prefLabel "Perception"@en,
        "Persepsjon"@nb,
        "Persepsjon"@nn ;
    skos:related humord:c03882 ;
    skos:relatedMatch <http://dewey.info/class/121.34/e23/>,
        <http://dewey.info/class/152.1/e23/> .

humord:c08083 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-10-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08083" ;
    dct:modified "2026-03-24T14:25:21"^^xsd:dateTime ;
    skos:altLabel "Odor"@en,
        "Odour"@en,
        "Olfaction"@en,
        "Sense of smell"@en,
        "Smell sense"@en,
        "Luktesans"@nb,
        "Odør"@nb,
        "Luktesans"@nn,
        "Odør"@nn ;
    skos:broader humord:c03882 ;
    skos:closeMatch <http://dewey.info/class/612.86/e23/> ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c002202,
        <http://dewey.info/class/152.166/e23/>,
        <http://dewey.info/class/573.877/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002202,
        <http://dewey.info/class/152.166/e23/>,
        <http://dewey.info/class/153.13/e23/>,
        <http://dewey.info/class/573.877/e23/>,
        <http://dewey.info/class/611.86/e23/>,
        <http://dewey.info/class/612.86/e23/> ;
    skos:prefLabel "Smell"@en,
        "Lukt"@nb,
        "Lukt"@nn ;
    skos:relatedMatch <http://dewey.info/class/153.13/e23/>,
        <http://dewey.info/class/611.86/e23/> .

humord:c08086 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08086" ;
    dct:modified "2025-11-11T12:22:55"^^xsd:dateTime ;
    skos:altLabel "Conception of space"@en,
        "Space perception"@en ;
    skos:broader humord:c08082 ;
    skos:exactMatch <http://dewey.info/class/153.752/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.142/e23/>,
        <http://dewey.info/class/153.752/e23/> ;
    skos:prefLabel "Spatial perception"@en,
        "Romoppfatning"@nb,
        "Romoppfatning"@nn ;
    skos:relatedMatch <http://dewey.info/class/152.142/e23/> .

humord:c08087 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08087" ;
    dct:modified "2025-11-11T12:23:33"^^xsd:dateTime ;
    skos:altLabel "Estetisk sans"@nb,
        "Estetisk sans"@nn ;
    skos:broadMatch <http://dewey.info/class/111.85/e23/>,
        <http://dewey.info/class/152.1/e23/> ;
    skos:broader humord:c08082 ;
    skos:definition "Det å like det ene eller det andre. Evne til å vurdere, avgjøre hva som er vakkert og smakfullt <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.85/e23/>,
        <http://dewey.info/class/152.1/e23/> ;
    skos:prefLabel "Taste (Psychology)"@en,
        "Smak"@nb,
        "Smak"@nn ;
    skos:related humord:c03888 .

humord:c08088 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08088" ;
    dct:modified "2025-10-31T13:55:40"^^xsd:dateTime ;
    skos:altLabel "Amazement"@en,
        "Forundring"@nb,
        "Forundring"@nn ;
    skos:broadMatch <http://dewey.info/class/153.4/e23/> ;
    skos:broader humord:c08049 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.4/e23/> ;
    skos:prefLabel "Astonishment"@en,
        "Undring"@nb,
        "Undring"@nn .

humord:c08090 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-02-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08090" ;
    dct:modified "2025-09-26T12:35:16"^^xsd:dateTime ;
    skos:altLabel "Neuropsykologi"@nb ;
    skos:broadMatch <http://dewey.info/class/612.8/e23/> ;
    skos:broader humord:c07972 ;
    skos:definition "Studiet av forholdet mellom atferd og strukturer og funksjoner i nervesystemet <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002033 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002033,
        <http://dewey.info/class/612.8/e23/>,
        <http://dewey.info/class/616.8/e23/> ;
    skos:prefLabel "Neuropsychology"@en,
        "Nevropsykologi"@nb,
        "Nevropsykologi"@nn ;
    skos:related humord:c70061 ;
    skos:relatedMatch <http://dewey.info/class/616.8/e23/> .

humord:c08092 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08092" ;
    dct:modified "2025-04-03T13:10:19"^^xsd:dateTime ;
    skos:altLabel "Extrasensory perception"@en,
        "Ekstrasensorisk persepsjon"@nb,
        "Utenomsanselig oppfatning"@nb,
        "Ekstrasensorisk persepsjon"@nn,
        "Utanomsanseleg oppfatning"@nn ;
    skos:broader humord:c07972 ;
    skos:closeMatch <http://dewey.info/class/130/e23/> ;
    skos:definition "Parapsykologi er søken etter å forstå visse overnaturlige fenomener som ikke lar seg forklare ut fra vitenskapsbasert kunnskap. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c006502 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006502,
        <http://dewey.info/class/130/e23/> ;
    skos:prefLabel "Parapsychology"@en,
        "Parapsykologi"@nb,
        "Parapsykologi"@nn .

humord:c08093 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08093" ;
    dct:modified "2024-09-17T14:21:42"^^xsd:dateTime ;
    skos:altLabel "Visions (Clairvoyance)"@en,
        "Klarsyn"@nb,
        "Syn (Clairvoyance)"@nb,
        "Synskhet"@nb,
        "Klarsyn"@nn,
        "Syn (Clairvoyance)"@nn ;
    skos:broader humord:c08092 ;
    skos:definition "Clairvoyance betegner evnen som enkelte mennesker hevder å ha til å se eller sanse det som er skjult for de fem ordinære sansene. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/133.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.84/e23/> ;
    skos:prefLabel "Clairvoyance"@en,
        "Clairvoyance"@nb,
        "Clairvoyance"@nn .

humord:c08095 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08095" ;
    dct:modified "2025-09-01T21:01:37"^^xsd:dateTime ;
    skos:altLabel "Paranormal experiences"@en,
        "Paranormale opplevelser"@nb,
        "Supranormale opplevelser"@nb,
        "Uforklarlige opplevelser"@nb,
        "Paranormale opplevingar"@nn,
        "Supranormale opplevingar"@nn,
        "Uforklarlege opplevingar"@nn ;
    skos:broadMatch <http://dewey.info/class/001.9/e23/>,
        <http://dewey.info/class/130/e23/> ;
    skos:broader humord:c08092 ;
    skos:definition "Opplevelser av noe supranormalt, oftest formidlet i fortellinger <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/001.9/e23/>,
        <http://dewey.info/class/130/e23/> ;
    skos:prefLabel "Supranormal experiences"@en,
        "Overnaturlige opplevelser"@nb,
        "Overnaturlege opplevingar"@nn ;
    skos:related humord:c05035,
        humord:c05038,
        humord:c05043 .

humord:c08098 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08098" ;
    dct:modified "2025-11-11T12:17:57"^^xsd:dateTime ;
    skos:altLabel "Mind-reading"@en,
        "Thought-transference"@en,
        "Tankeoverføring"@nb,
        "Tankeoverføring"@nn ;
    skos:broader humord:c08092 ;
    skos:definition "Telepati er forestillingen om at tanker, budskap eller følelser kan overføres fra en person til en annen gjennom tankeoverføring.  <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/133.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.82/e23/> ;
    skos:prefLabel "Telepathy"@en,
        "Telepati"@nb,
        "Telepati"@nn .

humord:c08099 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08099" ;
    dct:modified "2025-11-07T13:14:16"^^xsd:dateTime ;
    skos:broader humord:c19039 ;
    skos:closeMatch <http://dewey.info/class/155.2/e23/> ;
    skos:definition "Studiet av og læren om den menneskelige personlighet <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.2/e23/> ;
    skos:prefLabel "Personality psychology"@en,
        "Personlighetspsykologi"@nb,
        "Personlegdomspsykologi"@nn .

humord:c08100 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-02-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08100" ;
    dct:modified "2025-11-07T11:27:48"^^xsd:dateTime ;
    skos:altLabel "Foretaksomhet"@nb ;
    skos:broadMatch <http://dewey.info/class/155.232/e23/> ;
    skos:broader humord:c28378 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.232/e23/> ;
    skos:prefLabel "Initiative"@en,
        "Intitativ"@nb,
        "Intitativ"@nn .

humord:c08102 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08102" ;
    dct:modified "2023-11-28T13:38:25"^^xsd:dateTime ;
    skos:altLabel "Sensitiveness"@en,
        "Varleik"@nn ;
    skos:broadMatch <http://dewey.info/class/155.232/e23/> ;
    skos:broader humord:c28378 ;
    skos:exactMatch realfagstermer:c011402 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011402,
        <http://dewey.info/class/155.232/e23/> ;
    skos:prefLabel "Sensitivity"@en,
        "Følsomhet"@nb,
        "Følsemd"@nn .

humord:c08104 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08104" ;
    dct:modified "2024-11-12T09:54:44"^^xsd:dateTime ;
    skos:broader humord:c01458 ;
    skos:definition "I norsk brukes image med flere betydninger, særlig om bilder eller oppfatninger som blir skapt eller danner seg <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128.6/e23/>,
        <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/158.1/e23/>,
        <http://dewey.info/class/306.4613/e23/> ;
    skos:prefLabel "Image"@en,
        "Image"@nb,
        "Image"@nn ;
    skos:related humord:c00407,
        humord:c09300 ;
    skos:relatedMatch <http://dewey.info/class/128.6/e23/>,
        <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/158.1/e23/>,
        <http://dewey.info/class/306.4613/e23/> .

humord:c08105 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-03-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08105" ;
    dct:modified "2024-09-27T12:56:36"^^xsd:dateTime ;
    skos:altLabel "Individet"@nb,
        "Individet"@nn ;
    skos:broader humord:c08099 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/302.54/e23/> ;
    skos:prefLabel "Individual"@en,
        "Individ"@nb,
        "Individ"@nn ;
    skos:related humord:c00398,
        humord:c09279 ;
    skos:relatedMatch <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/302.54/e23/> .

humord:c08106 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08106" ;
    dct:modified "2024-02-27T13:28:33"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/179.9/e23/> ;
    skos:broader humord:c01458 ;
    skos:exactMatch realfagstermer:c008169 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008169,
        <http://dewey.info/class/179.9/e23/> ;
    skos:prefLabel "Integrity"@en,
        "Integritet"@nb,
        "Integritet"@nn .

humord:c08111 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08111" ;
    dct:modified "2025-11-07T13:10:21"^^xsd:dateTime ;
    skos:altLabel "Personal identity"@en ;
    skos:broadMatch <http://dewey.info/class/155.2/e23/> ;
    skos:broader humord:c08099,
        humord:c08132 ;
    skos:closeMatch <http://dewey.info/class/126/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/111.82/e23/>,
        <http://dewey.info/class/126/e23/>,
        <http://dewey.info/class/155.2/e23/> ;
    skos:prefLabel "Self identity"@en,
        "Personlig identitet"@nb,
        "Personleg identitet"@nn ;
    skos:related humord:c00393,
        humord:c25094 ;
    skos:relatedMatch <http://dewey.info/class/111.82/e23/> .

humord:c08112 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08112" ;
    dct:modified "2026-06-17T14:28:20"^^xsd:dateTime ;
    skos:altLabel "Self discipline"@en,
        "Selvdisipliin"@nb,
        "Sjølvdisiplin"@nn ;
    skos:broadMatch <http://dewey.info/class/153.8/e23/> ;
    skos:broader humord:c28378 ;
    skos:exactMatch <http://dewey.info/class/179.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/153.8/e23/>,
        <http://dewey.info/class/155.25/e23/>,
        <http://dewey.info/class/179.9/e23/> ;
    skos:prefLabel "Self control"@en,
        "Selvkontroll"@nb,
        "Sjølvkontroll"@nn ;
    skos:related humord:c08081,
        humord:c14349,
        humord:c29364,
        humord:c29365 ;
    skos:relatedMatch <http://dewey.info/class/155.25/e23/> .

humord:c08113 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08113" ;
    dct:modified "2025-11-07T13:15:56"^^xsd:dateTime ;
    skos:altLabel "Self-actualization"@en,
        "Self-expression"@en,
        "Self-fulfillment"@en,
        "Self-fulfilment"@en,
        "Self-realisation"@en,
        "Selvutfoldelse"@nb,
        "Sjølvutfalding"@nn,
        "Sjølvutfolding"@nn ;
    skos:broader humord:c08099 ;
    skos:exactMatch <http://dewey.info/class/155.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/158.1/e23/>,
        <http://dewey.info/class/171.3/e23/> ;
    skos:prefLabel "Self-realization"@en,
        "Selvrealisering"@nb,
        "Sjølvrealisering"@nn ;
    skos:relatedMatch <http://dewey.info/class/158.1/e23/>,
        <http://dewey.info/class/171.3/e23/> .

humord:c08114 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08114" ;
    dct:modified "2025-11-07T11:23:41"^^xsd:dateTime ;
    skos:broader humord:c08113 ;
    skos:closeMatch <http://dewey.info/class/302.14/e23/> ;
    skos:exactMatch <http://dewey.info/class/650.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/158/e23/>,
        <http://dewey.info/class/302.14/e23/>,
        <http://dewey.info/class/646.7/e23/>,
        <http://dewey.info/class/650.1/e23/> ;
    skos:prefLabel "Success"@en,
        "Suksess"@nb,
        "Suksess"@nn ;
    skos:related humord:c61818 ;
    skos:relatedMatch <http://dewey.info/class/158/e23/>,
        <http://dewey.info/class/646.7/e23/> .

humord:c08115 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08115" ;
    dct:modified "2025-11-07T11:17:07"^^xsd:dateTime ;
    skos:altLabel "Vellukkaheit"@nn ;
    skos:broader humord:c08114 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/158/e23/> ;
    skos:prefLabel "Successfulness"@en,
        "Vellykkethet"@nb,
        "Vellykkaheit"@nn ;
    skos:relatedMatch <http://dewey.info/class/158/e23/> .

humord:c08116 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2008-01-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08116" ;
    dct:modified "2024-08-20T16:17:25"^^xsd:dateTime ;
    skos:altLabel "Honor"@en,
        "Æra"@nn ;
    skos:broadMatch <http://dewey.info/class/179.9/e23/> ;
    skos:broader humord:c00348 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/128/e23/>,
        <http://dewey.info/class/158.1/e23/>,
        <http://dewey.info/class/179.9/e23/> ;
    skos:prefLabel "Honour"@en,
        "Ære"@nb,
        "Ære"@nn ;
    skos:relatedMatch <http://dewey.info/class/128/e23/>,
        <http://dewey.info/class/158.1/e23/> .

humord:c08117 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08117" ;
    dct:modified "2025-11-07T11:50:12"^^xsd:dateTime ;
    skos:altLabel "Selvaktelse"@nb,
        "Sjølvvyrdnad"@nn,
        "Sjølvvørdnad"@nn ;
    skos:broader humord:c28378 ;
    skos:exactMatch <http://dewey.info/class/155.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/158.1/e23/> ;
    skos:prefLabel "Self respect"@en,
        "Selvrespekt"@nb,
        "Sjølvrespekt"@nn ;
    skos:related humord:c00407,
        humord:c18360 ;
    skos:relatedMatch <http://dewey.info/class/158.1/e23/> .

humord:c08118 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08118" ;
    dct:modified "2026-01-05T14:46:25"^^xsd:dateTime ;
    skos:altLabel "Bashfulness"@en,
        "Unease"@en,
        "Blyghet"@nb,
        "Blygsel"@nb,
        "Sjenerthet"@nb,
        "Blygsel"@nn,
        "Blygskap"@nn ;
    skos:broadMatch <http://dewey.info/class/155.232/e23/> ;
    skos:broader humord:c28378 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.232/e23/> ;
    skos:prefLabel "Shyness"@en,
        "Sjenanse"@nb,
        "Sjenanse"@nn .

humord:c08120 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08120" ;
    dct:modified "2025-10-31T13:57:23"^^xsd:dateTime ;
    skos:broader humord:c07972 ;
    skos:closeMatch <http://dewey.info/class/200.19/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/200.19/e23/> ;
    skos:prefLabel "Psychology of religion"@en,
        "Religionspsykologi"@nb,
        "Religionspsykologi"@nn .

humord:c08121 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08121" ;
    dct:modified "2024-01-03T11:21:47"^^xsd:dateTime ;
    skos:broader humord:c07972 ;
    skos:closeMatch <http://dewey.info/class/302/e23/> ;
    skos:exactMatch realfagstermer:c010006 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010006,
        <http://dewey.info/class/302/e23/> ;
    skos:prefLabel "Social psychology"@en,
        "Sosialpsykologi"@nb,
        "Sosialpsykologi"@nn .

humord:c08122 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08122" ;
    dct:modified "2024-08-28T20:22:10"^^xsd:dateTime ;
    skos:broader humord:c08121 ;
    skos:exactMatch <http://dewey.info/class/303.36/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/171.1/e23/>,
        <http://dewey.info/class/206.5/e23/>,
        <http://dewey.info/class/303.36/e23/> ;
    skos:prefLabel "Authority"@en,
        "Autoritet"@nb,
        "Autoritet"@nn ;
    skos:relatedMatch <http://dewey.info/class/171.1/e23/>,
        <http://dewey.info/class/206.5/e23/> .

humord:c08123 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08123" ;
    dct:modified "2024-10-02T10:31:00"^^xsd:dateTime ;
    skos:broader humord:c08121 ;
    skos:definition "Dandyisme er en innstilling eller opptreden som er typisk for en dandy. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/391/e23/> ;
    skos:prefLabel "Dandyism"@en,
        "Dandyisme"@nb,
        "Dandyisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/391/e23/> .

humord:c08124 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08124" ;
    dct:modified "2024-10-03T10:34:57"^^xsd:dateTime ;
    skos:altLabel "Character education"@en,
        "Chivalric education"@en,
        "Chivalrousness (Moral education)"@en,
        "Chivalry (Moral education)"@en,
        "Ethical education"@en,
        "Liberal education"@en,
        "Moral education (Educational philosophy)"@en,
        "Rounded education"@en,
        "Allmenndannelse"@nb,
        "Allmenndanning"@nb,
        "Danning"@nb,
        "Høviskhet"@nb,
        "Ålmenndanning"@nn ;
    skos:broadMatch <http://dewey.info/class/370.114/e23/> ;
    skos:broader humord:c07895 ;
    skos:definition "Dannelse eller danning er et begrep som beskriver formingen av menneskets personlighet, oppførsel og moral. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007294 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007294,
        <http://dewey.info/class/370.114/e23/> ;
    skos:prefLabel "Bildung"@en,
        "Dannelse"@nb,
        "Danning"@nn .

humord:c08126 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08126" ;
    dct:modified "2025-10-30T08:14:43"^^xsd:dateTime ;
    skos:altLabel "Stances"@en,
        "Holdninger (Psykologi)"@nb,
        "Holdningsdannelse"@nb,
        "Holdningsdanning"@nb,
        "Haldningsdanning"@nn ;
    skos:broader humord:c08121 ;
    skos:closeMatch <http://dewey.info/class/303.38/e23/> ;
    skos:definition "Måte å opptre på i en viss sak; fast, bestemt opptreden <BOB>"@nb ;
    skos:exactMatch realfagstermer:c000555,
        <http://dewey.info/class/152.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000555,
        <http://dewey.info/class/152.4/e23/>,
        <http://dewey.info/class/303.38/e23/>,
        <http://dewey.info/class/658.31244/e23/> ;
    skos:prefLabel "Attitudes"@en,
        "Holdninger"@nb,
        "Haldningar"@nn ;
    skos:related humord:c18216,
        humord:c25163 ;
    skos:relatedMatch <http://dewey.info/class/658.31244/e23/> .

humord:c08127 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08127" ;
    dct:modified "2025-11-11T12:09:56"^^xsd:dateTime ;
    skos:altLabel "Ethnocentricity"@en,
        "Etnosentrisme"@nb,
        "Etnosentrisme"@nn ;
    skos:broadMatch <http://dewey.info/class/155.82/e23/>,
        <http://dewey.info/class/303.482/e23/>,
        <http://dewey.info/class/305.8/e23/> ;
    skos:broader humord:c08126 ;
    skos:definition "Det å sette sin egen nasjonalitet i sentrum <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.82/e23/>,
        <http://dewey.info/class/303.482/e23/>,
        <http://dewey.info/class/305.8/e23/> ;
    skos:prefLabel "Etnocentrism"@en,
        "Etnosentrisitet"@nb,
        "Etnosentrisitet"@nn .

humord:c08128 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08128" ;
    dct:modified "2025-11-11T12:13:11"^^xsd:dateTime ;
    skos:altLabel "Mode of thought"@en,
        "Way of thinking"@en,
        "Folkekarakter"@nb,
        "Nasjonalkarakter"@nb,
        "Tenkemåte"@nb,
        "Tenkemåter"@nb,
        "Folkekarakter"@nn,
        "Nasjonalkarakter"@nn,
        "Tenkemåtar"@nn,
        "Tenkemåte"@nn,
        "Tenkjemåtar"@nn,
        "Tenkjemåte"@nn ;
    skos:broadMatch <http://dewey.info/class/155.89/e23/> ;
    skos:broader humord:c08126 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.89/e23/> ;
    skos:prefLabel "Mentality"@en,
        "Mentalitet"@nb,
        "Mentalitet"@nn ;
    skos:related humord:c08046 .

humord:c08132 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-12-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08132" ;
    dct:modified "2023-11-30T07:01:01"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/111.82/e23/> ;
    skos:broader humord:c08121 ;
    skos:closeMatch <http://dewey.info/class/155.2/e23/> ;
    skos:exactMatch realfagstermer:c009343 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009343,
        <http://dewey.info/class/111.82/e23/>,
        <http://dewey.info/class/126/e23/>,
        <http://dewey.info/class/155.2/e23/> ;
    skos:prefLabel "Identity (Psychology)"@en,
        "Identitet"@nb,
        "Identitet"@nn ;
    skos:related humord:c00443,
        humord:c00694,
        humord:c04523,
        humord:c09205,
        humord:c09206 ;
    skos:relatedMatch <http://dewey.info/class/126/e23/> .

humord:c08133 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08133" ;
    dct:modified "2023-11-24T07:53:40"^^xsd:dateTime ;
    skos:altLabel "Ethnic identity"@en,
        "Etnisk identitet"@nb,
        "Raseidentitet"@nb ;
    skos:broader humord:c08132 ;
    skos:definition "Kollektiv identitet knyttet til forestillinger om kulturelt fellesskap som følge av (oftest) et antatt felles opphav <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c010616 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010616,
        <http://dewey.info/class/305.8/e23/> ;
    skos:prefLabel "Ethnicity"@en,
        "Etnisitet"@nb,
        "Etnisitet"@nn ;
    skos:related humord:c09266 ;
    skos:relatedMatch <http://dewey.info/class/305.8/e23/> .

humord:c08135 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08135" ;
    dct:modified "2025-11-10T12:06:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/303.482/e23/>,
        <http://dewey.info/class/306.4/e23/> ;
    skos:broader humord:c08132 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.2/e23/>,
        <http://dewey.info/class/303.482/e23/>,
        <http://dewey.info/class/306.4/e23/> ;
    skos:prefLabel "Cultural identity"@en,
        "Kulturell identitet"@nb,
        "Kulturell identitet"@nn .

humord:c08136 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08136" ;
    dct:modified "2025-01-09T14:53:07"^^xsd:dateTime ;
    skos:altLabel "Nasjonal gjenfødelse"@nb,
        "Nasjonal gjenføding"@nb,
        "Nasjonal gjenføding"@nn ;
    skos:broadMatch <http://dewey.info/class/303.482/e23/>,
        <http://dewey.info/class/306.4/e23/> ;
    skos:broader humord:c08132 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/303.482/e23/>,
        <http://dewey.info/class/306.4/e23/> ;
    skos:prefLabel "National identity"@en,
        "Nasjonal identitet"@nb,
        "Nasjonal identitet"@nn ;
    skos:related humord:c04604,
        humord:c09272,
        humord:c09755,
        humord:c09757,
        humord:c12886 .

humord:c08139 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-12-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08139" ;
    dct:modified "2025-11-08T09:04:53"^^xsd:dateTime ;
    skos:altLabel "Local affiliation"@en,
        "Local belonging"@en,
        "Place attachment"@en,
        "Stedsidentitet"@nb,
        "Stedstilknytning"@nb,
        "Stadsidentitet"@nn,
        "Stadtilhøyrsle"@nn ;
    skos:broadMatch <http://dewey.info/class/304.23/e23/> ;
    skos:broader humord:c25688 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/304.23/e23/> ;
    skos:prefLabel "Local identity"@en,
        "Stedstilhørighet"@nb,
        "Stadtilhøyrsel"@nn .

humord:c08140 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08140" ;
    dct:modified "2025-01-10T10:17:48"^^xsd:dateTime ;
    skos:altLabel "Human sexual activity"@en,
        "Libido"@en,
        "Sex"@en,
        "Sex drive"@en,
        "Sex life"@en,
        "Sexual activity"@en,
        "Sexual behaviour"@en,
        "Sexual life"@en,
        "Kjønnsdrift"@nb,
        "Kjønnsliv"@nb,
        "Seksualliv"@nb,
        "Seksuell adferd"@nb,
        "Seksuell atferd"@nb,
        "Sex"@nb,
        "Kjønnsdrift"@nn,
        "Kjønnsliv"@nn,
        "Seksualitet"@nn,
        "Seksualliv"@nn ;
    skos:broadMatch <http://dewey.info/class/155.3/e23/> ;
    skos:broader humord:c08121,
        humord:c11181 ;
    skos:closeMatch realfagstermer:c003437,
        realfagstermer:c006767 ;
    skos:exactMatch <http://dewey.info/class/306.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003437,
        realfagstermer:c006767,
        <http://dewey.info/class/155.3/e23/>,
        <http://dewey.info/class/155.43/e23/>,
        <http://dewey.info/class/155.53/e23/>,
        <http://dewey.info/class/202.12/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/306.7/e23/>,
        <http://dewey.info/class/392.6/e23/>,
        <http://dewey.info/class/576.855/e23/>,
        <http://dewey.info/class/612.6/e23/> ;
    skos:prefLabel "Sexuality"@en,
        "Seksualitet"@nb,
        "Seksuell åtferd"@nn ;
    skos:related humord:c00250,
        humord:c04944,
        humord:c20023,
        humord:c24193 ;
    skos:relatedMatch <http://dewey.info/class/155.43/e23/>,
        <http://dewey.info/class/155.53/e23/>,
        <http://dewey.info/class/202.12/e23/>,
        <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/392.6/e23/>,
        <http://dewey.info/class/576.855/e23/>,
        <http://dewey.info/class/612.6/e23/> .

humord:c08143 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08143" ;
    dct:modified "2024-11-05T13:06:42"^^xsd:dateTime ;
    skos:altLabel "Homofili"@nb,
        "Homofili"@nn ;
    skos:broadMatch <http://dewey.info/class/176.4/e23/> ;
    skos:broader humord:c20995 ;
    skos:definition "Kjønnsdrift og seksuell aktivitet rettet mot personer av samme kjønn <SML>"@nb ;
    skos:exactMatch <http://dewey.info/class/306.766/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.344/e23/>,
        <http://dewey.info/class/176.4/e23/>,
        <http://dewey.info/class/306.766/e23/>,
        <http://dewey.info/class/616.8583/e23/> ;
    skos:prefLabel "Homosexuality"@en,
        "Homoseksualitet"@nb,
        "Homoseksualitet"@nn ;
    skos:related humord:c21266,
        humord:c29331,
        humord:c29904 ;
    skos:relatedMatch <http://dewey.info/class/155.344/e23/>,
        <http://dewey.info/class/616.8583/e23/> .

humord:c08145 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08145" ;
    dct:modified "2025-09-09T12:29:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/155.3/e23/>,
        <http://dewey.info/class/176/e23/> ;
    skos:broader humord:c08140 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.3/e23/>,
        <http://dewey.info/class/176/e23/>,
        <http://dewey.info/class/306.7/e23/> ;
    skos:prefLabel "Morality"@en,
        "Sedelighet"@nb,
        "Sedeligheit"@nn ;
    skos:related humord:c08912 ;
    skos:relatedMatch <http://dewey.info/class/306.7/e23/> .

humord:c08146 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08146" ;
    dct:modified "2025-09-09T12:29:18"^^xsd:dateTime ;
    skos:altLabel "Abstinence (Sexual)"@en,
        "Chastity"@en,
        "Kyskhet"@nb,
        "Kyskleik"@nn ;
    skos:broadMatch <http://dewey.info/class/176.4/e23/>,
        <http://dewey.info/class/248.47/e23/> ;
    skos:broader humord:c08140 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/176.4/e23/>,
        <http://dewey.info/class/204.47/e23/>,
        <http://dewey.info/class/248.47/e23/>,
        <http://dewey.info/class/613.9/e23/> ;
    skos:prefLabel "Sexual abstinence"@en,
        "Seksuell avholdenhet"@nb,
        "Seksuelt avhald"@nn ;
    skos:related humord:c00250 ;
    skos:relatedMatch <http://dewey.info/class/204.47/e23/>,
        <http://dewey.info/class/613.9/e23/> .

humord:c08147 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08147" ;
    dct:modified "2025-09-09T12:27:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/176.4/e23/>,
        <http://dewey.info/class/204.47/e23/>,
        <http://dewey.info/class/248.47/e23/> ;
    skos:broader humord:c08146 ;
    skos:definition "Sølibat er det å leve utan seksuell aktivitet. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/306.732/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/155.3/e23/>,
        <http://dewey.info/class/176.4/e23/>,
        <http://dewey.info/class/204.47/e23/>,
        <http://dewey.info/class/248.47/e23/>,
        <http://dewey.info/class/262.140865/e23/>,
        <http://dewey.info/class/306.732/e23/>,
        <http://dewey.info/class/392.6/e23/> ;
    skos:prefLabel "Celibacy"@en,
        "Sølibat"@nb,
        "Sølibat"@nn ;
    skos:relatedMatch <http://dewey.info/class/155.3/e23/>,
        <http://dewey.info/class/262.140865/e23/>,
        <http://dewey.info/class/392.6/e23/> .

humord:c08148 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08148" ;
    dct:modified "2025-09-09T12:19:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/364.1536/e23/> ;
    skos:broader humord:c08140 ;
    skos:exactMatch <http://dewey.info/class/306.77/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.77/e23/>,
        <http://dewey.info/class/364.1536/e23/> ;
    skos:prefLabel "Sodomy"@en,
        "Sodomi"@nb,
        "Sodomi"@nn .

humord:c08149 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08149" ;
    dct:modified "2025-01-21T17:49:18"^^xsd:dateTime ;
    skos:altLabel "Unfaithfulness"@en,
        "Utruskap"@nb ;
    skos:broadMatch <http://dewey.info/class/176.4/e23/>,
        <http://dewey.info/class/364.153/e23/> ;
    skos:broader humord:c08140 ;
    skos:exactMatch <http://dewey.info/class/306.736/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/176.4/e23/>,
        <http://dewey.info/class/201.7/e23/>,
        <http://dewey.info/class/306.736/e23/>,
        <http://dewey.info/class/364.153/e23/> ;
    skos:prefLabel "Infidelity"@en,
        "Utroskap"@nb,
        "Utruskap"@nn ;
    skos:related humord:c04901 ;
    skos:relatedMatch <http://dewey.info/class/201.7/e23/> .

humord:c08150 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-08-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08150" ;
    dct:modified "2025-09-09T12:19:23"^^xsd:dateTime ;
    skos:altLabel "Extramarital relations"@en,
        "Utenomekteskapelige forhold"@nb,
        "Utanomekteskapelege forhald"@nn ;
    skos:broadMatch <http://dewey.info/class/176.4/e23/>,
        <http://dewey.info/class/306.736/e23/>,
        <http://dewey.info/class/306.89/e23/> ;
    skos:broader humord:c08149 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/176.4/e23/>,
        <http://dewey.info/class/306.736/e23/>,
        <http://dewey.info/class/306.89/e23/> ;
    skos:prefLabel "Adultery"@en,
        "Ekteskapsbrudd"@nb,
        "Ekteskapsbrot"@nn .

humord:c08152 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08152" ;
    dct:modified "2024-11-08T14:54:41"^^xsd:dateTime ;
    skos:altLabel "Samhold"@nb,
        "Samhald"@nn ;
    skos:broadMatch <http://dewey.info/class/302.14/e23/> ;
    skos:broader humord:c08121 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/302.14/e23/> ;
    skos:prefLabel "Solidarity"@en,
        "Solidaritet"@nb,
        "Solidaritet"@nn ;
    skos:related humord:c68865 .

humord:c08153 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-07-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08153" ;
    dct:modified "2023-12-19T14:17:31"^^xsd:dateTime ;
    skos:altLabel "Permissiveness"@en ;
    skos:broadMatch <http://dewey.info/class/241.4/e23/> ;
    skos:broader humord:c08121 ;
    skos:exactMatch realfagstermer:c000099,
        <http://dewey.info/class/179.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000099,
        <http://dewey.info/class/179.9/e23/>,
        <http://dewey.info/class/201.723/e23/>,
        <http://dewey.info/class/205.699/e23/>,
        <http://dewey.info/class/241.4/e23/>,
        <http://dewey.info/class/261.72/e23/>,
        <http://dewey.info/class/296.382/e23/> ;
    skos:prefLabel "Tolerance"@en,
        "Toleranse"@nb,
        "Toleranse"@nn ;
    skos:related humord:c00326,
        humord:c23558 ;
    skos:relatedMatch <http://dewey.info/class/201.723/e23/>,
        <http://dewey.info/class/205.699/e23/>,
        <http://dewey.info/class/261.72/e23/>,
        <http://dewey.info/class/296.382/e23/> .

humord:c08154 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08154" ;
    dct:modified "2023-12-18T15:44:24"^^xsd:dateTime ;
    skos:altLabel "Buddies"@en,
        "Friends"@en,
        "Mates"@en,
        "Pals (Friends)"@en,
        "Kamerater"@nb,
        "Kameratskap"@nb,
        "Venner"@nb,
        "Venninner"@nb,
        "Venskap"@nn ;
    skos:broader humord:c08121 ;
    skos:closeMatch <http://dewey.info/class/302.34/e23/> ;
    skos:exactMatch realfagstermer:c012674,
        <http://dewey.info/class/177.62/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012674,
        <http://dewey.info/class/158.25/e23/>,
        <http://dewey.info/class/177.62/e23/>,
        <http://dewey.info/class/302.34/e23/> ;
    skos:prefLabel "Friendship"@en,
        "Vennskap"@nb,
        "Vennskap"@nn ;
    skos:related humord:c23724 ;
    skos:relatedMatch <http://dewey.info/class/158.25/e23/> .

humord:c08155 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-05-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08155" ;
    dct:modified "2024-07-01T14:45:37"^^xsd:dateTime ;
    skos:broader humord:c07972 ;
    skos:definition "Psykologisk forskningsområde som fokuserer på hvordan endringer i atferd og  og egenskaper kan relateres til alder, fra unnfangelse til død <SNL>"@nb ;
    skos:exactMatch realfagstermer:c005642,
        <http://dewey.info/class/155/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005642,
        <http://dewey.info/class/155/e23/>,
        <http://dewey.info/class/156.5/e23/> ;
    skos:prefLabel "Developmental psychology"@en,
        "Utviklingspsykologi"@nb,
        "Utviklingspsykologi"@nn ;
    skos:related humord:c29097,
        humord:c67245 ;
    skos:relatedMatch <http://dewey.info/class/156.5/e23/> .

humord:c08156 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08156" ;
    dct:modified "2025-11-07T15:05:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/155/e23/> ;
    skos:broader humord:c08155 ;
    skos:exactMatch realfagstermer:c011260 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011260,
        <http://dewey.info/class/155/e23/>,
        <http://dewey.info/class/305.23/e23/> ;
    skos:prefLabel "Growing up"@en,
        "Oppvekst"@nb,
        "Oppvekst"@nn ;
    skos:related humord:c11118 ;
    skos:relatedMatch <http://dewey.info/class/305.23/e23/> .

humord:c08157 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08157" ;
    dct:modified "2024-08-21T07:41:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/150.1952/e23/> ;
    skos:broader humord:c08155 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/150.1952/e23/> ;
    skos:prefLabel "Oedipus complex"@en,
        "Ødipuskompleks"@nb,
        "Ødipuskompleks"@nn ;
    skos:related humord:c11886 .

humord:c08158 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08158" ;
    dct:modified "2023-12-18T14:14:06"^^xsd:dateTime ;
    skos:exactMatch realfagstermer:c009993,
        <http://dewey.info/class/500/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009993,
        <http://dewey.info/class/500/e23/> ;
    skos:prefLabel "Natural science and mathematics"@en,
        "Realfag"@nb,
        "Realfag"@nn ;
    skos:topConceptOf humord: .

humord:c08159 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08159" ;
    dct:modified "2024-03-21T08:23:29"^^xsd:dateTime ;
    skos:broader humord:c60590 ;
    skos:definition "Vitenskapen om styring og regulering av kompliserte systemer, f eks levende organismer, maskiner og samfunnssystemer <BOB>"@nb ;
    skos:exactMatch realfagstermer:c011280,
        <http://dewey.info/class/003.5/e23/>,
        <http://dewey.info/class/1--0115/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011280,
        <http://dewey.info/class/003.5/e23/>,
        <http://dewey.info/class/1--0115/e23/> ;
    skos:prefLabel "Cybernetics"@en,
        "Kybernetikk"@nb,
        "Kybernetikk"@nn .

humord:c08160 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08160" ;
    dct:modified "2024-04-02T09:53:04"^^xsd:dateTime ;
    skos:altLabel "Maths"@en,
        "Matte"@nb ;
    skos:broader humord:c08158 ;
    skos:exactMatch realfagstermer:c013455,
        <http://dewey.info/class/1--0151/e23/>,
        <http://dewey.info/class/510/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013455,
        <http://dewey.info/class/1--0151/e23/>,
        <http://dewey.info/class/510/e23/> ;
    skos:prefLabel "Mathemathics"@en,
        "Matematikk"@nb,
        "Matematikk"@nn ;
    skos:related humord:c27939 .

humord:c08161 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08161" ;
    dct:modified "2025-09-03T14:45:36"^^xsd:dateTime ;
    skos:altLabel "Abaci"@en,
        "Counting frames"@en,
        "Abacus"@nb,
        "Abacuser"@nb,
        "Kulerammer"@nb,
        "Regnebrett"@nb,
        "Kulerammer"@nn,
        "Reknebrett"@nn ;
    skos:broadMatch <http://dewey.info/class/681.14/e23/> ;
    skos:broader humord:c08160 ;
    skos:definition "Kinesisk regnemaskin <UBO>"@nb ;
    skos:exactMatch realfagstermer:c001779 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001779,
        <http://dewey.info/class/681.14/e23/> ;
    skos:prefLabel "Abacuses"@en,
        "Abakuser"@nb,
        "Abakusar"@nn .

humord:c08163 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08163" ;
    dct:modified "2025-10-21T14:58:42"^^xsd:dateTime ;
    skos:altLabel "Algebraer"@nb,
        "Algebraar"@nn,
        "Algebraer"@nn ;
    skos:broader humord:c08160 ;
    skos:definition "Algebra er en del av matematikken som tar for seg læren om tall og tallsystemer, ligninger og variabler. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002151,
        <http://dewey.info/class/512/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002151,
        <http://dewey.info/class/372.71/e23/>,
        <http://dewey.info/class/512/e23/>,
        <http://dewey.info/class/518.42/e23/> ;
    skos:prefLabel "Algebra"@en,
        "Algebra"@nb,
        "Algebra"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.71/e23/>,
        <http://dewey.info/class/518.42/e23/> .

humord:c08164 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08164" ;
    dct:modified "2025-11-19T15:43:34"^^xsd:dateTime ;
    skos:altLabel "Algorithm engineering"@en,
        "Algoritmeteknikker"@nb,
        "Algoritmeutvikling"@nb,
        "Algoritmeteknikkar"@nn,
        "Algoritmeutvikling"@nn ;
    skos:broader humord:c62222 ;
    skos:closeMatch <http://dewey.info/class/005.13/e23/> ;
    skos:definition "Algoritme er i matematikk og databehandling en fullstendig og nøyaktig beskrivelse av fremgangsmåten for løsning av en beregningsoppgave eller annen oppgave. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c006923,
        <http://dewey.info/class/518.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006923,
        <http://dewey.info/class/005.13/e23/>,
        <http://dewey.info/class/518.1/e23/> ;
    skos:prefLabel "Algorithms"@en,
        "Algoritmer"@nb,
        "Algoritmar"@nn .

humord:c08165 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08165" ;
    dct:modified "2024-03-14T12:32:12"^^xsd:dateTime ;
    skos:broader humord:c08160 ;
    skos:definition "Aritmetikk er læren om tallenes egenskaper og metoder til å regne med tall. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c001649,
        <http://dewey.info/class/513/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001649,
        <http://dewey.info/class/372.72/e23/>,
        <http://dewey.info/class/513/e23/>,
        <http://dewey.info/class/518.45/e23/>,
        <http://dewey.info/class/615.1401513/e23/>,
        <http://dewey.info/class/615.401513/e23/> ;
    skos:prefLabel "Arithmetic"@en,
        "Aritmetikk"@nb,
        "Aritmetikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.72/e23/>,
        <http://dewey.info/class/518.45/e23/>,
        <http://dewey.info/class/615.1401513/e23/>,
        <http://dewey.info/class/615.401513/e23/> .

humord:c08167 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08167" ;
    dct:modified "2024-04-23T19:51:08"^^xsd:dateTime ;
    skos:altLabel "Endelig matematikk"@nb,
        "Endeleg matematikk"@nn ;
    skos:broader humord:c62268 ;
    skos:closeMatch <http://dewey.info/class/511.1/e23/> ;
    skos:definition "Diskret matematikk er matematikk som fortrinnsvis omhandler mengden av de hele tall eller de rasjonale tall, eller endelige mengder. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c009050 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009050,
        <http://dewey.info/class/511.1/e23/> ;
    skos:prefLabel "Discrete mathematics"@en,
        "Diskret matematikk"@nb,
        "Diskret matematikk"@nn .

humord:c08168 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08168" ;
    dct:modified "2024-03-20T12:26:42"^^xsd:dateTime ;
    skos:broader humord:c08160 ;
    skos:exactMatch realfagstermer:c002726,
        <http://dewey.info/class/516/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002726,
        <http://dewey.info/class/372.76/e23/>,
        <http://dewey.info/class/516/e23/> ;
    skos:prefLabel "Geometry"@en,
        "Geometri"@nb,
        "Geometri"@nn ;
    skos:relatedMatch <http://dewey.info/class/372.76/e23/> .

humord:c08169 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08169" ;
    dct:modified "2024-03-19T07:51:02"^^xsd:dateTime ;
    skos:altLabel "Kaosforskning"@nb,
        "Kaossystemer"@nb,
        "Kaosteori"@nb,
        "Kaotisk dynamikk"@nb,
        "Kaotiske system"@nb,
        "Kaotiske systemer"@nb,
        "Kaosforsking"@nn,
        "Kaossystem"@nn,
        "Kaosteori"@nn,
        "Kaotisk dynamikk"@nn ;
    skos:broadMatch <http://dewey.info/class/117/e23/>,
        <http://dewey.info/class/515.39/e23/> ;
    skos:broader humord:c61180 ;
    skos:closeMatch realfagstermer:c012487 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012487,
        <http://dewey.info/class/117/e23/>,
        <http://dewey.info/class/515.39/e23/> ;
    skos:prefLabel "Chaos theory"@en,
        "Kaos"@nb,
        "Kaos"@nn ;
    skos:related humord:c00517,
        humord:c64687 .

humord:c08171 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08171" ;
    dct:modified "2025-09-03T18:57:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/511.35/e23/> ;
    skos:broader humord:c12380 ;
    skos:exactMatch realfagstermer:c009393 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009393,
        <http://dewey.info/class/511.35/e23/> ;
    skos:prefLabel "Lambda calculus"@en,
        "Lambda-kalkyle"@nb,
        "Lambda-kalkyle"@nn .

humord:c08172 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08172" ;
    dct:modified "2024-04-02T10:19:08"^^xsd:dateTime ;
    skos:altLabel "Matematikkens filosofi"@nb,
        "Matematikkens filosofi"@nn ;
    skos:broader humord:c00729 ;
    skos:closeMatch <http://dewey.info/class/510.1/e23/> ;
    skos:exactMatch realfagstermer:c013713 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013713,
        <http://dewey.info/class/510.1/e23/> ;
    skos:prefLabel "Philosophy of mathematics"@en,
        "Matematisk filosofi"@nb,
        "Matematisk filosofi"@nn .

humord:c08173 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08173" ;
    dct:modified "2024-04-02T11:27:39"^^xsd:dateTime ;
    skos:broader humord:c08160 ;
    skos:exactMatch realfagstermer:c003711,
        <http://dewey.info/class/1--015118/e23/>,
        <http://dewey.info/class/511.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003711,
        <http://dewey.info/class/003/e23/>,
        <http://dewey.info/class/1--011/e23/>,
        <http://dewey.info/class/1--015118/e23/>,
        <http://dewey.info/class/511.8/e23/> ;
    skos:prefLabel "Mathematical models"@en,
        "Matematiske modeller"@nb,
        "Matematiske modellar"@nn ;
    skos:relatedMatch <http://dewey.info/class/003/e23/>,
        <http://dewey.info/class/1--011/e23/> .

humord:c08175 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08175" ;
    dct:modified "2024-03-18T08:46:03"^^xsd:dateTime ;
    skos:altLabel "Mengdeteori"@nb,
        "Mengdeteori"@nn ;
    skos:broader humord:c00719 ;
    skos:exactMatch realfagstermer:c002861,
        <http://dewey.info/class/511.322/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002861,
        <http://dewey.info/class/511.322/e23/> ;
    skos:prefLabel "Set theory"@en,
        "Mengdelære"@nb,
        "Mengdelære"@nn .

humord:c08176 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08176" ;
    dct:modified "2024-03-14T12:19:02"^^xsd:dateTime ;
    skos:altLabel "Spillteorier"@nb ;
    skos:broader humord:c20828 ;
    skos:exactMatch realfagstermer:c013182,
        <http://dewey.info/class/519.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013182,
        <http://dewey.info/class/519.3/e23/> ;
    skos:prefLabel "Game theory"@en,
        "Spillteori"@nb,
        "Spelteori"@nn ;
    skos:related humord:c00687 .

humord:c08177 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08177" ;
    dct:modified "2024-03-14T12:17:22"^^xsd:dateTime ;
    skos:broader humord:c08165 ;
    skos:exactMatch realfagstermer:c001416,
        <http://dewey.info/class/513.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001416,
        <http://dewey.info/class/513.5/e23/> ;
    skos:prefLabel "Number systems"@en,
        "Tallsystemer"@nb,
        "Talsystem"@nn .

humord:c08178 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08178" ;
    dct:modified "2025-09-03T14:53:25"^^xsd:dateTime ;
    skos:broader humord:c08165 ;
    skos:exactMatch realfagstermer:c013343,
        <http://dewey.info/class/512.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013343,
        <http://dewey.info/class/512.7/e23/>,
        <http://dewey.info/class/518.47/e23/> ;
    skos:prefLabel "Number theory"@en,
        "Tallteori"@nb,
        "Talteori"@nn ;
    skos:relatedMatch <http://dewey.info/class/518.47/e23/> .

humord:c08179 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08179" ;
    dct:modified "2025-05-15T09:46:47"^^xsd:dateTime ;
    skos:altLabel "Laws of nature"@en,
        "Laws of science"@en,
        "Scientific laws"@en,
        "Fysikkens lover"@nb,
        "Dei fysiske lovane"@nn,
        "Dei fysiske lovene"@nn,
        "Naturlovar"@nn ;
    skos:broadMatch <http://dewey.info/class/500/e23/> ;
    skos:broader humord:c11910 ;
    skos:exactMatch realfagstermer:c008611 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008611,
        <http://dewey.info/class/500/e23/> ;
    skos:prefLabel "Physical laws"@en,
        "Naturlover"@nb,
        "Naturlover"@nn .

humord:c08180 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08180" ;
    dct:modified "2023-12-12T10:59:47"^^xsd:dateTime ;
    skos:altLabel "Naturstudier"@nb,
        "Naturstudiar"@nn ;
    skos:broadMatch <http://dewey.info/class/338.16/e23/>,
        <http://dewey.info/class/352.745/e23/> ;
    skos:broader humord:c08158 ;
    skos:exactMatch realfagstermer:c013492,
        <http://dewey.info/class/1--015/e23/>,
        <http://dewey.info/class/306.45/e23/>,
        <http://dewey.info/class/500/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013492,
        <http://dewey.info/class/1--015/e23/>,
        <http://dewey.info/class/303.483/e23/>,
        <http://dewey.info/class/306.45/e23/>,
        <http://dewey.info/class/338.16/e23/>,
        <http://dewey.info/class/344.095/e23/>,
        <http://dewey.info/class/352.745/e23/>,
        <http://dewey.info/class/398.26/e23/>,
        <http://dewey.info/class/500/e23/> ;
    skos:prefLabel "Natural science"@en,
        "Naturvitenskap"@nb,
        "Naturvitskap"@nn ;
    skos:relatedMatch <http://dewey.info/class/303.483/e23/>,
        <http://dewey.info/class/344.095/e23/>,
        <http://dewey.info/class/398.26/e23/> .

humord:c08181 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08181" ;
    dct:modified "2025-07-17T10:44:43"^^xsd:dateTime ;
    skos:broader humord:c08180 ;
    skos:closeMatch <http://dewey.info/class/520/e23/> ;
    skos:exactMatch realfagstermer:c013404 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013404,
        <http://dewey.info/class/215.2/e23/>,
        <http://dewey.info/class/344.0952/e23/>,
        <http://dewey.info/class/520/e23/> ;
    skos:prefLabel "Astronomy"@en,
        "Astronomi"@nb,
        "Astronomi"@nn ;
    skos:related humord:c12499,
        humord:c14594,
        humord:c65535 ;
    skos:relatedMatch <http://dewey.info/class/215.2/e23/>,
        <http://dewey.info/class/344.0952/e23/> .

humord:c08182 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08182" ;
    dct:modified "2024-01-22T16:37:56"^^xsd:dateTime ;
    skos:altLabel "Heavenly bodies"@en,
        "Astronomiske legemer"@nb,
        "Astronomiske lekamar"@nn ;
    skos:broader humord:c08181 ;
    skos:exactMatch realfagstermer:c004750,
        <http://dewey.info/class/520/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004750,
        <http://dewey.info/class/398.26/e23/>,
        <http://dewey.info/class/398.362/e23/>,
        <http://dewey.info/class/520/e23/> ;
    skos:prefLabel "Celestial bodies"@en,
        "Himmellegemer"@nb,
        "Himmellekamar"@nn ;
    skos:relatedMatch <http://dewey.info/class/398.26/e23/>,
        <http://dewey.info/class/398.362/e23/> .

humord:c08183 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08183" ;
    dct:modified "2024-09-27T09:22:23"^^xsd:dateTime ;
    skos:broader humord:c08182 ;
    skos:definition "Planeter er ikke-selvlysende, store, ofte faste himmellegemer som beveger seg i lukkede baner omkring en stjerne. <SNL>"@nb ;
    skos:editorialNote "Lukket bemerkning: ubo24"@nb ;
    skos:exactMatch realfagstermer:c005704,
        <http://dewey.info/class/2--992/e23/>,
        <http://dewey.info/class/523.4/e23/>,
        <http://dewey.info/class/919.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005704,
        <http://dewey.info/class/133.53/e23/>,
        <http://dewey.info/class/2--992/e23/>,
        <http://dewey.info/class/341.47/e23/>,
        <http://dewey.info/class/523.4/e23/>,
        <http://dewey.info/class/919.92/e23/> ;
    skos:prefLabel "Planets"@en,
        "Planeter"@nb,
        "Planetar"@nn ;
    skos:related humord:c68445,
        humord:c68446 ;
    skos:relatedMatch <http://dewey.info/class/133.53/e23/>,
        <http://dewey.info/class/341.47/e23/> .

humord:c08184 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08184" ;
    dct:modified "2025-09-04T07:27:28"^^xsd:dateTime ;
    skos:altLabel "Planet Earth"@en,
        "Jorden"@nb,
        "Jordkloden"@nb,
        "Jordkloden"@nn ;
    skos:broader humord:c08183 ;
    skos:exactMatch realfagstermer:c031007,
        <http://dewey.info/class/525/e23/>,
        <http://dewey.info/class/550/e23/>,
        <http://dewey.info/class/910.02/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031007,
        <http://dewey.info/class/525/e23/>,
        <http://dewey.info/class/531.14/e23/>,
        <http://dewey.info/class/550/e23/>,
        <http://dewey.info/class/551.1/e23/>,
        <http://dewey.info/class/551.7/e23/>,
        <http://dewey.info/class/910.02/e23/> ;
    skos:prefLabel "Earth"@en,
        "Jorda"@nb,
        "Jorda"@nn ;
    skos:related humord:c08332 ;
    skos:relatedMatch <http://dewey.info/class/531.14/e23/>,
        <http://dewey.info/class/551.1/e23/>,
        <http://dewey.info/class/551.7/e23/> .

humord:c08185 a ubo:Geographic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08185" ;
    dct:modified "2024-07-04T09:52:09"^^xsd:dateTime ;
    skos:broader humord:c08184,
        humord:c67401 ;
    skos:definition "Månen er Jordens eneste naturlige satellitt. Månen har gitt opphav til fellesbenevnelsen «måne» og er den femte største månen i solsystemet. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c031016,
        <http://dewey.info/class/2--991/e23/>,
        <http://dewey.info/class/523.3/e23/>,
        <http://dewey.info/class/919.91/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031016,
        <http://dewey.info/class/133.532/e23/>,
        <http://dewey.info/class/2--991/e23/>,
        <http://dewey.info/class/341.47/e23/>,
        <http://dewey.info/class/523.3/e23/>,
        <http://dewey.info/class/629.4353/e23/>,
        <http://dewey.info/class/629.454/e23/>,
        <http://dewey.info/class/919.91/e23/> ;
    skos:prefLabel "Moon"@en,
        "Månen"@nb,
        "Månen"@nn ;
    skos:relatedMatch <http://dewey.info/class/133.532/e23/>,
        <http://dewey.info/class/341.47/e23/>,
        <http://dewey.info/class/629.4353/e23/>,
        <http://dewey.info/class/629.454/e23/> .

humord:c08186 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08186" ;
    dct:modified "2024-11-01T10:57:29"^^xsd:dateTime ;
    skos:broader humord:c08182 ;
    skos:definition "En stjerne er et himmellegeme som vanligvis består av meget varm gass og som stråler ut selvprodusert energi, hovedsakelig som lys. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004813,
        <http://dewey.info/class/523.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004813,
        <http://dewey.info/class/523.8/e23/> ;
    skos:prefLabel "Stars"@en,
        "Stjerner"@nb,
        "Stjerner"@nn ;
    skos:related humord:c04473,
        humord:c64627,
        humord:c65553,
        humord:c66583,
        humord:c66596 .

humord:c08187 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08187" ;
    dct:modified "2024-07-18T18:06:12"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/523.1/e23/> ;
    skos:broader humord:c08188 ;
    skos:definition "Kosmografi er vitenskapen som kartlegger de generelle egenskapene til kosmos eller universet, og beskriver både himmel og jord, men uten å gripe inn i geografi eller astronomi. (...) Innen astrofysikken har begrepet «kosmografi» begynt å bli brukt for å beskrive forsøk på å fastslå den storskala geometrien og kinematikken til det observerbare universet, uavhengig av noen spesifikk kosmologisk teori eller modell. <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c000489 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000489,
        <http://dewey.info/class/523.1/e23/> ;
    skos:prefLabel "Cosmography"@en,
        "Kosmografi"@nb,
        "Kosmografi"@nn .

humord:c08188 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08188" ;
    dct:modified "2024-07-17T15:23:14"^^xsd:dateTime ;
    skos:broader humord:c08181 ;
    skos:definition "I moderne astronomi er kosmologi læren om universet sett som et hele, slik det var i fortiden, hvordan det er nå, og hvordan det vil utvikle seg i fremtiden. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013436,
        <http://dewey.info/class/523.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013436,
        <http://dewey.info/class/113/e23/>,
        <http://dewey.info/class/202.4/e23/>,
        <http://dewey.info/class/215.2/e23/>,
        <http://dewey.info/class/523.1/e23/> ;
    skos:prefLabel "Cosmology"@en,
        "Kosmologi"@nb,
        "Kosmologi"@nn ;
    skos:related humord:c00508,
        humord:c00586,
        humord:c66560 ;
    skos:relatedMatch <http://dewey.info/class/113/e23/>,
        <http://dewey.info/class/202.4/e23/>,
        <http://dewey.info/class/215.2/e23/> .

humord:c08189 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08189" ;
    dct:modified "2023-11-30T15:22:40"^^xsd:dateTime ;
    skos:broader humord:c08181 ;
    skos:exactMatch realfagstermer:c008363,
        <http://dewey.info/class/529/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008363,
        <http://dewey.info/class/529/e23/> ;
    skos:prefLabel "Chronology"@en,
        "Kronologi"@nb,
        "Kronologi"@nn .

humord:c08190 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-04-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08190" ;
    dct:modified "2024-10-17T10:15:13"^^xsd:dateTime ;
    skos:altLabel "Kalender (Tidsregning)"@nb,
        "Kalendervesen"@nb,
        "Kalender (Tidsrekning)"@nn,
        "Kalendervesen"@nn ;
    skos:broader humord:c08189 ;
    skos:exactMatch realfagstermer:c001342,
        <http://dewey.info/class/529/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001342,
        <http://dewey.info/class/529/e23/> ;
    skos:prefLabel "Calendar systems"@en,
        "Tidsregning"@nb,
        "Tidsrekning"@nn ;
    skos:related humord:c00202,
        humord:c08191 .

humord:c08191 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-03-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08191" ;
    dct:modified "2025-01-29T11:02:43"^^xsd:dateTime ;
    skos:broader humord:c04839 ;
    skos:closeMatch <http://dewey.info/class/529/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/529/e23/> ;
    skos:prefLabel "Vulgar era"@en,
        "Folkelig tidsregning"@nb,
        "Folkeleg tidsrekning"@nn ;
    skos:related humord:c04756,
        humord:c08190 .

humord:c08192 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08192" ;
    dct:modified "2024-07-01T10:24:56"^^xsd:dateTime ;
    skos:altLabel "Biologiske prosesser"@nb,
        "Biovitenskap"@nb,
        "Biologiske prosessar"@nn,
        "Biovitskap"@nn ;
    skos:broader humord:c08180 ;
    skos:exactMatch realfagstermer:c013407,
        <http://dewey.info/class/570/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013407,
        <http://dewey.info/class/171.7/e23/>,
        <http://dewey.info/class/304.27/e23/>,
        <http://dewey.info/class/344.0957/e23/>,
        <http://dewey.info/class/570/e23/>,
        <http://dewey.info/class/578.7/e23/> ;
    skos:prefLabel "Biology"@en,
        "Biologi"@nb,
        "Biologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/171.7/e23/>,
        <http://dewey.info/class/304.27/e23/>,
        <http://dewey.info/class/344.0957/e23/>,
        <http://dewey.info/class/578.7/e23/> .

humord:c08195 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08195" ;
    dct:modified "2024-01-15T16:40:33"^^xsd:dateTime ;
    skos:altLabel "Bioastronomy"@en,
        "Exobiology"@en,
        "Xenobiology"@en,
        "Bioastronomi"@nb,
        "Eksobiologi"@nb,
        "Rombiologi"@nb,
        "Xenobiologi"@nb,
        "Bioastronomi"@nn,
        "Eksobiologi"@nn,
        "Rombiologi"@nn,
        "Xenobiologi"@nn ;
    skos:broader humord:c21849 ;
    skos:closeMatch <http://dewey.info/class/576.839/e23/> ;
    skos:definition "Del av biologi som undersøker muligheten for liv på andre planeter <CED>"@nb ;
    skos:exactMatch realfagstermer:c008572 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008572,
        <http://dewey.info/class/571.0919/e23/>,
        <http://dewey.info/class/576.839/e23/> ;
    skos:prefLabel "Astrobiology"@en,
        "Astrobiologi"@nb,
        "Astrobiologi"@nn ;
    skos:related humord:c61896 ;
    skos:relatedMatch <http://dewey.info/class/571.0919/e23/> .

humord:c08196 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08196" ;
    dct:modified "2026-06-04T12:13:49"^^xsd:dateTime ;
    skos:altLabel "Biomanipulation"@en,
        "Biomanipulasjon"@nb,
        "Biomanipulasjon"@nn ;
    skos:broader humord:c61173 ;
    skos:exactMatch realfagstermer:c013408,
        <http://dewey.info/class/660.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013408,
        <http://dewey.info/class/338.476606/e23/>,
        <http://dewey.info/class/343.0786606/e23/>,
        <http://dewey.info/class/660.6/e23/>,
        <http://dewey.info/class/664.024/e23/> ;
    skos:prefLabel "Biotechnology"@en,
        "Bioteknologi"@nb,
        "Bioteknologi"@nn ;
    skos:related humord:c03828,
        humord:c18913,
        humord:c70437 ;
    skos:relatedMatch <http://dewey.info/class/338.476606/e23/>,
        <http://dewey.info/class/343.0786606/e23/>,
        <http://dewey.info/class/664.024/e23/> .

humord:c08197 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08197" ;
    dct:modified "2024-08-09T15:10:08"^^xsd:dateTime ;
    skos:altLabel "Plant biology"@en,
        "Plantebiologi"@nb,
        "Plantelære"@nb,
        "Plantebiologi"@nn,
        "Plantelære"@nn ;
    skos:broader humord:c08192 ;
    skos:closeMatch <http://dewey.info/class/580/e23/> ;
    skos:editorialNote "Bruk botanikk når det omhandler flere aspekter: økologi, utbredelse, evolusjon, fysiologi etc. Ellers bruk planter."@nb ;
    skos:exactMatch realfagstermer:c013830 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013830,
        <http://dewey.info/class/580/e23/> ;
    skos:prefLabel "Botany"@en,
        "Botanikk"@nb,
        "Botanikk"@nn .

humord:c08198 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08198" ;
    dct:modified "2024-01-11T08:19:50"^^xsd:dateTime ;
    skos:altLabel "Folkelig botanikk"@nb ;
    skos:broadMatch <http://dewey.info/class/306.45/e23/> ;
    skos:broader humord:c04811 ;
    skos:definition "Folkelige kunnskapssystemer om planter <UBO>"@nb ;
    skos:exactMatch realfagstermer:c009822 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009822,
        <http://dewey.info/class/306.45/e23/>,
        <http://dewey.info/class/581.63/e23/> ;
    skos:prefLabel "Ethnobotany"@en,
        "Etnobotanikk"@nb,
        "Etnobotanikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/581.63/e23/> .

humord:c08199 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08199" ;
    dct:modified "2024-11-13T15:10:59"^^xsd:dateTime ;
    skos:altLabel "Fossil plants"@en,
        "Plant fossils"@en,
        "Fossile planter"@nb,
        "Palaeobotany"@nb,
        "Plantefossiler"@nb,
        "Fossile plantar"@nn,
        "Plantefossil"@nn ;
    skos:broader humord:c08197 ;
    skos:closeMatch <http://dewey.info/class/561/e23/> ;
    skos:definition "Paleobotanikk er vitenskapen om fortidens planter. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002147 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002147,
        <http://dewey.info/class/561/e23/> ;
    skos:prefLabel "Paleobotany"@en,
        "Paleobotanikk"@nb,
        "Paleobotanikk"@nn .

humord:c08200 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08200" ;
    dct:modified "2025-07-28T12:35:39"^^xsd:dateTime ;
    skos:altLabel "Arkeobotanikk"@nb,
        "Arkeobotanikk"@nn ;
    skos:broadMatch <http://dewey.info/class/561/e23/> ;
    skos:broader humord:c08198 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/561/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Paleoethnobotany"@en,
        "Paleoetnobotanikk"@nb,
        "Paleoetnobotanikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/930.1/e23/> .

humord:c08202 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08202" ;
    dct:modified "2024-11-20T15:37:12"^^xsd:dateTime ;
    skos:altLabel "Grønne planter"@nb,
        "Høyere planter"@nb,
        "Grøne plantar"@nn,
        "Grøne planter"@nn,
        "Høgare plantar"@nn,
        "Høgare planter"@nn,
        "Høgre plantar"@nn,
        "Høgre planter"@nn,
        "Plantar"@nn ;
    skos:broader humord:c16301 ;
    skos:editorialNote "Bruk botanikk når det omhandler flere aspekter ved planter, eks. utbredelse, økologi, fysiologi, evolusjon <uio>"@nb ;
    skos:exactMatch realfagstermer:c013826,
        <http://dewey.info/class/580/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013826,
        <http://dewey.info/class/1--0929/e23/>,
        <http://dewey.info/class/333.953/e23/>,
        <http://dewey.info/class/398.242/e23/>,
        <http://dewey.info/class/398.368/e23/>,
        <http://dewey.info/class/561/e23/>,
        <http://dewey.info/class/571.2/e23/>,
        <http://dewey.info/class/571.82/e23/>,
        <http://dewey.info/class/571.8452/e23/>,
        <http://dewey.info/class/571.92/e23/>,
        <http://dewey.info/class/575.6/e23/>,
        <http://dewey.info/class/575.97/e23/>,
        <http://dewey.info/class/575.98/e23/>,
        <http://dewey.info/class/576.875/e23/>,
        <http://dewey.info/class/580/e23/>,
        <http://dewey.info/class/581.35/e23/>,
        <http://dewey.info/class/581.38/e23/>,
        <http://dewey.info/class/581.7/e23/>,
        <http://dewey.info/class/630/e23/>,
        <http://dewey.info/class/631.546/e23/>,
        <http://dewey.info/class/632/e23/>,
        <http://dewey.info/class/639.99/e23/>,
        <http://dewey.info/class/641.303/e23/>,
        <http://dewey.info/class/704.9434/e23/>,
        <http://dewey.info/class/715/e23/>,
        <http://dewey.info/class/743.7/e23/>,
        <http://dewey.info/class/758.5/e23/> ;
    skos:prefLabel "Plants"@en,
        "Planter"@nb,
        "Planter"@nn ;
    skos:related humord:c19771 ;
    skos:relatedMatch <http://dewey.info/class/1--0929/e23/>,
        <http://dewey.info/class/333.953/e23/>,
        <http://dewey.info/class/398.242/e23/>,
        <http://dewey.info/class/398.368/e23/>,
        <http://dewey.info/class/561/e23/>,
        <http://dewey.info/class/571.2/e23/>,
        <http://dewey.info/class/571.82/e23/>,
        <http://dewey.info/class/571.8452/e23/>,
        <http://dewey.info/class/571.92/e23/>,
        <http://dewey.info/class/575.6/e23/>,
        <http://dewey.info/class/575.97/e23/>,
        <http://dewey.info/class/575.98/e23/>,
        <http://dewey.info/class/576.875/e23/>,
        <http://dewey.info/class/581.35/e23/>,
        <http://dewey.info/class/581.38/e23/>,
        <http://dewey.info/class/581.7/e23/>,
        <http://dewey.info/class/630/e23/>,
        <http://dewey.info/class/631.546/e23/>,
        <http://dewey.info/class/632/e23/>,
        <http://dewey.info/class/639.99/e23/>,
        <http://dewey.info/class/641.303/e23/>,
        <http://dewey.info/class/704.9434/e23/>,
        <http://dewey.info/class/715/e23/>,
        <http://dewey.info/class/743.7/e23/>,
        <http://dewey.info/class/758.5/e23/> .

humord:c08203 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08203" ;
    dct:modified "2024-07-10T09:41:41"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/391.44/e23/> ;
    skos:broader humord:c62151 ;
    skos:closeMatch <http://dewey.info/class/575.6/e23/>,
        <http://dewey.info/class/635.9/e23/> ;
    skos:exactMatch realfagstermer:c006864,
        <http://dewey.info/class/582.13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006864,
        <http://dewey.info/class/391.44/e23/>,
        <http://dewey.info/class/575.6/e23/>,
        <http://dewey.info/class/582.13/e23/>,
        <http://dewey.info/class/635.9/e23/>,
        <http://dewey.info/class/704.94343/e23/>,
        <http://dewey.info/class/743.73/e23/>,
        <http://dewey.info/class/745.92/e23/>,
        <http://dewey.info/class/758.42/e23/> ;
    skos:prefLabel "Flowers"@en,
        "Blomster"@nb,
        "Blomar"@nn ;
    skos:relatedMatch <http://dewey.info/class/704.94343/e23/>,
        <http://dewey.info/class/743.73/e23/>,
        <http://dewey.info/class/745.92/e23/>,
        <http://dewey.info/class/758.42/e23/> .

humord:c08204 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08204" ;
    dct:modified "2025-09-09T12:51:09"^^xsd:dateTime ;
    skos:altLabel "Lotusblomster"@nb,
        "Lotusblomar"@nn ;
    skos:broadMatch <http://dewey.info/class/583.3/e23/> ;
    skos:broader humord:c19587 ;
    skos:exactMatch <http://dewey.info/class/635.93338/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/583.3/e23/>,
        <http://dewey.info/class/635.93338/e23/> ;
    skos:prefLabel "Lotuses"@en,
        "Lotus"@nb,
        "Lotus"@nn .

humord:c08206 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08206" ;
    dct:modified "2024-02-08T13:55:26"^^xsd:dateTime ;
    skos:broader humord:c62866 ;
    skos:definition "Rose er ein fleirårig busk i rosefamilien med cirka 250 artar på den nordlege halvkula, flest i Europa og Aust-Asia. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002189,
        <http://dewey.info/class/583.644/e23/>,
        <http://dewey.info/class/635.933644/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002189,
        <http://dewey.info/class/583.644/e23/>,
        <http://dewey.info/class/635.933644/e23/> ;
    skos:prefLabel "Roses"@en,
        "Roser"@nb,
        "Roser"@nn .

humord:c08207 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08207" ;
    dct:modified "2024-08-13T12:35:12"^^xsd:dateTime ;
    skos:altLabel "Gramineae"@en,
        "Grass"@en,
        "Poaceae"@en,
        "Gramineae"@la,
        "Gras"@nb,
        "Grasfamilien"@nb,
        "Gressfamilien"@nb,
        "Grasfamilien"@nn ;
    skos:broadMatch <http://dewey.info/class/584.92/e23/>,
        <http://dewey.info/class/635.93492/e23/> ;
    skos:broader humord:c66749 ;
    skos:closeMatch realfagstermer:c013475,
        <http://dewey.info/class/635.964/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013475,
        <http://dewey.info/class/584.92/e23/>,
        <http://dewey.info/class/635.93492/e23/>,
        <http://dewey.info/class/635.964/e23/> ;
    skos:prefLabel "Grasses"@en,
        "Poaceae"@la,
        "Gress"@nb,
        "Gras"@nn ;
    skos:related humord:c08210,
        humord:c63439 .

humord:c08209 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08209" ;
    dct:modified "2024-08-14T08:54:00"^^xsd:dateTime ;
    skos:altLabel "Kultiverte planter"@nb,
        "Kultiverte plantar"@nn,
        "Kultiverte planter"@nn,
        "Kulturplantar"@nn ;
    skos:broadMatch <http://dewey.info/class/581.63/e23/> ;
    skos:broader humord:c08210 ;
    skos:editorialNote "Kulturplanter er planter som blir dyrket, det vil si sådd eller plantet på jord som blir stelt med jordbearbeiding, gjødsling og andre tiltak. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013702 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013702,
        <http://dewey.info/class/577.55/e23/>,
        <http://dewey.info/class/581.63/e23/>,
        <http://dewey.info/class/630/e23/> ;
    skos:prefLabel "Cultivated plants"@en,
        "Kulturplanter"@nb,
        "Kulturplanter"@nn ;
    skos:related humord:c59205 ;
    skos:relatedMatch <http://dewey.info/class/577.55/e23/>,
        <http://dewey.info/class/630/e23/> .

humord:c08210 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08210" ;
    dct:modified "2025-08-15T13:22:09"^^xsd:dateTime ;
    skos:altLabel "Useful plants"@en,
        "Nyttevekster"@nb,
        "Nytteplanter"@nn,
        "Nyttevekst"@nn,
        "Nyttevokster"@nn,
        "Nyttevokstrar"@nn ;
    skos:broader humord:c15921 ;
    skos:definition "Planter som nyttes til føde eller materiale <UBO>"@nb ;
    skos:exactMatch realfagstermer:c002102,
        <http://dewey.info/class/581.63/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002102,
        <http://dewey.info/class/581.63/e23/>,
        <http://dewey.info/class/615.321/e23/>,
        <http://dewey.info/class/641.303/e23/> ;
    skos:prefLabel "Beneficial plants"@en,
        "Nytteplanter"@nb,
        "Nytteplantar"@nn ;
    skos:related humord:c69056 ;
    skos:relatedMatch <http://dewey.info/class/615.321/e23/>,
        <http://dewey.info/class/641.303/e23/> .

humord:c08213 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08213" ;
    dct:modified "2024-01-17T14:32:17"^^xsd:dateTime ;
    skos:altLabel "Legeplanter"@nb,
        "Medisinske planter"@nb,
        "Legeplanter"@nn,
        "Lækjeplantar"@nn,
        "Lækjeplanter"@nn,
        "Medisinplantar"@nn,
        "Medisinske plantar"@nn,
        "Medisinske planter"@nn ;
    skos:broader humord:c08210 ;
    skos:exactMatch realfagstermer:c010258,
        <http://dewey.info/class/581.634/e23/>,
        <http://dewey.info/class/615.321/e23/>,
        <http://dewey.info/class/633.88/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010258,
        <http://dewey.info/class/581.634/e23/>,
        <http://dewey.info/class/615.321/e23/>,
        <http://dewey.info/class/633.88/e23/> ;
    skos:prefLabel "Medicinal plants"@en,
        "Medisinplanter"@nb,
        "Medisinplanter"@nn ;
    skos:related humord:c03781,
        humord:c61835 .

humord:c08214 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08214" ;
    dct:modified "2025-09-05T11:29:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/584.94/e23/> ;
    skos:broader humord:c08210 ;
    skos:definition "Sumpplante som brukes til tauverk, kurver, båter og skrivepapir <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/584.94/e23/> ;
    skos:prefLabel "Papyrus (Plants)"@en,
        "Papyrus (Plante)"@nb,
        "Papyrus (Plante)"@nn ;
    skos:related humord:c00057 .

humord:c08215 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08215" ;
    dct:modified "2024-11-20T16:03:31"^^xsd:dateTime ;
    skos:altLabel "Poteter"@nn ;
    skos:broadMatch <http://dewey.info/class/583.9593/e23/> ;
    skos:broader humord:c17560,
        humord:c67535 ;
    skos:definition "Potet er en plante i søtvierfamilien som er mye dyrket fordi den er en allsidig og næringsrik matvare. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c008094,
        <http://dewey.info/class/635.21/e23/>,
        <http://dewey.info/class/641.3521/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008094,
        <http://dewey.info/class/583.9593/e23/>,
        <http://dewey.info/class/635.21/e23/>,
        <http://dewey.info/class/641.3521/e23/> ;
    skos:prefLabel "Potatoes"@en,
        "Solanum tuberosum"@la,
        "Poteter"@nb,
        "Potetar"@nn .

humord:c08216 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2008-02-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08216" ;
    dct:modified "2025-09-09T12:52:35"^^xsd:dateTime ;
    skos:altLabel "Rhubarbs"@en,
        "Rabarbraer"@nb,
        "Rabarbraar"@nn,
        "Rabarbraer"@nn ;
    skos:broadMatch <http://dewey.info/class/583.888/e23/> ;
    skos:broader humord:c17560 ;
    skos:exactMatch <http://dewey.info/class/635.48/e23/>,
        <http://dewey.info/class/641.3548/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/583.888/e23/>,
        <http://dewey.info/class/635.48/e23/>,
        <http://dewey.info/class/641.3548/e23/> ;
    skos:prefLabel "Rhubarb"@en,
        "Rabarbra"@nb,
        "Rabarbra"@nn .

humord:c08217 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-12-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08217" ;
    dct:modified "2025-04-25T08:33:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/394.14/e23/>,
        <http://dewey.info/class/583.9593/e23/>,
        <http://dewey.info/class/679.7/e23/> ;
    skos:broader humord:c12042 ;
    skos:definition "Tobakk er fellesbetegnelse for en rekke produkter fremstilt av tobakksplanter. Produktene inneholder nikotin, og de kan røykes, tygges, suges eller sniffes som nytelsesmiddel. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c011412,
        <http://dewey.info/class/633.71/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011412,
        <http://dewey.info/class/178.7/e23/>,
        <http://dewey.info/class/362.296/e23/>,
        <http://dewey.info/class/394.14/e23/>,
        <http://dewey.info/class/583.9593/e23/>,
        <http://dewey.info/class/613.85/e23/>,
        <http://dewey.info/class/616.865/e23/>,
        <http://dewey.info/class/633.71/e23/>,
        <http://dewey.info/class/679.7/e23/> ;
    skos:prefLabel "Tobacco"@en,
        "Tobakk"@nb,
        "Tobakk"@nn ;
    skos:related humord:c68829 ;
    skos:relatedMatch <http://dewey.info/class/178.7/e23/>,
        <http://dewey.info/class/362.296/e23/>,
        <http://dewey.info/class/613.85/e23/>,
        <http://dewey.info/class/616.865/e23/> .

humord:c08218 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08218" ;
    dct:modified "2025-01-21T11:20:26"^^xsd:dateTime ;
    skos:broader humord:c08210 ;
    skos:closeMatch <http://dewey.info/class/634.8/e23/> ;
    skos:definition "Vinranke er en art i vinrankeslekten i vinrankefamilien og er den viktigste arten til produksjon av vin, spisedruer og rosiner. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/634.8/e23/>,
        <http://dewey.info/class/641.22/e23/> ;
    skos:prefLabel "Grapevines"@en,
        "Vinranker"@nb,
        "Vinranker"@nn ;
    skos:related humord:c69457 ;
    skos:relatedMatch <http://dewey.info/class/641.22/e23/> .

humord:c08219 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08219" ;
    dct:modified "2026-03-03T08:04:40"^^xsd:dateTime ;
    skos:altLabel "Houseplants"@en,
        "Indoor plants"@en,
        "Potted plants"@en,
        "Inneplanter"@nb,
        "Stueplanter"@nb,
        "Inneplantar"@nn,
        "Inneplanter"@nn,
        "Potteplantar"@nn,
        "Stoveplantar"@nn,
        "Stoveplanter"@nn ;
    skos:broadMatch <http://dewey.info/class/635.965/e23/> ;
    skos:broader humord:c61546 ;
    skos:exactMatch realfagstermer:c002850,
        <http://dewey.info/class/635.986/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002850,
        <http://dewey.info/class/635.965/e23/>,
        <http://dewey.info/class/635.986/e23/>,
        <http://dewey.info/class/747.98/e23/> ;
    skos:prefLabel "House plants"@en,
        "Potteplanter"@nb,
        "Potteplanter"@nn ;
    skos:relatedMatch <http://dewey.info/class/747.98/e23/> .

humord:c08220 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08220" ;
    dct:modified "2025-08-27T11:29:07"^^xsd:dateTime ;
    skos:altLabel "Fungus"@en,
        "Funguses"@en,
        "Fungi"@nb,
        "Fungus"@nb,
        "Mycophyta"@nb,
        "Mycota"@nb,
        "Sopper"@nb,
        "Fungi"@nn,
        "Fungus"@nn,
        "Mycophyta"@nn,
        "Mycota"@nn,
        "Soppar"@nn ;
    skos:broader humord:c70001 ;
    skos:definition "Sopp er et rike av organismer som ikke driver fotosyntese, men er avhengige av organisk næring for å leve. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013817,
        <http://dewey.info/class/579.5/e23/>,
        <http://dewey.info/class/579.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013817,
        <http://dewey.info/class/561.92/e23/>,
        <http://dewey.info/class/579.5/e23/>,
        <http://dewey.info/class/579.6/e23/>,
        <http://dewey.info/class/635.8/e23/>,
        <http://dewey.info/class/641.358/e23/> ;
    skos:prefLabel "Fungi"@en,
        "Sopp"@nb,
        "Sopp"@nn ;
    skos:relatedMatch <http://dewey.info/class/561.92/e23/>,
        <http://dewey.info/class/635.8/e23/>,
        <http://dewey.info/class/641.358/e23/> .

humord:c08221 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08221" ;
    dct:modified "2025-06-14T08:14:32"^^xsd:dateTime ;
    skos:altLabel "Mold (Fungi)"@en,
        "Mould fungus"@en,
        "Mugg"@nb,
        "Mugg"@nn ;
    skos:broadMatch <http://dewey.info/class/579.53/e23/> ;
    skos:broader humord:c63279 ;
    skos:exactMatch realfagstermer:c013220 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013220,
        <http://dewey.info/class/579.53/e23/>,
        <http://dewey.info/class/632.43/e23/> ;
    skos:prefLabel "Mould (Fungi)"@en,
        "Muggsopp"@nb,
        "Muggsopp"@nn ;
    skos:related humord:c62138 ;
    skos:relatedMatch <http://dewey.info/class/632.43/e23/> .

humord:c08223 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08223" ;
    dct:modified "2025-08-15T15:00:31"^^xsd:dateTime ;
    skos:altLabel "Tree kinds"@en,
        "Tree species"@en,
        "Tree types"@en,
        "Tre (Vedplanter)"@nb,
        "Treslag"@nb,
        "Tresorter"@nb,
        "Treslag"@nn,
        "Tresortar"@nn ;
    skos:broader humord:c69229 ;
    skos:closeMatch realfagstermer:c000468 ;
    skos:exactMatch <http://dewey.info/class/582.16/e23/>,
        <http://dewey.info/class/635.977/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000468,
        <http://dewey.info/class/202.12/e23/>,
        <http://dewey.info/class/561.16/e23/>,
        <http://dewey.info/class/582.16/e23/>,
        <http://dewey.info/class/634.9/e23/>,
        <http://dewey.info/class/635.977/e23/>,
        <http://dewey.info/class/704.9434/e23/>,
        <http://dewey.info/class/715.2/e23/>,
        <http://dewey.info/class/743.76/e23/> ;
    skos:prefLabel "Trees (Woody plants)"@en,
        "Trær (Vedplanter)"@nb,
        "Tre (Vedplantar)"@nn ;
    skos:related humord:c11867 ;
    skos:relatedMatch <http://dewey.info/class/202.12/e23/>,
        <http://dewey.info/class/561.16/e23/>,
        <http://dewey.info/class/634.9/e23/>,
        <http://dewey.info/class/704.9434/e23/>,
        <http://dewey.info/class/715.2/e23/>,
        <http://dewey.info/class/743.76/e23/> .

humord:c08225 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08225" ;
    dct:modified "2025-10-27T15:05:49"^^xsd:dateTime ;
    skos:altLabel "Pine"@en,
        "Furu"@nb,
        "Furuslekta"@nb,
        "Furuslekten"@nb,
        "Furer"@nn,
        "Furu"@nn,
        "Furuslekta"@nn ;
    skos:broadMatch <http://dewey.info/class/585.2/e23/> ;
    skos:broader humord:c69721 ;
    skos:definition "Furuslekta er ei bartreslekt i furufamilien. Furuslekta består av omlag 100 artar. Viltveksande furu i Noreg tilhøyrer arten vanleg furu (Pinus sylvestris). <SNL>"@nb ;
    skos:exactMatch realfagstermer:c006091 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006091,
        <http://dewey.info/class/585.2/e23/>,
        <http://dewey.info/class/634.9751/e23/>,
        <http://dewey.info/class/674.144/e23/> ;
    skos:prefLabel "Pines"@en,
        "Pinus"@la,
        "Furuer"@nb,
        "Furuer"@nn ;
    skos:relatedMatch <http://dewey.info/class/634.9751/e23/>,
        <http://dewey.info/class/674.144/e23/> .

humord:c08226 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08226" ;
    dct:modified "2024-08-29T13:31:18"^^xsd:dateTime ;
    skos:broader humord:c08197 ;
    skos:closeMatch <http://dewey.info/class/581.7/e23/> ;
    skos:definition "Vegetasjon er summen av planter i et område, en fellesbetegnelse på hele plantedekket eller alle plantesamfunn i et gitt areal. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007467 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007467,
        <http://dewey.info/class/581.7/e23/> ;
    skos:prefLabel "Vegetation"@en,
        "Vegetasjon"@nb,
        "Vegetasjon"@nn ;
    skos:related humord:c08331 .

humord:c08227 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08227" ;
    dct:modified "2024-08-26T09:09:17"^^xsd:dateTime ;
    skos:altLabel "Animal biology"@en ;
    skos:broader humord:c08192 ;
    skos:definition "Zoologi er læren om dyrene og deres liv, en naturvitenskap og gren av biologien. <SNL>"@nb ;
    skos:editorialNote "Bruk Zoologi når det omhandler flere aspekter: økologi, atferd, utbredelse, evolusjon etc. Ellers bruk Dyr."@nb ;
    skos:exactMatch realfagstermer:c013829,
        <http://dewey.info/class/590/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013829,
        <http://dewey.info/class/590/e23/> ;
    skos:prefLabel "Zoology"@en,
        "Zoologi"@nb,
        "Zoologi"@nn ;
    skos:related humord:c08228 .

humord:c08228 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-05-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08228" ;
    dct:modified "2024-08-28T15:52:55"^^xsd:dateTime ;
    skos:altLabel "Animal species"@en,
        "Animalia"@la,
        "Dyrearter"@nb,
        "Dyreriket"@nb,
        "Flercellede dyr"@nb,
        "Dyreriket"@nn,
        "Fleircella dyr"@nn ;
    skos:broader humord:c08257 ;
    skos:definition "Bruk zoologi når det omhandler både taksonomi, økologi, atferd osv."@nb ;
    skos:exactMatch realfagstermer:c013825,
        <http://dewey.info/class/590/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013825,
        <http://dewey.info/class/1--0929/e23/>,
        <http://dewey.info/class/179.3/e23/>,
        <http://dewey.info/class/333.954/e23/>,
        <http://dewey.info/class/398.245/e23/>,
        <http://dewey.info/class/398.369/e23/>,
        <http://dewey.info/class/571.1/e23/>,
        <http://dewey.info/class/571.71/e23/>,
        <http://dewey.info/class/571.81/e23/>,
        <http://dewey.info/class/571.986/e23/>,
        <http://dewey.info/class/590/e23/>,
        <http://dewey.info/class/614.43/e23/>,
        <http://dewey.info/class/636/e23/>,
        <http://dewey.info/class/639.9/e23/>,
        <http://dewey.info/class/641.306/e23/>,
        <http://dewey.info/class/704.9432/e23/>,
        <http://dewey.info/class/743.6/e23/>,
        <http://dewey.info/class/758.3/e23/> ;
    skos:prefLabel "Animals"@en,
        "Metazoa"@la,
        "Dyr"@nb,
        "Dyr"@nn ;
    skos:relatedMatch <http://dewey.info/class/1--0929/e23/>,
        <http://dewey.info/class/179.3/e23/>,
        <http://dewey.info/class/333.954/e23/>,
        <http://dewey.info/class/398.245/e23/>,
        <http://dewey.info/class/398.369/e23/>,
        <http://dewey.info/class/571.1/e23/>,
        <http://dewey.info/class/571.71/e23/>,
        <http://dewey.info/class/571.81/e23/>,
        <http://dewey.info/class/571.986/e23/>,
        <http://dewey.info/class/614.43/e23/>,
        <http://dewey.info/class/636/e23/>,
        <http://dewey.info/class/639.9/e23/>,
        <http://dewey.info/class/641.306/e23/>,
        <http://dewey.info/class/704.9432/e23/>,
        <http://dewey.info/class/743.6/e23/>,
        <http://dewey.info/class/758.3/e23/> .

humord:c08229 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08229" ;
    dct:modified "2025-10-21T07:27:35"^^xsd:dateTime ;
    skos:altLabel "Evertebrata"@nb,
        "Evertebrater"@nb,
        "Invertebrata"@nb,
        "Invertebrater"@nb,
        "Evertebrata"@nn,
        "Evertebratar"@nn,
        "Invertebrata"@nn,
        "Invertebratar"@nn,
        "Ryggradslause dyr"@nn ;
    skos:broader humord:c08228 ;
    skos:exactMatch realfagstermer:c013166,
        <http://dewey.info/class/562/e23/>,
        <http://dewey.info/class/592/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013166,
        <http://dewey.info/class/333.955/e23/>,
        <http://dewey.info/class/562/e23/>,
        <http://dewey.info/class/592/e23/>,
        <http://dewey.info/class/639.4/e23/> ;
    skos:prefLabel "Invertebrates"@en,
        "Virvelløse dyr"@nb,
        "Virvellause dyr"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.955/e23/>,
        <http://dewey.info/class/639.4/e23/> .

humord:c08232 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-10-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08232" ;
    dct:modified "2024-08-15T10:33:56"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/664.95/e23/> ;
    skos:broader humord:c29664 ;
    skos:exactMatch realfagstermer:c000562,
        <http://dewey.info/class/565.7/e23/>,
        <http://dewey.info/class/595.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000562,
        <http://dewey.info/class/333.9557/e23/>,
        <http://dewey.info/class/565.7/e23/>,
        <http://dewey.info/class/576.875/e23/>,
        <http://dewey.info/class/595.7/e23/>,
        <http://dewey.info/class/614.432/e23/>,
        <http://dewey.info/class/628.9657/e23/>,
        <http://dewey.info/class/632.7/e23/>,
        <http://dewey.info/class/641.495/e23/>,
        <http://dewey.info/class/641.696/e23/>,
        <http://dewey.info/class/664.95/e23/> ;
    skos:prefLabel "Insects"@en,
        "Insekter"@nb,
        "Insekt"@nn ;
    skos:related humord:c29682 ;
    skos:relatedMatch <http://dewey.info/class/333.9557/e23/>,
        <http://dewey.info/class/576.875/e23/>,
        <http://dewey.info/class/614.432/e23/>,
        <http://dewey.info/class/628.9657/e23/>,
        <http://dewey.info/class/632.7/e23/>,
        <http://dewey.info/class/641.495/e23/>,
        <http://dewey.info/class/641.696/e23/> .

humord:c08233 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-06-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08233" ;
    dct:modified "2025-03-26T07:55:16"^^xsd:dateTime ;
    skos:altLabel "Farm animals"@en,
        "Bufe"@nb,
        "Bufe"@nn ;
    skos:broader humord:c16401 ;
    skos:closeMatch realfagstermer:c006492 ;
    skos:definition "Husdyr er dyr som mennesket har temmet og driver avl med, ved utvalg og paring av husdyr eller gjennom kunstig sædoverføring. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/636/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006492,
        <http://dewey.info/class/636/e23/> ;
    skos:prefLabel "Livestock"@en,
        "Husdyr"@nb,
        "Husdyr"@nn .

humord:c08234 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-06-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08234" ;
    dct:modified "2025-09-30T14:49:03"^^xsd:dateTime ;
    skos:altLabel "Noxious animals"@en,
        "Pests (Animals)"@en ;
    skos:broader humord:c16401 ;
    skos:exactMatch realfagstermer:c006611,
        <http://dewey.info/class/591.65/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006611,
        <http://dewey.info/class/591.65/e23/>,
        <http://dewey.info/class/632.6/e23/>,
        <http://dewey.info/class/799.25/e23/> ;
    skos:prefLabel "Vermins (Animals)"@en,
        "Skadedyr"@nb,
        "Skadedyr"@nn ;
    skos:related humord:c70073 ;
    skos:relatedMatch <http://dewey.info/class/632.6/e23/>,
        <http://dewey.info/class/799.25/e23/> .

humord:c08235 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08235" ;
    dct:modified "2026-01-05T14:46:11"^^xsd:dateTime ;
    skos:altLabel "Vertebrata"@nb,
        "Virveldyr"@nb,
        "Vertebrata"@nn,
        "Virveldyr"@nn ;
    skos:broader humord:c62720 ;
    skos:closeMatch <http://dewey.info/class/333.954/e23/>,
        <http://dewey.info/class/566/e23/> ;
    skos:definition "Virveldyr er en gruppe dyr med ryggrad og hodeskalle (kranium). <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013167,
        <http://dewey.info/class/596/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013167,
        <http://dewey.info/class/333.954/e23/>,
        <http://dewey.info/class/566/e23/>,
        <http://dewey.info/class/596/e23/>,
        <http://dewey.info/class/639.9/e23/> ;
    skos:prefLabel "Vertebrates"@en,
        "Vertebrater"@nb,
        "Vertebratar"@nn ;
    skos:relatedMatch <http://dewey.info/class/639.9/e23/> .

humord:c08236 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-09-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08236" ;
    dct:modified "2026-01-05T14:45:41"^^xsd:dateTime ;
    skos:altLabel "Fish biology"@en,
        "Fish science"@en,
        "Fishes"@en,
        "Ichthyology"@en,
        "Fiskebiologi"@nb,
        "Fisker"@nb,
        "Iktyologi"@nb,
        "Fiskar"@nn,
        "Fiskebiologi"@nn,
        "Iktyologi"@nn ;
    skos:broader humord:c08235 ;
    skos:editorialNote "Lukket bemerkning: Entall 3.9.09"@nb ;
    skos:exactMatch realfagstermer:c013827,
        <http://dewey.info/class/333.956/e23/>,
        <http://dewey.info/class/597/e23/>,
        <http://dewey.info/class/641.692/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013827,
        <http://dewey.info/class/333.956/e23/>,
        <http://dewey.info/class/354.57/e23/>,
        <http://dewey.info/class/567/e23/>,
        <http://dewey.info/class/597/e23/>,
        <http://dewey.info/class/639.3/e23/>,
        <http://dewey.info/class/641.692/e23/>,
        <http://dewey.info/class/664.94/e23/>,
        <http://dewey.info/class/799.1/e23/> ;
    skos:prefLabel "Fish"@en,
        "Fisk"@nb,
        "Fisk"@nn ;
    skos:related humord:c22541,
        humord:c24937 ;
    skos:relatedMatch <http://dewey.info/class/354.57/e23/>,
        <http://dewey.info/class/567/e23/>,
        <http://dewey.info/class/639.3/e23/>,
        <http://dewey.info/class/664.94/e23/>,
        <http://dewey.info/class/799.1/e23/> .

humord:c08237 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08237" ;
    dct:modified "2024-08-12T08:41:15"^^xsd:dateTime ;
    skos:altLabel "Brisling"@en,
        "Brisling sardine"@en,
        "Bristling"@en,
        "Garvie"@en,
        "Garvock"@en,
        "Russian sardine"@en,
        "Russlet"@en,
        "Skipper (Sprattus sprattus)"@en,
        "Whitebait"@en ;
    skos:broader humord:c65477 ;
    skos:closeMatch <http://dewey.info/class/597.452/e23/> ;
    skos:exactMatch realfagstermer:c012940 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012940,
        <http://dewey.info/class/597.452/e23/> ;
    skos:prefLabel "European sprat"@en,
        "Sprattus sprattus"@la,
        "Brisling"@nb,
        "Brisling"@nn .

humord:c08238 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08238" ;
    dct:modified "2024-12-11T14:09:12"^^xsd:dateTime ;
    skos:altLabel "Atlantic salmon"@en,
        "Atlanterhavslaks"@nb,
        "Atlantisk laks"@nb,
        "Villaks"@nb,
        "Atlanterhavslaks"@nn,
        "Atlantisk laks"@nn,
        "Villaks"@nn ;
    skos:broadMatch <http://dewey.info/class/641.392/e23/>,
        <http://dewey.info/class/641.692/e23/> ;
    skos:broader humord:c64229 ;
    skos:closeMatch <http://dewey.info/class/597.56/e23/> ;
    skos:definition "Laks er en fiskeart i laksefamilien som vanligvis lever mye av livet i havet, men som vandrer opp i elver for å gyte. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012698 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012698,
        <http://dewey.info/class/597.56/e23/>,
        <http://dewey.info/class/641.392/e23/>,
        <http://dewey.info/class/641.692/e23/> ;
    skos:prefLabel "Salmon"@en,
        "Salmo salar"@la,
        "Laks"@nb,
        "Laks"@nn ;
    skos:related humord:c11278,
        humord:c67826,
        humord:c68971 .

humord:c08239 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08239" ;
    dct:modified "2024-07-12T08:07:05"^^xsd:dateTime ;
    skos:altLabel "European cisco"@en,
        "Vendace"@en,
        "Lågåsild"@nb,
        "Lagesild"@nn,
        "Lågåsild"@nn ;
    skos:broadMatch <http://dewey.info/class/597.55/e23/>,
        <http://dewey.info/class/641.392/e23/> ;
    skos:broader humord:c64229 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/597.55/e23/>,
        <http://dewey.info/class/641.392/e23/>,
        <http://dewey.info/class/799.11/e23/> ;
    skos:prefLabel "Coregonus albula"@en,
        "Lagesild"@nb,
        "Lagasild"@nn ;
    skos:relatedMatch <http://dewey.info/class/799.11/e23/> .

humord:c08240 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08240" ;
    dct:modified "2025-09-05T08:28:20"^^xsd:dateTime ;
    skos:altLabel "Herring"@en,
        "Nordatlantisk sild"@nb,
        "Nordatlantisk sild"@nn ;
    skos:broader humord:c65477 ;
    skos:closeMatch <http://dewey.info/class/597.452/e23/> ;
    skos:definition "Sild er en fiskeart i sildefamilien. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c010068 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010068,
        <http://dewey.info/class/338.3727452/e23/>,
        <http://dewey.info/class/597.452/e23/> ;
    skos:prefLabel "Atlantic herring"@en,
        "Clupea harengus"@la,
        "Sild"@nb,
        "Sild"@nn ;
    skos:relatedMatch <http://dewey.info/class/338.3727452/e23/> .

humord:c08241 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08241" ;
    dct:modified "2024-08-20T14:11:54"^^xsd:dateTime ;
    skos:broader humord:c08235 ;
    skos:closeMatch <http://dewey.info/class/636.5/e23/> ;
    skos:exactMatch realfagstermer:c006445,
        <http://dewey.info/class/568/e23/>,
        <http://dewey.info/class/598/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006445,
        <http://dewey.info/class/333.958/e23/>,
        <http://dewey.info/class/568/e23/>,
        <http://dewey.info/class/571.986/e23/>,
        <http://dewey.info/class/598/e23/>,
        <http://dewey.info/class/614.434/e23/>,
        <http://dewey.info/class/628.968/e23/>,
        <http://dewey.info/class/636.5/e23/>,
        <http://dewey.info/class/639.12/e23/>,
        <http://dewey.info/class/799.24/e23/> ;
    skos:prefLabel "Birds"@en,
        "Fugler"@nb,
        "Fuglar"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.958/e23/>,
        <http://dewey.info/class/571.986/e23/>,
        <http://dewey.info/class/614.434/e23/>,
        <http://dewey.info/class/628.968/e23/>,
        <http://dewey.info/class/639.12/e23/>,
        <http://dewey.info/class/799.24/e23/> .

humord:c08242 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08242" ;
    dct:modified "2025-09-09T12:42:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/598.625/e23/> ;
    skos:broader humord:c58286 ;
    skos:closeMatch <http://dewey.info/class/636.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/598.625/e23/>,
        <http://dewey.info/class/636.5/e23/> ;
    skos:prefLabel "Cocks"@en,
        "Haner"@nb,
        "Hanar"@nn .

humord:c08243 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08243" ;
    dct:modified "2024-11-14T15:10:14"^^xsd:dateTime ;
    skos:altLabel "Mammalia"@nb,
        "Mammalia"@nn ;
    skos:broader humord:c08235 ;
    skos:definition "Pattedyr er en klasse dyr som kjennetegnes ved tre viktige egenskaper: De er varmblodige (de regulerer kroppstemperaturen selv); De fleste er kledd med hår; De gir melk til ungene <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013772,
        <http://dewey.info/class/569/e23/>,
        <http://dewey.info/class/599/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013772,
        <http://dewey.info/class/333.954/e23/>,
        <http://dewey.info/class/569/e23/>,
        <http://dewey.info/class/599/e23/>,
        <http://dewey.info/class/616.0273/e23/>,
        <http://dewey.info/class/628.969/e23/>,
        <http://dewey.info/class/636/e23/>,
        <http://dewey.info/class/639.9/e23/> ;
    skos:prefLabel "Mammals"@en,
        "Mammalia"@la,
        "Pattedyr"@nb,
        "Pattedyr"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.954/e23/>,
        <http://dewey.info/class/616.0273/e23/>,
        <http://dewey.info/class/628.969/e23/>,
        <http://dewey.info/class/636/e23/>,
        <http://dewey.info/class/639.9/e23/> .

humord:c08244 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08244" ;
    dct:modified "2024-05-27T14:50:43"^^xsd:dateTime ;
    skos:altLabel "Bevre"@nb,
        "Bevrer"@nb ;
    skos:broader humord:c61191 ;
    skos:definition "Bever er en gnager i beverfamilien. Det er to arter i familien, europeisk bever og nordamerikansk bever. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012726,
        <http://dewey.info/class/599.37/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012726,
        <http://dewey.info/class/333.95937/e23/>,
        <http://dewey.info/class/599.37/e23/>,
        <http://dewey.info/class/639.1137/e23/>,
        <http://dewey.info/class/639.97937/e23/> ;
    skos:prefLabel "Beavers"@en,
        "Castoridae"@la,
        "Bevere"@nb,
        "Beverar"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.95937/e23/>,
        <http://dewey.info/class/639.1137/e23/>,
        <http://dewey.info/class/639.97937/e23/> .

humord:c08245 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08245" ;
    dct:modified "2024-07-04T14:52:15"^^xsd:dateTime ;
    skos:altLabel "Bjørner"@nb,
        "Bjørnar"@nn ;
    skos:broader humord:c19187 ;
    skos:closeMatch realfagstermer:c012921 ;
    skos:exactMatch <http://dewey.info/class/599.78/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012921,
        <http://dewey.info/class/599.78/e23/>,
        <http://dewey.info/class/636.0839/e23/>,
        <http://dewey.info/class/639.966/e23/> ;
    skos:prefLabel "Bears"@en,
        "Ursidae"@la,
        "Bjørnefamilien"@nb,
        "Bjørnefamilien"@nn ;
    skos:relatedMatch <http://dewey.info/class/636.0839/e23/>,
        <http://dewey.info/class/639.966/e23/> .

humord:c08246 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-01-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08246" ;
    dct:modified "2026-03-12T12:35:38"^^xsd:dateTime ;
    skos:broader humord:c28359 ;
    skos:definition "Hest er et husdyr som tilhører ordenen hovdyr, og er en dyreart i familien hester. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c005424,
        <http://dewey.info/class/599.6655/e23/>,
        <http://dewey.info/class/636.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005424,
        <http://dewey.info/class/357.2/e23/>,
        <http://dewey.info/class/599.6655/e23/>,
        <http://dewey.info/class/615.851581/e23/>,
        <http://dewey.info/class/636.1/e23/> ;
    skos:prefLabel "Horses"@en,
        "Equus caballus"@la,
        "Hester"@nb,
        "Hestar"@nn ;
    skos:related humord:c29679 ;
    skos:relatedMatch <http://dewey.info/class/357.2/e23/>,
        <http://dewey.info/class/615.851581/e23/> .

humord:c08247 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08247" ;
    dct:modified "2024-09-30T13:29:57"^^xsd:dateTime ;
    skos:altLabel "Dalecarlian horses (Artefacts)"@en ;
    skos:broadMatch <http://dewey.info/class/745.592/e23/> ;
    skos:broader humord:c04660 ;
    skos:definition "Dalahest (på svensk skrevet dalahäst) er tradisjonelt en rødmalt, stilisert hestefigur av tre som nå først og fremst blir lagd i Nusnäs i Mora i Dalarna i Sverige <wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/745.592/e23/> ;
    skos:prefLabel "Dala horses (Artefacts)"@en,
        "Dalahester (Artefakter)"@nb,
        "Dalahestar (Artefaktar)"@nn .

humord:c08248 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08248" ;
    dct:modified "2024-08-14T13:07:36"^^xsd:dateTime ;
    skos:altLabel "Hjort"@nb,
        "Kronhjort"@nb,
        "Moskushjorter"@nb,
        "Rødhjort"@nb,
        "Wapiti"@nb,
        "Kronhjort"@nn,
        "Raudhjort"@nn,
        "Wapiti"@nn ;
    skos:broader humord:c61192 ;
    skos:exactMatch realfagstermer:c013591,
        <http://dewey.info/class/599.6542/e23/>,
        <http://dewey.info/class/636.29442/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013591,
        <http://dewey.info/class/599.6542/e23/>,
        <http://dewey.info/class/636.29442/e23/> ;
    skos:prefLabel "Red deer"@en,
        "Cervus elaphus"@la,
        "Hjorter"@nb,
        "Hjortar"@nn .

humord:c08249 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08249" ;
    dct:modified "2023-11-22T08:38:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/599.772/e23/> ;
    skos:broader humord:c61194 ;
    skos:exactMatch realfagstermer:c002425,
        <http://dewey.info/class/636.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002425,
        <http://dewey.info/class/599.772/e23/>,
        <http://dewey.info/class/636.0839/e23/>,
        <http://dewey.info/class/636.7/e23/> ;
    skos:prefLabel "Dogs"@en,
        "Hunder"@nb,
        "Hundar"@nn ;
    skos:related humord:c17845 ;
    skos:relatedMatch <http://dewey.info/class/636.0839/e23/> .

humord:c08250 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-11-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08250" ;
    dct:modified "2024-01-31T09:45:47"^^xsd:dateTime ;
    skos:altLabel "Cetaceans"@en ;
    skos:broader humord:c62419 ;
    skos:closeMatch <http://dewey.info/class/569.5/e23/>,
        <http://dewey.info/class/599.5/e23/>,
        <http://dewey.info/class/636.95/e23/> ;
    skos:exactMatch realfagstermer:c005007 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005007,
        <http://dewey.info/class/569.5/e23/>,
        <http://dewey.info/class/599.5/e23/>,
        <http://dewey.info/class/636.95/e23/>,
        <http://dewey.info/class/639.28/e23/> ;
    skos:prefLabel "Whales"@en,
        "Cetacea"@la,
        "Hvaler (Pattedyr)"@nb,
        "Kvalar (Pattedyr)"@nn ;
    skos:relatedMatch <http://dewey.info/class/639.28/e23/> .

humord:c08251 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08251" ;
    dct:modified "2024-01-30T11:04:13"^^xsd:dateTime ;
    skos:altLabel "Bactrian camels"@en,
        "Domestic Bactrian camels"@en,
        "Mongolian camels"@en,
        "Two-humped camels"@en,
        "Camelus ferus"@la,
        "Baktriakameler"@nb,
        "Villkameler"@nb,
        "Baktriakamelar"@nn,
        "Villkamelar"@nn ;
    skos:broader humord:c62334 ;
    skos:definition "Kamel, egentlig baktriakamel, er en partået klovdyrart i kamelfamilien. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004450,
        <http://dewey.info/class/599.6362/e23/>,
        <http://dewey.info/class/636.295/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004450,
        <http://dewey.info/class/599.6362/e23/>,
        <http://dewey.info/class/636.295/e23/> ;
    skos:prefLabel "Camels"@en,
        "Camelus bactrianus"@la,
        "Kameler"@nb,
        "Kamelar"@nn .

humord:c08252 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08252" ;
    dct:modified "2024-08-16T10:19:35"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/599.752/e23/> ;
    skos:broader humord:c20099 ;
    skos:exactMatch realfagstermer:c011108,
        <http://dewey.info/class/636.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011108,
        <http://dewey.info/class/599.752/e23/>,
        <http://dewey.info/class/636.0839/e23/>,
        <http://dewey.info/class/636.8/e23/> ;
    skos:prefLabel "Cats"@en,
        "Katter"@nb,
        "Kattar"@nn ;
    skos:relatedMatch <http://dewey.info/class/636.0839/e23/> .

humord:c08253 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08253" ;
    dct:modified "2025-09-09T12:37:34"^^xsd:dateTime ;
    skos:altLabel "Ku"@nb,
        "Kuer"@nb,
        "Ku"@nn ;
    skos:broader humord:c17936 ;
    skos:exactMatch <http://dewey.info/class/599.6422/e23/>,
        <http://dewey.info/class/636.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/338.1762/e23/>,
        <http://dewey.info/class/599.6422/e23/>,
        <http://dewey.info/class/636.2/e23/> ;
    skos:prefLabel "Cows"@en,
        "Kyr"@nb,
        "Kyr"@nn ;
    skos:related humord:c08438 ;
    skos:relatedMatch <http://dewey.info/class/338.1762/e23/> .

humord:c08255 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08255" ;
    dct:modified "2024-11-26T14:44:45"^^xsd:dateTime ;
    skos:altLabel "Caribou"@en,
        "Caribous"@en,
        "Reindeer"@en,
        "Reinsdyr"@nb,
        "Reinsdyr"@nn ;
    skos:broader humord:c61192 ;
    skos:definition "Rein er et pattedyr i familien hjortedyr. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c003600,
        <http://dewey.info/class/599.658/e23/>,
        <http://dewey.info/class/636.2948/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003600,
        <http://dewey.info/class/599.658/e23/>,
        <http://dewey.info/class/636.2948/e23/> ;
    skos:prefLabel "Reindeers"@en,
        "Rangifer tarandus"@la,
        "Rein"@nb,
        "Rein"@nn ;
    skos:related humord:c07641 .

humord:c08257 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08257" ;
    dct:modified "2025-03-27T09:46:12"^^xsd:dateTime ;
    skos:altLabel "Fauna"@nb,
        "Fauna"@nn ;
    skos:broader humord:c08227 ;
    skos:closeMatch realfagstermer:c006496,
        <http://dewey.info/class/333.954/e23/> ;
    skos:exactMatch realfagstermer:c007454,
        <http://dewey.info/class/590/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006496,
        realfagstermer:c007454,
        <http://dewey.info/class/333.954/e23/>,
        <http://dewey.info/class/590/e23/>,
        <http://dewey.info/class/639/e23/> ;
    skos:prefLabel "Fauna"@en,
        "Dyreliv"@nb,
        "Dyreliv"@nn ;
    skos:relatedMatch <http://dewey.info/class/639/e23/> .

humord:c08259 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08259" ;
    dct:modified "2024-09-03T08:48:44"^^xsd:dateTime ;
    skos:altLabel "Folkelig zoologi"@nb ;
    skos:broadMatch <http://dewey.info/class/306.45/e23/> ;
    skos:broader humord:c04811 ;
    skos:definition "Etnozoologi er folkelige kunnskapssystemer om dyr <UBO>"@nb ;
    skos:exactMatch realfagstermer:c000518 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000518,
        <http://dewey.info/class/306.45/e23/>,
        <http://dewey.info/class/591/e23/> ;
    skos:prefLabel "Ethnozoology"@en,
        "Etnozoologi"@nb,
        "Etnozoologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/591/e23/> .

humord:c08260 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08260" ;
    dct:modified "2024-06-13T08:05:38"^^xsd:dateTime ;
    skos:altLabel "Generell fysikk"@nb,
        "Generell fysikk"@nn ;
    skos:broader humord:c08180 ;
    skos:definition "Fysikk er en vitenskap som tar for seg hvordan universet er bygd opp og fungerer, på sitt mest grunnleggende. Fysikk beskriver hvordan prosesser i naturen drives av krefter som virker og av energi som overføres eller endrer form. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c003067,
        <http://dewey.info/class/530/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003067,
        <http://dewey.info/class/215.3/e23/>,
        <http://dewey.info/class/344.0953/e23/>,
        <http://dewey.info/class/530/e23/>,
        <http://dewey.info/class/577.13/e23/>,
        <http://dewey.info/class/621/e23/> ;
    skos:prefLabel "Physics"@en,
        "Fysikk"@nb,
        "Fysikk"@nn ;
    skos:related humord:c20831 ;
    skos:relatedMatch <http://dewey.info/class/215.3/e23/>,
        <http://dewey.info/class/344.0953/e23/>,
        <http://dewey.info/class/577.13/e23/>,
        <http://dewey.info/class/621/e23/> .

humord:c08261 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08261" ;
    dct:modified "2025-04-01T09:29:42"^^xsd:dateTime ;
    skos:altLabel "Electric energy"@en,
        "Elektrisk energi"@nb,
        "Elektrisk energi"@nn ;
    skos:broader humord:c08260 ;
    skos:closeMatch <http://dewey.info/class/537/e23/>,
        <http://dewey.info/class/612.01442/e23/> ;
    skos:definition "Elektrisitet er fysiske fenomener som er knyttet til negativt eller positivt ladede partikler i ro eller i bevegelse. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004559,
        <http://dewey.info/class/333.7932/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004559,
        <http://dewey.info/class/333.7932/e23/>,
        <http://dewey.info/class/354.49/e23/>,
        <http://dewey.info/class/537/e23/>,
        <http://dewey.info/class/551.563/e23/>,
        <http://dewey.info/class/571.47/e23/>,
        <http://dewey.info/class/612.01442/e23/>,
        <http://dewey.info/class/615.845/e23/>,
        <http://dewey.info/class/621.3121/e23/>,
        <http://dewey.info/class/621.3124/e23/>,
        <http://dewey.info/class/621.483/e23/>,
        <http://dewey.info/class/622.48/e23/>,
        <http://dewey.info/class/641.586/e23/>,
        <http://dewey.info/class/658.26/e23/> ;
    skos:prefLabel "Electricity"@en,
        "Elektrisitet"@nb,
        "Elektrisitet"@nn ;
    skos:related humord:c04317,
        humord:c58853 ;
    skos:relatedMatch <http://dewey.info/class/354.49/e23/>,
        <http://dewey.info/class/551.563/e23/>,
        <http://dewey.info/class/571.47/e23/>,
        <http://dewey.info/class/615.845/e23/>,
        <http://dewey.info/class/621.3121/e23/>,
        <http://dewey.info/class/621.3124/e23/>,
        <http://dewey.info/class/621.483/e23/>,
        <http://dewey.info/class/622.48/e23/>,
        <http://dewey.info/class/641.586/e23/>,
        <http://dewey.info/class/658.26/e23/> .

humord:c08262 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-09-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08262" ;
    dct:modified "2023-11-24T14:13:56"^^xsd:dateTime ;
    skos:altLabel "Color theory"@en,
        "Fargeteori"@nb,
        "Fargeteorier"@nb ;
    skos:broader humord:c05401 ;
    skos:exactMatch realfagstermer:c012632,
        <http://dewey.info/class/535.601/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012632,
        <http://dewey.info/class/535.601/e23/>,
        <http://dewey.info/class/701.85/e23/> ;
    skos:prefLabel "Colour theory"@en,
        "Fargelære"@nb,
        "Fargelære"@nn ;
    skos:related humord:c05400 ;
    skos:relatedMatch <http://dewey.info/class/701.85/e23/> .

humord:c08264 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08264" ;
    dct:modified "2025-09-04T19:04:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/541.361/e23/> ;
    skos:broader humord:c65291 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.12/e23/>,
        <http://dewey.info/class/398.26/e23/>,
        <http://dewey.info/class/398.364/e23/>,
        <http://dewey.info/class/541.361/e23/> ;
    skos:prefLabel "Fire"@en,
        "Ild"@nb,
        "Ild"@nn ;
    skos:relatedMatch <http://dewey.info/class/202.12/e23/>,
        <http://dewey.info/class/398.26/e23/>,
        <http://dewey.info/class/398.364/e23/> .

humord:c08265 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08265" ;
    dct:modified "2026-03-24T14:52:17"^^xsd:dateTime ;
    skos:broader humord:c70379 ;
    skos:closeMatch realfagstermer:c001192,
        realfagstermer:c013441,
        <http://dewey.info/class/539/e23/> ;
    skos:exactMatch <http://dewey.info/class/530.12/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001192,
        realfagstermer:c013441,
        <http://dewey.info/class/530.12/e23/>,
        <http://dewey.info/class/535.15/e23/>,
        <http://dewey.info/class/539/e23/> ;
    skos:prefLabel "Quantum theory"@en,
        "Kvanteteori"@nb,
        "Kvanteteori"@nn ;
    skos:related humord:c66635 ;
    skos:relatedMatch <http://dewey.info/class/535.15/e23/> .

humord:c08268 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-02-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08268" ;
    dct:modified "2025-09-04T22:42:58"^^xsd:dateTime ;
    skos:altLabel "Ljod"@nn ;
    skos:broader humord:c17464 ;
    skos:closeMatch realfagstermer:c010631 ;
    skos:exactMatch <http://dewey.info/class/534/e23/>,
        <http://dewey.info/class/571.444/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010631,
        <http://dewey.info/class/534/e23/>,
        <http://dewey.info/class/571.444/e23/>,
        <http://dewey.info/class/612.014453/e23/>,
        <http://dewey.info/class/615.83/e23/>,
        <http://dewey.info/class/616.07544/e23/>,
        <http://dewey.info/class/620.2/e23/>,
        <http://dewey.info/class/777.53/e23/>,
        <http://dewey.info/class/781.23/e23/> ;
    skos:prefLabel "Sound (Acoustics)"@en,
        "Lyd"@nb,
        "Lyd"@nn ;
    skos:related humord:c20964 ;
    skos:relatedMatch <http://dewey.info/class/612.014453/e23/>,
        <http://dewey.info/class/615.83/e23/>,
        <http://dewey.info/class/616.07544/e23/>,
        <http://dewey.info/class/620.2/e23/>,
        <http://dewey.info/class/777.53/e23/>,
        <http://dewey.info/class/781.23/e23/> .

humord:c08269 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08269" ;
    dct:modified "2024-07-01T12:35:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/621.36/e23/> ;
    skos:broader humord:c08260 ;
    skos:closeMatch <http://dewey.info/class/523.015/e23/> ;
    skos:definition "Lys, også kalt synlig lys, er elektromagnetisk stråling som menneskeøyet kan registrere. Lys kan også defineres som den sanseopplevelsen synet oppfatter. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c005699,
        <http://dewey.info/class/535/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005699,
        <http://dewey.info/class/523.015/e23/>,
        <http://dewey.info/class/535/e23/>,
        <http://dewey.info/class/541.3533/e23/>,
        <http://dewey.info/class/551.565/e23/>,
        <http://dewey.info/class/571.455/e23/>,
        <http://dewey.info/class/612.01444/e23/>,
        <http://dewey.info/class/613.19/e23/>,
        <http://dewey.info/class/615.831/e23/>,
        <http://dewey.info/class/621.36/e23/>,
        <http://dewey.info/class/623.042/e23/> ;
    skos:prefLabel "Light"@en,
        "Lys"@nb,
        "Lys"@nn ;
    skos:related humord:c04309 ;
    skos:relatedMatch <http://dewey.info/class/541.3533/e23/>,
        <http://dewey.info/class/551.565/e23/>,
        <http://dewey.info/class/571.455/e23/>,
        <http://dewey.info/class/612.01444/e23/>,
        <http://dewey.info/class/613.19/e23/>,
        <http://dewey.info/class/615.831/e23/>,
        <http://dewey.info/class/623.042/e23/> .

humord:c08270 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-08-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08270" ;
    dct:modified "2026-01-05T14:45:27"^^xsd:dateTime ;
    skos:altLabel "Measurement science"@en,
        "Mål og vekt"@nb,
        "Målemetoder"@nb,
        "Måleteknikk"@nb,
        "Vekt og mål"@nb,
        "Målemetodar"@nn,
        "Måleteknikk"@nn ;
    skos:broader humord:c08260 ;
    skos:closeMatch realfagstermer:c013918 ;
    skos:definition "Læren om måling, måleenheter og målemetoder <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/389.1/e23/>,
        <http://dewey.info/class/530.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013918,
        <http://dewey.info/class/343.075/e23/>,
        <http://dewey.info/class/352.83/e23/>,
        <http://dewey.info/class/389.1/e23/>,
        <http://dewey.info/class/389.62/e23/>,
        <http://dewey.info/class/530.81/e23/> ;
    skos:prefLabel "Metrology"@en,
        "Metrologi"@nb,
        "Metrologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.075/e23/>,
        <http://dewey.info/class/352.83/e23/>,
        <http://dewey.info/class/389.62/e23/> .

humord:c08273 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08273" ;
    dct:modified "2025-09-04T22:35:58"^^xsd:dateTime ;
    skos:altLabel "Mørker"@nn ;
    skos:broader humord:c08269 ;
    skos:exactMatch realfagstermer:c007905 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007905,
        <http://dewey.info/class/535/e23/> ;
    skos:prefLabel "Darkness"@en,
        "Mørke"@nb,
        "Mørke"@nn ;
    skos:relatedMatch <http://dewey.info/class/535/e23/> .

humord:c08274 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08274" ;
    dct:modified "2024-06-13T10:46:50"^^xsd:dateTime ;
    skos:altLabel "Relativity"@en,
        "Relativity theory"@en,
        "Relativitet"@nb,
        "Relativitet"@nn ;
    skos:broader humord:c08260 ;
    skos:definition "Relativitetsteorien er en teori om den fysiske betydningen av begrepene rom, tid og gravitasjon. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013027,
        <http://dewey.info/class/530.11/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013027,
        <http://dewey.info/class/530.11/e23/> ;
    skos:prefLabel "Theory of relativity"@en,
        "Relativitetsteorien"@nb,
        "Relativitetsteorien"@nn .

humord:c08275 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-07-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08275" ;
    dct:modified "2024-04-18T13:15:00"^^xsd:dateTime ;
    skos:altLabel "Earth science"@en,
        "Geofag"@nb,
        "Geovitenskapelige fag"@nb,
        "Geofag"@nn,
        "Geovitskapelege fag"@nn,
        "Geovitskaplege fag"@nn ;
    skos:broader humord:c08180 ;
    skos:definition "Geovitenskap, fellesbetegnelse for fag som angår studiet av Jorden, i første rekke geologi, geokjemi, geomorfologi, glasiologi, hydrologi, meteorologi og geofysikk (inkludert naturgeografi). <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013631,
        <http://dewey.info/class/550/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013631,
        <http://dewey.info/class/344.0955/e23/>,
        <http://dewey.info/class/550/e23/> ;
    skos:prefLabel "Geoscience"@en,
        "Geovitenskap"@nb,
        "Geovitskap"@nn ;
    skos:relatedMatch <http://dewey.info/class/344.0955/e23/> .

humord:c08276 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08276" ;
    dct:modified "2024-04-18T09:15:21"^^xsd:dateTime ;
    skos:altLabel "Earth's geophysics"@en,
        "Jordas geofysikk"@nb,
        "Jordens geofysikk"@nb,
        "Jordas geofysikk"@nn ;
    skos:broader humord:c08275 ;
    skos:closeMatch <http://dewey.info/class/550/e23/> ;
    skos:definition "Gren av geovitenskapene, der man i særlig grad anvender prinsipper og metoder fra fysikken <SNL>"@nb ;
    skos:exactMatch realfagstermer:c008473 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008473,
        <http://dewey.info/class/550/e23/> ;
    skos:prefLabel "Geophysics"@en,
        "Geofysikk"@nb,
        "Geofysikk"@nn .

humord:c08277 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08277" ;
    dct:modified "2024-05-14T14:43:01"^^xsd:dateTime ;
    skos:altLabel "Generell meteorologi"@nb,
        "Generell meteorologi"@nn ;
    skos:broader humord:c08276 ;
    skos:definition "Vitenskapen om atmosfærens prosesser og fysikk <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013457,
        <http://dewey.info/class/1--015515/e23/>,
        <http://dewey.info/class/551.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013457,
        <http://dewey.info/class/1--015515/e23/>,
        <http://dewey.info/class/344.0955/e23/>,
        <http://dewey.info/class/551.5/e23/>,
        <http://dewey.info/class/629.1324/e23/> ;
    skos:prefLabel "Meteorology"@en,
        "Meteorologi"@nb,
        "Meteorologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/344.0955/e23/>,
        <http://dewey.info/class/629.1324/e23/> .

humord:c08278 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08278" ;
    dct:modified "2024-07-02T09:41:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/551.565/e23/> ;
    skos:broader humord:c08277 ;
    skos:editorialNote "Luftspeiling er et optisk fenomen som gjør at himmelen, sjøen, observerte gjenstander eller lignende speiles i atmosfæren. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c009835 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009835,
        <http://dewey.info/class/551.565/e23/> ;
    skos:prefLabel "Mirages"@en,
        "Luftspeilinger"@nb,
        "Luftspeglingar"@nn ;
    skos:related humord:c07142,
        humord:c08039 .

humord:c08279 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-10-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08279" ;
    dct:modified "2024-04-04T13:15:35"^^xsd:dateTime ;
    skos:broader humord:c08280 ;
    skos:exactMatch realfagstermer:c001965,
        <http://dewey.info/class/551.576/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001965,
        <http://dewey.info/class/551.576/e23/>,
        <http://dewey.info/class/629.1324/e23/> ;
    skos:prefLabel "Clouds"@en,
        "Skyer"@nb,
        "Skyer"@nn ;
    skos:relatedMatch <http://dewey.info/class/629.1324/e23/> .

humord:c08280 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-10-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08280" ;
    dct:modified "2026-01-05T14:44:48"^^xsd:dateTime ;
    skos:altLabel "Vær (Meteorologi)"@nb,
        "Værfenomener"@nb,
        "Værforhold"@nb,
        "Ver"@nn,
        "Verfenomen"@nn,
        "Verforhold"@nn,
        "Vertilhøve"@nn,
        "Vêr"@nn,
        "Vêret"@nn,
        "Vêrfenomen"@nn,
        "Vêrforhold"@nn,
        "Vêrtilhøve"@nn ;
    skos:broader humord:c08277 ;
    skos:closeMatch realfagstermer:c003819,
        realfagstermer:c008502 ;
    skos:definition "Vær omfatter alle de forskjellige kortvarige fenomenene som opptrer i atmosfæren til et himmellegeme <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c004477,
        <http://dewey.info/class/551.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003819,
        realfagstermer:c004477,
        realfagstermer:c008502,
        <http://dewey.info/class/304.25/e23/>,
        <http://dewey.info/class/398.26/e23/>,
        <http://dewey.info/class/398.363/e23/>,
        <http://dewey.info/class/551.6/e23/>,
        <http://dewey.info/class/629.1324/e23/>,
        <http://dewey.info/class/632.1/e23/> ;
    skos:prefLabel "Weather"@en,
        "Været"@nb,
        "Veret"@nn ;
    skos:related humord:c05153 ;
    skos:relatedMatch <http://dewey.info/class/304.25/e23/>,
        <http://dewey.info/class/398.26/e23/>,
        <http://dewey.info/class/398.363/e23/>,
        <http://dewey.info/class/629.1324/e23/>,
        <http://dewey.info/class/632.1/e23/> .

humord:c08281 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08281" ;
    dct:modified "2024-05-14T14:43:02"^^xsd:dateTime ;
    skos:altLabel "Weather forecasts"@en,
        "Værmelding"@nb,
        "Værprognoser"@nb,
        "Vêrmelding"@nb,
        "Vermelding"@nn,
        "Verprognosar"@nn,
        "Vêrprognosar"@nn,
        "Vêrvarsling"@nn ;
    skos:broader humord:c08277 ;
    skos:exactMatch realfagstermer:c011507,
        <http://dewey.info/class/551.63/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011507,
        <http://dewey.info/class/551.63/e23/> ;
    skos:prefLabel "Weather forecasting"@en,
        "Værvarsling"@nb,
        "Vervarsling"@nn .

humord:c08282 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08282" ;
    dct:modified "2024-04-18T10:21:47"^^xsd:dateTime ;
    skos:altLabel "General geology"@en,
        "Bergvitenskap"@nb,
        "Generell geologi"@nb,
        "Bergvitskap"@nn,
        "Generell geologi"@nn ;
    skos:broader humord:c08275 ;
    skos:exactMatch realfagstermer:c013425,
        <http://dewey.info/class/551/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013425,
        <http://dewey.info/class/344.0955/e23/>,
        <http://dewey.info/class/551/e23/> ;
    skos:prefLabel "Geology"@en,
        "Geologi"@nb,
        "Geologi"@nn ;
    skos:related humord:c14147 ;
    skos:relatedMatch <http://dewey.info/class/344.0955/e23/> .

humord:c08283 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08283" ;
    dct:modified "2026-01-05T14:33:36"^^xsd:dateTime ;
    skos:altLabel "Rock types"@en,
        "Bergart"@nb,
        "Bergart"@nn,
        "Bergarter"@nn ;
    skos:broader humord:c29260 ;
    skos:definition "Bergarter er de faste materialene som jordskorpen er bygd opp av. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c009595,
        <http://dewey.info/class/552/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009595,
        <http://dewey.info/class/549.114/e23/>,
        <http://dewey.info/class/552/e23/>,
        <http://dewey.info/class/624.1832/e23/> ;
    skos:prefLabel "Rocks"@en,
        "Bergarter"@nb,
        "Bergartar"@nn ;
    skos:relatedMatch <http://dewey.info/class/549.114/e23/>,
        <http://dewey.info/class/624.1832/e23/> .

humord:c08285 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08285" ;
    dct:modified "2026-01-05T14:33:07"^^xsd:dateTime ;
    skos:altLabel "Basalts"@en,
        "Basalter"@nb,
        "Basaltar"@nn ;
    skos:broader humord:c65514 ;
    skos:definition "Basalt er en mørk, finkornet lavabergart som hovedsakelig består av kalsiumrik feltspat (plagioklas) og pyroksen (augitt).  <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012713,
        <http://dewey.info/class/552.26/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012713,
        <http://dewey.info/class/552.26/e23/> ;
    skos:prefLabel "Basalt"@en,
        "Basalt"@nb,
        "Basalt"@nn .

humord:c08286 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08286" ;
    dct:modified "2025-09-10T19:39:20"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/552.2/e23/> ;
    skos:broader humord:c65518 ;
    skos:definition "Diabas, mørk, hard og finkornet magmatisk bergart som opptrer i steiltstående, gjennomskjærende ganger eller sjeldnere i såkalte sills (lagganger som følger lagdelingen i en bergart, oftest flattliggende). <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/552.2/e23/> ;
    skos:prefLabel "Diabase"@en,
        "Diabas"@nb,
        "Diabas"@nn .

humord:c08287 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08287" ;
    dct:modified "2024-04-08T13:29:21"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/553.65/e23/> ;
    skos:broader humord:c65521 ;
    skos:definition "Flint er en bergart som vanligvis er en grålig, brun eller svart forekomst av kryptokrystallinsk (ekstremt finkornet) kvarts. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c011043 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011043,
        <http://dewey.info/class/553.65/e23/> ;
    skos:prefLabel "Flint (Rock)"@en,
        "Flint (Bergart)"@nb,
        "Flint (Bergart)"@nn .

humord:c08288 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-04-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08288" ;
    dct:modified "2024-04-08T12:49:24"^^xsd:dateTime ;
    skos:altLabel "SiO2"@en ;
    skos:broadMatch <http://dewey.info/class/549.68/e23/>,
        <http://dewey.info/class/620.198/e23/> ;
    skos:broader humord:c65511 ;
    skos:exactMatch realfagstermer:c010764 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010764,
        <http://dewey.info/class/549.68/e23/>,
        <http://dewey.info/class/620.198/e23/> ;
    skos:prefLabel "Quartz"@en,
        "Kvarts"@nb,
        "Kvarts"@nn .

humord:c08289 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08289" ;
    dct:modified "2024-04-24T09:53:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/552.4/e23/>,
        <http://dewey.info/class/691.2/e23/> ;
    skos:broader humord:c65520 ;
    skos:definition "Marmor er en krystallinsk karbonatbergart, dannet ved omkrystallisasjon (metamorfose) av kalksteiner. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002207,
        <http://dewey.info/class/553.512/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002207,
        <http://dewey.info/class/552.4/e23/>,
        <http://dewey.info/class/553.512/e23/>,
        <http://dewey.info/class/691.2/e23/> ;
    skos:prefLabel "Marble"@en,
        "Marmor"@nb,
        "Marmor"@nn .

humord:c08290 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08290" ;
    dct:modified "2024-04-24T15:26:31"^^xsd:dateTime ;
    skos:broader humord:c08282 ;
    skos:definition "Erosjon er en prosess hvor bergarter, mineraler, jord eller andre løsmasser slites løs og flyttes til et annet sted av vind, vann eller is. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c000778,
        <http://dewey.info/class/551.302/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000778,
        <http://dewey.info/class/551.302/e23/>,
        <http://dewey.info/class/551.313/e23/>,
        <http://dewey.info/class/551.352/e23/>,
        <http://dewey.info/class/551.372/e23/>,
        <http://dewey.info/class/627.5/e23/>,
        <http://dewey.info/class/631.45/e23/> ;
    skos:prefLabel "Erosion"@en,
        "Erosjon"@nb,
        "Erosjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/551.313/e23/>,
        <http://dewey.info/class/551.352/e23/>,
        <http://dewey.info/class/551.372/e23/>,
        <http://dewey.info/class/627.5/e23/>,
        <http://dewey.info/class/631.45/e23/> .

humord:c08291 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08291" ;
    dct:modified "2024-04-17T10:23:04"^^xsd:dateTime ;
    skos:broader humord:c08282 ;
    skos:exactMatch realfagstermer:c010576,
        <http://dewey.info/class/551.302/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010576,
        <http://dewey.info/class/551.302/e23/>,
        <http://dewey.info/class/551.305/e23/>,
        <http://dewey.info/class/551.352/e23/>,
        <http://dewey.info/class/551.372/e23/> ;
    skos:prefLabel "Weathering"@en,
        "Forvitring"@nb,
        "Forvitring"@nn ;
    skos:relatedMatch <http://dewey.info/class/551.305/e23/>,
        <http://dewey.info/class/551.352/e23/>,
        <http://dewey.info/class/551.372/e23/> .

humord:c08292 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08292" ;
    dct:modified "2024-02-01T15:19:15"^^xsd:dateTime ;
    skos:altLabel "Forsteininger"@nb,
        "Forsteiningar"@nn ;
    skos:broadMatch <http://dewey.info/class/560/e23/> ;
    skos:broader humord:c08306 ;
    skos:exactMatch realfagstermer:c006349 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006349,
        <http://dewey.info/class/560/e23/> ;
    skos:prefLabel "Fossils"@en,
        "Fossiler"@nb,
        "Fossil"@nn .

humord:c08293 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08293" ;
    dct:modified "2025-09-04T19:20:54"^^xsd:dateTime ;
    skos:broader humord:c08282 ;
    skos:exactMatch realfagstermer:c011775,
        <http://dewey.info/class/551.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011775,
        <http://dewey.info/class/551.7/e23/> ;
    skos:prefLabel "Historical geology"@en,
        "Historisk geologi"@nb,
        "Historisk geologi"@nn .

humord:c08294 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08294" ;
    dct:modified "2024-04-24T10:05:06"^^xsd:dateTime ;
    skos:altLabel "Biospeleology"@en,
        "Cave biology"@en,
        "Spelaeology"@en,
        "Speleology"@en,
        "Biospeleologi"@nb,
        "Grotter"@nb,
        "Huleforskning"@nb,
        "Speleologi"@nb,
        "Grotter"@nn,
        "Holeforsking"@nn,
        "Hòleforsking"@nn,
        "Hòler"@nn,
        "Speleologi"@nn ;
    skos:broader humord:c65529 ;
    skos:closeMatch realfagstermer:c006857,
        realfagstermer:c009267 ;
    skos:exactMatch <http://dewey.info/class/2--144/e23/>,
        <http://dewey.info/class/551.447/e23/>,
        <http://dewey.info/class/910.9144/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006857,
        realfagstermer:c009267,
        <http://dewey.info/class/155.964/e23/>,
        <http://dewey.info/class/2--144/e23/>,
        <http://dewey.info/class/551.447/e23/>,
        <http://dewey.info/class/577.584/e23/>,
        <http://dewey.info/class/796.525/e23/>,
        <http://dewey.info/class/910.9144/e23/> ;
    skos:prefLabel "Caves"@en,
        "Huler"@nb,
        "Holer"@nn ;
    skos:relatedMatch <http://dewey.info/class/155.964/e23/>,
        <http://dewey.info/class/577.584/e23/>,
        <http://dewey.info/class/796.525/e23/> .

humord:c08296 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08296" ;
    dct:modified "2026-01-05T13:50:16"^^xsd:dateTime ;
    skos:altLabel "Breer"@nb,
        "Fonner"@nb,
        "Isbre"@nb,
        "Jøkler"@nb,
        "Brear"@nn,
        "Fenner"@nn,
        "Fonner"@nn,
        "Isbre"@nn ;
    skos:broader humord:c20645 ;
    skos:definition "Ein isbre er ein masse av is som er danna ved snøfall og rim, og som under påverknad av tyngda sig langsamt nedover, lik ein seig, plastisk masse. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012471,
        <http://dewey.info/class/551.312/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012471,
        <http://dewey.info/class/551.312/e23/>,
        <http://dewey.info/class/577.586/e23/> ;
    skos:prefLabel "Glaciers"@en,
        "Isbreer"@nb,
        "Isbrear"@nn ;
    skos:relatedMatch <http://dewey.info/class/577.586/e23/> .

humord:c08297 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08297" ;
    dct:modified "2024-04-15T09:01:39"^^xsd:dateTime ;
    skos:broader humord:c08282 ;
    skos:closeMatch <http://dewey.info/class/551.79/e23/> ;
    skos:exactMatch realfagstermer:c004255 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004255,
        <http://dewey.info/class/551.79/e23/> ;
    skos:prefLabel "Quaternary science"@en,
        "Kvartærgeologi"@nb,
        "Kvartærgeologi"@nn .

humord:c08298 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08298" ;
    dct:modified "2024-05-07T15:02:12"^^xsd:dateTime ;
    skos:altLabel "Isostatisk kompensasjon"@nb,
        "Isostatisk kompensasjon"@nn,
        "Landhevning"@nn ;
    skos:broader humord:c08297 ;
    skos:definition "Landheving er langsom hevning av landjorden i forhold til havnivået. <uio>"@nb ;
    skos:exactMatch realfagstermer:c007124 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007124,
        <http://dewey.info/class/551.43/e23/> ;
    skos:prefLabel "Isostatic uplift"@en,
        "Landheving"@nb,
        "Landheving"@nn ;
    skos:related humord:c28363 ;
    skos:relatedMatch <http://dewey.info/class/551.43/e23/> .

humord:c08299 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08299" ;
    dct:modified "2024-05-08T12:25:23"^^xsd:dateTime ;
    skos:altLabel "Ores"@en,
        "Malmer"@nb,
        "Malmar"@nn ;
    skos:broadMatch <http://dewey.info/class/553/e23/> ;
    skos:broader humord:c08283 ;
    skos:editorialNote "Malm, bergart som inneholder ett eller flere mineraler eller grunnstoffer i økonomisk drivverdige mengder. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c005165 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005165,
        <http://dewey.info/class/553/e23/>,
        <http://dewey.info/class/622.7/e23/> ;
    skos:prefLabel "Ore"@en,
        "Malm"@nb,
        "Malm"@nn ;
    skos:relatedMatch <http://dewey.info/class/622.7/e23/> .

humord:c08300 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08300" ;
    dct:modified "2024-04-24T09:39:12"^^xsd:dateTime ;
    skos:altLabel "Jarnmalm"@nn ;
    skos:broader humord:c08299 ;
    skos:closeMatch <http://dewey.info/class/553.3/e23/> ;
    skos:definition "Jernmalm er en bergart som er rikholdig nok på jernmineraler (jernerts) til å kunne anvendes som råmateriale for fremstilling av metallisk jern. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002683 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002683,
        <http://dewey.info/class/333.853/e23/>,
        <http://dewey.info/class/553.3/e23/>,
        <http://dewey.info/class/669.141/e23/> ;
    skos:prefLabel "Iron ore"@en,
        "Jernmalm"@nb,
        "Jernmalm"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.853/e23/>,
        <http://dewey.info/class/669.141/e23/> .

humord:c08301 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08301" ;
    dct:modified "2024-05-08T08:48:13"^^xsd:dateTime ;
    skos:altLabel "Brunjernstein"@nb,
        "Myrjern"@nb,
        "Brunjernstein"@nn,
        "Myrjern"@nn ;
    skos:broader humord:c08299 ;
    skos:closeMatch <http://dewey.info/class/553.3/e23/> ;
    skos:definition "Myrmalm, kjemisk utfelt malm som opptrer på bunnen av myrer, tjern og sjøer <SNL>"@nb ;
    skos:exactMatch realfagstermer:c003700 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003700,
        <http://dewey.info/class/553.3/e23/>,
        <http://dewey.info/class/669.141/e23/> ;
    skos:prefLabel "Bog iron"@en,
        "Myrmalm"@nb,
        "Myrmalm"@nn ;
    skos:related humord:c04433 ;
    skos:relatedMatch <http://dewey.info/class/669.141/e23/> .

humord:c08303 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08303" ;
    dct:modified "2025-03-13T11:29:16"^^xsd:dateTime ;
    skos:broader humord:c08374 ;
    skos:definition "Metallurgi er læren om utvinning av metaller (prosessmetallurgi eller ekstraktiv metallurgi) og læren om metallenes struktur, egenskaper og behandling (fysikalsk metallurgi inklusive metallografi). <SNL>"@nb ;
    skos:exactMatch realfagstermer:c008658,
        <http://dewey.info/class/669/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008658,
        <http://dewey.info/class/669/e23/>,
        <http://dewey.info/class/681.7669/e23/> ;
    skos:prefLabel "Metallurgy"@en,
        "Metallurgi"@nb,
        "Metallurgi"@nn ;
    skos:related humord:c69594 ;
    skos:relatedMatch <http://dewey.info/class/681.7669/e23/> .

humord:c08304 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08304" ;
    dct:modified "2024-07-02T11:06:33"^^xsd:dateTime ;
    skos:broader humord:c08303 ;
    skos:definition "Metallografi er et fagområde hvor man beskriver indre strukturer hos metaller og legeringer. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c001835,
        <http://dewey.info/class/669.95/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001835,
        <http://dewey.info/class/669.95/e23/> ;
    skos:prefLabel "Metallography"@en,
        "Metallografi"@nb,
        "Metallografi"@nn .

humord:c08305 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08305" ;
    dct:modified "2024-05-08T09:01:14"^^xsd:dateTime ;
    skos:broader humord:c08282 ;
    skos:definition "Mineralogi er vitenskapen om mineralene, deres dannelse, forekomst, egenskaper, sammensetning og klassifikasjon. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c003599,
        <http://dewey.info/class/549/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003599,
        <http://dewey.info/class/549/e23/> ;
    skos:prefLabel "Mineralogy"@en,
        "Mineralogi"@nb,
        "Mineralogi"@nn .

humord:c08306 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-05-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08306" ;
    dct:modified "2024-11-13T15:13:46"^^xsd:dateTime ;
    skos:altLabel "Paleontology"@en ;
    skos:broader humord:c08282 ;
    skos:definition "Paleontologi er studiet av utdødd liv, ved hjelp av fossiler. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c006734,
        <http://dewey.info/class/560/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c006734,
        <http://dewey.info/class/560/e23/> ;
    skos:prefLabel "Palaeontology"@en,
        "Paleontologi"@nb,
        "Paleontologi"@nn ;
    skos:related humord:c26013 .

humord:c08307 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08307" ;
    dct:modified "2026-01-05T13:50:00"^^xsd:dateTime ;
    skos:altLabel "Steinsorter"@nb,
        "Steinsortar"@nn ;
    skos:broadMatch <http://dewey.info/class/731.2/e23/> ;
    skos:broader humord:c08282 ;
    skos:exactMatch realfagstermer:c000399,
        <http://dewey.info/class/553.5/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000399,
        <http://dewey.info/class/553.5/e23/>,
        <http://dewey.info/class/620.132/e23/>,
        <http://dewey.info/class/624.1832/e23/>,
        <http://dewey.info/class/691.2/e23/>,
        <http://dewey.info/class/693.1/e23/>,
        <http://dewey.info/class/729.6/e23/>,
        <http://dewey.info/class/731.2/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:prefLabel "Stone"@en,
        "Stein"@nb,
        "Stein"@nn ;
    skos:related humord:c27749 ;
    skos:relatedMatch <http://dewey.info/class/620.132/e23/>,
        <http://dewey.info/class/624.1832/e23/>,
        <http://dewey.info/class/691.2/e23/>,
        <http://dewey.info/class/693.1/e23/>,
        <http://dewey.info/class/729.6/e23/> .

humord:c08309 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08309" ;
    dct:modified "2024-05-15T14:48:48"^^xsd:dateTime ;
    skos:altLabel "Geologisk stratigrafi"@nb,
        "Stratigrafisk geologi"@nb,
        "Geologisk stratigrafi"@nn,
        "Stratigrafisk geologi"@nn ;
    skos:broader humord:c64597 ;
    skos:definition "Stratigrafi er en disiplin som behandler alder, særlig relativ alder, samt lagdeling, avleiringsmåte og karakter av først og fremst sedimenter og sedimentære bergarter, men også andre lagdelte bergarter. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c010172,
        <http://dewey.info/class/551.7/e23/>,
        <http://dewey.info/class/551.81/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010172,
        <http://dewey.info/class/551.7/e23/>,
        <http://dewey.info/class/551.81/e23/> ;
    skos:prefLabel "Stratigraphy (Geology)"@en,
        "Stratigrafi (Geologi)"@nb,
        "Stratigrafi (Geologi)"@nn .

humord:c08310 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08310" ;
    dct:modified "2024-04-25T13:13:08"^^xsd:dateTime ;
    skos:broader humord:c08275 ;
    skos:definition "Faget å lage kart og bruke kart <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c013990,
        <http://dewey.info/class/526/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013990,
        <http://dewey.info/class/355.3432/e23/>,
        <http://dewey.info/class/526/e23/>,
        <http://dewey.info/class/623.71/e23/> ;
    skos:prefLabel "Cartography"@en,
        "Kartografi"@nb,
        "Kartografi"@nn ;
    skos:relatedMatch <http://dewey.info/class/355.3432/e23/>,
        <http://dewey.info/class/623.71/e23/> .

humord:c08311 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08311" ;
    dct:modified "2025-05-20T08:53:21"^^xsd:dateTime ;
    skos:broader humord:c05184,
        humord:c08310 ;
    skos:definition "Det å måle opp, særlig måling av vinkler og avstander for kartlegging <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/526.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/526.9/e23/>,
        <http://dewey.info/class/625.11/e23/>,
        <http://dewey.info/class/625.723/e23/>,
        <http://dewey.info/class/627.131/e23/>,
        <http://dewey.info/class/627.81/e23/>,
        <http://dewey.info/class/634.9285/e23/> ;
    skos:prefLabel "Measuring"@en,
        "Oppmåling"@nb,
        "Oppmåling"@nn ;
    skos:relatedMatch <http://dewey.info/class/625.11/e23/>,
        <http://dewey.info/class/625.723/e23/>,
        <http://dewey.info/class/627.131/e23/>,
        <http://dewey.info/class/627.81/e23/>,
        <http://dewey.info/class/634.9285/e23/> .

humord:c08312 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08312" ;
    dct:modified "2025-05-20T09:32:31"^^xsd:dateTime ;
    skos:altLabel "Geographical surveying"@en,
        "Geographical surveys"@en,
        "Surveying"@en,
        "Topographic surveying"@en,
        "Topographic surveys"@en,
        "Geografisk landmåling"@nb,
        "Landmåling"@nb,
        "Topografisk oppmåling"@nb,
        "Geografisk oppmåling"@nn ;
    skos:broader humord:c08311 ;
    skos:closeMatch <http://dewey.info/class/526/e23/> ;
    skos:definition "Geografisk landmåling er å måle opp landområde, særlig for å lage kart <wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c004931 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004931,
        <http://dewey.info/class/526/e23/>,
        <http://dewey.info/class/634.9285/e23/>,
        <http://dewey.info/class/912/e23/> ;
    skos:prefLabel "Ordnance survey"@en,
        "Geografisk oppmåling"@nb,
        "Landmåling"@nn ;
    skos:related humord:c58967,
        humord:c62824 ;
    skos:relatedMatch <http://dewey.info/class/634.9285/e23/>,
        <http://dewey.info/class/912/e23/> .

humord:c08314 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08314" ;
    dct:modified "2024-05-15T14:52:25"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/551.5775/e23/> ;
    skos:broader humord:c08310 ;
    skos:definition "Detaljert beskrivelse av terrengforhold, bebyggelse, kommunikasjoner o.l. i et geografisk område <UBO>"@nb ;
    skos:exactMatch realfagstermer:c003058,
        <http://dewey.info/class/910/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003058,
        <http://dewey.info/class/526/e23/>,
        <http://dewey.info/class/551.41/e23/>,
        <http://dewey.info/class/551.4683/e23/>,
        <http://dewey.info/class/551.5775/e23/>,
        <http://dewey.info/class/623.71/e23/>,
        <http://dewey.info/class/711.42/e23/>,
        <http://dewey.info/class/910/e23/> ;
    skos:prefLabel "Topography"@en,
        "Topografi"@nb,
        "Topografi"@nn ;
    skos:related humord:c08315,
        humord:c09015 ;
    skos:relatedMatch <http://dewey.info/class/526/e23/>,
        <http://dewey.info/class/551.41/e23/>,
        <http://dewey.info/class/551.4683/e23/>,
        <http://dewey.info/class/623.71/e23/>,
        <http://dewey.info/class/711.42/e23/> .

humord:c08315 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08315" ;
    dct:modified "2024-04-17T15:00:33"^^xsd:dateTime ;
    skos:altLabel "Geosystems"@en,
        "Physiography"@en,
        "Fysikalsk geografi"@nb,
        "Fysiografi"@nb,
        "Fysisk geografi"@nb,
        "Geosystemer"@nb,
        "Landskapsgeografi"@nb,
        "Fysikalsk geografi"@nn,
        "Fysiografi"@nn,
        "Fysisk geografi"@nn,
        "Geosystem"@nn ;
    skos:broader humord:c08275 ;
    skos:closeMatch realfagstermer:c005270,
        <http://dewey.info/class/910.02/e23/> ;
    skos:exactMatch realfagstermer:c007666 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005270,
        realfagstermer:c007666,
        <http://dewey.info/class/578.09/e23/>,
        <http://dewey.info/class/910.02/e23/> ;
    skos:prefLabel "Physical geography"@en,
        "Naturgeografi"@nb,
        "Naturgeografi"@nn ;
    skos:related humord:c08314,
        humord:c09015,
        humord:c11910 ;
    skos:relatedMatch <http://dewey.info/class/578.09/e23/> .

humord:c08316 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08316" ;
    dct:modified "2024-04-24T09:53:00"^^xsd:dateTime ;
    skos:altLabel "Alpine areas"@en,
        "Mountain areas"@en,
        "Summits (Mountains)"@en,
        "Alpine områder"@nb,
        "Fjellandskap"@nb,
        "Fjellheim"@nb,
        "Fjellområder"@nb,
        "Fjelltopper"@nb,
        "Alpine område"@nn,
        "Fjellområde"@nn,
        "Fjelltoppar"@nn ;
    skos:broadMatch <http://dewey.info/class/333.73/e23/>,
        <http://dewey.info/class/333.784/e23/>,
        <http://dewey.info/class/613.12/e23/> ;
    skos:broader humord:c65529 ;
    skos:closeMatch realfagstermer:c001525,
        realfagstermer:c003347,
        <http://dewey.info/class/796.522/e23/> ;
    skos:exactMatch <http://dewey.info/class/2--143/e23/>,
        <http://dewey.info/class/551.432/e23/>,
        <http://dewey.info/class/910.9143/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001525,
        realfagstermer:c003347,
        <http://dewey.info/class/2--143/e23/>,
        <http://dewey.info/class/333.73/e23/>,
        <http://dewey.info/class/333.784/e23/>,
        <http://dewey.info/class/551.432/e23/>,
        <http://dewey.info/class/577.53/e23/>,
        <http://dewey.info/class/613.12/e23/>,
        <http://dewey.info/class/796.522/e23/>,
        <http://dewey.info/class/910.9143/e23/> ;
    skos:prefLabel "Mountains"@en,
        "Fjell"@nb,
        "Fjell"@nn ;
    skos:relatedMatch <http://dewey.info/class/577.53/e23/> .

humord:c08319 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-06-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08319" ;
    dct:modified "2025-02-04T07:42:58"^^xsd:dateTime ;
    skos:altLabel "Havet"@nb ;
    skos:broader humord:c08315 ;
    skos:closeMatch <http://dewey.info/class/2--162/e23/>,
        <http://dewey.info/class/551.46/e23/> ;
    skos:definition "(naturlig avgrenset del av) det store sammenhengende saltvannsområdet som dekker ca 70 % av jordens overflate <BOB>"@nb ;
    skos:exactMatch realfagstermer:c000761 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000761,
        <http://dewey.info/class/2--162/e23/>,
        <http://dewey.info/class/551.46/e23/> ;
    skos:prefLabel "Oceans"@en,
        "Hav"@nb,
        "Hav"@nn .

humord:c08320 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08320" ;
    dct:modified "2025-09-04T19:08:04"^^xsd:dateTime ;
    skos:broader humord:c08319 ;
    skos:exactMatch <http://dewey.info/class/2--162/e23/>,
        <http://dewey.info/class/551.46/e23/>,
        <http://dewey.info/class/910.9162/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--162/e23/>,
        <http://dewey.info/class/333.9164/e23/>,
        <http://dewey.info/class/341.45/e23/>,
        <http://dewey.info/class/354.369/e23/>,
        <http://dewey.info/class/551.36/e23/>,
        <http://dewey.info/class/551.46/e23/>,
        <http://dewey.info/class/551.5246/e23/>,
        <http://dewey.info/class/551.5775/e23/>,
        <http://dewey.info/class/910.9162/e23/> ;
    skos:prefLabel "The seven seas"@en,
        "Verdenshav"@nb,
        "Verdshav"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.9164/e23/>,
        <http://dewey.info/class/341.45/e23/>,
        <http://dewey.info/class/354.369/e23/>,
        <http://dewey.info/class/551.36/e23/>,
        <http://dewey.info/class/551.5246/e23/>,
        <http://dewey.info/class/551.5775/e23/> .

humord:c08321 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08321" ;
    dct:modified "2025-09-04T19:09:32"^^xsd:dateTime ;
    skos:altLabel "Hede"@nb,
        "Hede"@nn ;
    skos:broadMatch <http://dewey.info/class/577.38/e23/> ;
    skos:broader humord:c65529 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/577.38/e23/>,
        <http://dewey.info/class/578.738/e23/> ;
    skos:prefLabel "Moors"@en,
        "Heder (Landformer)"@nb,
        "Hedar (Landformer)"@nn ;
    skos:relatedMatch <http://dewey.info/class/578.738/e23/> .

humord:c08323 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-09-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08323" ;
    dct:modified "2026-01-05T13:49:38"^^xsd:dateTime ;
    skos:altLabel "Innsjø"@nb,
        "Sjøer"@nb,
        "Sjøar"@nn ;
    skos:broader humord:c12463 ;
    skos:closeMatch <http://dewey.info/class/333.9163/e23/> ;
    skos:definition "En innsjø er en vannansamling som ligger i en fordypning (innsjøbasseng) i jordoverflaten uten direkte forbindelse med havet. Innsjøer kan være naturlige eller menneskeskapte. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c003414,
        <http://dewey.info/class/2--1692/e23/>,
        <http://dewey.info/class/551.482/e23/>,
        <http://dewey.info/class/627.14/e23/>,
        <http://dewey.info/class/910.91692/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003414,
        <http://dewey.info/class/2--1692/e23/>,
        <http://dewey.info/class/333.7844/e23/>,
        <http://dewey.info/class/333.9163/e23/>,
        <http://dewey.info/class/341.444/e23/>,
        <http://dewey.info/class/551.482/e23/>,
        <http://dewey.info/class/551.5248/e23/>,
        <http://dewey.info/class/551.5775/e23/>,
        <http://dewey.info/class/577.63/e23/>,
        <http://dewey.info/class/627.14/e23/>,
        <http://dewey.info/class/628.112/e23/>,
        <http://dewey.info/class/714/e23/>,
        <http://dewey.info/class/797/e23/>,
        <http://dewey.info/class/910.91692/e23/> ;
    skos:prefLabel "Lakes"@en,
        "Innsjøer"@nb,
        "Innsjøar"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.7844/e23/>,
        <http://dewey.info/class/341.444/e23/>,
        <http://dewey.info/class/551.5248/e23/>,
        <http://dewey.info/class/551.5775/e23/>,
        <http://dewey.info/class/577.63/e23/>,
        <http://dewey.info/class/628.112/e23/>,
        <http://dewey.info/class/714/e23/>,
        <http://dewey.info/class/797/e23/> .

humord:c08324 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-11-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08324" ;
    dct:modified "2024-08-15T12:18:26"^^xsd:dateTime ;
    skos:altLabel "Jungle"@en,
        "Jungel"@nb,
        "Jungel"@nn ;
    skos:broader humord:c08315 ;
    skos:exactMatch realfagstermer:c004849,
        <http://dewey.info/class/2--152/e23/>,
        <http://dewey.info/class/333.75/e23/>,
        <http://dewey.info/class/910.9152/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004849,
        <http://dewey.info/class/2--152/e23/>,
        <http://dewey.info/class/333.75/e23/>,
        <http://dewey.info/class/577.34/e23/>,
        <http://dewey.info/class/578.734/e23/>,
        <http://dewey.info/class/910.9152/e23/> ;
    skos:prefLabel "Jungles"@en,
        "Jungler"@nb,
        "Junglar"@nn ;
    skos:relatedMatch <http://dewey.info/class/577.34/e23/>,
        <http://dewey.info/class/578.734/e23/> .

humord:c08325 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-03-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08325" ;
    dct:modified "2025-09-05T11:18:52"^^xsd:dateTime ;
    skos:altLabel "Enclosure"@en,
        "Paddocks"@en,
        "Løkke"@nb,
        "Lykkje"@nn,
        "Lykkjer"@nn,
        "Løkke"@nn ;
    skos:broadMatch <http://dewey.info/class/333.783/e23/>,
        <http://dewey.info/class/363.68/e23/> ;
    skos:broader humord:c05300 ;
    skos:definition "Friluftsområde <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/333.783/e23/>,
        <http://dewey.info/class/363.68/e23/> ;
    skos:prefLabel "Small parks"@en,
        "Løkker"@nb,
        "Løkker"@nn .

humord:c08326 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-03-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08326" ;
    dct:modified "2025-09-04T12:58:40"^^xsd:dateTime ;
    skos:altLabel "Prærie"@nb,
        "Prærien"@nb,
        "Prærie"@nn,
        "Prærien"@nn ;
    skos:broadMatch <http://dewey.info/class/578.744/e23/> ;
    skos:broader humord:c08315 ;
    skos:exactMatch <http://dewey.info/class/2--153/e23/>,
        <http://dewey.info/class/333.74/e23/>,
        <http://dewey.info/class/910.9153/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--153/e23/>,
        <http://dewey.info/class/333.74/e23/>,
        <http://dewey.info/class/577.44/e23/>,
        <http://dewey.info/class/578.744/e23/>,
        <http://dewey.info/class/639.92/e23/>,
        <http://dewey.info/class/910.9153/e23/> ;
    skos:prefLabel "Prairies"@en,
        "Prærier"@nb,
        "Præriar"@nn ;
    skos:relatedMatch <http://dewey.info/class/577.44/e23/>,
        <http://dewey.info/class/639.92/e23/> .

humord:c08327 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-06-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08327" ;
    dct:modified "2024-04-29T08:33:38"^^xsd:dateTime ;
    skos:altLabel "Skjærgard"@nb ;
    skos:broadMatch <http://dewey.info/class/551.457/e23/> ;
    skos:broader humord:c08315 ;
    skos:definition "Skjærgård er en samling av større og mindre øyer, holmer og skjær. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/551.457/e23/> ;
    skos:prefLabel "Skerries"@en,
        "Skjærgård"@nb,
        "Skjergardar"@nn .

humord:c08328 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-10-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08328" ;
    dct:modified "2026-04-20T14:54:53"^^xsd:dateTime ;
    skos:altLabel "Woodlands"@en,
        "Woods"@en,
        "Skog"@nb,
        "Skog"@nn ;
    skos:broader humord:c08315 ;
    skos:exactMatch realfagstermer:c003440,
        realfagstermer:c007479,
        <http://dewey.info/class/2--152/e23/>,
        <http://dewey.info/class/333.75/e23/>,
        <http://dewey.info/class/910.9152/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003440,
        realfagstermer:c007479,
        <http://dewey.info/class/2--152/e23/>,
        <http://dewey.info/class/333.75/e23/>,
        <http://dewey.info/class/910.9152/e23/> ;
    skos:prefLabel "Forests"@en,
        "Skoger"@nb,
        "Skogar"@nn ;
    skos:related humord:c07658 .

humord:c08329 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08329" ;
    dct:modified "2024-10-14T13:32:56"^^xsd:dateTime ;
    skos:altLabel "Rainforests"@en,
        "Regnskoger"@nb,
        "Regnskogar"@nn ;
    skos:broader humord:c08328 ;
    skos:definition "Regnskog er skog i områder med mye nedbør jevnt fordelt gjennom året <SNL>"@nb ;
    skos:exactMatch realfagstermer:c005649,
        <http://dewey.info/class/2--152/e23/>,
        <http://dewey.info/class/333.75/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005649,
        <http://dewey.info/class/2--152/e23/>,
        <http://dewey.info/class/333.75/e23/>,
        <http://dewey.info/class/577.34/e23/>,
        <http://dewey.info/class/578.734/e23/> ;
    skos:prefLabel "Rain forests"@en,
        "Regnskog"@nb,
        "Regnskog"@nn ;
    skos:related humord:c68498 ;
    skos:relatedMatch <http://dewey.info/class/577.34/e23/>,
        <http://dewey.info/class/578.734/e23/> .

humord:c08330 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2013-03-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08330" ;
    dct:modified "2024-04-24T10:08:09"^^xsd:dateTime ;
    skos:altLabel "Rock-covered slope"@en,
        "Talus"@en,
        "Steinrøys"@nb,
        "Steinrøys"@nn,
        "Steinrøysar"@nn ;
    skos:broader humord:c65529 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/551.302/e23/>,
        <http://dewey.info/class/631.61/e23/>,
        <http://dewey.info/class/930.1/e23/> ;
    skos:prefLabel "Screes"@en,
        "Steinrøyser"@nb,
        "Steinrøyser"@nn ;
    skos:relatedMatch <http://dewey.info/class/551.302/e23/>,
        <http://dewey.info/class/631.61/e23/>,
        <http://dewey.info/class/930.1/e23/> .

humord:c08331 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-01-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08331" ;
    dct:modified "2024-05-15T14:46:24"^^xsd:dateTime ;
    skos:altLabel "Forest lines"@en,
        "Timberline"@en,
        "Timberlines"@en,
        "Tree line"@en,
        "Tree lines"@en,
        "Tregrensa"@en,
        "Skoggrenser"@nb,
        "Tregrense"@nb,
        "Tregrensen"@nb,
        "Nordleg tregrense"@nn,
        "Nordlig tregrense"@nn,
        "Skoggrenser"@nn ;
    skos:broadMatch <http://dewey.info/class/333.75/e23/> ;
    skos:broader humord:c08315 ;
    skos:definition "De enkelte trærs øverste grense mot høyfjellet eller ytterste grense mot kysten <SNL>"@nb ;
    skos:exactMatch realfagstermer:c010464 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010464,
        <http://dewey.info/class/333.75/e23/>,
        <http://dewey.info/class/577.53/e23/> ;
    skos:prefLabel "Treeline"@en,
        "Tregrenser"@nb,
        "Tregrenser"@nn ;
    skos:related humord:c08226 ;
    skos:relatedMatch <http://dewey.info/class/577.53/e23/> .

humord:c08332 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08332" ;
    dct:modified "2025-09-04T12:58:03"^^xsd:dateTime ;
    skos:broader humord:c08315 ;
    skos:closeMatch <http://dewey.info/class/909/e23/>,
        <http://dewey.info/class/910.02/e23/> ;
    skos:exactMatch realfagstermer:c031040 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c031040,
        <http://dewey.info/class/550/e23/>,
        <http://dewey.info/class/909/e23/>,
        <http://dewey.info/class/910.02/e23/> ;
    skos:prefLabel "The World"@en,
        "Verden"@nb,
        "Verda"@nn ;
    skos:related humord:c08184 ;
    skos:relatedMatch <http://dewey.info/class/550/e23/> .

humord:c08333 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08333" ;
    dct:modified "2024-08-23T15:42:06"^^xsd:dateTime ;
    skos:altLabel "The wilds"@en,
        "Wastelands"@en,
        "Villmarker"@nb,
        "Villmarker"@nn ;
    skos:broader humord:c08315 ;
    skos:exactMatch realfagstermer:c009054,
        <http://dewey.info/class/333.782/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009054,
        <http://dewey.info/class/333.782/e23/>,
        <http://dewey.info/class/799/e23/> ;
    skos:prefLabel "Wilderness"@en,
        "Villmark"@nb,
        "Villmark"@nn ;
    skos:relatedMatch <http://dewey.info/class/799/e23/> .

humord:c08334 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08334" ;
    dct:modified "2025-02-24T13:13:55"^^xsd:dateTime ;
    skos:altLabel "Wetland"@en,
        "Våtmarker"@nb,
        "Våtmarksområder"@nb,
        "Våtmarker"@nn,
        "Våtmarksområde"@nn ;
    skos:broader humord:c08315 ;
    skos:definition "Våtmark er en naturtype som omfatter sumpmark, myrer, grunne tjern og innsjøer, deltaer, strandenger og grunne bukter og viker langs kysten. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013444,
        <http://dewey.info/class/551.417/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013444,
        <http://dewey.info/class/333.918/e23/>,
        <http://dewey.info/class/333.95288/e23/>,
        <http://dewey.info/class/333.95488/e23/>,
        <http://dewey.info/class/354.34/e23/>,
        <http://dewey.info/class/551.417/e23/>,
        <http://dewey.info/class/577.68/e23/> ;
    skos:prefLabel "Wetlands"@en,
        "Våtmark"@nb,
        "Våtmark"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.918/e23/>,
        <http://dewey.info/class/333.95288/e23/>,
        <http://dewey.info/class/333.95488/e23/>,
        <http://dewey.info/class/354.34/e23/>,
        <http://dewey.info/class/577.68/e23/> .

humord:c08335 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08335" ;
    dct:modified "2024-06-19T15:04:05"^^xsd:dateTime ;
    skos:broader humord:c08180 ;
    skos:definition "Kjemi er læren om stoffer, hvordan de kan fremstilles, hvilke egenskaper de har og hvordan de reagerer med hverandre. <SNL>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch realfagstermer:c013433,
        <http://dewey.info/class/540/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013433,
        <http://dewey.info/class/344.0954/e23/>,
        <http://dewey.info/class/540/e23/>,
        <http://dewey.info/class/660/e23/> ;
    skos:prefLabel "Chemistry"@en,
        "Kjemi"@nb,
        "Kjemi"@nn ;
    skos:related humord:c58944 ;
    skos:relatedMatch <http://dewey.info/class/344.0954/e23/>,
        <http://dewey.info/class/660/e23/> .

humord:c08336 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08336" ;
    dct:modified "2024-02-01T10:55:24"^^xsd:dateTime ;
    skos:altLabel "Alkemi"@nb,
        "Gullmakerkunst"@nb ;
    skos:broader humord:c08335 ;
    skos:definition "Alkymi var en kombinasjon av filosofiske betraktninger, mystisisme og kjemisk viten som man antar ble utviklet i Alexandria i cirka år 300 før vår tidsregning (fvt.), og som i stor utstrekning kom til å prege kjemisk tenkning og arbeid helt fram til 1600- og 1700-tallet. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c013402,
        <http://dewey.info/class/540.112/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013402,
        <http://dewey.info/class/540.112/e23/> ;
    skos:prefLabel "Alchemy"@en,
        "Alkymi"@nb,
        "Alkymi"@nn .

humord:c08339 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08339" ;
    dct:modified "2024-06-13T10:24:35"^^xsd:dateTime ;
    skos:altLabel "Gas"@en,
        "Gas phase"@nb,
        "Gass"@nb,
        "Gassfase"@nb,
        "Gass"@nn,
        "Gassfase"@nn ;
    skos:broader humord:c08386 ;
    skos:definition "Gass er en av de tre aggregattilstandene som et stoff kan være i. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007316 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007316,
        <http://dewey.info/class/362.2993/e23/>,
        <http://dewey.info/class/363.7387/e23/>,
        <http://dewey.info/class/530.43/e23/>,
        <http://dewey.info/class/533/e23/>,
        <http://dewey.info/class/534.24/e23/>,
        <http://dewey.info/class/536.25/e23/>,
        <http://dewey.info/class/536.412/e23/>,
        <http://dewey.info/class/536.65/e23/>,
        <http://dewey.info/class/543/e23/>,
        <http://dewey.info/class/551.5112/e23/>,
        <http://dewey.info/class/615.91/e23/>,
        <http://dewey.info/class/665.7/e23/> ;
    skos:prefLabel "Gases"@en,
        "Gasser"@nb,
        "Gassar"@nn ;
    skos:relatedMatch <http://dewey.info/class/362.2993/e23/>,
        <http://dewey.info/class/363.7387/e23/>,
        <http://dewey.info/class/530.43/e23/>,
        <http://dewey.info/class/533/e23/>,
        <http://dewey.info/class/534.24/e23/>,
        <http://dewey.info/class/536.25/e23/>,
        <http://dewey.info/class/536.412/e23/>,
        <http://dewey.info/class/536.65/e23/>,
        <http://dewey.info/class/543/e23/>,
        <http://dewey.info/class/551.5112/e23/>,
        <http://dewey.info/class/615.91/e23/>,
        <http://dewey.info/class/665.7/e23/> .

humord:c08340 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08340" ;
    dct:modified "2024-05-10T12:20:04"^^xsd:dateTime ;
    skos:altLabel "Natural gas"@en,
        "Gass (Petroleum)"@nb,
        "Tørrgass"@nb,
        "Gass (Petroleum)"@nn,
        "Tørrgass"@nn ;
    skos:broader humord:c08339 ;
    skos:closeMatch realfagstermer:c004113 ;
    skos:definition "Petroleum i tørrform <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c010145,
        <http://dewey.info/class/333.8233/e23/>,
        <http://dewey.info/class/553.285/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004113,
        realfagstermer:c010145,
        <http://dewey.info/class/333.8233/e23/>,
        <http://dewey.info/class/343.0772/e23/>,
        <http://dewey.info/class/343.0926/e23/>,
        <http://dewey.info/class/343.09396/e23/>,
        <http://dewey.info/class/354.46/e23/>,
        <http://dewey.info/class/363.63/e23/>,
        <http://dewey.info/class/388.56/e23/>,
        <http://dewey.info/class/553.285/e23/>,
        <http://dewey.info/class/622.3385/e23/>,
        <http://dewey.info/class/665.7/e23/> ;
    skos:prefLabel "Natural gases"@en,
        "Naturgass"@nb,
        "Naturgass"@nn ;
    skos:related humord:c07701,
        humord:c21745,
        humord:c22947 ;
    skos:relatedMatch <http://dewey.info/class/343.0772/e23/>,
        <http://dewey.info/class/343.0926/e23/>,
        <http://dewey.info/class/343.09396/e23/>,
        <http://dewey.info/class/354.46/e23/>,
        <http://dewey.info/class/363.63/e23/>,
        <http://dewey.info/class/388.56/e23/>,
        <http://dewey.info/class/622.3385/e23/>,
        <http://dewey.info/class/665.7/e23/> .

humord:c08341 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08341" ;
    dct:modified "2024-06-22T10:00:23"^^xsd:dateTime ;
    skos:altLabel "Compounds"@en ;
    skos:broadMatch <http://dewey.info/class/660/e23/> ;
    skos:broader humord:c08335 ;
    skos:definition "Kjemisk forbindelse er et stoff som består av to eller flere grunnstoffer som er bundet sammen med kjemiske bindinger. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002318,
        <http://dewey.info/class/546/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002318,
        <http://dewey.info/class/546/e23/>,
        <http://dewey.info/class/660/e23/> ;
    skos:prefLabel "Chemical compounds"@en,
        "Kjemiske forbindelser"@nb,
        "Kjemiske forbindelsar"@nn .

humord:c08342 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08342" ;
    dct:modified "2024-07-02T13:30:52"^^xsd:dateTime ;
    skos:broader humord:c08341 ;
    skos:exactMatch realfagstermer:c002158 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002158,
        <http://dewey.info/class/333.92/e23/>,
        <http://dewey.info/class/613.19/e23/>,
        <http://dewey.info/class/665.82/e23/> ;
    skos:prefLabel "Air"@en,
        "Luft"@nb,
        "Luft"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.92/e23/>,
        <http://dewey.info/class/613.19/e23/>,
        <http://dewey.info/class/665.82/e23/> .

humord:c08343 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08343" ;
    dct:modified "2025-09-04T19:01:40"^^xsd:dateTime ;
    skos:altLabel "Vatn"@nb ;
    skos:broadMatch <http://dewey.info/class/333.784/e23/>,
        <http://dewey.info/class/620.198/e23/>,
        <http://dewey.info/class/658.26/e23/>,
        <http://dewey.info/class/661.08/e23/> ;
    skos:broader humord:c08341 ;
    skos:exactMatch realfagstermer:c013034,
        <http://dewey.info/class/354.36/e23/>,
        <http://dewey.info/class/546.22/e23/>,
        <http://dewey.info/class/553.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013034,
        <http://dewey.info/class/333.784/e23/>,
        <http://dewey.info/class/333.91/e23/>,
        <http://dewey.info/class/343.0924/e23/>,
        <http://dewey.info/class/354.36/e23/>,
        <http://dewey.info/class/363.61/e23/>,
        <http://dewey.info/class/398.26/e23/>,
        <http://dewey.info/class/398.364/e23/>,
        <http://dewey.info/class/546.22/e23/>,
        <http://dewey.info/class/551.35/e23/>,
        <http://dewey.info/class/553.7/e23/>,
        <http://dewey.info/class/572.539/e23/>,
        <http://dewey.info/class/612.01522/e23/>,
        <http://dewey.info/class/612.3923/e23/>,
        <http://dewey.info/class/613.287/e23/>,
        <http://dewey.info/class/614.43/e23/>,
        <http://dewey.info/class/620.198/e23/>,
        <http://dewey.info/class/621.20422/e23/>,
        <http://dewey.info/class/627/e23/>,
        <http://dewey.info/class/628.1/e23/>,
        <http://dewey.info/class/658.26/e23/>,
        <http://dewey.info/class/661.08/e23/> ;
    skos:prefLabel "Water"@en,
        "Vann"@nb,
        "Vatn"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.91/e23/>,
        <http://dewey.info/class/343.0924/e23/>,
        <http://dewey.info/class/363.61/e23/>,
        <http://dewey.info/class/398.26/e23/>,
        <http://dewey.info/class/398.364/e23/>,
        <http://dewey.info/class/551.35/e23/>,
        <http://dewey.info/class/572.539/e23/>,
        <http://dewey.info/class/612.01522/e23/>,
        <http://dewey.info/class/612.3923/e23/>,
        <http://dewey.info/class/613.287/e23/>,
        <http://dewey.info/class/614.43/e23/>,
        <http://dewey.info/class/621.20422/e23/>,
        <http://dewey.info/class/627/e23/>,
        <http://dewey.info/class/628.1/e23/> .

humord:c08344 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08344" ;
    dct:modified "2024-01-24T13:38:46"^^xsd:dateTime ;
    skos:broader humord:c17862 ;
    skos:definition "En kjemisk prosess er en metode for, eller et middel til å endre ett eller flere kjemikalier eller kjemiske blandinger. En slik prosess kan være forårsaket av noen, eller den kan oppstå naturlig. <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c005442 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005442,
        <http://dewey.info/class/541.39/e23/>,
        <http://dewey.info/class/547.21/e23/>,
        <http://dewey.info/class/660/e23/> ;
    skos:prefLabel "Chemical prosesses"@en,
        "Kjemiske prosesser"@nb,
        "Kjemiske prosessar"@nn ;
    skos:relatedMatch <http://dewey.info/class/541.39/e23/>,
        <http://dewey.info/class/547.21/e23/>,
        <http://dewey.info/class/660/e23/> .

humord:c08345 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08345" ;
    dct:modified "2024-04-03T13:55:22"^^xsd:dateTime ;
    skos:altLabel "Forurensing"@nb ;
    skos:broader humord:c01501 ;
    skos:definition "Skade eller ulempe som skyldes menneskelig aktivitet <BOB>"@nb ;
    skos:exactMatch realfagstermer:c013262,
        <http://dewey.info/class/363.73/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013262,
        <http://dewey.info/class/201.77/e23/>,
        <http://dewey.info/class/304.28/e23/>,
        <http://dewey.info/class/344.04632/e23/>,
        <http://dewey.info/class/353.93/e23/>,
        <http://dewey.info/class/354.335/e23/>,
        <http://dewey.info/class/363.73/e23/>,
        <http://dewey.info/class/364.145/e23/>,
        <http://dewey.info/class/571.95/e23/>,
        <http://dewey.info/class/577.27/e23/>,
        <http://dewey.info/class/615.902/e23/>,
        <http://dewey.info/class/632.19/e23/> ;
    skos:prefLabel "Pollution"@en,
        "Forurensning"@nb,
        "Forureining"@nn ;
    skos:related humord:c27392,
        humord:c58945,
        humord:c58946 ;
    skos:relatedMatch <http://dewey.info/class/201.77/e23/>,
        <http://dewey.info/class/304.28/e23/>,
        <http://dewey.info/class/344.04632/e23/>,
        <http://dewey.info/class/353.93/e23/>,
        <http://dewey.info/class/354.335/e23/>,
        <http://dewey.info/class/364.145/e23/>,
        <http://dewey.info/class/571.95/e23/>,
        <http://dewey.info/class/577.27/e23/>,
        <http://dewey.info/class/615.902/e23/>,
        <http://dewey.info/class/632.19/e23/> .

humord:c08347 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08347" ;
    dct:modified "2023-11-24T14:39:56"^^xsd:dateTime ;
    skos:altLabel "Fermentering"@nb,
        "Gjæringsprosesser"@nb,
        "Fermentering"@nn,
        "Gjæringsprosessar"@nn ;
    skos:broadMatch <http://dewey.info/class/664.024/e23/> ;
    skos:broader humord:c08344 ;
    skos:closeMatch realfagstermer:c002587 ;
    skos:exactMatch <http://dewey.info/class/547.29/e23/>,
        <http://dewey.info/class/572.49/e23/>,
        <http://dewey.info/class/641.463/e23/>,
        <http://dewey.info/class/660.28449/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002587,
        <http://dewey.info/class/547.29/e23/>,
        <http://dewey.info/class/572.49/e23/>,
        <http://dewey.info/class/579.562/e23/>,
        <http://dewey.info/class/641.463/e23/>,
        <http://dewey.info/class/660.28449/e23/>,
        <http://dewey.info/class/663.13/e23/>,
        <http://dewey.info/class/664.024/e23/>,
        <http://dewey.info/class/664.68/e23/> ;
    skos:prefLabel "Fermentation"@en,
        "Gjæring"@nb,
        "Gjæring"@nn ;
    skos:relatedMatch <http://dewey.info/class/579.562/e23/>,
        <http://dewey.info/class/663.13/e23/>,
        <http://dewey.info/class/664.68/e23/> .

humord:c08348 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08348" ;
    dct:modified "2024-06-28T12:32:45"^^xsd:dateTime ;
    skos:broader humord:c08344 ;
    skos:definition "Korrosjon er oppløysing av metalliske materiale (metall og legeringar), hovudsakleg på grunn av spontane elektrokjemiske reaksjonar. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012986,
        <http://dewey.info/class/620.11223/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012986,
        <http://dewey.info/class/620.11223/e23/>,
        <http://dewey.info/class/660.28304/e23/> ;
    skos:prefLabel "Corrosion"@en,
        "Korrosjon"@nb,
        "Korrosjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/660.28304/e23/> .

humord:c08349 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08349" ;
    dct:modified "2026-01-05T14:31:17"^^xsd:dateTime ;
    skos:altLabel "Kjemisk teknologi"@nb,
        "Kjemisk teknologi"@nn ;
    skos:broader humord:c08335 ;
    skos:exactMatch realfagstermer:c007244,
        <http://dewey.info/class/660/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007244,
        <http://dewey.info/class/344.0954/e23/>,
        <http://dewey.info/class/660/e23/> ;
    skos:prefLabel "Chemical engineering"@en,
        "Kjemiteknikk"@nb,
        "Kjemiteknikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/344.0954/e23/> .

humord:c08351 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-06-18T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08351" ;
    dct:modified "2024-11-13T09:17:49"^^xsd:dateTime ;
    skos:altLabel "Kjemisk analyse"@nb,
        "Kjemisk analyse"@nn ;
    skos:broader humord:c08349 ;
    skos:exactMatch <http://dewey.info/class/543/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/543/e23/>,
        <http://dewey.info/class/549.133/e23/>,
        <http://dewey.info/class/615.1901/e23/>,
        <http://dewey.info/class/669.92/e23/> ;
    skos:prefLabel "Chemical analysis"@en,
        "Kjemiske analyser"@nb,
        "Kjemiske analysar"@nn ;
    skos:relatedMatch <http://dewey.info/class/549.133/e23/>,
        <http://dewey.info/class/615.1901/e23/>,
        <http://dewey.info/class/669.92/e23/> .

humord:c08352 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08352" ;
    dct:modified "2026-01-05T14:29:02"^^xsd:dateTime ;
    skos:altLabel "Krystall"@nn ;
    skos:broader humord:c08386 ;
    skos:definition "Krystall, fast stoff bygd opp av atomer, ioner eller molekyler i en regelmessig romlig ordning. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c004556,
        <http://dewey.info/class/548/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004556,
        <http://dewey.info/class/548/e23/> ;
    skos:prefLabel "Crystals"@en,
        "Krystaller"@nb,
        "Krystallar"@nn ;
    skos:related humord:c64842 .

humord:c08353 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08353" ;
    dct:modified "2025-04-25T12:44:03"^^xsd:dateTime ;
    skos:altLabel "Material"@nb ;
    skos:broader humord:c08335 ;
    skos:exactMatch realfagstermer:c009437,
        <http://dewey.info/class/1--0284/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009437,
        <http://dewey.info/class/1--0284/e23/>,
        <http://dewey.info/class/620.11/e23/>,
        <http://dewey.info/class/621.4833/e23/>,
        <http://dewey.info/class/623.80284/e23/>,
        <http://dewey.info/class/624.153/e23/>,
        <http://dewey.info/class/624.18/e23/>,
        <http://dewey.info/class/658.562/e23/>,
        <http://dewey.info/class/670/e23/>,
        <http://dewey.info/class/691/e23/>,
        <http://dewey.info/class/721.04/e23/> ;
    skos:prefLabel "Materials"@en,
        "Materialer"@nb,
        "Materiale"@nn ;
    skos:related humord:c04660,
        humord:c07772,
        humord:c07773,
        humord:c08386,
        humord:c12467 ;
    skos:relatedMatch <http://dewey.info/class/620.11/e23/>,
        <http://dewey.info/class/621.4833/e23/>,
        <http://dewey.info/class/623.80284/e23/>,
        <http://dewey.info/class/624.153/e23/>,
        <http://dewey.info/class/624.18/e23/>,
        <http://dewey.info/class/658.562/e23/>,
        <http://dewey.info/class/670/e23/>,
        <http://dewey.info/class/691/e23/>,
        <http://dewey.info/class/721.04/e23/> .

humord:c08354 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08354" ;
    dct:modified "2024-10-15T13:10:35"^^xsd:dateTime ;
    skos:broader humord:c08395 ;
    skos:exactMatch <http://dewey.info/class/677.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/677.1/e23/>,
        <http://dewey.info/class/746.41/e23/> ;
    skos:prefLabel "Bast"@en,
        "Bast"@nb,
        "Bast"@nn ;
    skos:relatedMatch <http://dewey.info/class/746.41/e23/> .

humord:c08355 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-12-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08355" ;
    dct:modified "2025-09-04T18:54:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/573.76/e23/> ;
    skos:broader humord:c11690 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/573.76/e23/>,
        <http://dewey.info/class/743.6/e23/> ;
    skos:prefLabel "Animal bone"@en,
        "Dyrebein"@nb,
        "Dyrebein"@nn ;
    skos:related humord:c00098 ;
    skos:relatedMatch <http://dewey.info/class/743.6/e23/> .

humord:c08356 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-05-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08356" ;
    dct:modified "2023-11-23T14:49:15"^^xsd:dateTime ;
    skos:altLabel "Elfenbein"@nb ;
    skos:broadMatch <http://dewey.info/class/591.47/e23/> ;
    skos:broader humord:c11690 ;
    skos:exactMatch realfagstermer:c008166 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008166,
        <http://dewey.info/class/591.47/e23/>,
        <http://dewey.info/class/679.43/e23/>,
        <http://dewey.info/class/736.62/e23/> ;
    skos:prefLabel "Ivory"@en,
        "Elfenben"@nb,
        "Elfenbein"@nn ;
    skos:relatedMatch <http://dewey.info/class/679.43/e23/>,
        <http://dewey.info/class/736.62/e23/> .

humord:c08358 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08358" ;
    dct:modified "2025-04-09T12:28:40"^^xsd:dateTime ;
    skos:altLabel "Fjærer"@nb,
        "Fjør"@nb,
        "Fjører"@nb ;
    skos:broader humord:c08395,
        humord:c61623 ;
    skos:exactMatch realfagstermer:c010090,
        <http://dewey.info/class/573.597/e23/>,
        <http://dewey.info/class/598.147/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010090,
        <http://dewey.info/class/573.597/e23/>,
        <http://dewey.info/class/598.147/e23/>,
        <http://dewey.info/class/636.08845/e23/>,
        <http://dewey.info/class/636.61/e23/> ;
    skos:prefLabel "Feathers"@en,
        "Fjær"@nb,
        "Fjører"@nn ;
    skos:relatedMatch <http://dewey.info/class/636.08845/e23/>,
        <http://dewey.info/class/636.61/e23/> .

humord:c08359 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08359" ;
    dct:modified "2024-04-15T13:08:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/731.2/e23/> ;
    skos:broader humord:c08353 ;
    skos:definition "Glass er materialer som dannes ved at væsker avkjøles uten å krystallisere. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c000353,
        <http://dewey.info/class/620.144/e23/>,
        <http://dewey.info/class/624.1838/e23/>,
        <http://dewey.info/class/666.1/e23/>,
        <http://dewey.info/class/691.6/e23/>,
        <http://dewey.info/class/748/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000353,
        <http://dewey.info/class/620.144/e23/>,
        <http://dewey.info/class/624.1838/e23/>,
        <http://dewey.info/class/666.1/e23/>,
        <http://dewey.info/class/681.42/e23/>,
        <http://dewey.info/class/691.6/e23/>,
        <http://dewey.info/class/731.2/e23/>,
        <http://dewey.info/class/748/e23/> ;
    skos:prefLabel "Glass"@en,
        "Glass"@nb,
        "Glas"@nn ;
    skos:related humord:c07775 ;
    skos:relatedMatch <http://dewey.info/class/681.42/e23/> .

humord:c08360 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08360" ;
    dct:modified "2025-09-04T18:59:19"^^xsd:dateTime ;
    skos:altLabel "Glaze"@en ;
    skos:broader humord:c08359 ;
    skos:closeMatch <http://dewey.info/class/620.146/e23/> ;
    skos:exactMatch <http://dewey.info/class/666.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/620.146/e23/>,
        <http://dewey.info/class/666.2/e23/>,
        <http://dewey.info/class/729.6/e23/>,
        <http://dewey.info/class/738.4/e23/>,
        <http://dewey.info/class/748.6/e23/> ;
    skos:prefLabel "Enamel"@en,
        "Emalje"@nb,
        "Emalje"@nn ;
    skos:related humord:c05342,
        humord:c69725 ;
    skos:relatedMatch <http://dewey.info/class/729.6/e23/>,
        <http://dewey.info/class/738.4/e23/>,
        <http://dewey.info/class/748.6/e23/> .

humord:c08361 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08361" ;
    dct:modified "2024-03-13T09:13:35"^^xsd:dateTime ;
    skos:broader humord:c64394 ;
    skos:closeMatch <http://dewey.info/class/620.194/e23/> ;
    skos:exactMatch realfagstermer:c010526,
        <http://dewey.info/class/547.8426/e23/>,
        <http://dewey.info/class/678.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010526,
        <http://dewey.info/class/547.8426/e23/>,
        <http://dewey.info/class/620.194/e23/>,
        <http://dewey.info/class/678.2/e23/>,
        <http://dewey.info/class/745.57/e23/> ;
    skos:prefLabel "Rubber"@en,
        "Gummi"@nb,
        "Gummi"@nn ;
    skos:relatedMatch <http://dewey.info/class/745.57/e23/> .

humord:c08362 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08362" ;
    dct:modified "2025-09-04T18:54:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/591.47/e23/> ;
    skos:broader humord:c11690 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/591.47/e23/>,
        <http://dewey.info/class/599.799/e23/>,
        <http://dewey.info/class/736.6/e23/> ;
    skos:prefLabel "Walrus tusks"@en,
        "Hvalrosstenner"@nb,
        "Kvalrosstenner"@nn ;
    skos:relatedMatch <http://dewey.info/class/599.799/e23/>,
        <http://dewey.info/class/736.6/e23/> .

humord:c08363 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08363" ;
    dct:modified "2025-02-21T14:04:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/583.69/e23/> ;
    skos:broader humord:c08395 ;
    skos:exactMatch realfagstermer:c005540,
        <http://dewey.info/class/633.52/e23/>,
        <http://dewey.info/class/677.11/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005540,
        <http://dewey.info/class/583.69/e23/>,
        <http://dewey.info/class/633.52/e23/>,
        <http://dewey.info/class/677.11/e23/> ;
    skos:prefLabel "Linen"@en,
        "Lin (Organiske materialer)"@nb,
        "Lin (Organiske materiale)"@nn .

humord:c08364 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08364" ;
    dct:modified "2025-09-04T18:50:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/646.1/e23/> ;
    skos:broader humord:c08395 ;
    skos:exactMatch <http://dewey.info/class/675/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/381.45675/e23/>,
        <http://dewey.info/class/646.1/e23/>,
        <http://dewey.info/class/675/e23/>,
        <http://dewey.info/class/686.342/e23/>,
        <http://dewey.info/class/745.531/e23/> ;
    skos:prefLabel "Leather"@en,
        "Lær"@nb,
        "Lær"@nn ;
    skos:related humord:c08369 ;
    skos:relatedMatch <http://dewey.info/class/381.45675/e23/>,
        <http://dewey.info/class/686.342/e23/>,
        <http://dewey.info/class/745.531/e23/> .

humord:c08365 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-06-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08365" ;
    dct:modified "2025-09-04T17:50:18"^^xsd:dateTime ;
    skos:broader humord:c13002 ;
    skos:exactMatch <http://dewey.info/class/641.3463/e23/>,
        <http://dewey.info/class/664.362/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/641.3463/e23/>,
        <http://dewey.info/class/664.362/e23/> ;
    skos:prefLabel "Olive oil"@en,
        "Olivenolje"@nb,
        "Olivenolje"@nn .

humord:c08366 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08366" ;
    dct:modified "2024-05-15T12:46:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/553.29/e23/> ;
    skos:broader humord:c08353 ;
    skos:definition "Rav, hard og sprø fossil harpiks, oftest gul- til brunfarget og helt eller delvis gjennomskinnelig. Harpiksen stammer fra nåletrær, særlig av arten Pinus succinifera, som vokste blant annet i det baltiske området i tertiær, for omkring 20–40 millioner år siden. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c003069,
        <http://dewey.info/class/553.879/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003069,
        <http://dewey.info/class/553.29/e23/>,
        <http://dewey.info/class/553.879/e23/>,
        <http://dewey.info/class/622.18879/e23/>,
        <http://dewey.info/class/622.3879/e23/>,
        <http://dewey.info/class/736.6/e23/> ;
    skos:prefLabel "Amber"@en,
        "Rav"@nb,
        "Rav"@nn ;
    skos:relatedMatch <http://dewey.info/class/622.18879/e23/>,
        <http://dewey.info/class/622.3879/e23/>,
        <http://dewey.info/class/736.6/e23/> .

humord:c08367 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08367" ;
    dct:modified "2025-09-04T17:04:36"^^xsd:dateTime ;
    skos:altLabel "Natursilke"@nb,
        "Natursilke"@nn ;
    skos:broader humord:c08395 ;
    skos:exactMatch <http://dewey.info/class/677.39/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/677.39/e23/>,
        <http://dewey.info/class/746.0439/e23/> ;
    skos:prefLabel "Silk"@en,
        "Silke"@nb,
        "Silke"@nn ;
    skos:relatedMatch <http://dewey.info/class/746.0439/e23/> .

humord:c08369 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08369" ;
    dct:modified "2025-09-04T17:04:11"^^xsd:dateTime ;
    skos:broader humord:c08395 ;
    skos:closeMatch <http://dewey.info/class/675/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/391/e23/>,
        <http://dewey.info/class/646.4/e23/>,
        <http://dewey.info/class/675/e23/>,
        <http://dewey.info/class/685/e23/>,
        <http://dewey.info/class/745.531/e23/> ;
    skos:prefLabel "Skins"@en,
        "Skinn"@nb,
        "Skinn"@nn ;
    skos:related humord:c08364 ;
    skos:relatedMatch <http://dewey.info/class/391/e23/>,
        <http://dewey.info/class/646.4/e23/>,
        <http://dewey.info/class/685/e23/>,
        <http://dewey.info/class/745.531/e23/> .

humord:c08370 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08370" ;
    dct:modified "2025-09-04T16:56:18"^^xsd:dateTime ;
    skos:altLabel "Torvtaking"@nb,
        "Torvtaking"@nn ;
    skos:broadMatch <http://dewey.info/class/631.826/e23/> ;
    skos:broader humord:c08395 ;
    skos:definition "Torv er en type jordsmonn som består av delvis kompostert organisk materiale, omdannet fra planter i områder mettet med vann, og under forhold preget av underskudd på oksygen, høy surhet og mangel på næringsstoffer <SNL>"@nb ;
    skos:exactMatch realfagstermer:c009097,
        <http://dewey.info/class/553.21/e23/>,
        <http://dewey.info/class/635.9642/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009097,
        <http://dewey.info/class/553.21/e23/>,
        <http://dewey.info/class/631.826/e23/>,
        <http://dewey.info/class/635.9642/e23/> ;
    skos:prefLabel "Peat"@en,
        "Torv"@nb,
        "Torv"@nn .

humord:c08373 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-10-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08373" ;
    dct:modified "2024-08-23T13:35:21"^^xsd:dateTime ;
    skos:broader humord:c11867 ;
    skos:exactMatch realfagstermer:c005752,
        <http://dewey.info/class/338.17498/e23/>,
        <http://dewey.info/class/691.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005752,
        <http://dewey.info/class/333.7511/e23/>,
        <http://dewey.info/class/338.17498/e23/>,
        <http://dewey.info/class/691.1/e23/> ;
    skos:prefLabel "Timber"@en,
        "Tømmer"@nb,
        "Tømmer"@nn ;
    skos:relatedMatch <http://dewey.info/class/333.7511/e23/> .

humord:c08374 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08374" ;
    dct:modified "2024-04-26T10:36:13"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/731.2/e23/> ;
    skos:broader humord:c08335 ;
    skos:closeMatch <http://dewey.info/class/546.3/e23/>,
        <http://dewey.info/class/553.4/e23/>,
        <http://dewey.info/class/613.2851/e23/> ;
    skos:exactMatch realfagstermer:c002143,
        <http://dewey.info/class/355.242/e23/>,
        <http://dewey.info/class/549.23/e23/>,
        <http://dewey.info/class/620.16/e23/>,
        <http://dewey.info/class/669/e23/>,
        <http://dewey.info/class/691.8/e23/>,
        <http://dewey.info/class/721.0447/e23/>,
        <http://dewey.info/class/745.56/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002143,
        <http://dewey.info/class/355.242/e23/>,
        <http://dewey.info/class/546.3/e23/>,
        <http://dewey.info/class/547.05/e23/>,
        <http://dewey.info/class/549.23/e23/>,
        <http://dewey.info/class/553.4/e23/>,
        <http://dewey.info/class/572.51/e23/>,
        <http://dewey.info/class/612.01524/e23/>,
        <http://dewey.info/class/613.2851/e23/>,
        <http://dewey.info/class/620.16/e23/>,
        <http://dewey.info/class/622.34/e23/>,
        <http://dewey.info/class/624.182/e23/>,
        <http://dewey.info/class/661.895/e23/>,
        <http://dewey.info/class/669/e23/>,
        <http://dewey.info/class/677.53/e23/>,
        <http://dewey.info/class/691.8/e23/>,
        <http://dewey.info/class/693.7/e23/>,
        <http://dewey.info/class/721.0447/e23/>,
        <http://dewey.info/class/729.6/e23/>,
        <http://dewey.info/class/731.2/e23/>,
        <http://dewey.info/class/739/e23/>,
        <http://dewey.info/class/745.56/e23/> ;
    skos:prefLabel "Metals"@en,
        "Metaller"@nb,
        "Metall"@nn ;
    skos:related humord:c15542 ;
    skos:relatedMatch <http://dewey.info/class/547.05/e23/>,
        <http://dewey.info/class/572.51/e23/>,
        <http://dewey.info/class/612.01524/e23/>,
        <http://dewey.info/class/622.34/e23/>,
        <http://dewey.info/class/624.182/e23/>,
        <http://dewey.info/class/661.895/e23/>,
        <http://dewey.info/class/677.53/e23/>,
        <http://dewey.info/class/693.7/e23/>,
        <http://dewey.info/class/729.6/e23/>,
        <http://dewey.info/class/739/e23/> .

humord:c08375 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08375" ;
    dct:modified "2024-12-11T15:40:57"^^xsd:dateTime ;
    skos:altLabel "Pb"@nb ;
    skos:broadMatch <http://dewey.info/class/363.1791/e23/> ;
    skos:broader humord:c62507,
        humord:c69293 ;
    skos:definition "Bly er eit grunnstoff med atomsymbol Pb og atomnummer 82. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012191,
        <http://dewey.info/class/546.688/e23/>,
        <http://dewey.info/class/553.44/e23/>,
        <http://dewey.info/class/620.183/e23/>,
        <http://dewey.info/class/669.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012191,
        <http://dewey.info/class/363.1791/e23/>,
        <http://dewey.info/class/363.738492/e23/>,
        <http://dewey.info/class/546.688/e23/>,
        <http://dewey.info/class/553.44/e23/>,
        <http://dewey.info/class/620.183/e23/>,
        <http://dewey.info/class/661.895/e23/>,
        <http://dewey.info/class/669.4/e23/>,
        <http://dewey.info/class/673.4/e23/>,
        <http://dewey.info/class/739.54/e23/> ;
    skos:prefLabel "Lead"@en,
        "Plumbum"@la,
        "Bly"@nb,
        "Bly"@nn ;
    skos:relatedMatch <http://dewey.info/class/363.738492/e23/>,
        <http://dewey.info/class/661.895/e23/>,
        <http://dewey.info/class/673.4/e23/>,
        <http://dewey.info/class/739.54/e23/> .

humord:c08376 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08376" ;
    dct:modified "2024-03-12T15:09:04"^^xsd:dateTime ;
    skos:altLabel "Au"@nb ;
    skos:broader humord:c62500,
        humord:c64374 ;
    skos:definition "Gull er eit metall med gul farge som er det tredje grunnstoffet i gruppe 11 i periodesystemet. Atomsymbolet er Au og atomnummeret er 79. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012333,
        <http://dewey.info/class/546.656/e23/>,
        <http://dewey.info/class/553.41/e23/>,
        <http://dewey.info/class/669.22/e23/>,
        <http://dewey.info/class/673.22/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012333,
        <http://dewey.info/class/343.032/e23/>,
        <http://dewey.info/class/546.656/e23/>,
        <http://dewey.info/class/553.41/e23/>,
        <http://dewey.info/class/622.3422/e23/>,
        <http://dewey.info/class/669.22/e23/>,
        <http://dewey.info/class/673.22/e23/> ;
    skos:prefLabel "Gold"@en,
        "Gull"@nb,
        "Gull"@nn ;
    skos:relatedMatch <http://dewey.info/class/343.032/e23/>,
        <http://dewey.info/class/622.3422/e23/> .

humord:c08377 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2001-10-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08377" ;
    dct:modified "2024-02-14T15:18:07"^^xsd:dateTime ;
    skos:altLabel "Fe"@nb ;
    skos:broader humord:c08374,
        humord:c62494 ;
    skos:closeMatch <http://dewey.info/class/620.17/e23/>,
        <http://dewey.info/class/691.7/e23/> ;
    skos:exactMatch realfagstermer:c012179,
        <http://dewey.info/class/546.621/e23/>,
        <http://dewey.info/class/553.3/e23/>,
        <http://dewey.info/class/572.517/e23/>,
        <http://dewey.info/class/669.141/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012179,
        <http://dewey.info/class/546.621/e23/>,
        <http://dewey.info/class/553.3/e23/>,
        <http://dewey.info/class/572.517/e23/>,
        <http://dewey.info/class/612.01524/e23/>,
        <http://dewey.info/class/612.3924/e23/>,
        <http://dewey.info/class/613.2851/e23/>,
        <http://dewey.info/class/620.17/e23/>,
        <http://dewey.info/class/622.341/e23/>,
        <http://dewey.info/class/624.1821/e23/>,
        <http://dewey.info/class/661.895/e23/>,
        <http://dewey.info/class/669.141/e23/>,
        <http://dewey.info/class/672/e23/>,
        <http://dewey.info/class/691.7/e23/>,
        <http://dewey.info/class/693.71/e23/> ;
    skos:prefLabel "Iron (Metal)"@en,
        "Jern"@nb,
        "Jarn"@nn ;
    skos:related humord:c07601,
        humord:c14699 ;
    skos:relatedMatch <http://dewey.info/class/612.01524/e23/>,
        <http://dewey.info/class/612.3924/e23/>,
        <http://dewey.info/class/613.2851/e23/>,
        <http://dewey.info/class/622.341/e23/>,
        <http://dewey.info/class/624.1821/e23/>,
        <http://dewey.info/class/661.895/e23/>,
        <http://dewey.info/class/672/e23/>,
        <http://dewey.info/class/693.71/e23/> .

humord:c08379 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-07-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08379" ;
    dct:modified "2024-12-11T15:48:59"^^xsd:dateTime ;
    skos:altLabel "Cu"@nb,
        "Kopper (Metall)"@nb ;
    skos:broader humord:c62500,
        humord:c69293 ;
    skos:definition "Kobber er det første grunnstoffet i gruppe 11 i periodesystemet. Atomsymbolet er Cu og atomnummeret er 29. Kobber er et stabilt, lite reaktivt metall som er lett å bearbeide. <SNL>"@nb ;
    skos:editorialNote "Endret fra Kopper (Metall). 2012-07-03"@nb ;
    skos:exactMatch realfagstermer:c012420,
        <http://dewey.info/class/546.652/e23/>,
        <http://dewey.info/class/553.43/e23/>,
        <http://dewey.info/class/572.518/e23/>,
        <http://dewey.info/class/620.182/e23/>,
        <http://dewey.info/class/669.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012420,
        <http://dewey.info/class/546.652/e23/>,
        <http://dewey.info/class/553.43/e23/>,
        <http://dewey.info/class/572.518/e23/>,
        <http://dewey.info/class/612.01524/e23/>,
        <http://dewey.info/class/612.3924/e23/>,
        <http://dewey.info/class/613.2851/e23/>,
        <http://dewey.info/class/620.182/e23/>,
        <http://dewey.info/class/661.895/e23/>,
        <http://dewey.info/class/669.3/e23/>,
        <http://dewey.info/class/673.3/e23/>,
        <http://dewey.info/class/739.511/e23/> ;
    skos:prefLabel "Copper"@en,
        "Kobber"@nb,
        "Kopar"@nn ;
    skos:related humord:c08382,
        humord:c66071 ;
    skos:relatedMatch <http://dewey.info/class/612.01524/e23/>,
        <http://dewey.info/class/612.3924/e23/>,
        <http://dewey.info/class/613.2851/e23/>,
        <http://dewey.info/class/661.895/e23/>,
        <http://dewey.info/class/673.3/e23/>,
        <http://dewey.info/class/739.511/e23/> .

humord:c08380 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08380" ;
    dct:modified "2024-05-13T10:48:19"^^xsd:dateTime ;
    skos:broader humord:c08374 ;
    skos:closeMatch <http://dewey.info/class/546.3/e23/>,
        <http://dewey.info/class/620.16/e23/> ;
    skos:definition "Legering er et metallisk materiale som består av minst ett metallisk grunnstoff og ett eller flere legeringselementer som ofte er metaller. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c001595,
        <http://dewey.info/class/669/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001595,
        <http://dewey.info/class/546.3/e23/>,
        <http://dewey.info/class/620.16/e23/>,
        <http://dewey.info/class/624.182/e23/>,
        <http://dewey.info/class/669/e23/> ;
    skos:prefLabel "Alloys"@en,
        "Legeringer"@nb,
        "Legeringar"@nn ;
    skos:related humord:c66242 ;
    skos:relatedMatch <http://dewey.info/class/624.182/e23/> .

humord:c08381 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08381" ;
    dct:modified "2025-09-04T16:53:10"^^xsd:dateTime ;
    skos:broader humord:c08380 ;
    skos:closeMatch <http://dewey.info/class/620.182/e23/> ;
    skos:exactMatch <http://dewey.info/class/669.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/620.182/e23/>,
        <http://dewey.info/class/669.3/e23/>,
        <http://dewey.info/class/673.3/e23/>,
        <http://dewey.info/class/739.512/e23/> ;
    skos:prefLabel "Bronze"@en,
        "Bronse"@nb,
        "Bronse"@nn ;
    skos:relatedMatch <http://dewey.info/class/673.3/e23/>,
        <http://dewey.info/class/739.512/e23/> .

humord:c08382 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08382" ;
    dct:modified "2024-07-30T14:04:44"^^xsd:dateTime ;
    skos:broader humord:c08380 ;
    skos:closeMatch <http://dewey.info/class/620.182/e23/> ;
    skos:definition "Messing er en type kobberlegeringer med sink (Zn) som det viktigste legeringselement. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c007034,
        <http://dewey.info/class/669.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007034,
        <http://dewey.info/class/620.182/e23/>,
        <http://dewey.info/class/669.3/e23/>,
        <http://dewey.info/class/673.3/e23/>,
        <http://dewey.info/class/739.52/e23/> ;
    skos:prefLabel "Brass"@en,
        "Messing"@nb,
        "Messing"@nn ;
    skos:related humord:c08379 ;
    skos:relatedMatch <http://dewey.info/class/673.3/e23/>,
        <http://dewey.info/class/739.52/e23/> .

humord:c08383 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08383" ;
    dct:modified "2025-09-04T16:52:51"^^xsd:dateTime ;
    skos:altLabel "Light metals"@en ;
    skos:broader humord:c08374 ;
    skos:exactMatch <http://dewey.info/class/553.492/e23/>,
        <http://dewey.info/class/669.72/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/553.492/e23/>,
        <http://dewey.info/class/669.72/e23/>,
        <http://dewey.info/class/673.72/e23/> ;
    skos:prefLabel "Light alloys"@en,
        "Lettmetaller"@nb,
        "Lettmetall"@nn ;
    skos:relatedMatch <http://dewey.info/class/673.72/e23/> .

humord:c08384 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08384" ;
    dct:modified "2024-03-12T15:09:33"^^xsd:dateTime ;
    skos:altLabel "Ag"@nb,
        "Sylv"@nn ;
    skos:broader humord:c62500,
        humord:c64374 ;
    skos:definition "Sølv er et stabilt, lite reaktivt metall som er lett å bearbeide. Det er et grunnstoff i gruppe 11 i periodesystemet. Sølv har atomsymbol Ag og atomnummer 47. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012169,
        <http://dewey.info/class/546.654/e23/>,
        <http://dewey.info/class/553.421/e23/>,
        <http://dewey.info/class/669.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012169,
        <http://dewey.info/class/546.654/e23/>,
        <http://dewey.info/class/553.421/e23/>,
        <http://dewey.info/class/622.3423/e23/>,
        <http://dewey.info/class/669.23/e23/>,
        <http://dewey.info/class/673.23/e23/> ;
    skos:prefLabel "Silver"@en,
        "Sølv"@nb,
        "Sølv"@nn ;
    skos:relatedMatch <http://dewey.info/class/622.3423/e23/>,
        <http://dewey.info/class/673.23/e23/> .

humord:c08385 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08385" ;
    dct:modified "2024-12-11T15:49:59"^^xsd:dateTime ;
    skos:altLabel "Sn"@nb,
        "Tinn"@nb ;
    skos:broader humord:c62507,
        humord:c69293 ;
    skos:definition "Tinn er et grunnstoff med atomsymbol Sn og atomnummer 50. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c012200,
        <http://dewey.info/class/546.686/e23/>,
        <http://dewey.info/class/553.453/e23/>,
        <http://dewey.info/class/620.185/e23/>,
        <http://dewey.info/class/669.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012200,
        <http://dewey.info/class/546.686/e23/>,
        <http://dewey.info/class/553.453/e23/>,
        <http://dewey.info/class/620.185/e23/>,
        <http://dewey.info/class/669.6/e23/>,
        <http://dewey.info/class/673.6/e23/>,
        <http://dewey.info/class/739.532/e23/> ;
    skos:prefLabel "Tin"@en,
        "Tinn (Metall)"@nb,
        "Tinn (Metall)"@nn ;
    skos:relatedMatch <http://dewey.info/class/673.6/e23/>,
        <http://dewey.info/class/739.532/e23/> .

humord:c08386 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2011-05-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08386" ;
    dct:modified "2025-09-04T16:51:38"^^xsd:dateTime ;
    skos:broader humord:c08335 ;
    skos:exactMatch realfagstermer:c011224 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011224 ;
    skos:prefLabel "Matters"@en,
        "Stoffer"@nb,
        "Stoff"@nn ;
    skos:related humord:c08353,
        humord:c12467 .

humord:c08387 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-10-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08387" ;
    dct:modified "2025-01-31T08:37:19"^^xsd:dateTime ;
    skos:altLabel "Alcoholic beverages"@en,
        "Alkoholholdige drikkevarer"@nb,
        "Alkoholhaldige drikkevarer"@nn ;
    skos:broadMatch <http://dewey.info/class/363.1929/e23/> ;
    skos:broader humord:c13505 ;
    skos:definition "Alkoholholdige drikkevarer <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/547.031/e23/>,
        <http://dewey.info/class/615.7828/e23/>,
        <http://dewey.info/class/641.21/e23/>,
        <http://dewey.info/class/641.874/e23/>,
        <http://dewey.info/class/663.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/178.1/e23/>,
        <http://dewey.info/class/353.37/e23/>,
        <http://dewey.info/class/362.292/e23/>,
        <http://dewey.info/class/363.1929/e23/>,
        <http://dewey.info/class/364.1332/e23/>,
        <http://dewey.info/class/364.13361/e23/>,
        <http://dewey.info/class/364.173/e23/>,
        <http://dewey.info/class/394.13/e23/>,
        <http://dewey.info/class/547.031/e23/>,
        <http://dewey.info/class/613.81/e23/>,
        <http://dewey.info/class/615.7828/e23/>,
        <http://dewey.info/class/616.861/e23/>,
        <http://dewey.info/class/641.21/e23/>,
        <http://dewey.info/class/641.62/e23/>,
        <http://dewey.info/class/641.874/e23/>,
        <http://dewey.info/class/663.1/e23/> ;
    skos:prefLabel "Alcohol"@en,
        "Alkohol"@nb,
        "Alkohol"@nn ;
    skos:related humord:c09312,
        humord:c13978,
        humord:c21360,
        humord:c69507 ;
    skos:relatedMatch <http://dewey.info/class/178.1/e23/>,
        <http://dewey.info/class/353.37/e23/>,
        <http://dewey.info/class/362.292/e23/>,
        <http://dewey.info/class/364.1332/e23/>,
        <http://dewey.info/class/364.13361/e23/>,
        <http://dewey.info/class/364.173/e23/>,
        <http://dewey.info/class/394.13/e23/>,
        <http://dewey.info/class/613.81/e23/>,
        <http://dewey.info/class/616.861/e23/>,
        <http://dewey.info/class/641.62/e23/> .

humord:c08389 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08389" ;
    dct:modified "2025-07-31T14:32:02"^^xsd:dateTime ;
    skos:altLabel "Dye"@en,
        "Pigments"@en,
        "Pigment"@nb,
        "Pigmenter"@nb ;
    skos:broader humord:c08386 ;
    skos:closeMatch <http://dewey.info/class/547.86/e23/> ;
    skos:exactMatch realfagstermer:c012582,
        <http://dewey.info/class/667.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012582,
        <http://dewey.info/class/547.86/e23/>,
        <http://dewey.info/class/667.2/e23/>,
        <http://dewey.info/class/738.12/e23/> ;
    skos:prefLabel "Dyes"@en,
        "Fargestoffer"@nb,
        "Fargestoff"@nn ;
    skos:related humord:c05401 ;
    skos:relatedMatch <http://dewey.info/class/738.12/e23/> .

humord:c08391 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08391" ;
    dct:modified "2024-11-25T12:51:15"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/667.26/e23/> ;
    skos:broader humord:c69048 ;
    skos:definition "Mørkeblått plantefargestoff <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/667.257/e23/>,
        <http://dewey.info/class/667.26/e23/>,
        <http://dewey.info/class/746.13/e23/>,
        <http://dewey.info/class/746.6/e23/> ;
    skos:prefLabel "Indigo"@en,
        "Indigo"@nb,
        "Indigo"@nn ;
    skos:relatedMatch <http://dewey.info/class/667.257/e23/>,
        <http://dewey.info/class/746.13/e23/>,
        <http://dewey.info/class/746.6/e23/> .

humord:c08392 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-12-01T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08392" ;
    dct:modified "2024-01-18T08:04:36"^^xsd:dateTime ;
    skos:altLabel "Dope"@en,
        "Narcotics"@en,
        "Narkotikum"@nb ;
    skos:broadMatch <http://dewey.info/class/394.14/e23/> ;
    skos:broader humord:c13505 ;
    skos:exactMatch realfagstermer:c009215,
        <http://dewey.info/class/362.29/e23/>,
        <http://dewey.info/class/615.7822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c009215,
        <http://dewey.info/class/178.8/e23/>,
        <http://dewey.info/class/362.29/e23/>,
        <http://dewey.info/class/364.13365/e23/>,
        <http://dewey.info/class/364.177/e23/>,
        <http://dewey.info/class/394.14/e23/>,
        <http://dewey.info/class/615.7822/e23/>,
        <http://dewey.info/class/616.8632/e23/> ;
    skos:prefLabel "Drugs (Narcotics)"@en,
        "Narkotika"@nb,
        "Narkotika"@nn ;
    skos:related humord:c13417,
        humord:c13418,
        humord:c30359 ;
    skos:relatedMatch <http://dewey.info/class/178.8/e23/>,
        <http://dewey.info/class/364.13365/e23/>,
        <http://dewey.info/class/364.177/e23/>,
        <http://dewey.info/class/616.8632/e23/> .

humord:c08394 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2000-07-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08394" ;
    dct:modified "2025-09-04T16:47:44"^^xsd:dateTime ;
    skos:altLabel "Hash"@en,
        "Weed (Narcotics)"@en,
        "Hasjisj"@nb,
        "Hasjisj"@nn ;
    skos:broader humord:c17795 ;
    skos:closeMatch <http://dewey.info/class/633.79/e23/> ;
    skos:definition "Rusmiddel som utvinnes av indisk hamp <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/362.295/e23/>,
        <http://dewey.info/class/633.79/e23/>,
        <http://dewey.info/class/641.6379/e23/> ;
    skos:prefLabel "Hashish"@en,
        "Hasj"@nb,
        "Hasj"@nn ;
    skos:relatedMatch <http://dewey.info/class/362.295/e23/>,
        <http://dewey.info/class/641.6379/e23/> .

humord:c08395 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-11-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08395" ;
    dct:modified "2025-09-04T18:55:48"^^xsd:dateTime ;
    skos:altLabel "Organisk stoff"@nb,
        "Organiske stoffer"@nb,
        "Organisk stoff"@nn,
        "Organiske stoff"@nn ;
    skos:broader humord:c08353 ;
    skos:definition "Samlebetegnelse for materiale som stammer fra levende organismer eller materiale som inneholder karbonatomer <Wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/620.117/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/620.117/e23/> ;
    skos:prefLabel "Organical materials"@en,
        "Organiske materialer"@nb,
        "Organiske materiale"@nn .

humord:c08396 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08396" ;
    dct:modified "2025-09-04T15:22:46"^^xsd:dateTime ;
    skos:altLabel "Scoria"@en ;
    skos:broader humord:c08386 ;
    skos:closeMatch <http://dewey.info/class/669.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/669.84/e23/> ;
    skos:prefLabel "Slags"@en,
        "Slagg"@nb,
        "Slagg"@nn .

humord:c08397 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-03-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08397" ;
    dct:modified "2025-03-17T07:45:27"^^xsd:dateTime ;
    skos:altLabel "Nordpolsforskning"@nb,
        "Polarforsking"@nb,
        "Nordpolforsking"@nn ;
    skos:broader humord:c11910 ;
    skos:definition "Utforskning av polare områder <PN>"@nb ;
    skos:exactMatch realfagstermer:c010086 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c010086,
        <http://dewey.info/class/2--98/e23/>,
        <http://dewey.info/class/910.911/e23/>,
        <http://dewey.info/class/919.8/e23/> ;
    skos:prefLabel "Polar research"@en,
        "Polarforskning"@nb,
        "Polarforsking"@nn ;
    skos:related humord:c08399,
        humord:c66292 ;
    skos:relatedMatch <http://dewey.info/class/2--98/e23/>,
        <http://dewey.info/class/910.911/e23/>,
        <http://dewey.info/class/919.8/e23/> .

humord:c08399 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08399" ;
    dct:modified "2023-12-18T10:56:16"^^xsd:dateTime ;
    skos:altLabel "Polekspedisjoner"@nb,
        "Polferder"@nb ;
    skos:broader humord:c14204 ;
    skos:exactMatch realfagstermer:c002335 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002335,
        <http://dewey.info/class/2--98/e23/>,
        <http://dewey.info/class/910.911/e23/>,
        <http://dewey.info/class/919.8/e23/> ;
    skos:prefLabel "Polar expeditions"@en,
        "Polarekspedisjoner"@nb,
        "Polarekspedisjonar"@nn ;
    skos:related humord:c08397 ;
    skos:relatedMatch <http://dewey.info/class/2--98/e23/>,
        <http://dewey.info/class/910.911/e23/>,
        <http://dewey.info/class/919.8/e23/> .

humord:c08400 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-08-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08400" ;
    dct:modified "2023-12-18T14:30:23"^^xsd:dateTime ;
    skos:altLabel "Religious science"@en,
        "Science of religion"@en,
        "Study of religion"@en,
        "Komparativ religionshistorie"@nb,
        "Religionshistorie (Faget)"@nb,
        "Sammenlignende religionshistorie"@nb,
        "Sammenlignende religionsvitenskap"@nb,
        "Sammenliknende religionshistorie"@nb,
        "Sammenliknende religionsvitenskap"@nb ;
    skos:exactMatch realfagstermer:c013032,
        <http://dewey.info/class/200/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013032,
        <http://dewey.info/class/200/e23/>,
        <http://dewey.info/class/306.6/e23/> ;
    skos:prefLabel "Religious studies"@en,
        "Religionsvitenskap"@nb,
        "Religionsvitskap"@nn ;
    skos:related humord:c07330,
        humord:c08736 ;
    skos:relatedMatch <http://dewey.info/class/306.6/e23/> ;
    skos:topConceptOf humord: .

humord:c08404 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08404" ;
    dct:modified "2024-12-03T11:29:26"^^xsd:dateTime ;
    skos:broader humord:c08725 ;
    skos:exactMatch <http://dewey.info/class/211/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/211/e23/> ;
    skos:prefLabel "Concepts of God"@en,
        "Gudsbegreper"@nb,
        "Gudsomgrep"@nn ;
    skos:related humord:c08875,
        humord:c15196 .

humord:c08405 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08405" ;
    dct:modified "2023-11-15T14:55:54"^^xsd:dateTime ;
    skos:broader humord:c08404 ;
    skos:exactMatch realfagstermer:c008766,
        <http://dewey.info/class/211.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008766,
        <http://dewey.info/class/201.51/e23/>,
        <http://dewey.info/class/211.8/e23/> ;
    skos:prefLabel "Atheism"@en,
        "Ateisme"@nb,
        "Ateisme"@nn ;
    skos:related humord:c17059 ;
    skos:relatedMatch <http://dewey.info/class/201.51/e23/> .

humord:c08406 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-02-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08406" ;
    dct:modified "2025-06-14T08:12:19"^^xsd:dateTime ;
    skos:altLabel "Det guddomlege"@nn ;
    skos:broadMatch <http://dewey.info/class/211/e23/> ;
    skos:broader humord:c08404 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/211/e23/> ;
    skos:prefLabel "The Divine"@en,
        "Det guddommelige"@nb,
        "Det guddommelege"@nn ;
    skos:related humord:c08407 .

humord:c08407 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-02-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08407" ;
    dct:modified "2024-12-03T11:25:47"^^xsd:dateTime ;
    skos:broader humord:c08404 ;
    skos:closeMatch <http://dewey.info/class/211/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/211/e23/> ;
    skos:prefLabel "The Holy"@en,
        "Det hellige"@nb,
        "Det heilage"@nn ;
    skos:related humord:c08406,
        humord:c15491 .

humord:c08408 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-03-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08408" ;
    dct:modified "2026-02-17T14:39:40"^^xsd:dateTime ;
    skos:broader humord:c08501,
        humord:c17799 ;
    skos:definition "Shakti betegner i hinduismen guddomens, særlig Shivas, energi og skaperkraft <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.538/e23/>,
        <http://dewey.info/class/294.543/e23/> ;
    skos:prefLabel "Shakti"@en,
        "Shakti"@nb,
        "Shakti"@nn ;
    skos:related humord:c15595,
        humord:c70326 ;
    skos:relatedMatch <http://dewey.info/class/294.538/e23/>,
        <http://dewey.info/class/294.543/e23/> .

humord:c08409 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08409" ;
    dct:modified "2024-12-03T11:24:08"^^xsd:dateTime ;
    skos:broader humord:c08404 ;
    skos:exactMatch <http://dewey.info/class/211.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.11/e23/>,
        <http://dewey.info/class/211.3/e23/>,
        <http://dewey.info/class/231/e23/>,
        <http://dewey.info/class/296.311/e23/>,
        <http://dewey.info/class/297.211/e23/> ;
    skos:prefLabel "Theism"@en,
        "Teisme"@nb,
        "Teisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/202.11/e23/>,
        <http://dewey.info/class/231/e23/>,
        <http://dewey.info/class/296.311/e23/>,
        <http://dewey.info/class/297.211/e23/> .

humord:c08410 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-08-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08410" ;
    dct:modified "2025-11-13T08:47:53"^^xsd:dateTime ;
    skos:broader humord:c08409 ;
    skos:exactMatch <http://dewey.info/class/211.34/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/211.34/e23/>,
        <http://dewey.info/class/231/e23/>,
        <http://dewey.info/class/296.311/e23/>,
        <http://dewey.info/class/297.211/e23/> ;
    skos:prefLabel "Monotheism"@en,
        "Monoteisme"@nb,
        "Monoteisme"@nn ;
    skos:related humord:c13310,
        humord:c15600,
        humord:c58487 ;
    skos:relatedMatch <http://dewey.info/class/231/e23/>,
        <http://dewey.info/class/296.311/e23/>,
        <http://dewey.info/class/297.211/e23/> .

humord:c08411 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08411" ;
    dct:modified "2025-11-12T14:22:12"^^xsd:dateTime ;
    skos:altLabel "Heilagdomar"@nn ;
    skos:broadMatch <http://dewey.info/class/263.042/e23/>,
        <http://dewey.info/class/296.48/e23/>,
        <http://dewey.info/class/297.35/e23/> ;
    skos:broader humord:c08400 ;
    skos:closeMatch <http://dewey.info/class/690.61/e23/>,
        <http://dewey.info/class/726.1/e23/> ;
    skos:exactMatch <http://dewey.info/class/203.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.5/e23/>,
        <http://dewey.info/class/263.042/e23/>,
        <http://dewey.info/class/296.48/e23/>,
        <http://dewey.info/class/297.35/e23/>,
        <http://dewey.info/class/690.61/e23/>,
        <http://dewey.info/class/726.1/e23/> ;
    skos:prefLabel "Shrines"@en,
        "Helligdommer"@nb,
        "Heilagdommar"@nn .

humord:c08412 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08412" ;
    dct:modified "2026-01-05T14:28:35"^^xsd:dateTime ;
    skos:altLabel "Holy items"@en,
        "Holy objects"@en,
        "Sacred artifacts"@en,
        "Sacred items"@en ;
    skos:broadMatch <http://dewey.info/class/202.1/e23/> ;
    skos:broader humord:c08411 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.1/e23/>,
        <http://dewey.info/class/247/e23/> ;
    skos:prefLabel "Sacred objects"@en,
        "Hellige gjenstander"@nb,
        "Heilage gjenstandar"@nn ;
    skos:relatedMatch <http://dewey.info/class/247/e23/> .

humord:c08413 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-10-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08413" ;
    dct:modified "2026-01-05T14:27:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/232.966/e23/>,
        <http://dewey.info/class/247/e23/> ;
    skos:broader humord:c08412 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/232.966/e23/>,
        <http://dewey.info/class/235.2/e23/>,
        <http://dewey.info/class/247/e23/> ;
    skos:prefLabel "Relics"@en,
        "Relikvier"@nb,
        "Relikviar"@nn ;
    skos:related humord:c05660 ;
    skos:relatedMatch <http://dewey.info/class/235.2/e23/> .

humord:c08414 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08414" ;
    dct:modified "2026-01-05T14:27:15"^^xsd:dateTime ;
    skos:altLabel "Holy places"@en,
        "Sacred places"@en,
        "Heilage stadar"@nn ;
    skos:broader humord:c08411 ;
    skos:closeMatch <http://dewey.info/class/296.48/e23/>,
        <http://dewey.info/class/297.35/e23/> ;
    skos:exactMatch <http://dewey.info/class/203.5/e23/>,
        <http://dewey.info/class/263.042/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.5/e23/>,
        <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/263.042/e23/>,
        <http://dewey.info/class/296.48/e23/>,
        <http://dewey.info/class/297.35/e23/> ;
    skos:prefLabel "Sanctuaries"@en,
        "Hellige steder"@nb,
        "Heilage stader"@nn ;
    skos:relatedMatch <http://dewey.info/class/203.8/e23/> .

humord:c08415 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08415" ;
    dct:modified "2024-11-21T08:48:45"^^xsd:dateTime ;
    skos:altLabel "Grave sites (Religion)"@en,
        "Gravsteder (Religion)"@nb,
        "Gravstader (Religion)"@nn,
        "Gravsteder (Religion)"@nn ;
    skos:broader humord:c08414 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.88/e23/>,
        <http://dewey.info/class/393/e23/>,
        <http://dewey.info/class/726.8/e23/> ;
    skos:prefLabel "Burial sites (Religion)"@en,
        "Gravplasser (Religion)"@nb,
        "Gravplassar (Religion)"@nn ;
    skos:related humord:c00014 ;
    skos:relatedMatch <http://dewey.info/class/203.88/e23/>,
        <http://dewey.info/class/393/e23/>,
        <http://dewey.info/class/726.8/e23/> .

humord:c08416 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08416" ;
    dct:modified "2024-10-07T13:27:27"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/726.174/e23/> ;
    skos:broader humord:c08415 ;
    skos:definition "En dargah er en gravplass eller helligdom tilhørende en helgen i indisk islam <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/726.174/e23/> ;
    skos:prefLabel "Dargah"@en,
        "Dargah"@nb,
        "Dargah"@nn .

humord:c08417 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08417" ;
    dct:modified "2026-01-05T14:24:59"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/726.8/e23/> ;
    skos:broader humord:c08415 ;
    skos:definition "Underjordiske gravplasser hogd ut i stein, brukt særlig om tidlig-kristne gravplasser <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/726.8/e23/> ;
    skos:prefLabel "Catacombs"@en,
        "Katakomber"@nb,
        "Katakombar"@nn .

humord:c08418 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-06-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08418" ;
    dct:modified "2026-01-05T14:24:10"^^xsd:dateTime ;
    skos:altLabel "Cemeteries"@en,
        "Churchyards"@en,
        "Gravlunder"@nb,
        "Kirkegarder"@nb,
        "Gravlundar"@nn ;
    skos:broader humord:c08415 ;
    skos:exactMatch <http://dewey.info/class/363.75/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/353.6/e23/>,
        <http://dewey.info/class/363.75/e23/>,
        <http://dewey.info/class/718/e23/> ;
    skos:prefLabel "Graveyards"@en,
        "Kirkegårder"@nb,
        "Kyrkjegardar"@nn ;
    skos:relatedMatch <http://dewey.info/class/353.6/e23/>,
        <http://dewey.info/class/718/e23/> .

humord:c08419 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-10-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08419" ;
    dct:modified "2026-01-05T14:18:39"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/726/e23/> ;
    skos:broader humord:c08414 ;
    skos:closeMatch <http://dewey.info/class/203.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.5/e23/>,
        <http://dewey.info/class/726/e23/> ;
    skos:prefLabel "Places of worship"@en,
        "Gudshus"@nb,
        "Gudshus"@nn ;
    skos:related humord:c19935 .

humord:c08420 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2005-10-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08420" ;
    dct:modified "2024-10-11T09:31:59"^^xsd:dateTime ;
    skos:altLabel "Gospel halls"@en,
        "Houses of prayer"@en ;
    skos:broadMatch <http://dewey.info/class/726.4/e23/> ;
    skos:broader humord:c05222 ;
    skos:closeMatch <http://dewey.info/class/726.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/726.4/e23/>,
        <http://dewey.info/class/726.5/e23/> ;
    skos:prefLabel "Prayer houses"@en,
        "Bedehus"@nb,
        "Bedehus"@nn .

humord:c08422 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08422" ;
    dct:modified "2026-01-05T14:18:22"^^xsd:dateTime ;
    skos:altLabel "Cloisters"@en,
        "Convents"@en,
        "Nunneries"@en,
        "Kloster"@nb,
        "Klosterliv"@nb,
        "Nonnekloster"@nb,
        "Nonneklostre"@nb,
        "Klosterliv"@nn,
        "Nonnekloster"@nn ;
    skos:broader humord:c19935 ;
    skos:definition "Bygning(er) der et samfunn av munker eller nonner holder til <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/206.57/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/206.57/e23/>,
        <http://dewey.info/class/271/e23/>,
        <http://dewey.info/class/726.7/e23/> ;
    skos:prefLabel "Monasteries"@en,
        "Klostre"@nb,
        "Kloster"@nn ;
    skos:related humord:c08424 ;
    skos:relatedMatch <http://dewey.info/class/271/e23/>,
        <http://dewey.info/class/726.7/e23/> .

humord:c08424 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08424" ;
    dct:modified "2025-10-04T10:22:25"^^xsd:dateTime ;
    skos:altLabel "Munkevesen"@nb,
        "Munkevesen"@nn ;
    skos:broader humord:c08757 ;
    skos:closeMatch <http://dewey.info/class/206.57/e23/>,
        <http://dewey.info/class/255/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/206.57/e23/>,
        <http://dewey.info/class/248.894/e23/>,
        <http://dewey.info/class/255/e23/>,
        <http://dewey.info/class/271/e23/> ;
    skos:prefLabel "Monasticism"@en,
        "Klostervesen"@nb,
        "Klostervesen"@nn ;
    skos:related humord:c07308,
        humord:c08422,
        humord:c11822 ;
    skos:relatedMatch <http://dewey.info/class/248.894/e23/>,
        <http://dewey.info/class/271/e23/> .

humord:c08426 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08426" ;
    dct:modified "2026-01-05T14:17:26"^^xsd:dateTime ;
    skos:altLabel "Synagoger"@nn ;
    skos:broader humord:c19935 ;
    skos:closeMatch <http://dewey.info/class/690.63/e23/>,
        <http://dewey.info/class/726.3/e23/> ;
    skos:exactMatch <http://dewey.info/class/296.65/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/296.46/e23/>,
        <http://dewey.info/class/296.65/e23/>,
        <http://dewey.info/class/690.63/e23/>,
        <http://dewey.info/class/726.3/e23/> ;
    skos:prefLabel "Synagogues"@en,
        "Synagoger"@nb,
        "Synagogar"@nn ;
    skos:relatedMatch <http://dewey.info/class/296.46/e23/> .

humord:c08428 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08428" ;
    dct:modified "2026-01-05T14:16:55"^^xsd:dateTime ;
    skos:altLabel "Huletempel"@nb ;
    skos:broadMatch <http://dewey.info/class/551.447/e23/>,
        <http://dewey.info/class/726.1/e23/> ;
    skos:broader humord:c05256 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/551.447/e23/>,
        <http://dewey.info/class/726.1/e23/> ;
    skos:prefLabel "Cave temples"@en,
        "Huletempler"@nb,
        "Huletempel"@nn .

humord:c08429 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08429" ;
    dct:modified "2026-01-05T14:16:15"^^xsd:dateTime ;
    skos:altLabel "Holy mountains"@en ;
    skos:broadMatch <http://dewey.info/class/203.5/e23/> ;
    skos:broader humord:c08414 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.5/e23/> ;
    skos:prefLabel "Sacred mountains"@en,
        "Hellige fjell"@nb,
        "Heilage fjell"@nn .

humord:c08430 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-09-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08430" ;
    dct:modified "2026-01-05T14:15:39"^^xsd:dateTime ;
    skos:altLabel "Holy wells"@en,
        "Hellige kjelder"@nb ;
    skos:broadMatch <http://dewey.info/class/263.042/e23/>,
        <http://dewey.info/class/296.48/e23/>,
        <http://dewey.info/class/297.35/e23/> ;
    skos:broader humord:c08414 ;
    skos:closeMatch <http://dewey.info/class/203.5/e23/> ;
    skos:definition "Kilder der vannet ifølge folketroen var helsebringende til visse tider <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.5/e23/>,
        <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/263.042/e23/>,
        <http://dewey.info/class/296.48/e23/>,
        <http://dewey.info/class/297.35/e23/> ;
    skos:prefLabel "Sacred wells"@en,
        "Hellige kilder"@nb,
        "Heilage kjelder"@nn ;
    skos:relatedMatch <http://dewey.info/class/203.8/e23/> .

humord:c08433 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08433" ;
    dct:modified "2025-05-27T12:56:04"^^xsd:dateTime ;
    skos:altLabel "Kultplasser"@nb,
        "Rituelle steder"@nb,
        "Kultplassar"@nn,
        "Kultstadar"@nn,
        "Rituelle stadar"@nn,
        "Rituelle stader"@nn ;
    skos:broadMatch <http://dewey.info/class/263.042/e23/>,
        <http://dewey.info/class/296.48/e23/>,
        <http://dewey.info/class/297.35/e23/> ;
    skos:broader humord:c08414 ;
    skos:closeMatch <http://dewey.info/class/203.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.5/e23/>,
        <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/263.042/e23/>,
        <http://dewey.info/class/296.48/e23/>,
        <http://dewey.info/class/297.35/e23/> ;
    skos:prefLabel "Cult centres"@en,
        "Kultsteder"@nb,
        "Kultstader"@nn ;
    skos:relatedMatch <http://dewey.info/class/203.8/e23/> .

humord:c08434 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08434" ;
    dct:modified "2026-01-05T14:14:51"^^xsd:dateTime ;
    skos:altLabel "Orakel"@nb ;
    skos:broadMatch <http://dewey.info/class/203.2/e23/> ;
    skos:broader humord:c08414 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.3248/e23/>,
        <http://dewey.info/class/203.2/e23/> ;
    skos:prefLabel "Oracles"@en,
        "Orakler"@nb,
        "Orakel"@nn ;
    skos:related humord:c08755,
        humord:c12839 ;
    skos:relatedMatch <http://dewey.info/class/133.3248/e23/> .

humord:c08435 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08435" ;
    dct:modified "2025-11-12T14:22:06"^^xsd:dateTime ;
    skos:broader humord:c08414 ;
    skos:closeMatch <http://dewey.info/class/203.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.5/e23/> ;
    skos:prefLabel "Places of pilgrimage"@en,
        "Valfartssteder"@nb,
        "Valfartsstader"@nn .

humord:c08436 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08436" ;
    dct:modified "2026-01-05T14:06:47"^^xsd:dateTime ;
    skos:altLabel "Holy beings"@en,
        "Holy creatures"@en,
        "Sacred beings"@en ;
    skos:broader humord:c08411 ;
    skos:closeMatch <http://dewey.info/class/202.11/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.11/e23/> ;
    skos:prefLabel "Sacred creatures"@en,
        "Hellige vesener"@nb,
        "Heilage vesen"@nn .

humord:c08437 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08437" ;
    dct:modified "2025-09-09T12:48:59"^^xsd:dateTime ;
    skos:altLabel "Holy animals"@en ;
    skos:broadMatch <http://dewey.info/class/202.12/e23/> ;
    skos:broader humord:c16401 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.3/e23/>,
        <http://dewey.info/class/202.12/e23/>,
        <http://dewey.info/class/398.245/e23/> ;
    skos:prefLabel "Sacred animals"@en,
        "Hellige dyr"@nb,
        "Heilage dyr"@nn ;
    skos:relatedMatch <http://dewey.info/class/179.3/e23/>,
        <http://dewey.info/class/398.245/e23/> .

humord:c08438 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08438" ;
    dct:modified "2025-09-09T12:48:45"^^xsd:dateTime ;
    skos:altLabel "Holy cows"@en,
        "Hellig ku"@nb,
        "Heilag ku"@nn ;
    skos:broadMatch <http://dewey.info/class/202.12/e23/> ;
    skos:broader humord:c08437 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.3/e23/>,
        <http://dewey.info/class/202.12/e23/>,
        <http://dewey.info/class/294.5212/e23/>,
        <http://dewey.info/class/294.548693/e23/> ;
    skos:prefLabel "Sacred cows"@en,
        "Hellige kyr"@nb,
        "Heilage kyr"@nn ;
    skos:related humord:c08253,
        humord:c16180 ;
    skos:relatedMatch <http://dewey.info/class/179.3/e23/>,
        <http://dewey.info/class/294.5212/e23/>,
        <http://dewey.info/class/294.548693/e23/> .

humord:c08440 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08440" ;
    dct:modified "2025-11-12T14:36:06"^^xsd:dateTime ;
    skos:altLabel "Sources (Religion)"@en,
        "Kilder (Religion)"@nb,
        "Kjelder (Religion)"@nb,
        "Religiøse kjelder"@nb,
        "Kjelder (Religion)"@nn ;
    skos:broader humord:c08400 ;
    skos:exactMatch <http://dewey.info/class/208/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/208/e23/> ;
    skos:prefLabel "Religious sources"@en,
        "Religiøse kilder"@nb,
        "Religiøse kjelder"@nn .

humord:c08441 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08441" ;
    dct:modified "2024-08-16T13:57:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/228/e23/>,
        <http://dewey.info/class/229.913/e23/>,
        <http://dewey.info/class/229.94/e23/> ;
    skos:broader humord:c08440 ;
    skos:definition "Religiøst skrift som symbolsk beskriver verdens og det ondes undergang og det godes seier. Brukes også om hvilken som helst profetisk åpenbaring <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/220.046/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/220.046/e23/>,
        <http://dewey.info/class/228/e23/>,
        <http://dewey.info/class/229.913/e23/>,
        <http://dewey.info/class/229.94/e23/> ;
    skos:prefLabel "Apocalypses"@en,
        "Apokalypser"@nb,
        "Apokalypsar"@nn ;
    skos:related humord:c08456 ;
    skos:relatedMatch <http://dewey.info/class/202.3/e23/> .

humord:c08443 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08443" ;
    dct:modified "2025-12-02T07:48:47"^^xsd:dateTime ;
    skos:broader humord:c08440 ;
    skos:definition "Islamittisk teologi; fortellinger/ tradisjoner om profeten eller hans nærmeste, eller den vitenskap som behandler slike tradisjoner <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/297.125/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.125/e23/>,
        <http://dewey.info/class/340.59132/e23/> ;
    skos:prefLabel "Hadith"@en,
        "Hadith"@nb,
        "Hadith"@nn ;
    skos:related humord:c13225 ;
    skos:relatedMatch <http://dewey.info/class/340.59132/e23/> .

humord:c08444 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08444" ;
    dct:modified "2025-12-02T07:48:35"^^xsd:dateTime ;
    skos:altLabel "Haggada"@en,
        "Haggadot"@en ;
    skos:broadMatch <http://dewey.info/class/296.1276/e23/>,
        <http://dewey.info/class/296.142/e23/>,
        <http://dewey.info/class/296.45371/e23/> ;
    skos:broader humord:c08440 ;
    skos:exactMatch <http://dewey.info/class/296.19/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/296.1276/e23/>,
        <http://dewey.info/class/296.142/e23/>,
        <http://dewey.info/class/296.19/e23/>,
        <http://dewey.info/class/296.45371/e23/> ;
    skos:prefLabel "Haggadah"@en,
        "Haggada"@nb,
        "Haggada"@nn .

humord:c08446 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08446" ;
    dct:modified "2025-09-01T13:53:09"^^xsd:dateTime ;
    skos:altLabel "Sagas of the Saints"@en,
        "Helgenasagaar"@nn ;
    skos:broadMatch <http://dewey.info/class/235.2/e23/> ;
    skos:broader humord:c06768 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.13/e23/>,
        <http://dewey.info/class/235.2/e23/>,
        <http://dewey.info/class/3C--382/e23/> ;
    skos:prefLabel "Saint's sagas"@en,
        "Helgensagaer"@nb,
        "Helgensagaer"@nn ;
    skos:related humord:c15833 ;
    skos:relatedMatch <http://dewey.info/class/202.13/e23/>,
        <http://dewey.info/class/3C--382/e23/> .

humord:c08447 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08447" ;
    dct:modified "2025-12-02T07:47:31"^^xsd:dateTime ;
    skos:altLabel "Halaka"@en,
        "Jewish law"@en,
        "Halakhah"@nb,
        "Halakhá"@nb,
        "Jødisk rett"@nb,
        "Halakhah"@nn,
        "Halakhá"@nn,
        "Jødisk rett"@nn ;
    skos:broadMatch <http://dewey.info/class/296.1274/e23/>,
        <http://dewey.info/class/296.141/e23/>,
        <http://dewey.info/class/296.188/e23/> ;
    skos:broader humord:c08440 ;
    skos:definition "Jødedommens muntlige lov og de deler av den rabbinske litteratur som omhandler den <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/296.18/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/296.1274/e23/>,
        <http://dewey.info/class/296.141/e23/>,
        <http://dewey.info/class/296.18/e23/>,
        <http://dewey.info/class/296.188/e23/> ;
    skos:prefLabel "Halakha"@en,
        "Halaka"@nb,
        "Halaka"@nn .

humord:c08449 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08449" ;
    dct:modified "2025-12-02T07:45:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/203.6/e23/>,
        <http://dewey.info/class/263.98/e23/> ;
    skos:broader humord:c08440 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.6/e23/>,
        <http://dewey.info/class/263.98/e23/> ;
    skos:prefLabel "Calendars of saints"@en,
        "Helgenkalendere"@nb,
        "Helgenkalendrar"@nn ;
    skos:related humord:c00200,
        humord:c00202,
        humord:c11478 .

humord:c08450 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08450" ;
    dct:modified "2025-01-31T07:57:34"^^xsd:dateTime ;
    skos:altLabel "Kabbalaer"@nb,
        "Kabbalaar"@nn,
        "Kabbalaer"@nn ;
    skos:broadMatch <http://dewey.info/class/135.47/e23/> ;
    skos:broader humord:c08440 ;
    skos:definition "Kabbala er en esoterisk og mystisk retning innen jødedommen. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/296.16/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/135.47/e23/>,
        <http://dewey.info/class/296.16/e23/>,
        <http://dewey.info/class/296.712/e23/>,
        <http://dewey.info/class/296.833/e23/> ;
    skos:prefLabel "Kabbalah"@en,
        "Kabbala"@nb,
        "Kabbala"@nn ;
    skos:related humord:c05113,
        humord:c08522 ;
    skos:relatedMatch <http://dewey.info/class/296.712/e23/>,
        <http://dewey.info/class/296.833/e23/> .

humord:c08451 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08451" ;
    dct:modified "2025-12-02T07:45:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/270.092/e23/>,
        <http://dewey.info/class/398.2/e23/> ;
    skos:broader humord:c05005,
        humord:c08440 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/270.092/e23/>,
        <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Marian legends"@en,
        "Marialegender"@nb,
        "Marialegender"@nn .

humord:c08452 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08452" ;
    dct:modified "2025-12-02T07:39:00"^^xsd:dateTime ;
    skos:broader humord:c08440 ;
    skos:exactMatch <http://dewey.info/class/296.14/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/296.14/e23/> ;
    skos:prefLabel "Midrash"@en,
        "Midrasj"@nb,
        "Midrasj"@nn .

humord:c08453 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08453" ;
    dct:modified "2025-12-01T15:13:35"^^xsd:dateTime ;
    skos:altLabel "Islamic law"@en,
        "Sharia law"@en,
        "Sharias"@en,
        "Islamsk lov"@nb,
        "Islamsk rett"@nb,
        "Islamsk lov"@nn,
        "Islamsk rett"@nn ;
    skos:broader humord:c08440 ;
    skos:closeMatch <http://dewey.info/class/297.14/e23/> ;
    skos:definition "Sharia er den islamske lova og regelverket for praktisering av islam. Sharia er ikkje ei spesifikk lovsamling eller ei nedskrive lovbok, men er ein mangfaldig og kompleks lærd tradisjon som har utvikla seg gjennom fleire hundreår. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/340.59/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.14/e23/>,
        <http://dewey.info/class/340.59/e23/> ;
    skos:prefLabel "Sharia"@en,
        "Sharia"@nb,
        "Sharia"@nn .

humord:c08456 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08456" ;
    dct:modified "2025-06-14T08:12:41"^^xsd:dateTime ;
    skos:altLabel "Visions (Revelations)"@en,
        "Syner (Åpenbaringer)"@nb,
        "Openberringar"@nn,
        "Syn (Openberringar)"@nn ;
    skos:broadMatch <http://dewey.info/class/204.2/e23/>,
        <http://dewey.info/class/212.6/e23/> ;
    skos:broader humord:c08440 ;
    skos:definition "Åpenbaringer er noe som vises, åpenbares, særlig på overnaturlig vis i religiøs forbindelse   <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.2/e23/>,
        <http://dewey.info/class/212.6/e23/>,
        <http://dewey.info/class/231.74/e23/>,
        <http://dewey.info/class/296.3115/e23/>,
        <http://dewey.info/class/297.12212/e23/>,
        <http://dewey.info/class/297.2115/e23/> ;
    skos:prefLabel "Revelations"@en,
        "Åpenbaringer"@nb,
        "Syner (Openberringar)"@nn ;
    skos:related humord:c08077,
        humord:c08441 ;
    skos:relatedMatch <http://dewey.info/class/231.74/e23/>,
        <http://dewey.info/class/296.3115/e23/>,
        <http://dewey.info/class/297.12212/e23/>,
        <http://dewey.info/class/297.2115/e23/> .

humord:c08457 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08457" ;
    dct:modified "2024-11-20T13:28:08"^^xsd:dateTime ;
    skos:altLabel "Gudelære"@nb,
        "Gudelære"@nn ;
    skos:broader humord:c08400 ;
    skos:closeMatch <http://dewey.info/class/201.3/e23/> ;
    skos:definition "Alle mytene til et folk el. en kultur sett i sammenheng <BOB>"@nb ;
    skos:exactMatch realfagstermer:c012655,
        <http://dewey.info/class/398.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012655,
        <http://dewey.info/class/201.3/e23/>,
        <http://dewey.info/class/230/e23/>,
        <http://dewey.info/class/398.2/e23/>,
        <http://dewey.info/class/704.947/e23/>,
        <http://dewey.info/class/753.7/e23/> ;
    skos:prefLabel "Mythology (Religion)"@en,
        "Mytologi (Religion)"@nb,
        "Mytologi (Religion)"@nn ;
    skos:related humord:c06648 ;
    skos:relatedMatch <http://dewey.info/class/230/e23/>,
        <http://dewey.info/class/704.947/e23/>,
        <http://dewey.info/class/753.7/e23/> .

humord:c08458 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08458" ;
    dct:modified "2026-06-25T08:11:49"^^xsd:dateTime ;
    skos:altLabel "Classical Greco-Roman mythology"@en,
        "Greco-Roman mythology"@en,
        "Greek and Roman mythology"@en,
        "Klassisk mytologi"@nb,
        "Klassisk mytologi"@nn ;
    skos:broader humord:c08457 ;
    skos:exactMatch <http://dewey.info/class/292.13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Classical mythology"@en,
        "Gresk-romersk mytologi"@nb,
        "Gresk-romersk mytologi"@nn ;
    skos:related humord:c08551 .

humord:c08459 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08459" ;
    dct:modified "2026-01-05T14:05:38"^^xsd:dateTime ;
    skos:broader humord:c08458 ;
    skos:closeMatch <http://dewey.info/class/292.13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Greek mythology"@en,
        "Gresk mytologi"@nb,
        "Gresk mytologi"@nn ;
    skos:related humord:c08552 .

humord:c08460 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08460" ;
    dct:modified "2026-06-25T08:48:24"^^xsd:dateTime ;
    skos:broader humord:c08458 ;
    skos:closeMatch <http://dewey.info/class/292.13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.13/e23/> ;
    skos:prefLabel "Roman myhology"@en,
        "Romersk mytologi"@nb,
        "Romersk mytologi"@nn ;
    skos:related humord:c08553 .

humord:c08461 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08461" ;
    dct:modified "2024-05-10T09:45:06"^^xsd:dateTime ;
    skos:altLabel "Metamorphoses (Mythology)"@en,
        "Forvandling (Mytologi)"@nb,
        "Hamskifte (Mytologi)"@nb,
        "Metamorfoser  (Mytologi)"@nb,
        "Forvandling   (Mytologi)"@nn,
        "Hamskifte   (Mytologi)"@nn,
        "Metamorfosar   (Mytologi)"@nn ;
    skos:broadMatch <http://dewey.info/class/201.3/e23/> ;
    skos:broader humord:c08457 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/201.3/e23/> ;
    skos:prefLabel "Metamorphosis (Mythology)"@en,
        "Metamorfose (Mytologi)"@nb,
        "Metamorfose   (Mytologi)"@nn .

humord:c08466 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08466" ;
    dct:modified "2023-12-11T10:40:34"^^xsd:dateTime ;
    skos:broader humord:c08457 ;
    skos:definition "Symbolsk framstilling el. fortelling overlevert fra førhistorisk tid om skapelsen, guder og viktige hendinger <BOB>"@nb ;
    skos:exactMatch realfagstermer:c012654,
        <http://dewey.info/class/201.3/e23/>,
        <http://dewey.info/class/398.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012654,
        <http://dewey.info/class/201.3/e23/>,
        <http://dewey.info/class/398.2/e23/> ;
    skos:prefLabel "Myths"@en,
        "Myter"@nb,
        "Mytar"@nn ;
    skos:related humord:c05005,
        humord:c05022 .

humord:c08467 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08467" ;
    dct:modified "2024-08-28T20:30:20"^^xsd:dateTime ;
    skos:altLabel "Avatar"@nb,
        "Avatar"@nn ;
    skos:broadMatch <http://dewey.info/class/294.513/e23/> ;
    skos:broader humord:c08683 ;
    skos:definition "I hinduistisk mytologi: Gudenes frivillige nedstigning på Jorden og inkarnasjon i menneske- eller dyreform <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.513/e23/> ;
    skos:prefLabel "Avatar"@en,
        "Avatara"@nb,
        "Avatara"@nn ;
    skos:related humord:c08501 .

humord:c08468 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08468" ;
    dct:modified "2023-12-11T10:40:58"^^xsd:dateTime ;
    skos:altLabel "Creation of myths"@en,
        "Mytedanning"@nb ;
    skos:broadMatch <http://dewey.info/class/201.3/e23/> ;
    skos:broader humord:c08457 ;
    skos:closeMatch realfagstermer:c012654 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012654,
        <http://dewey.info/class/201.3/e23/> ;
    skos:prefLabel "Mythopoeia"@en,
        "Mytedannelse"@nb,
        "Mytedanning"@nn .

humord:c08470 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08470" ;
    dct:modified "2026-01-05T14:04:29"^^xsd:dateTime ;
    skos:altLabel "Nordisk mytologi"@nb,
        "Nordisk mytologi"@nn ;
    skos:broader humord:c08457 ;
    skos:exactMatch <http://dewey.info/class/293.13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/293.13/e23/> ;
    skos:prefLabel "Norse mythology"@en,
        "Norrøn mytologi"@nb,
        "Norrøn mytologi"@nn ;
    skos:related humord:c12425,
        humord:c12426,
        humord:c19763 .

humord:c08472 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08472" ;
    dct:modified "2025-11-12T14:26:39"^^xsd:dateTime ;
    skos:broader humord:c08400 ;
    skos:closeMatch realfagstermer:c013032 ;
    skos:definition "Religion som fenomen <UBO>"@nb ;
    skos:editorialNote "Brukes om religion og religioner generelt"@nb ;
    skos:exactMatch <http://dewey.info/class/200/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013032,
        <http://dewey.info/class/200/e23/>,
        <http://dewey.info/class/306.6/e23/>,
        <http://dewey.info/class/344.096/e23/>,
        <http://dewey.info/class/353.7/e23/>,
        <http://dewey.info/class/372.84/e23/>,
        <http://dewey.info/class/704.948/e23/>,
        <http://dewey.info/class/755/e23/> ;
    skos:prefLabel "Religion"@en,
        "Religion"@nb,
        "Religion"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.6/e23/>,
        <http://dewey.info/class/344.096/e23/>,
        <http://dewey.info/class/353.7/e23/>,
        <http://dewey.info/class/372.84/e23/>,
        <http://dewey.info/class/704.948/e23/>,
        <http://dewey.info/class/755/e23/> .

humord:c08474 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08474" ;
    dct:modified "2024-07-29T11:00:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294/e23/> ;
    skos:broader humord:c20886 ;
    skos:definition "Utdødd indisk religion <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294/e23/> ;
    skos:prefLabel "Ajivika"@en,
        "Ajivikisme"@nb,
        "Ajivikisme"@nn .

humord:c08475 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08475" ;
    dct:modified "2025-11-06T12:46:05"^^xsd:dateTime ;
    skos:broader humord:c20886 ;
    skos:exactMatch realfagstermer:c004941,
        <http://dewey.info/class/294.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004941,
        <http://dewey.info/class/294.3/e23/> ;
    skos:prefLabel "Buddhism"@en,
        "Buddhisme"@nb,
        "Buddhisme"@nn ;
    skos:related humord:c00705,
        humord:c17799,
        humord:c70205 .

humord:c08476 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08476" ;
    dct:modified "2025-11-20T08:38:08"^^xsd:dateTime ;
    skos:broader humord:c08475 ;
    skos:exactMatch <http://dewey.info/class/294.391/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.391/e23/> ;
    skos:prefLabel "Hinayana"@en,
        "Hinayana"@nb,
        "Hinayana"@nn .

humord:c08477 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08477" ;
    dct:modified "2025-11-20T08:37:57"^^xsd:dateTime ;
    skos:broader humord:c08476 ;
    skos:exactMatch <http://dewey.info/class/294.391/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.391/e23/> ;
    skos:prefLabel "Theravada"@en,
        "Theravada"@nb,
        "Theravada"@nn .

humord:c08478 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08478" ;
    dct:modified "2025-11-20T08:37:41"^^xsd:dateTime ;
    skos:altLabel "Flower Garland"@en,
        "Hua-yen"@en,
        "Hua yan"@nb,
        "Huayan"@nb,
        "Hua yan"@nn,
        "Huayan"@nn ;
    skos:broadMatch <http://dewey.info/class/294.392/e23/> ;
    skos:broader humord:c08475 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.392/e23/> ;
    skos:prefLabel "Huayan"@en,
        "Hua-yen"@nb,
        "Hua-yen"@nn .

humord:c08480 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08480" ;
    dct:modified "2025-11-20T08:37:23"^^xsd:dateTime ;
    skos:altLabel "Jingtu"@en,
        "Pure Land Buddhism"@en,
        "Rent land-buddhisme"@nb,
        "Reint land-buddhisme"@nn ;
    skos:broader humord:c08475 ;
    skos:exactMatch <http://dewey.info/class/294.3926/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.3926/e23/> ;
    skos:prefLabel "Pure Land"@en,
        "Jingtu"@nb,
        "Jingtu"@nn .

humord:c08483 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-03-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08483" ;
    dct:modified "2025-11-20T08:36:27"^^xsd:dateTime ;
    skos:altLabel "Shin Buddhism"@en,
        "True Pure Land Buddhism"@en,
        "Jôdo shû"@nb,
        "Shinbuddhisme"@nb,
        "Shinsekt"@nb,
        "Jôdo shû"@nn,
        "Shinbuddhisme"@nn,
        "Shinsekt"@nn ;
    skos:broadMatch <http://dewey.info/class/294.3926/e23/> ;
    skos:broader humord:c08480 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.3926/e23/> ;
    skos:prefLabel "Jodo Shinshu"@en,
        "Jôdo shinshû"@nb,
        "Jôdo shinshû"@nn .

humord:c08486 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08486" ;
    dct:modified "2025-11-20T08:35:59"^^xsd:dateTime ;
    skos:broader humord:c08475 ;
    skos:exactMatch <http://dewey.info/class/294.392/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.392/e23/> ;
    skos:prefLabel "Mahayana (Buddhism)"@en,
        "Mahayana"@nb,
        "Mahayana"@nn .

humord:c08487 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08487" ;
    dct:modified "2025-11-20T08:35:46"^^xsd:dateTime ;
    skos:altLabel "Madhyamika"@en,
        "Madhyamaka"@nb,
        "Madhyamaka"@nn ;
    skos:broadMatch <http://dewey.info/class/294.392/e23/> ;
    skos:broader humord:c08486 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.392/e23/> ;
    skos:prefLabel "Madhyamaka"@en,
        "Madhyamika"@nb,
        "Madhyamika"@nn ;
    skos:related humord:c08494 .

humord:c08488 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08488" ;
    dct:modified "2025-11-20T08:35:31"^^xsd:dateTime ;
    skos:altLabel "Vinjanavada"@nb,
        "Yogacara"@nb,
        "Vinjanavada"@nn,
        "Yogacara"@nn ;
    skos:broadMatch <http://dewey.info/class/294.392/e23/> ;
    skos:broader humord:c08486 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.392/e23/> ;
    skos:prefLabel "Yogachara"@en,
        "Yogachara"@nb,
        "Yogachara"@nn .

humord:c08491 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08491" ;
    dct:modified "2025-11-20T08:31:24"^^xsd:dateTime ;
    skos:broader humord:c08475 ;
    skos:exactMatch <http://dewey.info/class/294.3925/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.3925/e23/> ;
    skos:prefLabel "Tantrism (Buddhism)"@en,
        "Tantrisme (Buddhisme)"@nb,
        "Tantrisme (Buddhisme)"@nn ;
    skos:related humord:c08507 .

humord:c08493 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08493" ;
    dct:modified "2025-11-20T08:30:54"^^xsd:dateTime ;
    skos:altLabel "Mantrayana"@en,
        "Mantrayana"@nb,
        "Mantrayana"@nn ;
    skos:broadMatch <http://dewey.info/class/294.39/e23/> ;
    skos:broader humord:c08491 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.39/e23/> ;
    skos:prefLabel "Vajrayana"@en,
        "Vajrayana"@nb,
        "Vajrayana"@nn .

humord:c08494 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08494" ;
    dct:modified "2025-11-20T08:30:40"^^xsd:dateTime ;
    skos:altLabel "T'ien-t'ai"@nb,
        "Tendai"@nb,
        "T'ien-t'ai"@nn,
        "Tendai"@nn ;
    skos:broadMatch <http://dewey.info/class/294.392/e23/> ;
    skos:broader humord:c08475 ;
    skos:definition "Retning innenfor kinesisk buddhisme <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.392/e23/> ;
    skos:prefLabel "Tiantai"@en,
        "Tiantai"@nb,
        "Tiantai"@nn ;
    skos:related humord:c08487 .

humord:c08496 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08496" ;
    dct:modified "2024-09-16T09:03:41"^^xsd:dateTime ;
    skos:altLabel "Zen Buddhism"@en,
        "Chan"@nb,
        "Zenbuddhisme"@nb,
        "Chan"@nn ;
    skos:broader humord:c08475 ;
    skos:exactMatch <http://dewey.info/class/294.3927/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.3927/e23/> ;
    skos:prefLabel "Zen"@en,
        "Zen"@nb,
        "Zen"@nn .

humord:c08499 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-12-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08499" ;
    dct:modified "2024-10-07T10:59:22"^^xsd:dateTime ;
    skos:altLabel "Daoism"@en,
        "Taoisme"@nb,
        "Taoisme"@nn ;
    skos:broader humord:c00558,
        humord:c20886 ;
    skos:definition "Daoisme er et kinesisk religiøst og filosofisk læresystem som ved siden av konfutsianismen og buddhismen utgjør den tredje store hovedstrømningen i kinesisk religion og filosofi. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/181.114/e23/>,
        <http://dewey.info/class/299.514/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.114/e23/>,
        <http://dewey.info/class/299.514/e23/> ;
    skos:prefLabel "Taoism"@en,
        "Daoisme"@nb,
        "Daoisme"@nn .

humord:c08501 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08501" ;
    dct:modified "2025-11-06T12:48:45"^^xsd:dateTime ;
    skos:altLabel "Vedisk religion"@nb,
        "Vedisk religion"@nn ;
    skos:broader humord:c20886 ;
    skos:exactMatch <http://dewey.info/class/294.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.5/e23/> ;
    skos:prefLabel "Hinduism"@en,
        "Hinduisme"@nb,
        "Hinduisme"@nn ;
    skos:related humord:c08467,
        humord:c08791,
        humord:c17799,
        humord:c70206 .

humord:c08503 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-03-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08503" ;
    dct:modified "2024-07-05T07:48:00"^^xsd:dateTime ;
    skos:altLabel "Advaita"@nb,
        "Advaita"@nn ;
    skos:broadMatch <http://dewey.info/class/294.5/e23/> ;
    skos:broader humord:c08509 ;
    skos:closeMatch <http://dewey.info/class/181.482/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.482/e23/>,
        <http://dewey.info/class/294.5/e23/> ;
    skos:prefLabel "Advaita vedanta"@en,
        "Advaita vedanta"@nb,
        "Advaita vedanta"@nn .

humord:c08504 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-06-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08504" ;
    dct:modified "2025-11-18T08:45:57"^^xsd:dateTime ;
    skos:altLabel "Cult of Jagannatha"@en ;
    skos:broadMatch <http://dewey.info/class/294.5512/e23/> ;
    skos:broader humord:c08501 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.5512/e23/> ;
    skos:prefLabel "Jagannath cultus"@en,
        "Jagannathkulten"@nb,
        "Jagannathkulten"@nn ;
    skos:related humord:c20818 .

humord:c08505 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08505" ;
    dct:modified "2025-11-19T13:14:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.561/e23/> ;
    skos:broader humord:c08501 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.561/e23/> ;
    skos:prefLabel "Sant cult"@en,
        "Santkulten"@nb,
        "Santkulten"@nn .

humord:c08506 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08506" ;
    dct:modified "2025-11-19T13:15:08"^^xsd:dateTime ;
    skos:broader humord:c08501 ;
    skos:exactMatch <http://dewey.info/class/294.5513/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.5513/e23/> ;
    skos:prefLabel "Shivaism"@en,
        "Shivaisme"@nb,
        "Shivaisme"@nn .

humord:c08507 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08507" ;
    dct:modified "2025-11-19T15:44:22"^^xsd:dateTime ;
    skos:broader humord:c08501 ;
    skos:closeMatch <http://dewey.info/class/294.5514/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.5514/e23/> ;
    skos:prefLabel "Tantrism (Hinduism)"@en,
        "Tantrisme (Hinduisme)"@nb,
        "Tantrisme (Hinduisme"@nn ;
    skos:related humord:c08491 .

humord:c08508 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08508" ;
    dct:modified "2025-11-19T13:14:55"^^xsd:dateTime ;
    skos:broader humord:c08507 ;
    skos:definition "En retning innen hinduistisk tantrisme <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/294.5514/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.5514/e23/> ;
    skos:prefLabel "Shaktism"@en,
        "Shaktisme"@nb,
        "Shaktisme"@nn .

humord:c08509 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08509" ;
    dct:modified "2025-11-19T15:52:01"^^xsd:dateTime ;
    skos:altLabel "Uttara Mimamsa"@en ;
    skos:broader humord:c08501 ;
    skos:exactMatch <http://dewey.info/class/181.48/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.48/e23/> ;
    skos:prefLabel "Vedanta"@en,
        "Vedanta"@nb,
        "Vedanta"@nn .

humord:c08510 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08510" ;
    dct:modified "2025-11-18T08:44:01"^^xsd:dateTime ;
    skos:altLabel "Vishnuism"@en ;
    skos:broader humord:c08501 ;
    skos:exactMatch <http://dewey.info/class/294.5512/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.5512/e23/> ;
    skos:prefLabel "Vaishnavism"@en,
        "Vishnuisme"@nb,
        "Vishnuisme"@nn ;
    skos:related humord:c18959 .

humord:c08511 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08511" ;
    dct:modified "2024-10-15T13:01:33"^^xsd:dateTime ;
    skos:altLabel "Bauls"@en ;
    skos:broadMatch <http://dewey.info/class/294.5512/e23/> ;
    skos:broader humord:c08510 ;
    skos:definition "Baul er en mystikersekt i Bengal <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.5512/e23/> ;
    skos:prefLabel "Baul"@en,
        "Baul"@nb,
        "Baul"@nn .

humord:c08512 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-09-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08512" ;
    dct:modified "2023-11-30T08:57:23"^^xsd:dateTime ;
    skos:altLabel "Muhammedanisme"@nb ;
    skos:broader humord:c58487 ;
    skos:closeMatch <http://dewey.info/class/297/e23/> ;
    skos:exactMatch realfagstermer:c011013 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011013,
        <http://dewey.info/class/297/e23/> ;
    skos:prefLabel "Islam"@en,
        "Islam"@nb,
        "Islam"@nn ;
    skos:related humord:c07345,
        humord:c08793,
        humord:c08840 .

humord:c08514 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-07-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08514" ;
    dct:modified "2025-11-20T08:48:51"^^xsd:dateTime ;
    skos:altLabel "Shiah"@en,
        "Shia-islam"@nb,
        "Shiisme"@nb,
        "Sjia-islam"@nb,
        "Sjiisme"@nb,
        "Shia-islam"@nn,
        "Shiisme"@nn,
        "Sjia-islam"@nn,
        "Sjiisme"@nn ;
    skos:broader humord:c08512 ;
    skos:definition "Sjiaislam er den nest største trosretningen innenfor islam, og representerer en innflytelsesrik gren av det islamske fellesskapet. Omkring 15 prosent av verdens muslimer tilhører sjiaislam.  <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/297.82/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.82/e23/> ;
    skos:prefLabel "Shia Islam"@en,
        "Sjiaislam"@nb,
        "Sjiaislam"@nn .

humord:c08519 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-01-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08519" ;
    dct:modified "2025-09-26T08:21:27"^^xsd:dateTime ;
    skos:altLabel "Tasawwuf"@en ;
    skos:broader humord:c08512 ;
    skos:exactMatch <http://dewey.info/class/297.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.4/e23/> ;
    skos:prefLabel "Sufism"@en,
        "Sufisme"@nb,
        "Sufisme"@nn ;
    skos:related humord:c08840,
        humord:c08841,
        humord:c68792 .

humord:c08520 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08520" ;
    dct:modified "2025-11-13T08:32:37"^^xsd:dateTime ;
    skos:altLabel "Jain Dharma"@en,
        "Jaina"@nb,
        "Jaina"@nn ;
    skos:broader humord:c20886 ;
    skos:exactMatch <http://dewey.info/class/294.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.044/e23/>,
        <http://dewey.info/class/294.4/e23/> ;
    skos:prefLabel "Jainism"@en,
        "Jainisme"@nb,
        "Jainisme"@nn ;
    skos:related humord:c14956 ;
    skos:relatedMatch <http://dewey.info/class/181.044/e23/> .

humord:c08522 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08522" ;
    dct:modified "2025-10-01T12:44:26"^^xsd:dateTime ;
    skos:altLabel "Judaisme"@nb,
        "Jødedommen"@nb,
        "Judaisme"@nn,
        "Jødedomen"@nn,
        "Jødedommen"@nn ;
    skos:broader humord:c58487 ;
    skos:exactMatch realfagstermer:c013887,
        <http://dewey.info/class/296/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013887,
        <http://dewey.info/class/296/e23/> ;
    skos:prefLabel "Judaism"@en,
        "Jødedom"@nb,
        "Jødedom"@nn ;
    skos:related humord:c00857,
        humord:c08450 .

humord:c08524 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08524" ;
    dct:modified "2025-01-31T07:54:53"^^xsd:dateTime ;
    skos:altLabel "Hasidism"@en ;
    skos:broader humord:c08522 ;
    skos:exactMatch <http://dewey.info/class/296.8332/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/296.8332/e23/> ;
    skos:prefLabel "Hasidic Judaism"@en,
        "Hasidisme"@nb,
        "Hasidisme"@nn ;
    skos:related humord:c05113 .

humord:c08525 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08525" ;
    dct:modified "2025-10-01T12:47:32"^^xsd:dateTime ;
    skos:altLabel "Bene miqra"@en,
        "Krymkaraylar"@en,
        "Bene miqra"@nb,
        "Karaim"@nb,
        "Karaimer"@nb,
        "Karaitt"@nb,
        "Qaraitter"@nb,
        "Bene miqra"@nn,
        "Karaim"@nn,
        "Karaimar"@nn,
        "Karaitt"@nn,
        "Qaraittar"@nn ;
    skos:broadMatch <http://dewey.info/class/296.81/e23/> ;
    skos:broader humord:c00916,
        humord:c08522 ;
    skos:definition "Karaitter er en jødisk sekt som baserer sin lov og tradisjon på tekstene i Tanakh (Det gamle testamentet), og avviser rabbinernes flere tusen år gamle tolkningstradisjon (Den muntlige Toraen). Mishnas og Talmuds autoritet anerkjennes derfor ikke.<SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/296.81/e23/> ;
    skos:prefLabel "Crimean Karaites"@en,
        "Karaitter"@nb,
        "Karaittar"@nn ;
    skos:related humord:c00857 .

humord:c08526 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08526" ;
    dct:modified "2025-11-20T08:46:36"^^xsd:dateTime ;
    skos:altLabel "Marrano"@en,
        "Marraner"@nb,
        "Marranerkulturen"@nb,
        "Marranar"@nn,
        "Marranerkulturen"@nn ;
    skos:broadMatch <http://dewey.info/class/296.09460902/e23/>,
        <http://dewey.info/class/305.8924046/e23/>,
        <http://dewey.info/class/946.004924/e23/> ;
    skos:broader humord:c08522 ;
    skos:definition "Marranere var en folkelig, nedsettende betegnelse på de masseomvendte nykristne, oftest tvangsdøpte jøder i Spania og Portugal på slutten av 1300- og begynnelsen av 1400-tallet. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/296.09460902/e23/>,
        <http://dewey.info/class/305.8924046/e23/>,
        <http://dewey.info/class/946.004924/e23/> ;
    skos:prefLabel "Marranos"@en,
        "Marranere"@nb,
        "Marranarar"@nn .

humord:c08528 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08528" ;
    dct:modified "2025-11-20T08:44:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/202.3/e23/> ;
    skos:broader humord:c08522 ;
    skos:definition "Messianisme er tro på at en messias skal komme til verden. Ordet brukes også om et religionsfilosofisk syn som går ut på at ens eget folk lider for menneskeheten. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/296.336/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/296.336/e23/> ;
    skos:prefLabel "Messianism"@en,
        "Messianisme"@nb,
        "Messianisme"@nn .

humord:c08529 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08529" ;
    dct:modified "2025-11-13T08:34:02"^^xsd:dateTime ;
    skos:altLabel "Ruism"@en,
        "Konfucianisme"@nb,
        "Ru jia"@nb,
        "Konfucianisme"@nn,
        "Ru jia"@nn ;
    skos:broader humord:c00558,
        humord:c20886 ;
    skos:exactMatch <http://dewey.info/class/181.112/e23/>,
        <http://dewey.info/class/299.512/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.112/e23/>,
        <http://dewey.info/class/299.512/e23/> ;
    skos:prefLabel "Confucianism"@en,
        "Konfusianisme"@nb,
        "Konfusianisme"@nn .

humord:c08532 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08532" ;
    dct:modified "2024-12-02T12:31:38"^^xsd:dateTime ;
    skos:altLabel "Nykonfusianisme"@nb,
        "Nykonfusianisme"@nn ;
    skos:broadMatch <http://dewey.info/class/181.112/e23/> ;
    skos:broader humord:c08529 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/181.112/e23/> ;
    skos:prefLabel "Neo-Confucianism"@en,
        "Neokonfusianisme"@nb,
        "Neokonfusianisme"@nn .

humord:c08534 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08534" ;
    dct:modified "2024-10-28T09:36:20"^^xsd:dateTime ;
    skos:altLabel "Kristendommen"@nb,
        "Kristendomen"@nn,
        "Kristendommen"@nn ;
    skos:broader humord:c58487 ;
    skos:closeMatch <http://dewey.info/class/274/e23/> ;
    skos:exactMatch realfagstermer:c002088,
        <http://dewey.info/class/230/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002088,
        <http://dewey.info/class/2--1761/e23/>,
        <http://dewey.info/class/230/e23/>,
        <http://dewey.info/class/274/e23/>,
        <http://dewey.info/class/704.9482/e23/> ;
    skos:prefLabel "Christianity"@en,
        "Kristendom"@nb,
        "Kristendom"@nn ;
    skos:related humord:c07338 ;
    skos:relatedMatch <http://dewey.info/class/2--1761/e23/>,
        <http://dewey.info/class/704.9482/e23/> .

humord:c08535 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08535" ;
    dct:modified "2025-11-20T08:40:46"^^xsd:dateTime ;
    skos:broader humord:c08534 ;
    skos:definition "Katolisisme er en retning innen kristendommen som er organisert i den katolske kirke og følger den katolske kirkes tradisjon og troslære. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/2--17612/e23/>,
        <http://dewey.info/class/230.2/e23/>,
        <http://dewey.info/class/282/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/2--17612/e23/>,
        <http://dewey.info/class/230.2/e23/>,
        <http://dewey.info/class/282/e23/> ;
    skos:prefLabel "Catholicism"@en,
        "Katolisisme"@nb,
        "Katolisisme"@nn .

humord:c08537 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-02-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08537" ;
    dct:modified "2024-10-28T09:12:51"^^xsd:dateTime ;
    skos:altLabel "Urkirken"@nb,
        "Urkristendom"@nb,
        "Urkristendom"@nn,
        "Urkristendommen"@nn,
        "Urkyrkja"@nn ;
    skos:broader humord:c08534 ;
    skos:closeMatch <http://dewey.info/class/270.1/e23/>,
        <http://dewey.info/class/281.2/e23/>,
        <http://dewey.info/class/281.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/270.1/e23/>,
        <http://dewey.info/class/281.2/e23/>,
        <http://dewey.info/class/281.3/e23/> ;
    skos:prefLabel "Primitive church"@en,
        "Urkristendommen"@nb,
        "Urkristendomen"@nn ;
    skos:related humord:c08779 .

humord:c08539 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-09-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08539" ;
    dct:modified "2025-11-13T08:40:22"^^xsd:dateTime ;
    skos:altLabel "Shintoism"@en,
        "Shintoisme"@nb,
        "Shintoisme"@nn ;
    skos:broader humord:c20377 ;
    skos:definition "Japanernes opprinnelige religion som går tilbake til forhistorisk tid <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/299.561/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.561/e23/> ;
    skos:prefLabel "Shintô"@en,
        "Shintô"@nb,
        "Shintô"@nn .

humord:c08541 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08541" ;
    dct:modified "2025-11-13T08:40:48"^^xsd:dateTime ;
    skos:altLabel "Sikh-religionen"@nb,
        "Sikh-religionen"@nn ;
    skos:broader humord:c20886 ;
    skos:exactMatch <http://dewey.info/class/294.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.6/e23/> ;
    skos:prefLabel "Sikhism"@en,
        "Sikhisme"@nb,
        "Sikhisme"@nn .

humord:c08543 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-12-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08543" ;
    dct:modified "2025-11-13T08:41:45"^^xsd:dateTime ;
    skos:altLabel "Mazdayasna"@en,
        "Zarathustraism"@en,
        "Den zarathustriske religion"@nb,
        "Mazdaisme"@nb,
        "Parsisme"@nb,
        "Zarathustrisme"@nb,
        "Zoroastrisme"@nb,
        "Den zarathustriske religion"@nn,
        "Mazdaisme"@nn,
        "Parsisme"@nn,
        "Zarathustrisme"@nn,
        "Zoroastrisme"@nn ;
    skos:broader humord:c20886 ;
    skos:exactMatch <http://dewey.info/class/295/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/295/e23/> ;
    skos:prefLabel "Zoroastrianism"@en,
        "Zarathustras lære"@nb,
        "Zarathustras lære"@nn ;
    skos:related humord:c14617 .

humord:c08550 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08550" ;
    dct:modified "2025-03-31T12:32:19"^^xsd:dateTime ;
    skos:altLabel "Egyptian mythology"@en,
        "Egyptisk mytologi"@nb,
        "Egyptisk mytologi"@nn ;
    skos:broader humord:c08549 ;
    skos:exactMatch <http://dewey.info/class/299.31/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.31/e23/> ;
    skos:prefLabel "Egyptian religion"@en,
        "Egyptisk religion"@nb,
        "Egyptisk religion"@nn ;
    skos:related humord:c04482 .

humord:c08551 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08551" ;
    dct:modified "2026-06-25T08:12:08"^^xsd:dateTime ;
    skos:altLabel "Greek and Roman religion"@en ;
    skos:broader humord:c08549 ;
    skos:exactMatch <http://dewey.info/class/292/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292/e23/> ;
    skos:prefLabel "Classical religion"@en,
        "Gresk-romersk religion"@nb,
        "Gresk-romersk religion"@nn ;
    skos:related humord:c08458 .

humord:c08552 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08552" ;
    dct:modified "2025-11-20T08:54:05"^^xsd:dateTime ;
    skos:broader humord:c08551 ;
    skos:exactMatch <http://dewey.info/class/292.08/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.08/e23/> ;
    skos:prefLabel "Greek religion"@en,
        "Gresk religion"@nb,
        "Gresk religion"@nn ;
    skos:related humord:c08459 .

humord:c08553 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08553" ;
    dct:modified "2026-06-25T08:47:38"^^xsd:dateTime ;
    skos:broader humord:c08551 ;
    skos:exactMatch <http://dewey.info/class/292.07/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.07/e23/> ;
    skos:prefLabel "Roman religion"@en,
        "Romersk religion"@nb,
        "Romersk religion"@nn ;
    skos:related humord:c08460 .

humord:c08554 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08554" ;
    dct:modified "2025-11-13T08:37:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/292.08/e23/> ;
    skos:broader humord:c08549 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.08/e23/> ;
    skos:prefLabel "Minoan religion"@en,
        "Minoisk religion"@nb,
        "Minoisk religion"@nn .

humord:c08556 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08556" ;
    dct:modified "2025-11-13T08:20:12"^^xsd:dateTime ;
    skos:altLabel "Religious ecstasy"@en,
        "Religiøs ekstase"@nb,
        "Religiøs ekstase"@nn ;
    skos:broadMatch <http://dewey.info/class/204.2/e23/> ;
    skos:broader humord:c08555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.2/e23/> ;
    skos:prefLabel "Ecstatic religion"@en,
        "Ekstatisk religion"@nb,
        "Ekstatisk religion"@nn ;
    skos:related humord:c08637 .

humord:c08558 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-01-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08558" ;
    dct:modified "2025-11-13T08:40:02"^^xsd:dateTime ;
    skos:altLabel "Hedendom"@nb,
        "Hedenskap"@nb,
        "Heidendom"@nn,
        "Heidenskap"@nn ;
    skos:broader humord:c08555 ;
    skos:closeMatch <http://dewey.info/class/293/e23/> ;
    skos:definition "Opprinnelig brukt om religionene til dem om holdt til utenfor byene eller de religionene som ble holdt utenfor den eller de dominerende religioner i et samfunn. Paganismen omfatter i europeisk historie blant annet keltisk, norrøn og samisk religion<SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/292/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292/e23/>,
        <http://dewey.info/class/293/e23/>,
        <http://dewey.info/class/299/e23/> ;
    skos:prefLabel "Paganism"@en,
        "Paganisme"@nb,
        "Paganisme"@nn ;
    skos:related humord:c19763,
        humord:c19871 ;
    skos:relatedMatch <http://dewey.info/class/299/e23/> .

humord:c08560 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-05-04T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08560" ;
    dct:modified "2025-11-13T08:37:39"^^xsd:dateTime ;
    skos:altLabel "Mystery religions"@en,
        "Sacred mysteries"@en ;
    skos:broadMatch <http://dewey.info/class/200/e23/> ;
    skos:broader humord:c08555 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/200/e23/>,
        <http://dewey.info/class/306.6/e23/> ;
    skos:prefLabel "Greco-Roman mysteries"@en,
        "Mysteriereligioner"@nb,
        "Mysteriereligionar"@nn ;
    skos:relatedMatch <http://dewey.info/class/306.6/e23/> .

humord:c08561 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08561" ;
    dct:modified "2025-11-20T08:50:36"^^xsd:dateTime ;
    skos:altLabel "Mithraic mysteries"@en,
        "Mithramysterier"@nb,
        "Mithramysterium"@nn ;
    skos:broader humord:c08560 ;
    skos:exactMatch <http://dewey.info/class/299.15/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.15/e23/> ;
    skos:prefLabel "Mithraism"@en,
        "Mithramysteriene"@nb,
        "Mithramysteria"@nn ;
    skos:related humord:c12651 .

humord:c08562 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08562" ;
    dct:modified "2024-02-28T14:49:03"^^xsd:dateTime ;
    skos:altLabel "Natural theology"@en,
        "Naturlig teologi"@nb,
        "Naturteologi"@nb,
        "Naturleg teologi"@nn,
        "Naturteologi"@nn ;
    skos:broader humord:c08555 ;
    skos:closeMatch <http://dewey.info/class/210/e23/> ;
    skos:definition "Religiøse sannheter som kan tilegnes ut fra den menneskelige fornuft uten noen spesiell åpenbaring <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/210/e23/> ;
    skos:prefLabel "Natural religion"@en,
        "Naturlig religion"@nb,
        "Naturleg religion"@nn .

humord:c08564 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08564" ;
    dct:modified "2025-11-13T08:41:03"^^xsd:dateTime ;
    skos:altLabel "Established religion"@en ;
    skos:broadMatch <http://dewey.info/class/201.72/e23/> ;
    skos:broader humord:c08555 ;
    skos:closeMatch <http://dewey.info/class/322.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/201.72/e23/>,
        <http://dewey.info/class/322.1/e23/> ;
    skos:prefLabel "State religion"@en,
        "Statsreligion"@nb,
        "Statsreligion"@nn .

humord:c08565 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08565" ;
    dct:modified "2025-11-12T14:30:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/210.1/e23/> ;
    skos:broader humord:c08400 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/210.1/e23/> ;
    skos:prefLabel "Phenomenology of religion"@en,
        "Religionsfenomenologi"@nb,
        "Religionsfenomenologi"@nn .

humord:c08566 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08566" ;
    dct:modified "2025-11-18T08:39:40"^^xsd:dateTime ;
    skos:altLabel "Religiosity"@en ;
    skos:broadMatch <http://dewey.info/class/204/e23/> ;
    skos:broader humord:c08565 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204/e23/> ;
    skos:prefLabel "Religiousness"@en,
        "Religiøsitet"@nb,
        "Religiøsitet"@nn .

humord:c08567 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08567" ;
    dct:modified "2025-11-18T08:19:47"^^xsd:dateTime ;
    skos:altLabel "Folk religion"@en,
        "Folkelig religiøsitet"@nb,
        "Folkereligion"@nb,
        "Folkeleg religiøsitet"@nn,
        "Folkereligion"@nn ;
    skos:broadMatch <http://dewey.info/class/204/e23/> ;
    skos:broader humord:c08566 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204/e23/> ;
    skos:prefLabel "Popular religion"@en,
        "Folkereligiøsitet"@nb,
        "Folkereligiøsitet"@nn .

humord:c08568 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08568" ;
    dct:modified "2025-11-18T08:22:07"^^xsd:dateTime ;
    skos:altLabel "Religious indifference"@en ;
    skos:broadMatch <http://dewey.info/class/211.8/e23/> ;
    skos:broader humord:c08566 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/211.8/e23/> ;
    skos:prefLabel "Irreligiosity"@en,
        "Irreligiøsitet"@nb,
        "Irreligiøsitet"@nn .

humord:c08569 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08569" ;
    dct:modified "2025-11-18T08:29:00"^^xsd:dateTime ;
    skos:broader humord:c08566 ;
    skos:inScheme humord: ;
    skos:prefLabel "Cults and rituals"@en,
        "Kultus og riter"@nb,
        "Kultus og ritar"@nn .

humord:c08570 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08570" ;
    dct:modified "2025-11-18T08:16:40"^^xsd:dateTime ;
    skos:altLabel "Kult"@nb,
        "Kult"@nn ;
    skos:broader humord:c08569 ;
    skos:closeMatch <http://dewey.info/class/209/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/209/e23/> ;
    skos:prefLabel "Cult"@en,
        "Kultus"@nb,
        "Kultus"@nn .

humord:c08572 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08572" ;
    dct:modified "2025-11-18T08:03:52"^^xsd:dateTime ;
    skos:altLabel "Bildedyrking"@nb,
        "Billeddyrkelse"@nb ;
    skos:broadMatch <http://dewey.info/class/202.18/e23/>,
        <http://dewey.info/class/203.7/e23/> ;
    skos:broader humord:c08570 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.18/e23/>,
        <http://dewey.info/class/203.7/e23/> ;
    skos:prefLabel "Image worship"@en,
        "Bildedyrkelse"@nb,
        "Bildedyrking"@nn ;
    skos:related humord:c05450 .

humord:c08575 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08575" ;
    dct:modified "2024-11-27T15:58:26"^^xsd:dateTime ;
    skos:altLabel "Demondyrking"@nb,
        "Djeveldyrkelse"@nb,
        "Djeveldyrking"@nb,
        "Djevledyrkelse"@nb,
        "Djevledyrking"@nb,
        "Demondyrking"@nn,
        "Demondyrkingar"@nn,
        "Djeveldyrking"@nn,
        "Djevel­dyrkingar"@nn,
        "Djevle­dyrking"@nn,
        "Djevle­dyrkingar"@nn ;
    skos:broader humord:c08570 ;
    skos:closeMatch <http://dewey.info/class/133.422/e23/>,
        <http://dewey.info/class/202.16/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.422/e23/>,
        <http://dewey.info/class/202.16/e23/> ;
    skos:prefLabel "Demon worship"@en,
        "Demondyrkelse"@nb,
        "Demondyrking"@nn ;
    skos:related humord:c00353,
        humord:c08870,
        humord:c16076 .

humord:c08577 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08577" ;
    dct:modified "2025-11-18T08:02:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/299/e23/> ;
    skos:broader humord:c08575 ;
    skos:exactMatch <http://dewey.info/class/133.422/e23/>,
        <http://dewey.info/class/202.16/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.422/e23/>,
        <http://dewey.info/class/202.16/e23/>,
        <http://dewey.info/class/299/e23/> ;
    skos:prefLabel "Satanism"@en,
        "Satanisme"@nb,
        "Satanisme"@nn ;
    skos:related humord:c08871 .

humord:c08578 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08578" ;
    dct:modified "2025-11-18T08:05:14"^^xsd:dateTime ;
    skos:broader humord:c08570 ;
    skos:closeMatch <http://dewey.info/class/306.777/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.1/e23/>,
        <http://dewey.info/class/306.777/e23/> ;
    skos:prefLabel "Fetishism"@en,
        "Fetisjisme"@nb,
        "Fetisjisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/202.1/e23/> .

humord:c08579 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08579" ;
    dct:modified "2025-11-18T08:09:15"^^xsd:dateTime ;
    skos:altLabel "Helgendyrking"@nb ;
    skos:broadMatch <http://dewey.info/class/202.13/e23/> ;
    skos:broader humord:c08570 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.13/e23/>,
        <http://dewey.info/class/235.2/e23/> ;
    skos:prefLabel "Cult of Saints"@en,
        "Helgendyrkelse"@nb,
        "Helgendyrking"@nn ;
    skos:related humord:c12378,
        humord:c19120 ;
    skos:relatedMatch <http://dewey.info/class/235.2/e23/> .

humord:c08581 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08581" ;
    dct:modified "2025-11-18T08:03:19"^^xsd:dateTime ;
    skos:altLabel "Mariadyrking"@nb ;
    skos:broadMatch <http://dewey.info/class/232.91/e23/> ;
    skos:broader humord:c08579 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/232.91/e23/> ;
    skos:prefLabel "Marian devotion"@en,
        "Mariadyrkelse"@nb,
        "Mariadyrking"@nn .

humord:c08583 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08583" ;
    dct:modified "2025-11-18T08:12:59"^^xsd:dateTime ;
    skos:altLabel "Emperor cult"@en,
        "Emperor worship"@en,
        "Keiserdyrking"@nb,
        "Keiserkult"@nb,
        "Keisarkult"@nn ;
    skos:broadMatch <http://dewey.info/class/202.13/e23/> ;
    skos:broader humord:c08570 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.13/e23/> ;
    skos:prefLabel "Imperial cult"@en,
        "Keiserdyrkelse"@nb,
        "Keisardyrking"@nn ;
    skos:related humord:c16555 .

humord:c08586 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08586" ;
    dct:modified "2024-01-03T09:46:47"^^xsd:dateTime ;
    skos:altLabel "Shamanisme"@nb ;
    skos:broader humord:c08570 ;
    skos:definition "Kultformer der en sjaman er mellommann mellom mennesker og åndeverdenen. Ofte brukt som fellesbetegnelser på religioner i Sibir; også om nordamerikanske paralleller <SNL>"@nb ;
    skos:exactMatch realfagstermer:c003023,
        <http://dewey.info/class/201.44/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003023,
        <http://dewey.info/class/201.44/e23/> ;
    skos:prefLabel "Shamanism"@en,
        "Sjamanisme"@nb,
        "Sjamanisme"@nn ;
    skos:related humord:c05097,
        humord:c07362 .

humord:c08587 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08587" ;
    dct:modified "2025-11-18T08:16:21"^^xsd:dateTime ;
    skos:altLabel "Solar cult"@en,
        "Soldyrkelse"@nb,
        "Soldyrking"@nb,
        "Soltilbedelse"@nb,
        "Soldyrking"@nn,
        "Soltilbeding"@nn ;
    skos:broadMatch <http://dewey.info/class/202.12/e23/> ;
    skos:broader humord:c08570 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.12/e23/> ;
    skos:prefLabel "Sun cult"@en,
        "Solkultus"@nb,
        "Solkultus"@nn .

humord:c08591 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08591" ;
    dct:modified "2024-08-19T14:38:19"^^xsd:dateTime ;
    skos:altLabel "Åndedyrking"@nb ;
    skos:broadMatch <http://dewey.info/class/202.15/e23/>,
        <http://dewey.info/class/202.16/e23/> ;
    skos:broader humord:c08570 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.15/e23/>,
        <http://dewey.info/class/202.16/e23/> ;
    skos:prefLabel "Spirit worship"@en,
        "Åndedyrkelse"@nb,
        "Åndedyrking"@nn .

humord:c08593 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08593" ;
    dct:modified "2025-11-18T08:01:52"^^xsd:dateTime ;
    skos:altLabel "Veneration of the dead"@en ;
    skos:broadMatch <http://dewey.info/class/202.13/e23/> ;
    skos:broader humord:c08591 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.13/e23/> ;
    skos:prefLabel "Death cult"@en,
        "Dødskultus"@nb,
        "Dødskultus"@nn .

humord:c08594 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08594" ;
    dct:modified "2025-11-18T08:00:31"^^xsd:dateTime ;
    skos:altLabel "Forfedredyrking"@nb ;
    skos:broadMatch <http://dewey.info/class/202.13/e23/> ;
    skos:broader humord:c08591 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.13/e23/> ;
    skos:prefLabel "Ancestor worship"@en,
        "Forfedredyrkelse"@nb,
        "Forfedredyrking"@nn .

humord:c08596 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08596" ;
    dct:modified "2025-01-30T07:39:16"^^xsd:dateTime ;
    skos:altLabel "Ritus"@nb,
        "Rituser"@nb,
        "Ritus"@nn,
        "Ritusar"@nn ;
    skos:broader humord:c08569 ;
    skos:closeMatch <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/394/e23/> ;
    skos:definition "Magiske handlinger med ord eller gjenstander <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.43/e23/>,
        <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/264/e23/>,
        <http://dewey.info/class/296.45/e23/>,
        <http://dewey.info/class/297.38/e23/>,
        <http://dewey.info/class/394/e23/> ;
    skos:prefLabel "Rites"@en,
        "Riter"@nb,
        "Ritar"@nn ;
    skos:related humord:c05159 ;
    skos:relatedMatch <http://dewey.info/class/133.43/e23/>,
        <http://dewey.info/class/264/e23/>,
        <http://dewey.info/class/296.45/e23/>,
        <http://dewey.info/class/297.38/e23/> .

humord:c08598 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-02-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08598" ;
    dct:modified "2024-07-02T09:44:28"^^xsd:dateTime ;
    skos:altLabel "Burial"@en,
        "Burials"@en,
        "Funerals"@en,
        "Begravelse"@nb,
        "Gravferd"@nb,
        "Gravferder"@nb,
        "Jordbegravelse"@nb,
        "Jordfestelse"@nb,
        "Jordfesting"@nb,
        "Gravferd"@nn,
        "Jordfesting"@nn,
        "Jordfestingar"@nn ;
    skos:broadMatch <http://dewey.info/class/344.045/e23/>,
        <http://dewey.info/class/393.93/e23/> ;
    skos:broader humord:c16726 ;
    skos:exactMatch <http://dewey.info/class/363.75/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/344.045/e23/>,
        <http://dewey.info/class/353.6/e23/>,
        <http://dewey.info/class/363.75/e23/>,
        <http://dewey.info/class/393.93/e23/>,
        <http://dewey.info/class/614.6/e23/> ;
    skos:prefLabel "Funeral"@en,
        "Begravelser"@nb,
        "Gravferder"@nn ;
    skos:related humord:c08599 ;
    skos:relatedMatch <http://dewey.info/class/353.6/e23/>,
        <http://dewey.info/class/614.6/e23/> .

humord:c08599 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-02-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08599" ;
    dct:modified "2025-01-28T07:28:20"^^xsd:dateTime ;
    skos:altLabel "Kremasjoner"@nb,
        "Kremering"@nb,
        "Likbrenning"@nb,
        "Kremasjonar"@nn,
        "Kremering"@nn,
        "Likbrenning"@nn ;
    skos:broader humord:c16726 ;
    skos:exactMatch <http://dewey.info/class/363.75/e23/>,
        <http://dewey.info/class/393.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/363.75/e23/>,
        <http://dewey.info/class/393.2/e23/> ;
    skos:prefLabel "Cremation"@en,
        "Kremasjon"@nb,
        "Kremasjon"@nn ;
    skos:related humord:c08598 .

humord:c08602 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08602" ;
    dct:modified "2025-01-21T19:46:34"^^xsd:dateTime ;
    skos:altLabel "Hierogamy"@en,
        "Sacred marriages"@en,
        "Hellige ekteskap"@nb,
        "Heilage ekteskap"@nn ;
    skos:broadMatch <http://dewey.info/class/203.85/e23/> ;
    skos:broader humord:c08596 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.85/e23/> ;
    skos:prefLabel "Hieros gamos"@en,
        "Hierogami"@nb,
        "Hierogami"@nn .

humord:c08603 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08603" ;
    dct:modified "2025-11-17T08:23:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/203.4/e23/>,
        <http://dewey.info/class/203.8/e23/> ;
    skos:broader humord:c08596 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.4/e23/>,
        <http://dewey.info/class/203.8/e23/> ;
    skos:prefLabel "Sacrificial rites"@en,
        "Offerriter"@nb,
        "Offerritar"@nn .

humord:c08604 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08604" ;
    dct:modified "2025-11-14T10:45:28"^^xsd:dateTime ;
    skos:altLabel "Immolation"@en,
        "Offering"@en,
        "Blot"@nb,
        "Ofring"@nb,
        "Blot"@nn,
        "Ofring"@nn ;
    skos:broader humord:c08603 ;
    skos:closeMatch <http://dewey.info/class/203.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.4/e23/> ;
    skos:prefLabel "Sacrifices"@en,
        "Offer"@nb,
        "Offer"@nn .

humord:c08605 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08605" ;
    dct:modified "2025-11-14T10:41:21"^^xsd:dateTime ;
    skos:altLabel "Human sacrifice"@en,
        "Mannablot"@nb,
        "Menneskeofring"@nb,
        "Mannablot"@nn,
        "Menneskeofring"@nn ;
    skos:broader humord:c08604 ;
    skos:exactMatch <http://dewey.info/class/203.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.42/e23/> ;
    skos:prefLabel "Human sacrifices"@en,
        "Menneskeoffer"@nb,
        "Menneskeoffer"@nn .

humord:c08607 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08607" ;
    dct:modified "2025-11-14T10:39:46"^^xsd:dateTime ;
    skos:altLabel "Filial sacrifice"@en,
        "Sacrifice of children"@en,
        "Sønneoffer"@nb,
        "Soneoffer"@nn ;
    skos:broadMatch <http://dewey.info/class/203.42/e23/> ;
    skos:broader humord:c08605 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.42/e23/> ;
    skos:prefLabel "Child sacrifice"@en,
        "Barneoffer"@nb,
        "Barneoffer"@nn .

humord:c08608 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08608" ;
    dct:modified "2025-11-14T10:48:55"^^xsd:dateTime ;
    skos:altLabel "Blessed sacrament (Sacrificial meal)"@en,
        "Breaking of bread"@en,
        "Divine liturgy (Sacrificial meal)"@en,
        "Divine service (Sacrificial meal)"@en,
        "Holy communion (Sacrificial meal)"@en,
        "Mass (Sacrificial meal)"@en,
        "Sacrament (Sacrificial meal)"@en,
        "Sacrificial meals"@en,
        "Nattverd (Offerrite)"@nb,
        "Nattverd (Offerrite)"@nn ;
    skos:broadMatch <http://dewey.info/class/203.4/e23/> ;
    skos:broader humord:c08604 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.4/e23/> ;
    skos:prefLabel "Sacrificial meal"@en,
        "Offermåltid"@nb,
        "Offermåltid"@nn .

humord:c08609 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08609" ;
    dct:modified "2025-11-14T10:50:59"^^xsd:dateTime ;
    skos:altLabel "Ex-voto"@en ;
    skos:broadMatch <http://dewey.info/class/246.55/e23/> ;
    skos:broader humord:c08604 ;
    skos:exactMatch <http://dewey.info/class/203.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/246.55/e23/>,
        <http://dewey.info/class/704.948/e23/> ;
    skos:prefLabel "Votive offerings"@en,
        "Votivgaver"@nb,
        "Votivgåver"@nn ;
    skos:related humord:c05667 ;
    skos:relatedMatch <http://dewey.info/class/704.948/e23/> .

humord:c08610 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-11-10T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08610" ;
    dct:modified "2026-02-24T10:58:37"^^xsd:dateTime ;
    skos:altLabel "Rites de passage"@en,
        "Initiasjonsriter"@nb,
        "Jando"@nb,
        "Overgangsritualer"@nb,
        "Rites de passage"@nb,
        "Initiasjonsritar"@nn,
        "Jando"@nn,
        "Overgangsritual"@nn ;
    skos:broadMatch <http://dewey.info/class/203.8/e23/> ;
    skos:broader humord:c08596 ;
    skos:definition "Det seremoniell som utføres for å markere et inidivids eller en gruppes overgang fra en status i samfunnet til en annen <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/302.1/e23/>,
        <http://dewey.info/class/303.4/e23/>,
        <http://dewey.info/class/390/e23/> ;
    skos:prefLabel "Rites of passage"@en,
        "Overgangsriter"@nb,
        "Overgangsritar"@nn ;
    skos:relatedMatch <http://dewey.info/class/302.1/e23/>,
        <http://dewey.info/class/303.4/e23/>,
        <http://dewey.info/class/390/e23/> .

humord:c08614 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08614" ;
    dct:modified "2025-11-17T08:25:48"^^xsd:dateTime ;
    skos:altLabel "Pravrajya"@en ;
    skos:broadMatch <http://dewey.info/class/294.361/e23/> ;
    skos:broader humord:c08596 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.361/e23/> ;
    skos:prefLabel "Pabbajja"@en,
        "Pabbajja"@nb,
        "Pabbajja"@nn .

humord:c08615 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08615" ;
    dct:modified "2025-01-29T15:09:12"^^xsd:dateTime ;
    skos:altLabel "Religious festivals"@en ;
    skos:broader humord:c04844,
        humord:c08596 ;
    skos:closeMatch <http://dewey.info/class/394.265/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/394.265/e23/> ;
    skos:prefLabel "Religious feasts"@en,
        "Religiøse fester"@nb,
        "Religiøse fester"@nn ;
    skos:related humord:c04948,
        humord:c12345 .

humord:c08616 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-09-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08616" ;
    dct:modified "2025-01-27T09:51:11"^^xsd:dateTime ;
    skos:altLabel "Christian fast"@en,
        "Christian period of fasting"@en,
        "Fasten"@nb,
        "Fastetiden"@nb,
        "Fasta"@nn,
        "Fastetida"@nn ;
    skos:broader humord:c11109 ;
    skos:definition "Tiden er til minne om Jesu 40 dagers faste i ørkenen <Wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/263.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/263.92/e23/> ;
    skos:prefLabel "Lent"@en,
        "Fastetid"@nb,
        "Fastetid"@nn ;
    skos:related humord:c04952,
        humord:c16642 .

humord:c08619 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-08-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08619" ;
    dct:modified "2024-02-22T10:45:54"^^xsd:dateTime ;
    skos:altLabel "Julefeiring"@nb,
        "Julen"@nb,
        "Juletradisjoner"@nb,
        "Jol"@nn,
        "Jola"@nn,
        "Jula"@nn,
        "Julefeiring"@nn,
        "Juletradisjonar"@nn ;
    skos:broader humord:c08615 ;
    skos:exactMatch realfagstermer:c013975,
        <http://dewey.info/class/263.915/e23/>,
        <http://dewey.info/class/394.2663/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013975,
        <http://dewey.info/class/242.335/e23/>,
        <http://dewey.info/class/252.615/e23/>,
        <http://dewey.info/class/263.915/e23/>,
        <http://dewey.info/class/394.2663/e23/>,
        <http://dewey.info/class/641.5686/e23/>,
        <http://dewey.info/class/745.59412/e23/> ;
    skos:prefLabel "Christmas"@en,
        "Jul"@nb,
        "Jul"@nn ;
    skos:relatedMatch <http://dewey.info/class/242.335/e23/>,
        <http://dewey.info/class/252.615/e23/>,
        <http://dewey.info/class/641.5686/e23/>,
        <http://dewey.info/class/745.59412/e23/> .

humord:c08620 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-08-20T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08620" ;
    dct:modified "2024-07-29T12:31:27"^^xsd:dateTime ;
    skos:altLabel "Kristen påskefeiring"@nb,
        "Påskefeiring (Kristendom)"@nb,
        "Påsken"@nb,
        "Påsketradisjoner"@nb,
        "Påska"@nn,
        "Påsketradisjonar"@nn ;
    skos:broader humord:c08615 ;
    skos:exactMatch <http://dewey.info/class/263.93/e23/>,
        <http://dewey.info/class/394.2667/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/232.97/e23/>,
        <http://dewey.info/class/242.36/e23/>,
        <http://dewey.info/class/252.63/e23/>,
        <http://dewey.info/class/263.93/e23/>,
        <http://dewey.info/class/394.2667/e23/> ;
    skos:prefLabel "Easter"@en,
        "Påske"@nb,
        "Påske"@nn ;
    skos:relatedMatch <http://dewey.info/class/232.97/e23/>,
        <http://dewey.info/class/242.36/e23/>,
        <http://dewey.info/class/252.63/e23/> .

humord:c08621 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-03-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08621" ;
    dct:modified "2025-01-28T07:40:22"^^xsd:dateTime ;
    skos:altLabel "Pesach"@en,
        "Påskefeiring (Jødedom)"@nb,
        "Påskefeiring (Jødedom)"@nn ;
    skos:broader humord:c08615 ;
    skos:closeMatch realfagstermer:c012878 ;
    skos:exactMatch <http://dewey.info/class/296.437/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c012878,
        <http://dewey.info/class/296.437/e23/> ;
    skos:prefLabel "Passover"@en,
        "Jødisk påskefeiring"@nb,
        "Jødisk påskefeiring"@nn .

humord:c08625 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08625" ;
    dct:modified "2025-11-18T07:54:24"^^xsd:dateTime ;
    skos:altLabel "Ablution"@en,
        "Purgation"@en,
        "Ritual cleaning"@en,
        "Rituell renselse"@nb,
        "Rituell reinsing"@nn ;
    skos:broadMatch <http://dewey.info/class/203.8/e23/> ;
    skos:broader humord:c08596 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.8/e23/> ;
    skos:prefLabel "Ritual purification"@en,
        "Renselse"@nb,
        "Reinsing (Ritar)"@nn .

humord:c08627 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08627" ;
    dct:modified "2025-11-18T07:56:27"^^xsd:dateTime ;
    skos:altLabel "Unciton"@en ;
    skos:broader humord:c08596 ;
    skos:closeMatch <http://dewey.info/class/234.167/e23/>,
        <http://dewey.info/class/265.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/234.167/e23/>,
        <http://dewey.info/class/265.7/e23/> ;
    skos:prefLabel "Anointing"@en,
        "Salving"@nb,
        "Salving"@nn .

humord:c08628 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08628" ;
    dct:modified "2025-11-18T07:58:01"^^xsd:dateTime ;
    skos:altLabel "Sacrament of Penance"@en ;
    skos:broader humord:c08596 ;
    skos:exactMatch <http://dewey.info/class/234.166/e23/>,
        <http://dewey.info/class/265.62/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/234.166/e23/>,
        <http://dewey.info/class/265.62/e23/> ;
    skos:prefLabel "Confessions  (Rites)"@en,
        "Skriftemål"@nb,
        "Skriftemål"@nn .

humord:c08629 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08629" ;
    dct:modified "2025-10-20T10:49:19"^^xsd:dateTime ;
    skos:altLabel "Thomas Mass"@nb ;
    skos:broadMatch <http://dewey.info/class/263.98/e23/> ;
    skos:broader humord:c08596 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/263.98/e23/>,
        <http://dewey.info/class/398.33/e23/> ;
    skos:prefLabel "St. Thomas Mass"@en,
        "Tomasmesse"@nb,
        "Tomasmesse"@nn ;
    skos:relatedMatch <http://dewey.info/class/398.33/e23/> .

humord:c08630 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-09-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08630" ;
    dct:modified "2024-11-14T10:32:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/201/e23/> ;
    skos:broader humord:c13446 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/201/e23/> ;
    skos:prefLabel "Religious dialogue"@en,
        "Religiøs dialog"@nb,
        "Religiøs dialog"@nn ;
    skos:related humord:c06015 .

humord:c08631 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08631" ;
    dct:modified "2025-11-18T08:30:13"^^xsd:dateTime ;
    skos:altLabel "Religiøs fornying"@nb ;
    skos:broadMatch <http://dewey.info/class/204.2/e23/> ;
    skos:broader humord:c08566 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.2/e23/> ;
    skos:prefLabel "Religious renewal"@en,
        "Religiøs fornyelse"@nb,
        "Religiøs fornying"@nn .

humord:c08632 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08632" ;
    dct:modified "2025-11-26T14:53:01"^^xsd:dateTime ;
    skos:broader humord:c08631 ;
    skos:closeMatch <http://dewey.info/class/270.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/270.6/e23/> ;
    skos:prefLabel "Counter-reformation"@en,
        "Motreformasjon"@nb,
        "Motreformasjon"@nn .

humord:c08634 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2019-01-25T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08634" ;
    dct:modified "2025-11-26T14:53:26"^^xsd:dateTime ;
    skos:altLabel "Reformasjon"@nb,
        "Reformasjon"@nn ;
    skos:broadMatch <http://dewey.info/class/204.2/e23/> ;
    skos:broader humord:c08631 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.2/e23/> ;
    skos:prefLabel "Reformations"@en,
        "Reformasjoner"@nb,
        "Reformasjonar"@nn ;
    skos:related humord:c04152 .

humord:c08635 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-09-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08635" ;
    dct:modified "2025-11-11T08:04:11"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/204/e23/> ;
    skos:broader humord:c08132,
        humord:c08566 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204/e23/> ;
    skos:prefLabel "Religious identity"@en,
        "Religiøs identitet"@nb,
        "Religiøs identitet"@nn .

humord:c08636 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08636" ;
    dct:modified "2025-11-18T08:31:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/204/e23/> ;
    skos:broader humord:c08566 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204/e23/> ;
    skos:prefLabel "Religious goals"@en,
        "Religiøse mål"@nb,
        "Religiøse mål"@nn .

humord:c08637 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08637" ;
    dct:modified "2025-11-26T14:37:46"^^xsd:dateTime ;
    skos:altLabel "Rapture"@en ;
    skos:broader humord:c08636 ;
    skos:closeMatch <http://dewey.info/class/152.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/152.42/e23/> ;
    skos:prefLabel "Ecstasy"@en,
        "Ekstase"@nb,
        "Ekstase"@nn ;
    skos:related humord:c08556,
        humord:c22425 .

humord:c08638 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08638" ;
    dct:modified "2025-11-26T14:37:24"^^xsd:dateTime ;
    skos:altLabel "Redemption"@en ;
    skos:broadMatch <http://dewey.info/class/234/e23/>,
        <http://dewey.info/class/296.32/e23/>,
        <http://dewey.info/class/297.22/e23/> ;
    skos:broader humord:c08636 ;
    skos:exactMatch <http://dewey.info/class/202.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/234/e23/>,
        <http://dewey.info/class/296.32/e23/>,
        <http://dewey.info/class/297.22/e23/> ;
    skos:prefLabel "Salvation"@en,
        "Frelse"@nb,
        "Frelse"@nn ;
    skos:related humord:c16528 .

humord:c08639 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08639" ;
    dct:modified "2025-11-25T13:11:34"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/202.2/e23/> ;
    skos:broader humord:c08638 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.2/e23/> ;
    skos:prefLabel "Eternal life"@en,
        "Evig liv"@nb,
        "Evig liv"@nn .

humord:c08640 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08640" ;
    dct:modified "2025-11-26T14:38:26"^^xsd:dateTime ;
    skos:altLabel "Piousness"@en ;
    skos:broadMatch <http://dewey.info/class/204.4/e23/> ;
    skos:broader humord:c08636 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.4/e23/> ;
    skos:prefLabel "Piety"@en,
        "Fromhet"@nb,
        "Fromheit"@nn ;
    skos:related humord:c19328 .

humord:c08641 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-01-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08641" ;
    dct:modified "2024-08-19T14:42:57"^^xsd:dateTime ;
    skos:altLabel "Religious conduct of life"@en,
        "Religious course of life"@en,
        "Religious life"@en,
        "Religious way of life"@en,
        "Spiritual life"@en,
        "Fromhetsliv"@nb,
        "Åndelig liv"@nb,
        "Fromheitsliv"@nn,
        "Religiøs livsførsle"@nn ;
    skos:broader humord:c08640 ;
    skos:closeMatch <http://dewey.info/class/204.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.4/e23/> ;
    skos:prefLabel "Pious life"@en,
        "Religiøs livsførsel"@nb,
        "Religiøs livsførsel"@nn .

humord:c08643 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08643" ;
    dct:modified "2025-11-25T13:10:51"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.543/e23/> ;
    skos:broader humord:c08641 ;
    skos:definition "Hengivenhet til en personlig gud <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.543/e23/> ;
    skos:prefLabel "Bhakti"@en,
        "Bhakti"@nb,
        "Bhakti"@nn .

humord:c08644 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08644" ;
    dct:modified "2025-11-26T14:34:31"^^xsd:dateTime ;
    skos:altLabel "Churchgoing"@en ;
    skos:broadMatch <http://dewey.info/class/248/e23/> ;
    skos:broader humord:c08641 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/248/e23/> ;
    skos:prefLabel "Church attendance"@en,
        "Kirkegang"@nb,
        "Kyrkjegang"@nn .

humord:c08645 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08645" ;
    dct:modified "2025-11-26T14:36:17"^^xsd:dateTime ;
    skos:altLabel "Valfart"@nb,
        "Valfart"@nn ;
    skos:broader humord:c08641 ;
    skos:exactMatch <http://dewey.info/class/203.51/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.51/e23/>,
        <http://dewey.info/class/263.041/e23/>,
        <http://dewey.info/class/294.5351/e23/>,
        <http://dewey.info/class/296.481/e23/>,
        <http://dewey.info/class/297.35/e23/> ;
    skos:prefLabel "Pilgrimage"@en,
        "Pilegrimsreiser"@nb,
        "Pilegrimsreiser"@nn ;
    skos:related humord:c61532 ;
    skos:relatedMatch <http://dewey.info/class/263.041/e23/>,
        <http://dewey.info/class/294.5351/e23/>,
        <http://dewey.info/class/296.481/e23/>,
        <http://dewey.info/class/297.35/e23/> .

humord:c08647 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-04-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08647" ;
    dct:modified "2025-11-18T08:43:25"^^xsd:dateTime ;
    skos:broader humord:c08641 ;
    skos:definition "I hinduismen: Frivillig askese med åndelig styrke og renselse som mål <Britannica>"@nb ;
    skos:exactMatch <http://dewey.info/class/294.5447/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.5447/e23/> ;
    skos:prefLabel "Tapas (Hinduism)"@en,
        "Tapas (Hinduisme)"@nb,
        "Tapas (Hinduisme)"@nn ;
    skos:related humord:c00313 .

humord:c08648 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08648" ;
    dct:modified "2025-11-26T14:42:47"^^xsd:dateTime ;
    skos:altLabel "Jihad"@nb,
        "Jihad"@nn ;
    skos:broader humord:c08636 ;
    skos:exactMatch <http://dewey.info/class/297.72/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.72/e23/> ;
    skos:prefLabel "Jihad"@en,
        "Hellig krig"@nb,
        "Heilag krig"@nn .

humord:c08650 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08650" ;
    dct:modified "2025-11-26T14:43:27"^^xsd:dateTime ;
    skos:altLabel "Christianisation"@en ;
    skos:broadMatch <http://dewey.info/class/234.5/e23/>,
        <http://dewey.info/class/266/e23/> ;
    skos:broader humord:c08636 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/234.5/e23/>,
        <http://dewey.info/class/266/e23/> ;
    skos:prefLabel "Christianization"@en,
        "Kristning"@nb,
        "Kristning"@nn .

humord:c08651 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08651" ;
    dct:modified "2025-11-25T13:07:53"^^xsd:dateTime ;
    skos:altLabel "Evangelisation"@en ;
    skos:broadMatch <http://dewey.info/class/266/e23/> ;
    skos:broader humord:c08650 ;
    skos:exactMatch <http://dewey.info/class/269.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/266/e23/>,
        <http://dewey.info/class/269.2/e23/> ;
    skos:prefLabel "Evangelization"@en,
        "Evangelisering"@nb,
        "Evangelisering"@nn ;
    skos:related humord:c08654 .

humord:c08652 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08652" ;
    dct:modified "2025-11-25T13:08:52"^^xsd:dateTime ;
    skos:altLabel "Forkynning (Evangelisering)"@nn ;
    skos:broadMatch <http://dewey.info/class/251/e23/> ;
    skos:broader humord:c08651 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/251/e23/> ;
    skos:prefLabel "Preaching (Evangelization)"@en,
        "Forkynnelse (Evangelisering)"@nb,
        "Forkynning (Evangelisering)"@nn .

humord:c08653 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08653" ;
    dct:modified "2025-11-26T10:47:12"^^xsd:dateTime ;
    skos:altLabel "Lekmannsforkynning"@nb ;
    skos:broadMatch <http://dewey.info/class/251/e23/> ;
    skos:broader humord:c08652 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/251/e23/> ;
    skos:prefLabel "Lay preaching"@en,
        "Lekmannsforkynnelse"@nb,
        "Lekmannsforkynning"@nn ;
    skos:related humord:c14450 .

humord:c08654 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-08-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08654" ;
    dct:modified "2025-11-04T08:06:23"^^xsd:dateTime ;
    skos:altLabel "Misjonsarbeid"@nb,
        "Misjonsarbeid"@nn ;
    skos:broader humord:c08636 ;
    skos:closeMatch <http://dewey.info/class/207.2/e23/>,
        <http://dewey.info/class/297.74/e23/> ;
    skos:definition "Misjon er organisert virksomhet for å utbre en religion <BOB>"@nb ;
    skos:exactMatch realfagstermer:c005273 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005273,
        <http://dewey.info/class/207.2/e23/>,
        <http://dewey.info/class/297.74/e23/> ;
    skos:prefLabel "Mission"@en,
        "Misjon"@nb,
        "Misjon"@nn ;
    skos:related humord:c08651,
        humord:c60950 .

humord:c08655 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1999-03-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08655" ;
    dct:modified "2024-10-08T12:32:57"^^xsd:dateTime ;
    skos:altLabel "Bispevisitaser"@nb,
        "Visitaser"@nb,
        "Bispevisitasar"@nn,
        "Visitasar"@nn ;
    skos:broadMatch <http://dewey.info/class/262.12/e23/> ;
    skos:broader humord:c09350 ;
    skos:definition "Tilsynsbesøk som biskopen (prosten) avlegger i en menighet <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/262.12/e23/> ;
    skos:prefLabel "Visitation"@en,
        "Visitas"@nb,
        "Visitas"@nn .

humord:c08656 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08656" ;
    dct:modified "2025-11-26T14:45:23"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.3423/e23/>,
        <http://dewey.info/class/294.523/e23/> ;
    skos:broader humord:c08636 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.3423/e23/>,
        <http://dewey.info/class/294.523/e23/> ;
    skos:prefLabel "Nirvana"@en,
        "Nirvana"@nb,
        "Nirvana"@nn ;
    skos:related humord:c17584 .

humord:c08657 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08657" ;
    dct:modified "2025-11-26T14:46:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.3423/e23/> ;
    skos:broader humord:c08636 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.3423/e23/> ;
    skos:prefLabel "Nivrtti"@en,
        "Nivrtti"@nb,
        "Nivrtti"@nn .

humord:c08658 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2016-09-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08658" ;
    dct:modified "2025-11-26T14:45:12"^^xsd:dateTime ;
    skos:altLabel "Mercy"@en ;
    skos:broadMatch <http://dewey.info/class/202.2/e23/> ;
    skos:broader humord:c08636 ;
    skos:closeMatch <http://dewey.info/class/234/e23/> ;
    skos:definition "Uttrykk for Guds kjærlighet som for Kristi skyld lar nåde gå for rett, fritar de skyldige for den fortjente straff, tilgir dem og tilbyr dem evig liv i sitt rike <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.2/e23/>,
        <http://dewey.info/class/234/e23/> ;
    skos:prefLabel "Grace"@en,
        "Nåde"@nb,
        "Nåde"@nn .

humord:c08659 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08659" ;
    dct:modified "2025-11-26T14:45:45"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.342/e23/> ;
    skos:broader humord:c08636 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.342/e23/> ;
    skos:prefLabel "Pravrtti"@en,
        "Pravrtti"@nb,
        "Pravrtti"@nn .

humord:c08660 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08660" ;
    dct:modified "2024-08-29T18:04:04"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/346.0642/e23/> ;
    skos:broader humord:c08636 ;
    skos:definition "Waqf er i islamske land en gave til Gud i velgjørende hensikt.  <wikipedia>"@nb ;
    skos:exactMatch <http://dewey.info/class/346.1670642/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/346.0642/e23/>,
        <http://dewey.info/class/346.1670642/e23/> ;
    skos:prefLabel "Waqf"@en,
        "Waqf"@nb,
        "Waqf"@nn .

humord:c08662 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-11-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08662" ;
    dct:modified "2024-12-02T09:48:31"^^xsd:dateTime ;
    skos:altLabel "Religious faith"@en,
        "Tro (Religion)"@nb,
        "Tru (Religion)"@nn ;
    skos:broader humord:c08566 ;
    skos:closeMatch <http://dewey.info/class/202/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202/e23/> ;
    skos:prefLabel "Religious belief"@en,
        "Religiøs tro"@nb,
        "Religiøs tru"@nn ;
    skos:related humord:c05087,
        humord:c08033,
        humord:c13406 .

humord:c08664 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-11-02T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08664" ;
    dct:modified "2025-11-26T14:46:36"^^xsd:dateTime ;
    skos:altLabel "Christian faith"@en,
        "Tro (Kristendom)"@nb,
        "Tru (Kristendom)"@nn ;
    skos:broader humord:c08662 ;
    skos:exactMatch <http://dewey.info/class/234.23/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/234.23/e23/> ;
    skos:prefLabel "Christian belief"@en,
        "Kristentro"@nb,
        "Kristentru"@nn .

humord:c08665 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08665" ;
    dct:modified "2023-12-19T13:49:19"^^xsd:dateTime ;
    skos:broader humord:c08565 ;
    skos:exactMatch realfagstermer:c002802,
        <http://dewey.info/class/202/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002802,
        <http://dewey.info/class/202/e23/>,
        <http://dewey.info/class/230/e23/>,
        <http://dewey.info/class/294.342/e23/>,
        <http://dewey.info/class/296.3/e23/>,
        <http://dewey.info/class/297.2/e23/> ;
    skos:prefLabel "Theology"@en,
        "Teologi"@nb,
        "Teologi"@nn ;
    skos:related humord:c07542 ;
    skos:relatedMatch <http://dewey.info/class/230/e23/>,
        <http://dewey.info/class/294.342/e23/>,
        <http://dewey.info/class/296.3/e23/>,
        <http://dewey.info/class/297.2/e23/> .

humord:c08666 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-02-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08666" ;
    dct:modified "2025-11-24T11:26:04"^^xsd:dateTime ;
    skos:altLabel "Troslære"@nb,
        "Truslære"@nn ;
    skos:broader humord:c08665 ;
    skos:exactMatch <http://dewey.info/class/202/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202/e23/>,
        <http://dewey.info/class/210/e23/>,
        <http://dewey.info/class/230/e23/>,
        <http://dewey.info/class/294.342/e23/>,
        <http://dewey.info/class/296.3/e23/>,
        <http://dewey.info/class/297.2/e23/> ;
    skos:prefLabel "Dogmatics"@en,
        "Dogmatikk"@nb,
        "Dogmatikk"@nn ;
    skos:relatedMatch <http://dewey.info/class/210/e23/>,
        <http://dewey.info/class/230/e23/>,
        <http://dewey.info/class/294.342/e23/>,
        <http://dewey.info/class/296.3/e23/>,
        <http://dewey.info/class/297.2/e23/> .

humord:c08668 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08668" ;
    dct:modified "2025-11-21T13:38:39"^^xsd:dateTime ;
    skos:broader humord:c08666 ;
    skos:exactMatch <http://dewey.info/class/202/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202/e23/> ;
    skos:prefLabel "Dogmas"@en,
        "Dogmer"@nb,
        "Dogme"@nn .

humord:c08669 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-12-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08669" ;
    dct:modified "2025-04-03T13:31:20"^^xsd:dateTime ;
    skos:altLabel "Endetidsvisjoner"@nb,
        "Verdens ende"@nb,
        "Endetidsvisjonar"@nn ;
    skos:broader humord:c08666 ;
    skos:definition "Eskatologi, læren om de siste ting, om verdens ende og verdens fornyelse. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c000526,
        <http://dewey.info/class/202.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000526,
        <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/236/e23/>,
        <http://dewey.info/class/296.33/e23/>,
        <http://dewey.info/class/297.23/e23/> ;
    skos:prefLabel "Eschatology"@en,
        "Eskatologi"@nb,
        "Eskatologi"@nn ;
    skos:related humord:c06655 ;
    skos:relatedMatch <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/236/e23/>,
        <http://dewey.info/class/296.33/e23/>,
        <http://dewey.info/class/297.23/e23/> .

humord:c08670 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08670" ;
    dct:modified "2025-11-21T13:31:47"^^xsd:dateTime ;
    skos:altLabel "Day of Judgement"@en,
        "Day of Judgment"@en,
        "Doomsday"@en,
        "Judgment Day"@en,
        "Last Judgement"@en,
        "Last Judgment"@en ;
    skos:broadMatch <http://dewey.info/class/297.23/e23/> ;
    skos:broader humord:c08669 ;
    skos:closeMatch <http://dewey.info/class/236.9/e23/> ;
    skos:exactMatch <http://dewey.info/class/202.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/236.9/e23/>,
        <http://dewey.info/class/297.23/e23/> ;
    skos:prefLabel "Judgement Day"@en,
        "Dommedag"@nb,
        "Dommedag"@nn .

humord:c08671 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08671" ;
    dct:modified "2025-01-07T08:30:43"^^xsd:dateTime ;
    skos:altLabel "Døden (Religion)"@nn ;
    skos:broadMatch <http://dewey.info/class/202.3/e23/> ;
    skos:broader humord:c08669 ;
    skos:closeMatch realfagstermer:c001456,
        realfagstermer:c009406 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001456,
        realfagstermer:c009406,
        <http://dewey.info/class/202.3/e23/> ;
    skos:prefLabel "Death (Religion)"@en,
        "Døden (Religion)"@nb,
        "Dauden (Religion)"@nn ;
    skos:related humord:c04883,
        humord:c11986 .

humord:c08672 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08672" ;
    dct:modified "2025-11-21T09:46:11"^^xsd:dateTime ;
    skos:altLabel "Hades (Kingdom of the dead)"@en,
        "Netherworld"@en,
        "Realm of the dead"@en,
        "Underworld"@en,
        "Hades (Underverdenen)"@nb,
        "Underverdenen"@nb,
        "Hades (Underverda)"@nn,
        "Underverda"@nn ;
    skos:broadMatch <http://dewey.info/class/202.3/e23/> ;
    skos:broader humord:c08671 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/> ;
    skos:prefLabel "Kingdom of the dead"@en,
        "Dødsriket"@nb,
        "Dødsriket"@nn ;
    skos:related humord:c56640 .

humord:c08673 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08673" ;
    dct:modified "2024-11-27T17:00:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/236.25/e23/>,
        <http://dewey.info/class/297.23/e23/> ;
    skos:broader humord:c08672 ;
    skos:exactMatch <http://dewey.info/class/202.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/236.25/e23/>,
        <http://dewey.info/class/297.23/e23/> ;
    skos:prefLabel "Hell"@en,
        "Helvete"@nb,
        "Helvete"@nn .

humord:c08674 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08674" ;
    dct:modified "2025-11-21T09:47:20"^^xsd:dateTime ;
    skos:altLabel "Afterlife"@en,
        "Det hinsidige"@nb,
        "Det hinsidige"@nn ;
    skos:broadMatch <http://dewey.info/class/202.3/e23/> ;
    skos:broader humord:c08672 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/129/e23/>,
        <http://dewey.info/class/133.9013/e23/>,
        <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/236.2/e23/>,
        <http://dewey.info/class/296.33/e23/>,
        <http://dewey.info/class/297.23/e23/> ;
    skos:prefLabel "Life after death"@en,
        "Livet etter døden"@nb,
        "Livet etter døden"@nn ;
    skos:related humord:c11986,
        humord:c16568 ;
    skos:relatedMatch <http://dewey.info/class/129/e23/>,
        <http://dewey.info/class/133.9013/e23/>,
        <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/236.2/e23/>,
        <http://dewey.info/class/296.33/e23/>,
        <http://dewey.info/class/297.23/e23/> .

humord:c08676 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08676" ;
    dct:modified "2025-11-18T08:39:17"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/202.3/e23/> ;
    skos:broader humord:c08672 ;
    skos:definition "De saliges oppholdssted <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/> ;
    skos:prefLabel "Paradise"@en,
        "Paradis"@nb,
        "Paradis"@nn ;
    skos:related humord:c06650,
        humord:c08677 .

humord:c08677 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-12-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08677" ;
    dct:modified "2025-11-18T08:39:23"^^xsd:dateTime ;
    skos:altLabel "Himmelrike"@nb,
        "Himmerike"@nb,
        "Himmelrike"@nn,
        "Himmerike"@nn ;
    skos:broadMatch <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/236.24/e23/>,
        <http://dewey.info/class/297.23/e23/> ;
    skos:broader humord:c08565 ;
    skos:definition "Religionenes symbol for den transcendentale virkelighet; guddommen, tilværelsens opprinnelse, menneskets mål <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/236.24/e23/>,
        <http://dewey.info/class/297.23/e23/> ;
    skos:prefLabel "Heaven"@en,
        "Himmelen"@nb,
        "Himmelen"@nn ;
    skos:related humord:c08676 .

humord:c08678 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08678" ;
    dct:modified "2025-11-21T09:44:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/129/e23/>,
        <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/296.33/e23/> ;
    skos:broader humord:c08671 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/129/e23/>,
        <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/236.22/e23/>,
        <http://dewey.info/class/296.33/e23/>,
        <http://dewey.info/class/297.23/e23/> ;
    skos:prefLabel "Immortality"@en,
        "Udødelighet"@nb,
        "Udødeligheit"@nn ;
    skos:relatedMatch <http://dewey.info/class/236.22/e23/>,
        <http://dewey.info/class/297.23/e23/> .

humord:c08679 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08679" ;
    dct:modified "2025-11-21T13:34:20"^^xsd:dateTime ;
    skos:altLabel "Perdition"@en ;
    skos:broadMatch <http://dewey.info/class/236.25/e23/>,
        <http://dewey.info/class/236.9/e23/> ;
    skos:broader humord:c08669 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/236.25/e23/>,
        <http://dewey.info/class/236.9/e23/> ;
    skos:prefLabel "Damnation"@en,
        "Fortapelse"@nb,
        "Fortaping"@nn ;
    skos:relatedMatch <http://dewey.info/class/202.3/e23/> .

humord:c08680 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08680" ;
    dct:modified "2025-11-21T13:35:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/234.4/e23/> ;
    skos:broader humord:c08669 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/234.4/e23/>,
        <http://dewey.info/class/293.23/e23/>,
        <http://dewey.info/class/294.34237/e23/>,
        <http://dewey.info/class/294.5237/e23/>,
        <http://dewey.info/class/295.23/e23/> ;
    skos:prefLabel "Rebirth"@en,
        "Gjenfødelse"@nb,
        "Gjenføding"@nn ;
    skos:relatedMatch <http://dewey.info/class/218/e23/>,
        <http://dewey.info/class/293.23/e23/>,
        <http://dewey.info/class/294.34237/e23/>,
        <http://dewey.info/class/294.5237/e23/>,
        <http://dewey.info/class/295.23/e23/> .

humord:c08681 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08681" ;
    dct:modified "2025-11-21T13:36:14"^^xsd:dateTime ;
    skos:altLabel "Divine Judgment"@en ;
    skos:broader humord:c08669 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/> ;
    skos:prefLabel "Divine Judgement"@en,
        "Guddommelig dom"@nb,
        "Guddommeleg dom"@nn ;
    skos:relatedMatch <http://dewey.info/class/202.3/e23/> .

humord:c08682 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08682" ;
    dct:modified "2025-11-24T10:34:18"^^xsd:dateTime ;
    skos:broader humord:c08666 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/270.82/e23/>,
        <http://dewey.info/class/280.4/e23/>,
        <http://dewey.info/class/289.95/e23/>,
        <http://dewey.info/class/297.09/e23/>,
        <http://dewey.info/class/320.557/e23/> ;
    skos:prefLabel "Fundamentalism"@en,
        "Fundamentalisme"@nb,
        "Fundamentalisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/270.82/e23/>,
        <http://dewey.info/class/280.4/e23/>,
        <http://dewey.info/class/289.95/e23/>,
        <http://dewey.info/class/297.09/e23/>,
        <http://dewey.info/class/320.557/e23/> .

humord:c08683 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-01-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08683" ;
    dct:modified "2024-11-28T15:19:13"^^xsd:dateTime ;
    skos:altLabel "Legemliggjøring"@nb ;
    skos:broader humord:c08666 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.11/e23/>,
        <http://dewey.info/class/232.1/e23/> ;
    skos:prefLabel "Incarnation"@en,
        "Inkarnasjon"@nb,
        "Inkarnasjon"@nn ;
    skos:related humord:c12274 ;
    skos:relatedMatch <http://dewey.info/class/202.11/e23/>,
        <http://dewey.info/class/232.1/e23/> .

humord:c08685 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08685" ;
    dct:modified "2025-11-24T10:35:21"^^xsd:dateTime ;
    skos:altLabel "Impiety"@en,
        "Heresi"@nb,
        "Vranglære"@nb,
        "Heresi"@nn,
        "Kjettarskap"@nn ;
    skos:broadMatch <http://dewey.info/class/364.188/e23/> ;
    skos:broader humord:c08666 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/239/e23/>,
        <http://dewey.info/class/262.8/e23/>,
        <http://dewey.info/class/273/e23/>,
        <http://dewey.info/class/296.35/e23/>,
        <http://dewey.info/class/296.67/e23/>,
        <http://dewey.info/class/297.29/e23/>,
        <http://dewey.info/class/364.188/e23/> ;
    skos:prefLabel "Heresy"@en,
        "Kjetteri"@nb,
        "Kjetteri"@nn ;
    skos:related humord:c08729 ;
    skos:relatedMatch <http://dewey.info/class/239/e23/>,
        <http://dewey.info/class/262.8/e23/>,
        <http://dewey.info/class/273/e23/>,
        <http://dewey.info/class/296.35/e23/>,
        <http://dewey.info/class/296.67/e23/>,
        <http://dewey.info/class/297.29/e23/> .

humord:c08688 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08688" ;
    dct:modified "2025-11-24T11:14:43"^^xsd:dateTime ;
    skos:altLabel "Wonders"@en,
        "Undere"@nb,
        "Under"@nn ;
    skos:broader humord:c08666 ;
    skos:exactMatch <http://dewey.info/class/202.117/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.117/e23/> ;
    skos:prefLabel "Miracles"@en,
        "Mirakler"@nb,
        "Mirakel"@nn .

humord:c08690 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08690" ;
    dct:modified "2025-11-24T11:17:27"^^xsd:dateTime ;
    skos:altLabel "Metempsychosis"@en,
        "Transmigration of souls"@en,
        "Metempsykose"@nb,
        "Reinkarnasjon"@nb,
        "Metempsykose"@nn,
        "Reinkarnasjon"@nn ;
    skos:broader humord:c08666 ;
    skos:exactMatch <http://dewey.info/class/202.37/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.37/e23/> ;
    skos:prefLabel "Reincarnation"@en,
        "Sjelevandring"@nb,
        "Sjelevandring"@nn .

humord:c08693 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08693" ;
    dct:modified "2025-11-24T11:18:24"^^xsd:dateTime ;
    skos:altLabel "Teodicé"@nb,
        "Teodicé"@nn ;
    skos:broadMatch <http://dewey.info/class/294.3420423/e23/>,
        <http://dewey.info/class/294.52/e23/> ;
    skos:broader humord:c08666 ;
    skos:definition "Teodicé er eit ord for religionsfilosofiske og teologiske forsøk på å løyse det vondet sitt problem, det vil seie spørsmålet om korleis det vonde i verda kan sameinast med trua på ein god og allmektig gud. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/202.118/e23/>,
        <http://dewey.info/class/214/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.118/e23/>,
        <http://dewey.info/class/214/e23/>,
        <http://dewey.info/class/231.8/e23/>,
        <http://dewey.info/class/294.3420423/e23/>,
        <http://dewey.info/class/294.52/e23/>,
        <http://dewey.info/class/296.3118/e23/>,
        <http://dewey.info/class/297.2118/e23/> ;
    skos:prefLabel "Theodicy"@en,
        "Teodice"@nb,
        "Teodice"@nn ;
    skos:relatedMatch <http://dewey.info/class/231.8/e23/>,
        <http://dewey.info/class/296.3118/e23/>,
        <http://dewey.info/class/297.2118/e23/> .

humord:c08694 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08694" ;
    dct:modified "2025-11-25T12:32:08"^^xsd:dateTime ;
    skos:broader humord:c08665 ;
    skos:closeMatch <http://dewey.info/class/230/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/230/e23/> ;
    skos:prefLabel "Christian theology"@en,
        "Kristen teologi"@nb,
        "Kristen teologi"@nn .

humord:c08695 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08695" ;
    dct:modified "2025-11-24T11:23:05"^^xsd:dateTime ;
    skos:broader humord:c08694 ;
    skos:exactMatch <http://dewey.info/class/230.041/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/230.041/e23/> ;
    skos:prefLabel "Biblical theology"@en,
        "Bibelteologi"@nb,
        "Bibelteologi"@nn .

humord:c08696 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2003-10-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08696" ;
    dct:modified "2025-11-25T12:28:24"^^xsd:dateTime ;
    skos:altLabel "Biblical interpretation"@en,
        "Bibelfortolking"@nb,
        "Bibelfortolkning"@nb,
        "Bibeltolking"@nb,
        "Bibeltolkning"@nb,
        "Fortolking (Teologi)"@nb,
        "Fortolkning (Teologi)"@nb,
        "Bibelfortolking"@nn ;
    skos:broader humord:c08665 ;
    skos:closeMatch <http://dewey.info/class/208.2/e23/> ;
    skos:definition "Vitenskapelig fortolkning av en tekst, spesielt av Bibelens tekster <SNL>"@nb ;
    skos:exactMatch realfagstermer:c008767,
        <http://dewey.info/class/220.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c008767,
        <http://dewey.info/class/208.2/e23/>,
        <http://dewey.info/class/220.6/e23/>,
        <http://dewey.info/class/297.1226/e23/>,
        <http://dewey.info/class/297.12516/e23/> ;
    skos:prefLabel "Exegesis"@en,
        "Eksegese"@nb,
        "Eksegese"@nn ;
    skos:relatedMatch <http://dewey.info/class/297.1226/e23/>,
        <http://dewey.info/class/297.12516/e23/> .

humord:c08697 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08697" ;
    dct:modified "2025-11-24T11:26:36"^^xsd:dateTime ;
    skos:altLabel "Theology of liberation"@en ;
    skos:broader humord:c08694 ;
    skos:exactMatch <http://dewey.info/class/230.0464/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/230.0464/e23/>,
        <http://dewey.info/class/261.8/e23/> ;
    skos:prefLabel "Liberation theology"@en,
        "Frigjøringsteologi"@nb,
        "Frigjeringsteologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/261.8/e23/> .

humord:c08698 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08698" ;
    dct:modified "2025-11-25T12:29:13"^^xsd:dateTime ;
    skos:broader humord:c08694 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/212.1/e23/> ;
    skos:prefLabel "Death of God theology"@en,
        "Gud-er-død-teologi"@nb,
        "Gud-er-død-teologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/212.1/e23/> .

humord:c08699 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08699" ;
    dct:modified "2025-11-25T12:31:55"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/230.042/e23/> ;
    skos:broader humord:c08694 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/230.042/e23/> ;
    skos:prefLabel "Catholic theology"@en,
        "Katolsk teologi"@nb,
        "Katolsk teologi"@nn ;
    skos:related humord:c15947 .

humord:c08700 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08700" ;
    dct:modified "2025-11-24T11:26:49"^^xsd:dateTime ;
    skos:altLabel "Maryology"@en ;
    skos:broadMatch <http://dewey.info/class/230.042/e23/>,
        <http://dewey.info/class/232.91/e23/> ;
    skos:broader humord:c08699 ;
    skos:definition "Betegnelse for den del av det (katolske) teologiske system som handler om Maria og hennes plass i frelseshistorien <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/230.042/e23/>,
        <http://dewey.info/class/232.91/e23/> ;
    skos:prefLabel "Mariology"@en,
        "Mariologi"@nb,
        "Mariologi"@nn .

humord:c08703 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08703" ;
    dct:modified "2025-11-24T11:26:18"^^xsd:dateTime ;
    skos:broader humord:c08694 ;
    skos:closeMatch <http://dewey.info/class/232/e23/> ;
    skos:definition "Læren om Kristi person, i videre betydning også om hans gjerning <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/232/e23/> ;
    skos:prefLabel "Christology"@en,
        "Kristologi"@nb,
        "Kristologi"@nn .

humord:c08704 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08704" ;
    dct:modified "2025-12-02T09:57:53"^^xsd:dateTime ;
    skos:altLabel "Korsfesting"@nb ;
    skos:broader humord:c08703 ;
    skos:exactMatch <http://dewey.info/class/232.963/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/232.963/e23/> ;
    skos:prefLabel "Crucifixion"@en,
        "Korsfestelse"@nb,
        "Krossfesting"@nn .

humord:c08706 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-07T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08706" ;
    dct:modified "2025-12-02T12:26:47"^^xsd:dateTime ;
    skos:altLabel "Passion of Christ"@en,
        "Passion of Jesus"@en,
        "Sufferings of Jesus"@en,
        "Pine (Kristologi)"@nb,
        "Pine (Kristologi)"@nn ;
    skos:broadMatch <http://dewey.info/class/232.4/e23/> ;
    skos:broader humord:c08703 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/232.4/e23/> ;
    skos:prefLabel "Sufferings of Christ"@en,
        "Jesu lidelse"@nb,
        "Jesu liding"@nn ;
    skos:related humord:c24699 .

humord:c08709 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1998-02-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08709" ;
    dct:modified "2025-11-25T12:28:42"^^xsd:dateTime ;
    skos:altLabel "Kvinneteologi"@nb,
        "Kvinneteologi"@nn ;
    skos:broader humord:c08665 ;
    skos:exactMatch <http://dewey.info/class/202.082/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.082/e23/> ;
    skos:prefLabel "Feminist theology"@en,
        "Feministisk teologi"@nb,
        "Feministisk teologi"@nn .

humord:c08711 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08711" ;
    dct:modified "2025-11-24T11:27:06"^^xsd:dateTime ;
    skos:broader humord:c08694 ;
    skos:definition "Innføring i prestens gjerning som sjelesørger i menigheten <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/206.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/206.1/e23/>,
        <http://dewey.info/class/253/e23/>,
        <http://dewey.info/class/296.61/e23/>,
        <http://dewey.info/class/297.61/e23/> ;
    skos:prefLabel "Pastoral theology"@en,
        "Pastoralteologi"@nb,
        "Pastoralteologi"@nn ;
    skos:relatedMatch <http://dewey.info/class/253/e23/>,
        <http://dewey.info/class/296.61/e23/>,
        <http://dewey.info/class/297.61/e23/> .

humord:c08712 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08712" ;
    dct:modified "2025-11-24T11:19:22"^^xsd:dateTime ;
    skos:altLabel "Patrology"@en,
        "Patrologi"@nb,
        "Patrologi"@nn ;
    skos:broader humord:c08694 ;
    skos:closeMatch <http://dewey.info/class/270/e23/> ;
    skos:definition "Læren om kirkefedrene, deres liv, skrifter og lære <FO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/270/e23/> ;
    skos:prefLabel "Patristics"@en,
        "Patristikk"@nb,
        "Patristikk"@nn .

humord:c08713 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08713" ;
    dct:modified "2025-11-25T13:07:18"^^xsd:dateTime ;
    skos:broader humord:c08694 ;
    skos:exactMatch <http://dewey.info/class/230.044/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/230.044/e23/> ;
    skos:prefLabel "Protestant theology"@en,
        "Protestantisk teologi"@nb,
        "Protestantisk teologi"@nn .

humord:c08714 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08714" ;
    dct:modified "2025-11-24T11:22:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/233.11/e23/> ;
    skos:broader humord:c08694 ;
    skos:closeMatch <http://dewey.info/class/213/e23/> ;
    skos:exactMatch <http://dewey.info/class/231.765/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/113.8/e23/>,
        <http://dewey.info/class/213/e23/>,
        <http://dewey.info/class/231.765/e23/>,
        <http://dewey.info/class/233.11/e23/> ;
    skos:prefLabel "Creation (Theology)"@en,
        "Skapelseslære"@nb,
        "Skapingslære"@nn ;
    skos:relatedMatch <http://dewey.info/class/113.8/e23/> .

humord:c08715 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08715" ;
    dct:modified "2023-12-05T10:25:49"^^xsd:dateTime ;
    skos:broader humord:c08714 ;
    skos:closeMatch realfagstermer:c013821 ;
    skos:definition "Teori om at Bibelens 2 første kapitler skal tolkes som sannheten om verdens tilblivelse <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/231.7652/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013821,
        <http://dewey.info/class/231.7652/e23/>,
        <http://dewey.info/class/379.28/e23/>,
        <http://dewey.info/class/576.8/e23/> ;
    skos:prefLabel "Creationism"@en,
        "Kreasjonisme"@nb,
        "Kreasjonisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/379.28/e23/>,
        <http://dewey.info/class/576.8/e23/> .

humord:c08716 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08716" ;
    dct:modified "2025-12-03T08:13:36"^^xsd:dateTime ;
    skos:altLabel "Trinitarian doctrine"@en,
        "Trinitetslæren"@nb,
        "Trinitetslæra"@nn ;
    skos:broader humord:c08694 ;
    skos:closeMatch <http://dewey.info/class/231.044/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/231.044/e23/> ;
    skos:prefLabel "Trinity"@en,
        "Treenighetslære"@nb,
        "Treeiningslære"@nn .

humord:c08718 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-02-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08718" ;
    dct:modified "2024-10-11T14:32:09"^^xsd:dateTime ;
    skos:altLabel "Liturgy"@en,
        "Liturgi"@nb,
        "Liturgi"@nn ;
    skos:broadMatch <http://dewey.info/class/203.8/e23/> ;
    skos:broader humord:c12502 ;
    skos:definition "Liturgi er dee handlinger som utgjør den kristne gudstjeneste <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.8/e23/> ;
    skos:prefLabel "Liturgies"@en,
        "Liturgier"@nb,
        "Liturgiar"@nn ;
    skos:related humord:c05501,
        humord:c05595,
        humord:c17729,
        humord:c59340 .

humord:c08719 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-03-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08719" ;
    dct:modified "2025-11-14T10:57:26"^^xsd:dateTime ;
    skos:altLabel "Prayers"@en,
        "Bønner (Religion)"@nb,
        "Bøn"@nn,
        "Bøner (Religion)"@nn,
        "Bønner (Religion)"@nn ;
    skos:broadMatch <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/294.3443/e23/>,
        <http://dewey.info/class/294.543/e23/> ;
    skos:broader humord:c08641,
        humord:c08718 ;
    skos:closeMatch <http://dewey.info/class/296.45/e23/>,
        <http://dewey.info/class/297.382/e23/> ;
    skos:definition "Samlebetegnelse for ulike former for kommunikasjon mellom mennesker og høyere makter <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/204.3/e23/>,
        <http://dewey.info/class/248.32/e23/>,
        <http://dewey.info/class/264.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/204.3/e23/>,
        <http://dewey.info/class/248.32/e23/>,
        <http://dewey.info/class/264.1/e23/>,
        <http://dewey.info/class/294.3443/e23/>,
        <http://dewey.info/class/294.543/e23/>,
        <http://dewey.info/class/296.45/e23/>,
        <http://dewey.info/class/297.382/e23/> ;
    skos:prefLabel "Prayer"@en,
        "Bønn"@nb,
        "Bønn"@nn .

humord:c08720 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08720" ;
    dct:modified "2025-11-14T10:37:43"^^xsd:dateTime ;
    skos:altLabel "Christening"@en ;
    skos:broadMatch <http://dewey.info/class/392.12/e23/>,
        <http://dewey.info/class/395.24/e23/> ;
    skos:broader humord:c12896 ;
    skos:exactMatch <http://dewey.info/class/234.161/e23/>,
        <http://dewey.info/class/265.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/234.161/e23/>,
        <http://dewey.info/class/265.1/e23/>,
        <http://dewey.info/class/392.12/e23/>,
        <http://dewey.info/class/395.24/e23/>,
        <http://dewey.info/class/781.582/e23/> ;
    skos:prefLabel "Baptism"@en,
        "Dåp"@nb,
        "Dåp"@nn ;
    skos:related humord:c16850 ;
    skos:relatedMatch <http://dewey.info/class/781.582/e23/> .

humord:c08721 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08721" ;
    dct:modified "2024-11-12T14:01:53"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/203.8/e23/> ;
    skos:broader humord:c08718 ;
    skos:definition "Konfirmasjon er et ritual som markerer overgangen fra barndom til voksenliv. Det er opprinnelig et kristent ritual <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/234.162/e23/>,
        <http://dewey.info/class/265.2/e23/>,
        <http://dewey.info/class/296.4424/e23/>,
        <http://dewey.info/class/296.4434/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.8/e23/>,
        <http://dewey.info/class/234.162/e23/>,
        <http://dewey.info/class/265.2/e23/>,
        <http://dewey.info/class/296.4424/e23/>,
        <http://dewey.info/class/296.4434/e23/> ;
    skos:prefLabel "Confirmation"@en,
        "Konfirmasjon"@nb,
        "Konfirmasjon"@nn ;
    skos:related humord:c68894 .

humord:c08722 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08722" ;
    dct:modified "2025-08-27T08:47:38"^^xsd:dateTime ;
    skos:altLabel "Homily books"@en,
        "Sermon collections"@en,
        "Homiliebøker"@nb,
        "Prekensamlinger"@nb,
        "Homiliebøker"@nn,
        "Preikesamlingar"@nn ;
    skos:broadMatch <http://dewey.info/class/252/e23/>,
        <http://dewey.info/class/296.47/e23/>,
        <http://dewey.info/class/297.37/e23/> ;
    skos:broader humord:c07034 ;
    skos:exactMatch <http://dewey.info/class/204.3/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/204.3/e23/>,
        <http://dewey.info/class/252/e23/>,
        <http://dewey.info/class/296.47/e23/>,
        <http://dewey.info/class/297.37/e23/> ;
    skos:prefLabel "Sermons"@en,
        "Prekener"@nb,
        "Preiker"@nn ;
    skos:related humord:c07079 .

humord:c08723 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08723" ;
    dct:modified "2025-08-26T09:02:44"^^xsd:dateTime ;
    skos:altLabel "Khutba"@en ;
    skos:broader humord:c08722 ;
    skos:definition "Prekener under den islamske gudstjeneste <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/297.37/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.37/e23/> ;
    skos:prefLabel "Khutbah"@en,
        "Khutba"@nb,
        "Khutba"@nn .

humord:c08724 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08724" ;
    dct:modified "2025-11-25T12:32:50"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/211/e23/> ;
    skos:broader humord:c08665 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/211/e23/> ;
    skos:prefLabel "Negative theology"@en,
        "Negativ teologi"@nb,
        "Negativ teologi"@nn .

humord:c08725 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-07-17T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08725" ;
    dct:modified "2024-12-02T10:06:38"^^xsd:dateTime ;
    skos:altLabel "Religious philosophy"@en,
        "Filosofisk teologi"@nb,
        "Filosofisk teologi"@nn ;
    skos:broader humord:c00729 ;
    skos:exactMatch realfagstermer:c013033,
        <http://dewey.info/class/210/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c013033,
        <http://dewey.info/class/210/e23/> ;
    skos:prefLabel "Philosophy of religion"@en,
        "Religionsfilosofi"@nb,
        "Religionsfilosofi"@nn .

humord:c08727 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08727" ;
    dct:modified "2024-12-03T11:23:07"^^xsd:dateTime ;
    skos:altLabel "Gudsprov"@nn ;
    skos:broadMatch <http://dewey.info/class/212.1/e23/> ;
    skos:broader humord:c08725 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/212.1/e23/> ;
    skos:prefLabel "Proof of the existence of God"@en,
        "Gudsbevis"@nb,
        "Gudsbevis"@nn .

humord:c08728 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08728" ;
    dct:modified "2025-12-02T09:53:16"^^xsd:dateTime ;
    skos:altLabel "Religious persecution"@en,
        "Religionsforfølging"@nb,
        "Religionsforfølgning"@nb,
        "Religionsforfylging"@nn ;
    skos:broader humord:c08400 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/201.723/e23/>,
        <http://dewey.info/class/272/e23/>,
        <http://dewey.info/class/323.442/e23/> ;
    skos:prefLabel "Persecution (Religion)"@en,
        "Religionsforfølgelse"@nb,
        "Religionsforfølging"@nn ;
    skos:related humord:c08893 ;
    skos:relatedMatch <http://dewey.info/class/201.723/e23/>,
        <http://dewey.info/class/272/e23/>,
        <http://dewey.info/class/323.442/e23/> .

humord:c08729 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08729" ;
    dct:modified "2025-12-02T09:51:02"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/272.5/e23/> ;
    skos:broader humord:c08728 ;
    skos:definition "Kirkelig domstol som oppsporet og dømte kjettere <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/272.5/e23/> ;
    skos:prefLabel "Inquisition"@en,
        "Inkvisisjonen"@nb,
        "Inkvisisjonen"@nn ;
    skos:related humord:c08685 .

humord:c08730 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-09-29T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08730" ;
    dct:modified "2025-12-02T09:55:27"^^xsd:dateTime ;
    skos:altLabel "Persecution of the Jews"@en,
        "Jødeforfølgelser"@nb,
        "Pogromer"@nb,
        "Jødeforfylging"@nn,
        "Jødeforfylgingar"@nn,
        "Jødeforfølgingar"@nn,
        "Pogromar"@nn ;
    skos:broadMatch <http://dewey.info/class/940.5318/e23/> ;
    skos:broader humord:c08728 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/296/e23/>,
        <http://dewey.info/class/305.8924/e23/>,
        <http://dewey.info/class/940.5318/e23/> ;
    skos:prefLabel "Pogroms"@en,
        "Jødeforfølgelse"@nb,
        "Jødeforfølging"@nn ;
    skos:related humord:c08893,
        humord:c08908,
        humord:c09636,
        humord:c28513 ;
    skos:relatedMatch <http://dewey.info/class/296/e23/>,
        <http://dewey.info/class/305.8924/e23/> .

humord:c08732 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08732" ;
    dct:modified "2025-12-02T09:53:55"^^xsd:dateTime ;
    skos:altLabel "Kristenforfylging"@nn ;
    skos:broader humord:c08728 ;
    skos:closeMatch <http://dewey.info/class/272/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/272/e23/> ;
    skos:prefLabel "Persecution of Christians"@en,
        "Kristenforfølgelse"@nb,
        "Kristenforfølging"@nn .

humord:c08733 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08733" ;
    dct:modified "2025-11-12T14:32:28"^^xsd:dateTime ;
    skos:altLabel "Critique of religion"@en ;
    skos:broadMatch <http://dewey.info/class/210/e23/>,
        <http://dewey.info/class/306.6/e23/> ;
    skos:broader humord:c08400 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/210/e23/>,
        <http://dewey.info/class/306.6/e23/> ;
    skos:prefLabel "Criticism of religion"@en,
        "Religionskritikk"@nb,
        "Religionskritikk"@nn .

humord:c08736 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08736" ;
    dct:modified "2024-10-29T08:59:19"^^xsd:dateTime ;
    skos:broader humord:c14073 ;
    skos:closeMatch <http://dewey.info/class/206.1/e23/> ;
    skos:exactMatch <http://dewey.info/class/200.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/174.1/e23/>,
        <http://dewey.info/class/200.92/e23/>,
        <http://dewey.info/class/206.1/e23/>,
        <http://dewey.info/class/230.0711/e23/>,
        <http://dewey.info/class/248.892/e23/>,
        <http://dewey.info/class/253/e23/>,
        <http://dewey.info/class/262.1/e23/>,
        <http://dewey.info/class/280/e23/>,
        <http://dewey.info/class/294.39/e23/>,
        <http://dewey.info/class/294.55/e23/>,
        <http://dewey.info/class/296.0711/e23/>,
        <http://dewey.info/class/296.092/e23/>,
        <http://dewey.info/class/296.61/e23/>,
        <http://dewey.info/class/296.8/e23/>,
        <http://dewey.info/class/297.092/e23/>,
        <http://dewey.info/class/297.61/e23/>,
        <http://dewey.info/class/297.8/e23/> ;
    skos:prefLabel "Religious leaders"@en,
        "Religiøse ledere"@nb,
        "Religiøse leiarar"@nn ;
    skos:related humord:c07330,
        humord:c08400 ;
    skos:relatedMatch <http://dewey.info/class/174.1/e23/>,
        <http://dewey.info/class/230.0711/e23/>,
        <http://dewey.info/class/248.892/e23/>,
        <http://dewey.info/class/253/e23/>,
        <http://dewey.info/class/262.1/e23/>,
        <http://dewey.info/class/280/e23/>,
        <http://dewey.info/class/294.39/e23/>,
        <http://dewey.info/class/294.55/e23/>,
        <http://dewey.info/class/296.0711/e23/>,
        <http://dewey.info/class/296.092/e23/>,
        <http://dewey.info/class/296.61/e23/>,
        <http://dewey.info/class/296.8/e23/>,
        <http://dewey.info/class/297.092/e23/>,
        <http://dewey.info/class/297.61/e23/>,
        <http://dewey.info/class/297.8/e23/> .

humord:c08737 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08737" ;
    dct:modified "2024-08-16T14:15:25"^^xsd:dateTime ;
    skos:broader humord:c08736 ;
    skos:exactMatch <http://dewey.info/class/225.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/225.92/e23/>,
        <http://dewey.info/class/704.94862/e23/> ;
    skos:prefLabel "Apostles"@en,
        "Apostler"@nb,
        "Apostlar"@nn ;
    skos:relatedMatch <http://dewey.info/class/704.94862/e23/> .

humord:c08738 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08738" ;
    dct:modified "2024-10-25T14:44:27"^^xsd:dateTime ;
    skos:altLabel "Arhats"@en,
        "Lohans"@en,
        "Luohans"@en,
        "Arahanter"@nb,
        "Arhaner"@nb,
        "Arhater"@nb,
        "Arahantar"@nn,
        "Arhanar"@nn,
        "Arhater"@nn ;
    skos:broadMatch <http://dewey.info/class/294.391/e23/> ;
    skos:broader humord:c08736 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.391/e23/> ;
    skos:prefLabel "Arahants"@en,
        "Arhanter"@nb,
        "Arhantar"@nn ;
    skos:related humord:c08881 .

humord:c08742 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08742" ;
    dct:modified "2024-09-30T13:38:12"^^xsd:dateTime ;
    skos:altLabel "Dalai Lama"@en,
        "Dalai Lamaer"@nb,
        "Dalai Lamaer"@nn ;
    skos:broadMatch <http://dewey.info/class/294.3923092/e23/>,
        <http://dewey.info/class/305.92/e23/> ;
    skos:broader humord:c08736 ;
    skos:definition "Dalai Lama er den høyeste geistlige tittelen i den største av de tibetanske buddhistiske retningene, Gelug-skolen, og dermed Tibets åndelige overhode <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.3923092/e23/>,
        <http://dewey.info/class/305.92/e23/> ;
    skos:prefLabel "Dalai Lamas"@en,
        "Dalai Lama"@nb,
        "Dalai Lama"@nn .

humord:c08743 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-06-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08743" ;
    dct:modified "2025-12-01T15:05:13"^^xsd:dateTime ;
    skos:altLabel "Priesthood"@en,
        "Presteskap"@nb ;
    skos:broadMatch <http://dewey.info/class/206.1/e23/> ;
    skos:broader humord:c08757 ;
    skos:definition "Fellesbetegnelse for presteviede personer innenfor et kirkesamfunn <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/174.1/e23/>,
        <http://dewey.info/class/200.92/e23/>,
        <http://dewey.info/class/206.1/e23/>,
        <http://dewey.info/class/230.0711/e23/>,
        <http://dewey.info/class/248.892/e23/>,
        <http://dewey.info/class/252.592/e23/>,
        <http://dewey.info/class/253/e23/>,
        <http://dewey.info/class/262.1/e23/>,
        <http://dewey.info/class/280/e23/> ;
    skos:prefLabel "Clergy"@en,
        "Geistlighet"@nb,
        "Presteskap"@nn ;
    skos:relatedMatch <http://dewey.info/class/174.1/e23/>,
        <http://dewey.info/class/200.92/e23/>,
        <http://dewey.info/class/230.0711/e23/>,
        <http://dewey.info/class/248.892/e23/>,
        <http://dewey.info/class/252.592/e23/>,
        <http://dewey.info/class/253/e23/>,
        <http://dewey.info/class/262.1/e23/>,
        <http://dewey.info/class/280/e23/> .

humord:c08745 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08745" ;
    dct:modified "2025-12-01T15:07:28"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/292.61/e23/> ;
    skos:broader humord:c12872 ;
    skos:definition "Fetiales var i oldtidens Roma et prestekollegium på tjue mann som skulle utføre religiøse seremonier ved krigserklæringer, fredsslutninger, forbundsavtaler og lignende. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.61/e23/> ;
    skos:prefLabel "Fetiales"@en,
        "Fetiales"@nb,
        "Fetiales"@nn .

humord:c08746 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08746" ;
    dct:modified "2025-12-01T15:06:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/292.61/e23/> ;
    skos:broader humord:c12872 ;
    skos:definition "Flamen var i romersk mytologi en betegnelse for femten offerprester, som hver hadde en bestemt funksjon knyttet til en bestemt guddom. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.61/e23/> ;
    skos:prefLabel "Flamen"@en,
        "Flamen"@nb,
        "Flamen"@nn .

humord:c08747 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08747" ;
    dct:modified "2025-12-01T15:04:54"^^xsd:dateTime ;
    skos:altLabel "Lamaar (Presteskap)"@nn ;
    skos:broadMatch <http://dewey.info/class/294.361/e23/> ;
    skos:broader humord:c12872 ;
    skos:definition "Ein lama er ein religiøs lærar i buddhismen. Ordet lama er tibetansk og tyder det same som guru. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.361/e23/>,
        <http://dewey.info/class/294.3923/e23/> ;
    skos:prefLabel "Lamas (Priesthood)"@en,
        "Lamaer (Presteskap)"@nb,
        "Lamaer (Presteskap)"@nn ;
    skos:relatedMatch <http://dewey.info/class/294.3923/e23/> .

humord:c08748 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08748" ;
    dct:modified "2025-07-02T09:51:54"^^xsd:dateTime ;
    skos:altLabel "Salians"@en ;
    skos:broadMatch <http://dewey.info/class/292.61/e23/> ;
    skos:broader humord:c00988 ;
    skos:definition "Saliske frankere var en undergruppe av frankerne som flyttet til det nederlandske kystområdet og migrerte gjennom Belgia til det nordlige Gallia. <Wikipedia>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/292.61/e23/> ;
    skos:prefLabel "Salian Franks"@en,
        "Saliske frankere"@nb,
        "Saliske frankarar"@nn .

humord:c08749 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1997-06-06T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08749" ;
    dct:modified "2024-11-04T10:22:59"^^xsd:dateTime ;
    skos:altLabel "Christian Fathers"@en,
        "Fathers of the Church"@en,
        "Kirkefader"@nb,
        "Kirkefar"@nb,
        "Kyrkjefader"@nn,
        "Kyrkjefar"@nn ;
    skos:broadMatch <http://dewey.info/class/270.092/e23/>,
        <http://dewey.info/class/305.92/e23/> ;
    skos:broader humord:c08736 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/270.092/e23/>,
        <http://dewey.info/class/305.92/e23/> ;
    skos:prefLabel "Church Fathers"@en,
        "Kirkefedre"@nb,
        "Kyrkjefedrar"@nn .

humord:c08751 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08751" ;
    dct:modified "2024-11-04T10:23:44"^^xsd:dateTime ;
    skos:broader humord:c08736 ;
    skos:exactMatch <http://dewey.info/class/282.092/e23/>,
        <http://dewey.info/class/305.9282/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/262.13/e23/>,
        <http://dewey.info/class/282.092/e23/>,
        <http://dewey.info/class/305.9282/e23/> ;
    skos:prefLabel "Popes"@en,
        "Paver"@nb,
        "Pavar"@nn ;
    skos:relatedMatch <http://dewey.info/class/262.13/e23/> .

humord:c08752 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08752" ;
    dct:modified "2024-11-04T10:24:33"^^xsd:dateTime ;
    skos:broader humord:c08736 ;
    skos:exactMatch <http://dewey.info/class/296.092/e23/>,
        <http://dewey.info/class/305.9296/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/296.0711/e23/>,
        <http://dewey.info/class/296.092/e23/>,
        <http://dewey.info/class/296.61/e23/>,
        <http://dewey.info/class/296.8/e23/>,
        <http://dewey.info/class/305.9296/e23/> ;
    skos:prefLabel "Rabbis"@en,
        "Rabbinere"@nb,
        "Rabbinarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/296.0711/e23/>,
        <http://dewey.info/class/296.61/e23/>,
        <http://dewey.info/class/296.8/e23/> .

humord:c08753 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08753" ;
    dct:modified "2024-11-04T10:25:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294/e23/>,
        <http://dewey.info/class/305.92/e23/> ;
    skos:broader humord:c08736 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294/e23/>,
        <http://dewey.info/class/305.92/e23/> ;
    skos:prefLabel "Siddhas"@en,
        "Siddhaer"@nb,
        "Siddhaar"@nn .

humord:c08754 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2017-11-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08754" ;
    dct:modified "2024-10-31T12:50:30"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/206.1/e23/> ;
    skos:broader humord:c12872 ;
    skos:exactMatch <http://dewey.info/class/200.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/200.92/e23/>,
        <http://dewey.info/class/206.1/e23/> ;
    skos:prefLabel "Priestesses"@en,
        "Prestinner"@nb,
        "Prestinner"@nn .

humord:c08755 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08755" ;
    dct:modified "2026-01-05T14:04:07"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/206.1/e23/> ;
    skos:broader humord:c08754 ;
    skos:definition "Sibyllen var i den gresk-romerske oldtiden betegnelse for seersker og spåkvinner som spådde i guddommelig ekstase.  <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.3248/e23/>,
        <http://dewey.info/class/206.1/e23/> ;
    skos:prefLabel "Sibyls"@en,
        "Sibyller"@nb,
        "Sibyller"@nn ;
    skos:related humord:c08434,
        humord:c14745 ;
    skos:relatedMatch <http://dewey.info/class/133.3248/e23/> .

humord:c08756 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2012-06-26T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08756" ;
    dct:modified "2024-11-04T10:26:50"^^xsd:dateTime ;
    skos:altLabel "Ulama"@en,
        "Ulamas"@en,
        "Ulemas"@en,
        "Ulamaer"@nb,
        "Ulama"@nn ;
    skos:broader humord:c08736 ;
    skos:closeMatch <http://dewey.info/class/297.61/e23/> ;
    skos:definition "Rettslærde i islam <UBO>"@nb ;
    skos:editorialNote "Konferert Språkrådet som anbefaler å bruke ulama. 2012-06-26/bsh"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.61/e23/> ;
    skos:prefLabel "Ulema"@en,
        "Ulama"@nb,
        "Ulamaar"@nn .

humord:c08757 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08757" ;
    dct:modified "2025-10-04T10:25:52"^^xsd:dateTime ;
    skos:altLabel "Religious organizations"@en ;
    skos:broader humord:c08400 ;
    skos:closeMatch <http://dewey.info/class/306.6/e23/>,
        <http://dewey.info/class/361.75/e23/> ;
    skos:editorialNote "Brukes om nivåer og grupperinger innen religioner generelt, de enkelte organisasjonene (korporasjoner) skal i autoritetsregisteret for korporasjoner."@nb ;
    skos:exactMatch <http://dewey.info/class/206.5/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/070.594/e23/>,
        <http://dewey.info/class/206.5/e23/>,
        <http://dewey.info/class/250/e23/>,
        <http://dewey.info/class/255/e23/>,
        <http://dewey.info/class/260/e23/>,
        <http://dewey.info/class/267/e23/>,
        <http://dewey.info/class/280/e23/>,
        <http://dewey.info/class/296.67/e23/>,
        <http://dewey.info/class/297.65/e23/>,
        <http://dewey.info/class/306.6/e23/>,
        <http://dewey.info/class/322.1/e23/>,
        <http://dewey.info/class/361.75/e23/> ;
    skos:prefLabel "Religious organisations"@en,
        "Religiøse organisasjoner"@nb,
        "Religiøse organisasjonar"@nn ;
    skos:relatedMatch <http://dewey.info/class/070.594/e23/>,
        <http://dewey.info/class/250/e23/>,
        <http://dewey.info/class/255/e23/>,
        <http://dewey.info/class/260/e23/>,
        <http://dewey.info/class/267/e23/>,
        <http://dewey.info/class/280/e23/>,
        <http://dewey.info/class/296.67/e23/>,
        <http://dewey.info/class/297.65/e23/>,
        <http://dewey.info/class/322.1/e23/> .

humord:c08758 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2018-01-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08758" ;
    dct:modified "2025-10-04T10:22:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.3657/e23/> ;
    skos:broader humord:c27996 ;
    skos:definition "Buddhistiske munkeforsamlinger i India som søkte å definere Buddhas lære og  avgrense den overfor mistolkinger <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.3657/e23/> ;
    skos:prefLabel "Counsils (Buddhism)"@en,
        "Konsiler (Buddhisme)"@nb,
        "Konsil (Buddhisme)"@nn .

humord:c08759 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2015-02-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08759" ;
    dct:modified "2025-01-07T11:57:56"^^xsd:dateTime ;
    skos:altLabel "Church organizatons"@en,
        "Kirker (Kirkesamfunn)"@nb,
        "Kirkesamfunn"@nb,
        "Kristne bevegelser"@nb,
        "Kristne kirker, trossamfunn og rørsler"@nb,
        "Kristne rørsler"@nb,
        "Kristne bevegelsar"@nn,
        "Kristne kyrkjer, trussamfunn og bevegelsar"@nn,
        "Kristne rørsler"@nn,
        "Kyrkjer (Kyrkjesamfunn)"@nn,
        "Kyrkjesamfunn"@nn ;
    skos:broader humord:c08784 ;
    skos:definition "De kristne trossamfunn og bevegelser <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "Christian churches, communities and movements"@en,
        "Kristne kirker, trossamfunn og bevegelser"@nb,
        "Kristne kyrkjer, trussamfunn og rørsler"@nn ;
    skos:related humord:c27879 .

humord:c08766 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08766" ;
    dct:modified "2024-10-28T09:05:46"^^xsd:dateTime ;
    skos:altLabel "National church"@en ;
    skos:broadMatch <http://dewey.info/class/261.1/e23/> ;
    skos:broader humord:c08759 ;
    skos:definition "Kirkesamfunn som prinsippielt omfatter hele folket, men som ikke trenger å være statskirke <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/261.1/e23/> ;
    skos:prefLabel "Folk church"@en,
        "Folkekirke"@nb,
        "Folkekyrkje"@nn .

humord:c08768 a ubo:Topic,
        skos:Concept ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08768" ;
    dct:modified "2026-06-25T08:42:26"^^xsd:dateTime ;
    skos:altLabel "Roman Catholic Church"@en,
        "Katolske kirker"@nb,
        "Romersk-katolske kirke"@nb,
        "Romersk-katolske kirker"@nb,
        "Katolske kyrkjer"@nn,
        "Romersk-katolske kyrkje"@nn,
        "Romersk-katolske kyrkjer"@nn ;
    skos:broader humord:c08759 ;
    skos:inScheme humord: ;
    skos:prefLabel "Catholic Church"@en,
        "Katolske kirke"@nb,
        "Katolske kyrkje"@nn .

humord:c08770 a ubo:Topic,
        skos:Concept ;
    dct:created "2015-04-09T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08770" ;
    dct:modified "2025-11-27T10:16:21"^^xsd:dateTime ;
    skos:altLabel "Greek Catholic church"@en,
        "Greek orthodox church"@en,
        "Gresk-katolske kirke"@nb,
        "Gresk-katolske kirker"@nb,
        "Gresk-ortodokse kirke"@nb,
        "Ortodokse kirker"@nb,
        "Gresk-katolske kyrkje"@nn,
        "Gresk-katolske kyrkjer"@nn,
        "Ortodokse kyrkjer"@nn ;
    skos:broader humord:c28053 ;
    skos:definition "Navn på en rekke kirker som er fremgått av den bysantinske rikskirke <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:prefLabel "Orthodox church"@en,
        "Ortodokse kirke"@nb,
        "Ortodokse kyrkje"@nn ;
    skos:related humord:c16818 .

humord:c08774 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08774" ;
    dct:modified "2024-10-28T13:59:44"^^xsd:dateTime ;
    skos:altLabel "Menigheter (Kristne)"@nb,
        "Meinigheiter (Kristne)"@nn ;
    skos:broadMatch <http://dewey.info/class/250/e23/>,
        <http://dewey.info/class/280/e23/> ;
    skos:broader humord:c08759 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/250/e23/>,
        <http://dewey.info/class/280/e23/> ;
    skos:prefLabel "Christian denominations"@en,
        "Kristne menigheter"@nb,
        "Kristne meinigheiter"@nn .

humord:c08775 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-04-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08775" ;
    dct:modified "2024-10-28T09:04:50"^^xsd:dateTime ;
    skos:broader humord:c08774 ;
    skos:closeMatch <http://dewey.info/class/270.82/e23/>,
        <http://dewey.info/class/280.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/270.82/e23/>,
        <http://dewey.info/class/280.4/e23/> ;
    skos:prefLabel "Evangelical denominations"@en,
        "Evangeliske menigheter"@nb,
        "Evangeliske meinigheiter"@nn .

humord:c08776 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-04-16T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08776" ;
    dct:modified "2024-10-28T09:06:23"^^xsd:dateTime ;
    skos:altLabel "Charismatic churches"@en ;
    skos:broadMatch <http://dewey.info/class/269.4/e23/> ;
    skos:broader humord:c08774 ;
    skos:closeMatch <http://dewey.info/class/270.82/e23/>,
        <http://dewey.info/class/280.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/269.4/e23/>,
        <http://dewey.info/class/269/e23/>,
        <http://dewey.info/class/270.82/e23/>,
        <http://dewey.info/class/280.4/e23/> ;
    skos:prefLabel "Charismatic communities"@en,
        "Karismatiske menigheter"@nb,
        "Karismatiske meinigheiter"@nn ;
    skos:related humord:c16200 ;
    skos:relatedMatch <http://dewey.info/class/269/e23/> .

humord:c08779 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08779" ;
    dct:modified "2024-10-28T09:12:58"^^xsd:dateTime ;
    skos:altLabel "Early Church"@en ;
    skos:broadMatch <http://dewey.info/class/281.2/e23/>,
        <http://dewey.info/class/281.3/e23/> ;
    skos:broader humord:c08759 ;
    skos:closeMatch <http://dewey.info/class/270.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/270.1/e23/>,
        <http://dewey.info/class/281.2/e23/>,
        <http://dewey.info/class/281.3/e23/> ;
    skos:prefLabel "Early Christianity"@en,
        "Oldkirken"@nb,
        "Oldkyrkja"@nn ;
    skos:related humord:c08537 .

humord:c08780 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08780" ;
    dct:modified "2024-10-28T09:13:27"^^xsd:dateTime ;
    skos:altLabel "Popedom"@en,
        "Pavedømmet"@nn ;
    skos:broader humord:c08759 ;
    skos:closeMatch <http://dewey.info/class/262.13/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/262.13/e23/> ;
    skos:prefLabel "Papacy"@en,
        "Pavedømmet"@nb,
        "Pavedømet"@nn .

humord:c08781 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08781" ;
    dct:modified "2024-10-28T09:14:27"^^xsd:dateTime ;
    skos:altLabel "Proventer"@nb ;
    skos:broader humord:c08759 ;
    skos:definition "Livsvarig underhold i et kloster eller annen kirkelig institusjon mot å avstå gods <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/271/e23/> ;
    skos:prefLabel "Corrody"@en,
        "Provent"@nb,
        "Provent"@nn ;
    skos:relatedMatch <http://dewey.info/class/271/e23/> .

humord:c08782 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08782" ;
    dct:modified "2024-10-28T09:13:43"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/289.7/e23/> ;
    skos:broader humord:c07338 ;
    skos:definition "Protestantisk kirkesamfunn med utspring i 1500-tallets gjendøpere <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/289.7/e23/> ;
    skos:prefLabel "Mennnonites"@en,
        "Mennonitter"@nb,
        "Mennonittar"@nn .

humord:c08784 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-24T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08784" ;
    dct:modified "2025-01-07T11:45:32"^^xsd:dateTime ;
    skos:altLabel "Belief communities"@en,
        "Religious movements"@en,
        "Religious societies"@en,
        "Religiøse rørsler"@nb,
        "Trossamfunn"@nb,
        "Religiøse bevegelsar"@nn,
        "Trussamfunn"@nn ;
    skos:broader humord:c08757 ;
    skos:exactMatch <http://dewey.info/class/209/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/209/e23/> ;
    skos:prefLabel "Relgious communities"@en,
        "Religiøse bevegelser"@nb,
        "Religiøse rørsler"@nn ;
    skos:related humord:c07330,
        humord:c08854 .

humord:c08785 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08785" ;
    dct:modified "2025-12-01T14:58:06"^^xsd:dateTime ;
    skos:broader humord:c08784 ;
    skos:closeMatch <http://dewey.info/class/273.1/e23/> ;
    skos:exactMatch <http://dewey.info/class/299.932/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/273.1/e23/>,
        <http://dewey.info/class/299.932/e23/> ;
    skos:prefLabel "Gnosticism"@en,
        "Gnostisisme"@nb,
        "Gnostisisme"@nn .

humord:c08786 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08786" ;
    dct:modified "2025-12-01T14:58:57"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/299.932/e23/> ;
    skos:broader humord:c08785 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.932/e23/> ;
    skos:prefLabel "Mandaeans"@en,
        "Mandeere"@nb,
        "Mandearar"@nn .

humord:c08787 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08787" ;
    dct:modified "2025-12-01T14:58:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/273.2/e23/>,
        <http://dewey.info/class/299.932/e23/> ;
    skos:broader humord:c08785 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/273.2/e23/>,
        <http://dewey.info/class/299.932/e23/> ;
    skos:prefLabel "Manichaeism"@en,
        "Manikeisme"@nb,
        "Manikeisme"@nn .

humord:c08788 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08788" ;
    dct:modified "2024-08-07T10:35:32"^^xsd:dateTime ;
    skos:altLabel "Albigenses"@en,
        "Bogomils"@en,
        "Albigensere"@nb,
        "Bogomiler"@nb,
        "Albigensarar"@nn,
        "Bogomilar"@nn ;
    skos:broadMatch <http://dewey.info/class/273.6/e23/> ;
    skos:broader humord:c08787 ;
    skos:closeMatch <http://dewey.info/class/284.4/e23/> ;
    skos:definition "Katarer var en religiøs bevegelse som ble middelalderens første store kjettergruppe. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/273.6/e23/>,
        <http://dewey.info/class/284.4/e23/> ;
    skos:prefLabel "Cathars"@en,
        "Katarer"@nb,
        "Katarar"@nn .

humord:c08791 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08791" ;
    dct:modified "2025-01-07T12:07:24"^^xsd:dateTime ;
    skos:altLabel "Hinduistic movements"@en,
        "Hindubevegelser"@nb,
        "Hinduistiske rørsler"@nb,
        "Hindurørsler"@nb,
        "Hindubevegelsar"@nn,
        "Hinduistiske bevegelsar"@nn,
        "Hindurørsler"@nn ;
    skos:broadMatch <http://dewey.info/class/294.55/e23/> ;
    skos:broader humord:c08784 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.55/e23/> ;
    skos:prefLabel "Hindu movements"@en,
        "Hinduistiske bevegelser"@nb,
        "Hinduistiske rørsler"@nn ;
    skos:related humord:c08501 .

humord:c08793 a ubo:LinkingTerm,
        skos:Concept ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08793" ;
    dct:modified "2025-01-07T12:00:32"^^xsd:dateTime ;
    skos:altLabel "Islam movements"@en,
        "Muslim movements"@en,
        "Islamske rørsler"@nb,
        "Islamske bevegelsar"@nn ;
    skos:broader humord:c08784 ;
    skos:inScheme humord: ;
    skos:prefLabel "Islamic movements"@en,
        "Islamske bevegelser"@nb,
        "Islamske rørsler"@nn ;
    skos:related humord:c07345,
        humord:c08512 .

humord:c08794 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08794" ;
    dct:modified "2024-07-26T14:54:25"^^xsd:dateTime ;
    skos:altLabel "Ahmdadjyya"@nb,
        "Ahmdadjyya"@nn ;
    skos:broader humord:c08793 ;
    skos:definition "Ahmadiyya er en religiøs bevegelse med bakgrunn i islam.  <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/297.86/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.86/e23/> ;
    skos:prefLabel "Ahmadiyya"@en,
        "Ahmadiyya"@nb,
        "Ahmadiyya"@nn .

humord:c08796 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1996-03-12T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08796" ;
    dct:modified "2024-10-09T08:22:20"^^xsd:dateTime ;
    skos:altLabel "Bábi movement"@en,
        "Babi-bevegelsen"@nb,
        "Babi-bevegelsen"@nn ;
    skos:broader humord:c08793 ;
    skos:exactMatch <http://dewey.info/class/297.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.92/e23/> ;
    skos:prefLabel "Bábism"@en,
        "Babisme"@nb,
        "Babisme"@nn ;
    skos:related humord:c08813 .

humord:c08798 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2007-10-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08798" ;
    dct:modified "2025-11-28T09:22:09"^^xsd:dateTime ;
    skos:altLabel "Hurufiyya"@en,
        "Hurufisme"@nb,
        "Hurufisme"@nn ;
    skos:broadMatch <http://dewey.info/class/297.48/e23/> ;
    skos:broader humord:c08793 ;
    skos:definition "Uortodoks muslimsk sekt grunnlagt av Fadl Allah av Astrabad i Iran <Encycl.of Islam>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.48/e23/> ;
    skos:prefLabel "Hurufism"@en,
        "Hurufiyya"@nb,
        "Hurufiyya"@nn .

humord:c08799 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08799" ;
    dct:modified "2025-11-29T07:08:19"^^xsd:dateTime ;
    skos:altLabel "Ismailis"@en,
        "Ismaelitter"@nb,
        "Ismailitter"@nb,
        "Ismaelittar"@nn,
        "Ismailittar"@nn ;
    skos:broader humord:c08793 ;
    skos:definition "Islamsk sjiittisk religiøst parti <UBO>"@nb ;
    skos:exactMatch <http://dewey.info/class/297.822/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.122754/e23/>,
        <http://dewey.info/class/297.125922/e23/>,
        <http://dewey.info/class/297.1401822/e23/>,
        <http://dewey.info/class/297.822/e23/>,
        <http://dewey.info/class/340.5901822/e23/> ;
    skos:prefLabel "Ismailism"@en,
        "Ismailisme"@nb,
        "Ismailisme"@nn ;
    skos:related humord:c18081 ;
    skos:relatedMatch <http://dewey.info/class/297.122754/e23/>,
        <http://dewey.info/class/297.125922/e23/>,
        <http://dewey.info/class/297.1401822/e23/>,
        <http://dewey.info/class/340.5901822/e23/> .

humord:c08801 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08801" ;
    dct:modified "2024-08-14T09:25:41"^^xsd:dateTime ;
    skos:altLabel "Gjendøpere"@nb,
        "Gjendøyparar"@nn ;
    skos:broader humord:c08759 ;
    skos:closeMatch <http://dewey.info/class/284.3/e23/> ;
    skos:editorialNote "Gjendøpere, også kalt anabaptister eller døpere, var grupper og enkeltpersoner som gikk inn for en mer radikal reformasjon enn de store reformasjonskirkene på 1500-tallet. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/284.3/e23/> ;
    skos:prefLabel "Anabaptism"@en,
        "Anabaptisme"@nb,
        "Anabaptisme"@nn .

humord:c08802 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08802" ;
    dct:modified "2024-10-28T09:15:37"^^xsd:dateTime ;
    skos:altLabel "Selvpiskere"@nb,
        "Sjølvpiskarar"@nn ;
    skos:broadMatch <http://dewey.info/class/270.5092/e23/> ;
    skos:broader humord:c07338 ;
    skos:definition "Flagellanter var en religiøs bevegelse på 1200–1300-tallet. Bevegelsens følgere pisket seg til blods for å gjøre bot, og betraktet dette som en form for Jesu etterfølgelse i lidelse. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/270.5092/e23/> ;
    skos:prefLabel "Flagellants"@en,
        "Flagellanter"@nb,
        "Flagellantar"@nn .

humord:c08805 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2008-04-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08805" ;
    dct:modified "2025-11-27T10:19:17"^^xsd:dateTime ;
    skos:altLabel "Haugean movement"@en,
        "Haugeanism"@en,
        "Haugianisme"@nb,
        "Haugianisme"@nn ;
    skos:broader humord:c14450 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/284.148109034/e23/> ;
    skos:prefLabel "Haugeans"@en,
        "Haugianere"@nb,
        "Haugianarar"@nn ;
    skos:relatedMatch <http://dewey.info/class/284.148109034/e23/> .

humord:c08806 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08806" ;
    dct:modified "2024-06-05T08:32:40"^^xsd:dateTime ;
    skos:altLabel "Moravians (Followers of religion)"@en,
        "Brødremenigheten"@nb,
        "Herrnhutisme"@nb,
        "Herrnhutisme"@nn ;
    skos:broader humord:c11500 ;
    skos:definition "Kristent samfunn som utgikk fra de böhmiske brødre, organisert i 1727 omkring kolonien og menigheten Herrnhut i Sachsen <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/284.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/284.6/e23/> ;
    skos:prefLabel "Herrnhuters"@en,
        "Herrnhutere"@nb,
        "Herrnhutarar"@nn .

humord:c08807 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08807" ;
    dct:modified "2024-10-28T09:17:18"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/273.7/e23/> ;
    skos:broader humord:c08759 ;
    skos:definition "Jansenisme var en teologisk og religiøs bevegelse som bygde på Augustins tanker om forholdet mellom Guds nåde, menneskets vilje og predestinasjonen til frelse eller fortapelse.  <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/284.84/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/273.7/e23/>,
        <http://dewey.info/class/284.84/e23/> ;
    skos:prefLabel "Jansenism"@en,
        "Jansenisme"@nb,
        "Jansenisme"@nn .

humord:c08808 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08808" ;
    dct:modified "2024-10-28T09:18:40"^^xsd:dateTime ;
    skos:broader humord:c08759 ;
    skos:closeMatch <http://dewey.info/class/284.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/230.42/e23/>,
        <http://dewey.info/class/284.2/e23/> ;
    skos:prefLabel "Calvinism"@en,
        "Kalvinisme"@nb,
        "Kalvinisme"@nn ;
    skos:related humord:c07343,
        humord:c15053 ;
    skos:relatedMatch <http://dewey.info/class/230.42/e23/> .

humord:c08809 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08809" ;
    dct:modified "2024-10-28T09:30:27"^^xsd:dateTime ;
    skos:altLabel "Konsilbevegelsen"@nb,
        "Konsilrørsla"@nn ;
    skos:broadMatch <http://dewey.info/class/262.52/e23/>,
        <http://dewey.info/class/270.5/e23/> ;
    skos:broader humord:c08759 ;
    skos:definition "Konsilbevegelsen var en kirkelig bevegelse som i første halvdel av 1400-tallet så allmenne kirkemøter som det viktigste middelet til å oppnå kirkelig enhet og reform. <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/262.52/e23/>,
        <http://dewey.info/class/270.5/e23/> ;
    skos:prefLabel "Conciliarism"@en,
        "Konsilianisme"@nb,
        "Konsilianisme"@nn .

humord:c08810 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08810" ;
    dct:modified "2024-10-28T09:37:18"^^xsd:dateTime ;
    skos:broader humord:c07338 ;
    skos:definition "Kvekere er et protestantisk kirkesamfunn, stiftet i 1652 i England av George Fox. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/289.6/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/289.6/e23/> ;
    skos:prefLabel "Quakers"@en,
        "Kvekere"@nb,
        "Kvekarar"@nn .

humord:c08811 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08811" ;
    dct:modified "2024-10-28T09:41:41"^^xsd:dateTime ;
    skos:altLabel "Pentecostal churches"@en,
        "Pentecostal movements"@en,
        "Pentekostal bevegelse"@nb,
        "Pinsebevegelse"@nb,
        "Pinsebevegelser"@nb,
        "Pinsemenigheter"@nb,
        "Pentekostal rørsle"@nn,
        "Pinsemeinigheiter"@nn,
        "Pinserørsle"@nn ;
    skos:broadMatch <http://dewey.info/class/270.82/e23/>,
        <http://dewey.info/class/289.94/e23/> ;
    skos:broader humord:c08759 ;
    skos:exactMatch <http://dewey.info/class/269.4/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/269.4/e23/>,
        <http://dewey.info/class/270.82/e23/>,
        <http://dewey.info/class/289.94/e23/> ;
    skos:prefLabel "Pentecostalism"@en,
        "Pinsebevegelsen"@nb,
        "Pinserørsla"@nn .

humord:c08812 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08812" ;
    dct:modified "2025-11-13T08:14:27"^^xsd:dateTime ;
    skos:altLabel "New religiosity"@en,
        "New religiousness"@en,
        "Nyreligiøsitet"@nb,
        "Nyreligiøsitet"@nn ;
    skos:broader humord:c08784 ;
    skos:closeMatch <http://dewey.info/class/299.93/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.93/e23/> ;
    skos:prefLabel "New religions"@en,
        "Nye religioner"@nb,
        "Nye religionar"@nn ;
    skos:related humord:c19328 .

humord:c08813 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08813" ;
    dct:modified "2024-10-09T15:23:27"^^xsd:dateTime ;
    skos:altLabel "Baha'i faith"@en,
        "Baha'ism"@en,
        "Bahai"@en,
        "Bahai"@nb,
        "Bahai"@nn ;
    skos:broader humord:c08812 ;
    skos:definition "Bahá’í er en religion av iransk opprinnelse, grunnlagt i andre halvdel av 1800-tallet. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/297.93/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.93/e23/> ;
    skos:prefLabel "Baha'i"@en,
        "Baha'i"@nb,
        "Baha'i"@nn ;
    skos:related humord:c08796 .

humord:c08815 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08815" ;
    dct:modified "2025-11-13T08:18:20"^^xsd:dateTime ;
    skos:altLabel "Unification church"@en,
        "Moon-sekten"@nb,
        "Moon-sekta"@nn ;
    skos:broader humord:c08812 ;
    skos:exactMatch <http://dewey.info/class/289.96/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/289.96/e23/> ;
    skos:prefLabel "Unification movement"@en,
        "Forente familie"@nb,
        "Sameinte familie"@nn .

humord:c08818 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08818" ;
    dct:modified "2024-10-28T09:18:16"^^xsd:dateTime ;
    skos:broader humord:c07338 ;
    skos:definition "Jehovas vitner er et religiøst trossamfunn. De lærer at Bibelen er skrevet av Gud (Jehova), ved hjelp av skribenter som var under Guds ledelse. Derfor forstås Bibelen som Guds ufeilbarlige og pålitelige ord. <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002349,
        <http://dewey.info/class/289.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002349,
        <http://dewey.info/class/289.92/e23/> ;
    skos:prefLabel "Jehovah's Witnesses"@en,
        "Jehovas vitner"@nb,
        "Jehovas vitne"@nn .

humord:c08819 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08819" ;
    dct:modified "2025-11-13T08:46:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.5512/e23/> ;
    skos:broader humord:c08812 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.5512/e23/> ;
    skos:prefLabel "Hare Krishna movement"@en,
        "Krishnabevegelsen"@nb,
        "Krishnarørsla"@nn .

humord:c08820 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-13T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08820" ;
    dct:modified "2024-10-28T09:11:12"^^xsd:dateTime ;
    skos:altLabel "Mormonar"@nn ;
    skos:broader humord:c07338 ;
    skos:closeMatch <http://dewey.info/class/289.332/e23/> ;
    skos:exactMatch <http://dewey.info/class/289.3092/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/289.3092/e23/>,
        <http://dewey.info/class/289.332/e23/> ;
    skos:prefLabel "Mormons"@en,
        "Mormonere"@nb,
        "Mormonarar"@nn .

humord:c08821 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08821" ;
    dct:modified "2023-12-12T12:01:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/130/e23/> ;
    skos:broader humord:c08812 ;
    skos:closeMatch <http://dewey.info/class/299.93/e23/> ;
    skos:definition "Folkelig kulturstrømning i 1980-årene med bakgrunn i hippie-kultur og nyreligiøsitet <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002704 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002704,
        <http://dewey.info/class/130/e23/>,
        <http://dewey.info/class/299.93/e23/> ;
    skos:prefLabel "New Age"@en,
        "New Age"@nb,
        "New Age"@nn .

humord:c08823 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08823" ;
    dct:modified "2025-11-13T08:13:59"^^xsd:dateTime ;
    skos:broader humord:c08812 ;
    skos:closeMatch <http://dewey.info/class/294.3928/e23/> ;
    skos:definition "Nichiren shoshu er  en ortodoks Nichiren sekt <Ruud>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.3928/e23/> ;
    skos:prefLabel "Nichiren Shoshu"@en,
        "Nichiren shoshu"@nb,
        "Nichiren shoshu"@nn .

humord:c08824 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08824" ;
    dct:modified "2025-11-13T08:15:10"^^xsd:dateTime ;
    skos:altLabel "Radhasoami"@en,
        "Radhasoami satsang"@en ;
    skos:broadMatch <http://dewey.info/class/294/e23/> ;
    skos:broader humord:c08812 ;
    skos:definition "Radhasoami satsang er en ny religion som er en blanding av hinduisme og sikhisme <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294/e23/> ;
    skos:prefLabel "Radha Soami"@en,
        "Radhasoami satsang"@nb,
        "Radhasoami satsang"@nn .

humord:c08826 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08826" ;
    dct:modified "2025-01-07T09:40:43"^^xsd:dateTime ;
    skos:altLabel "Millenarianist movements"@en,
        "Millenarism"@en,
        "Tusenårsrørsler"@nb ;
    skos:broadMatch <http://dewey.info/class/299.93/e23/> ;
    skos:broader humord:c08812 ;
    skos:editorialNote "Tusenårsbevegelsar"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.3/e23/>,
        <http://dewey.info/class/299.93/e23/> ;
    skos:prefLabel "Milleniarianism"@en,
        "Tusenårsbevegelser"@nb,
        "Tusenårsrørsler"@nn ;
    skos:relatedMatch <http://dewey.info/class/202.3/e23/> .

humord:c08827 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08827" ;
    dct:modified "2024-09-04T16:52:25"^^xsd:dateTime ;
    skos:altLabel "Cargo cult"@nb,
        "Cargo kultus"@nb,
        "Cargo cult"@nn,
        "Cargo kultus"@nn ;
    skos:broader humord:c08826 ;
    skos:definition "Cargokult er en samlebetegnelse for religiøse vekkelser og politiske og sosiale protestbevegelser, særlig i Melanesia. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/299.925/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.925/e23/> ;
    skos:prefLabel "Cargo cult"@en,
        "Cargokult"@nb,
        "Cargokult"@nn .

humord:c08829 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-02-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08829" ;
    dct:modified "2023-12-13T08:31:16"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/203/e23/> ;
    skos:broader humord:c08784 ;
    skos:closeMatch <http://dewey.info/class/133/e23/>,
        <http://dewey.info/class/201.613/e23/> ;
    skos:definition "Studiet av okkult eller skjulte visdom <Wikipedia>"@nb ;
    skos:exactMatch realfagstermer:c001576,
        <http://dewey.info/class/130/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c001576,
        <http://dewey.info/class/130/e23/>,
        <http://dewey.info/class/133/e23/>,
        <http://dewey.info/class/201.613/e23/>,
        <http://dewey.info/class/203/e23/> ;
    skos:prefLabel "Occultism"@en,
        "Okkultisme"@nb,
        "Okkultisme"@nn ;
    skos:related humord:c05097 .

humord:c08830 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08830" ;
    dct:modified "2023-11-24T07:45:28"^^xsd:dateTime ;
    skos:altLabel "Esoterism"@en,
        "Western esotericism"@en,
        "Western mystery tradition"@en ;
    skos:broader humord:c08829 ;
    skos:exactMatch realfagstermer:c002115 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002115,
        <http://dewey.info/class/135.4/e23/>,
        <http://dewey.info/class/366/e23/> ;
    skos:prefLabel "Esotericism"@en,
        "Esoterisme"@nb,
        "Esoterisme"@nn ;
    skos:relatedMatch <http://dewey.info/class/135.4/e23/>,
        <http://dewey.info/class/366/e23/> .

humord:c08831 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08831" ;
    dct:modified "2025-11-27T09:20:51"^^xsd:dateTime ;
    skos:altLabel "Hermetism"@en,
        "Hermetisisme"@nb,
        "Hermetisk filosofi"@nb,
        "Hermetisisme"@nn,
        "Hermetisk filosofi"@nn ;
    skos:broader humord:c08829 ;
    skos:definition "Hermetisk filosofi er betegnelse for doktriner og livssyn som ble utlest av de hermetiske skrifter, en skriftsamling fra de første tre århundrer evt. som ifølge tradisjonen skulle stamme fra Hermes Trismegistos, gudenes skriver og skrivekunstens mytiske opphavsmann. Begrepet brukes også generelt om kunnskap som er holdt skjult for allmenheten <SNL>"@nb ;
    skos:exactMatch realfagstermer:c002937,
        <http://dewey.info/class/135.45/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c002937,
        <http://dewey.info/class/135.45/e23/> ;
    skos:prefLabel "Hermeticism"@en,
        "Hermetisme"@nb,
        "Hermetisme"@nn ;
    skos:related humord:c19650 .

humord:c08834 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08834" ;
    dct:modified "2025-11-27T09:26:46"^^xsd:dateTime ;
    skos:altLabel "Nær-dauden-opplevingar"@nn ;
    skos:broadMatch <http://dewey.info/class/133.9013/e23/> ;
    skos:broader humord:c08829 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.9013/e23/> ;
    skos:prefLabel "Near-death experiences"@en,
        "Nær-døden-opplevelser"@nb,
        "Nær-døden-opplevingar"@nn .

humord:c08835 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08835" ;
    dct:modified "2025-11-27T09:27:41"^^xsd:dateTime ;
    skos:altLabel "Spiritualism (Occultism)"@en ;
    skos:broadMatch <http://dewey.info/class/202.1/e23/> ;
    skos:broader humord:c08829 ;
    skos:exactMatch <http://dewey.info/class/133.9/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.9/e23/>,
        <http://dewey.info/class/202.1/e23/> ;
    skos:prefLabel "Spiritism"@en,
        "Spiritisme"@nb,
        "Spiritisme"@nn .

humord:c08836 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08836" ;
    dct:modified "2025-11-27T09:27:54"^^xsd:dateTime ;
    skos:broader humord:c08829 ;
    skos:exactMatch <http://dewey.info/class/299.934/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/299.934/e23/> ;
    skos:prefLabel "Theosophy"@en,
        "Teosofi"@nb,
        "Teosofi"@nn ;
    skos:related humord:c00560 .

humord:c08837 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08837" ;
    dct:modified "2025-01-07T09:39:08"^^xsd:dateTime ;
    skos:altLabel "Religious awakening"@en,
        "Spiritual awakening"@en,
        "Vekkelser"@nb,
        "Vekkelsesbevegelser"@nb,
        "Vekkingar"@nn,
        "Vekkingsbevegelsar"@nn,
        "Vekkingsrørsler"@nn ;
    skos:broader humord:c08631,
        humord:c08784 ;
    skos:closeMatch <http://dewey.info/class/269.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/269.2/e23/> ;
    skos:prefLabel "Revivalism"@en,
        "Vekkelse"@nb,
        "Vekking"@nn ;
    skos:related humord:c16200 .

humord:c08839 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08839" ;
    dct:modified "2025-10-04T10:25:23"^^xsd:dateTime ;
    skos:broader humord:c08757 ;
    skos:closeMatch <http://dewey.info/class/206.57/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/206.57/e23/>,
        <http://dewey.info/class/255/e23/>,
        <http://dewey.info/class/271/e23/>,
        <http://dewey.info/class/297.48/e23/> ;
    skos:prefLabel "Religious orders"@en,
        "Religiøse ordener"@nb,
        "Religiøse ordenar"@nn ;
    skos:related humord:c09293 ;
    skos:relatedMatch <http://dewey.info/class/255/e23/>,
        <http://dewey.info/class/271/e23/>,
        <http://dewey.info/class/297.48/e23/> .

humord:c08840 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08840" ;
    dct:modified "2024-10-28T08:56:00"^^xsd:dateTime ;
    skos:altLabel "Muslim orders"@en ;
    skos:broadMatch <http://dewey.info/class/297.48/e23/> ;
    skos:broader humord:c08839 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.48/e23/> ;
    skos:prefLabel "Islamic orders"@en,
        "Islamske ordener"@nb,
        "Islamske ordenar"@nn ;
    skos:related humord:c07345,
        humord:c08512,
        humord:c08519 .

humord:c08841 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08841" ;
    dct:modified "2025-11-27T08:37:41"^^xsd:dateTime ;
    skos:altLabel "Dervisjordenen"@nb,
        "Dervisjordenen"@nn ;
    skos:broadMatch <http://dewey.info/class/297.48/e23/> ;
    skos:broader humord:c08840 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.48/e23/> ;
    skos:prefLabel "Dervish order"@en,
        "Dervisjorden"@nb,
        "Dervisjorden"@nn ;
    skos:related humord:c08519,
        humord:c18395 .

humord:c08843 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08843" ;
    dct:modified "2024-10-28T09:07:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/255/e23/> ;
    skos:broader humord:c08839 ;
    skos:closeMatch <http://dewey.info/class/271/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/255/e23/>,
        <http://dewey.info/class/271/e23/> ;
    skos:prefLabel "Christian orders"@en,
        "Kristne ordener"@nb,
        "Kristne ordenar"@nn .

humord:c08852 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08852" ;
    dct:modified "2024-10-28T09:10:39"^^xsd:dateTime ;
    skos:altLabel "Legmannsordener"@nb ;
    skos:broadMatch <http://dewey.info/class/267/e23/> ;
    skos:broader humord:c08843 ;
    skos:exactMatch <http://dewey.info/class/255.093/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/255.093/e23/>,
        <http://dewey.info/class/267/e23/> ;
    skos:prefLabel "Confraternities (Religion)"@en,
        "Lekmannsordener"@nb,
        "Lekmannsordenar"@nn .

humord:c08854 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-03-27T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08854" ;
    dct:modified "2023-12-18T14:30:57"^^xsd:dateTime ;
    skos:altLabel "Sekter"@nb,
        "Sekter"@nn ;
    skos:broader humord:c08757 ;
    skos:closeMatch <http://dewey.info/class/209/e23/> ;
    skos:definition "Religiøs gruppe eller samfunn som har brutt ut av et annet religiøst samfunn og opprettholder sitt særpreg gjennom bestemte betingelser for medlemskap   <SNL>"@nb ;
    skos:editorialNote "Enkeltsekter skal eventuelt ligge under Religiøse bevegelser etter religion. 2015-03-27/bsh"@nb ;
    skos:exactMatch realfagstermer:c004483 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c004483,
        <http://dewey.info/class/209/e23/> ;
    skos:prefLabel "Religious sects"@en,
        "Religiøse sekter"@nb,
        "Religiøse sekter"@nn ;
    skos:related humord:c08784 .

humord:c08855 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2002-09-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08855" ;
    dct:modified "2024-12-03T11:05:38"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/704.948/e23/> ;
    skos:broader humord:c08400,
        humord:c18228 ;
    skos:exactMatch <http://dewey.info/class/203.7/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/704.948/e23/> ;
    skos:prefLabel "Religious symbolism"@en,
        "Religiøs symbolikk"@nb,
        "Religiøs symbolikk"@nn .

humord:c08856 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08856" ;
    dct:modified "2024-12-03T11:04:18"^^xsd:dateTime ;
    skos:altLabel "Parables of Jesus"@en,
        "Jesu lignelse"@nb,
        "Jesu likning"@nn ;
    skos:broader humord:c08855 ;
    skos:exactMatch <http://dewey.info/class/226.8/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/226.8/e23/> ;
    skos:prefLabel "Parables (Symbolism)"@en,
        "Lignelser"@nb,
        "Likningar (Symbolikk)"@nn .

humord:c08858 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08858" ;
    dct:modified "2024-12-03T11:01:42"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/203.7/e23/> ;
    skos:broader humord:c08855 ;
    skos:closeMatch <http://dewey.info/class/704.948/e23/>,
        <http://dewey.info/class/755/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/704.948/e23/>,
        <http://dewey.info/class/755/e23/> ;
    skos:prefLabel "Religious symbols"@en,
        "Religiøse symboler"@nb,
        "Religiøse symbol"@nn ;
    skos:related humord:c06342 .

humord:c08859 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08859" ;
    dct:modified "2024-12-03T10:49:41"^^xsd:dateTime ;
    skos:broader humord:c08858 ;
    skos:exactMatch <http://dewey.info/class/202.18/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.18/e23/> ;
    skos:prefLabel "Images of the divine"@en,
        "Gudebilder"@nb,
        "Gudebilete"@nn .

humord:c08860 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08860" ;
    dct:modified "2024-12-03T10:54:44"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/744.2/e23/> ;
    skos:broader humord:c08858 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/704.948/e23/>,
        <http://dewey.info/class/744.2/e23/> ;
    skos:prefLabel "Icons"@en,
        "Ikoner"@nb,
        "Ikon"@nn ;
    skos:related humord:c08865 ;
    skos:relatedMatch <http://dewey.info/class/704.948/e23/> .

humord:c08861 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08861" ;
    dct:modified "2024-12-03T10:55:52"^^xsd:dateTime ;
    skos:altLabel "Cross"@en,
        "Kross"@nn,
        "Krossar"@nn ;
    skos:broader humord:c08858 ;
    skos:closeMatch <http://dewey.info/class/246.558/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/246.558/e23/> ;
    skos:prefLabel "Crosses"@en,
        "Kors"@nb,
        "Kors"@nn .

humord:c08862 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08862" ;
    dct:modified "2024-12-03T10:48:24"^^xsd:dateTime ;
    skos:altLabel "Stone cross"@en,
        "Steinkross"@nn,
        "Steinkrossar"@nn ;
    skos:broadMatch <http://dewey.info/class/246.558/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:broader humord:c08861 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/246.558/e23/>,
        <http://dewey.info/class/736.5/e23/> ;
    skos:prefLabel "Stone crosses"@en,
        "Steinkors"@nb,
        "Steinkors"@nn .

humord:c08864 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08864" ;
    dct:modified "2024-12-03T10:56:20"^^xsd:dateTime ;
    skos:broader humord:c08858 ;
    skos:closeMatch <http://dewey.info/class/246.558/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/246.558/e23/> ;
    skos:prefLabel "Crucifixes"@en,
        "Krusifikser"@nb,
        "Krusifiks"@nn .

humord:c08865 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08865" ;
    dct:modified "2024-12-03T10:57:37"^^xsd:dateTime ;
    skos:altLabel "Icons of the Madonna"@en,
        "Icons of the Virgin"@en,
        "Icons of the Virgin Mary"@en,
        "Images of the Madonna"@en,
        "Images of the Virgin"@en,
        "Pictures of the Madonna"@en,
        "Pictures of the Virgin"@en,
        "Pictures of the Virgin Mary"@en ;
    skos:broadMatch <http://dewey.info/class/232.91/e23/>,
        <http://dewey.info/class/704.94855/e23/> ;
    skos:broader humord:c08858 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/232.91/e23/>,
        <http://dewey.info/class/704.94855/e23/> ;
    skos:prefLabel "Images of the Virgin Mary"@en,
        "Mariabilder"@nb,
        "Mariabilete"@nn ;
    skos:related humord:c08860 .

humord:c08866 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08866" ;
    dct:modified "2024-12-03T11:00:14"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/786.873/e23/> ;
    skos:broader humord:c08858 ;
    skos:definition "Nepalske cymbaler <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/203.7/e23/>,
        <http://dewey.info/class/786.873/e23/> ;
    skos:prefLabel "Sichyah"@en,
        "Sichyah"@nb,
        "Sichyah"@nn .

humord:c08867 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08867" ;
    dct:modified "2024-12-03T11:01:26"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.537/e23/> ;
    skos:broader humord:c08858 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.537/e23/> ;
    skos:prefLabel "Yantra"@en,
        "Yantra"@nb,
        "Yantra"@nn .

humord:c08868 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08868" ;
    dct:modified "2025-12-02T09:50:46"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/294.3437/e23/>,
        <http://dewey.info/class/294.537/e23/> ;
    skos:broader humord:c08867 ;
    skos:definition "Hinduistisk el. buddhistisk magisk diagram, ofte en firkant med inntegnede sirkler <BOB>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/294.3437/e23/>,
        <http://dewey.info/class/294.537/e23/> ;
    skos:prefLabel "Mandala"@en,
        "Mandala"@nb,
        "Mandala"@nn .

humord:c08869 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2015-11-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08869" ;
    dct:modified "2024-08-20T10:29:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/202.1/e23/> ;
    skos:broader humord:c08400 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.1/e23/> ;
    skos:prefLabel "Spiritual beings"@en,
        "Åndevesener"@nb,
        "Åndevesen"@nn .

humord:c08870 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08870" ;
    dct:modified "2024-11-27T15:58:56"^^xsd:dateTime ;
    skos:broader humord:c08869 ;
    skos:closeMatch <http://dewey.info/class/202.16/e23/> ;
    skos:exactMatch <http://dewey.info/class/133.42/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.42/e23/>,
        <http://dewey.info/class/202.16/e23/>,
        <http://dewey.info/class/235.4/e23/>,
        <http://dewey.info/class/296.316/e23/> ;
    skos:prefLabel "Demons"@en,
        "Demoner"@nb,
        "Demonar"@nn ;
    skos:related humord:c00353,
        humord:c08575,
        humord:c16076 ;
    skos:relatedMatch <http://dewey.info/class/235.4/e23/>,
        <http://dewey.info/class/296.316/e23/> .

humord:c08871 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08871" ;
    dct:modified "2024-11-27T16:04:48"^^xsd:dateTime ;
    skos:altLabel "Devil"@en,
        "Lucifer"@en,
        "Mephistopheles"@en,
        "Djevelen"@nb,
        "Fanden"@nb,
        "Lucifer"@nb,
        "Djevelen"@nn,
        "Fanden"@nn,
        "Lucifer"@nn ;
    skos:broadMatch <http://dewey.info/class/202.16/e23/> ;
    skos:broader humord:c08870 ;
    skos:closeMatch <http://dewey.info/class/133.422/e23/>,
        <http://dewey.info/class/296.316/e23/>,
        <http://dewey.info/class/297.216/e23/> ;
    skos:exactMatch <http://dewey.info/class/235.47/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/133.422/e23/>,
        <http://dewey.info/class/202.16/e23/>,
        <http://dewey.info/class/235.47/e23/>,
        <http://dewey.info/class/296.316/e23/>,
        <http://dewey.info/class/297.216/e23/> ;
    skos:prefLabel "Satan"@en,
        "Satan"@nb,
        "Satan"@nn ;
    skos:related humord:c00353,
        humord:c08577 .

humord:c08874 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08874" ;
    dct:modified "2025-11-27T08:34:46"^^xsd:dateTime ;
    skos:broader humord:c08869 ;
    skos:exactMatch <http://dewey.info/class/202.15/e23/>,
        <http://dewey.info/class/235.3/e23/>,
        <http://dewey.info/class/296.315/e23/>,
        <http://dewey.info/class/297.215/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.15/e23/>,
        <http://dewey.info/class/235.3/e23/>,
        <http://dewey.info/class/296.315/e23/>,
        <http://dewey.info/class/297.215/e23/> ;
    skos:prefLabel "Angels"@en,
        "Engler"@nb,
        "Englar"@nn .

humord:c08875 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08875" ;
    dct:modified "2025-11-27T08:29:32"^^xsd:dateTime ;
    skos:altLabel "Deity"@en,
        "Guddomar"@nn ;
    skos:broader humord:c08869 ;
    skos:closeMatch <http://dewey.info/class/211/e23/> ;
    skos:exactMatch <http://dewey.info/class/202.11/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.11/e23/>,
        <http://dewey.info/class/211/e23/> ;
    skos:prefLabel "Deities"@en,
        "Guddommer"@nb,
        "Guddommar"@nn ;
    skos:related humord:c07567,
        humord:c08404 .

humord:c08876 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2010-01-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08876" ;
    dct:modified "2025-11-27T08:30:00"^^xsd:dateTime ;
    skos:broader humord:c08875 ;
    skos:editorialNote "Brukes om Gud som fenomen, særlig i forbindelse med de monoteistiske religionene"@nb ;
    skos:exactMatch <http://dewey.info/class/202.11/e23/>,
        <http://dewey.info/class/211/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.11/e23/>,
        <http://dewey.info/class/211/e23/>,
        <http://dewey.info/class/231/e23/>,
        <http://dewey.info/class/296.311/e23/>,
        <http://dewey.info/class/297.211/e23/> ;
    skos:prefLabel "God"@en,
        "Gud"@nb,
        "Gud"@nn ;
    skos:related humord:c20908 ;
    skos:relatedMatch <http://dewey.info/class/231/e23/>,
        <http://dewey.info/class/296.311/e23/>,
        <http://dewey.info/class/297.211/e23/> .

humord:c08877 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08877" ;
    dct:modified "2026-01-05T13:49:07"^^xsd:dateTime ;
    skos:altLabel "Feminine deities"@en,
        "Kvinnelige guddommer"@nb,
        "Kvinnelege guddomar"@nn,
        "Kvinnelege guddommar"@nn ;
    skos:broader humord:c08875 ;
    skos:editorialNote "Se også de enkelte gudinners navn, f.eks.: Afrodite"@nb ;
    skos:exactMatch <http://dewey.info/class/202.114/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.114/e23/> ;
    skos:prefLabel "Goddesses"@en,
        "Gudinner"@nb,
        "Gudinner"@nn ;
    skos:related humord:c07567,
        humord:c20908 .

humord:c08879 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08879" ;
    dct:modified "2025-11-27T08:27:29"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/202.114/e23/> ;
    skos:broader humord:c08877 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/202.114/e23/> ;
    skos:prefLabel "Mother goddesses"@en,
        "Modergudinner"@nb,
        "Modergudinner"@nn .

humord:c08881 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08881" ;
    dct:modified "2024-10-11T09:38:33"^^xsd:dateTime ;
    skos:altLabel "Kirkehelgener"@nb,
        "Kyrkjehelgenar"@nn ;
    skos:broadMatch <http://dewey.info/class/202.13/e23/>,
        <http://dewey.info/class/206.1/e23/> ;
    skos:broader humord:c08869 ;
    skos:exactMatch <http://dewey.info/class/200.92/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/200.92/e23/>,
        <http://dewey.info/class/202.13/e23/>,
        <http://dewey.info/class/206.1/e23/>,
        <http://dewey.info/class/235.2/e23/>,
        <http://dewey.info/class/280/e23/>,
        <http://dewey.info/class/704.94863/e23/> ;
    skos:prefLabel "Saints"@en,
        "Helgener"@nb,
        "Helgenar"@nn ;
    skos:related humord:c08738 ;
    skos:relatedMatch <http://dewey.info/class/235.2/e23/>,
        <http://dewey.info/class/280/e23/>,
        <http://dewey.info/class/704.94863/e23/> .

humord:c08882 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-06-08T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08882" ;
    dct:modified "2025-11-27T08:26:21"^^xsd:dateTime ;
    skos:altLabel "Peer (Sufism)"@en ;
    skos:broadMatch <http://dewey.info/class/297.4092/e23/> ;
    skos:broader humord:c08881 ;
    skos:definition "Sufi helgen <UBO>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/297.4092/e23/> ;
    skos:prefLabel "Pir (Sufism)"@en,
        "Pir (Sufisme)"@nb,
        "Pir (Sufisme)"@nn .

humord:c08883 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-14T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08883" ;
    dct:modified "2026-02-25T09:30:17"^^xsd:dateTime ;
    skos:altLabel "Administration of justice"@en,
        "Judicial system"@en,
        "Jus"@en,
        "Legal science"@en,
        "Legal system"@en,
        "Jus (Rettsvitenskap)"@nb,
        "Juss"@nb,
        "Rettslære"@nb,
        "Rettsvesen"@nb,
        "Rettsvesener"@nb,
        "Rettsvesenet"@nb,
        "Jus (Rettsvitskap)"@nn,
        "Juss"@nn,
        "Rettslære"@nn,
        "Rettsvesen"@nn,
        "Rettsvesenet"@nn ;
    skos:exactMatch <http://dewey.info/class/340/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/340/e23/> ;
    skos:prefLabel "Law"@en,
        "Rettsvitenskap"@nb,
        "Rettsvitskap"@nn ;
    skos:related humord:c59966 ;
    skos:topConceptOf humord: .

humord:c08884 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08884" ;
    dct:modified "2025-05-19T07:35:09"^^xsd:dateTime ;
    skos:altLabel "Courts of law"@en,
        "Judiciary"@en,
        "Tribunals"@en,
        "Tribunaler"@nb,
        "Tribunal"@nn ;
    skos:broader humord:c13365 ;
    skos:exactMatch <http://dewey.info/class/347.01/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/341.242228/e23/>,
        <http://dewey.info/class/341.55/e23/>,
        <http://dewey.info/class/347.01/e23/> ;
    skos:prefLabel "Courts"@en,
        "Domstoler"@nb,
        "Domstolar"@nn ;
    skos:relatedMatch <http://dewey.info/class/341.242228/e23/>,
        <http://dewey.info/class/341.55/e23/> .

humord:c08885 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08885" ;
    dct:modified "2025-05-16T12:45:27"^^xsd:dateTime ;
    skos:broader humord:c08884 ;
    skos:exactMatch <http://dewey.info/class/345.01444/e23/>,
        <http://dewey.info/class/347.035/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/345.01444/e23/>,
        <http://dewey.info/class/347.035/e23/> ;
    skos:prefLabel "Supreme court"@en,
        "Høyesterett"@nb,
        "Høgsterett"@nn ;
    skos:related humord:c58740 .

humord:c08886 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08886" ;
    dct:modified "2025-06-11T14:23:44"^^xsd:dateTime ;
    skos:altLabel "Correctional system"@en,
        "Penal system"@en ;
    skos:broader humord:c08982 ;
    skos:closeMatch <http://dewey.info/class/365/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/365/e23/> ;
    skos:prefLabel "Prison administration"@en,
        "Fengselsvesen"@nb,
        "Fengselsvesen"@nn ;
    skos:related humord:c09599,
        humord:c22468,
        humord:c49682 .

humord:c08887 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08887" ;
    dct:modified "2024-08-28T20:43:18"^^xsd:dateTime ;
    skos:altLabel "Interrogation"@en,
        "Questioning (Judicial)"@en,
        "Forhør"@nb,
        "Forhøyr"@nn ;
    skos:broader humord:c17259 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/345.052/e23/>,
        <http://dewey.info/class/363.254/e23/> ;
    skos:prefLabel "Examination (Judicial)"@en,
        "Avhør"@nb,
        "Avhøyr"@nn ;
    skos:relatedMatch <http://dewey.info/class/345.052/e23/>,
        <http://dewey.info/class/363.254/e23/> .

humord:c08888 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08888" ;
    dct:modified "2025-05-26T11:13:26"^^xsd:dateTime ;
    skos:broader humord:c08887 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/345.052/e23/>,
        <http://dewey.info/class/363.254/e23/> ;
    skos:prefLabel "Judicial examination"@en,
        "Rettslige forhør"@nb,
        "Rettslege forhøyr"@nn ;
    skos:relatedMatch <http://dewey.info/class/345.052/e23/>,
        <http://dewey.info/class/363.254/e23/> .

humord:c08889 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08889" ;
    dct:modified "2025-09-17T13:30:01"^^xsd:dateTime ;
    skos:altLabel "Criminalisation"@en,
        "Criminality"@en,
        "Criminalization"@en,
        "Kriminalisering"@nb,
        "Kriminalisering"@nn ;
    skos:broader humord:c09069 ;
    skos:definition "Utbredelse av forbrytelser i samfunnet <BOB>"@nb ;
    skos:exactMatch realfagstermer:c000238,
        <http://dewey.info/class/364/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000238,
        <http://dewey.info/class/201.764/e23/>,
        <http://dewey.info/class/345/e23/>,
        <http://dewey.info/class/364/e23/> ;
    skos:prefLabel "Crime"@en,
        "Kriminalitet"@nb,
        "Kriminalitet"@nn ;
    skos:relatedMatch <http://dewey.info/class/201.764/e23/>,
        <http://dewey.info/class/345/e23/> .

humord:c08890 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08890" ;
    dct:modified "2023-11-27T13:42:47"^^xsd:dateTime ;
    skos:altLabel "Crimes"@en,
        "Criminal offences"@en,
        "Violation of the law"@en,
        "Forbrytelser"@nb,
        "Straffbare handlinger"@nb,
        "Brotsverk"@nn,
        "Brottsverk"@nn,
        "Lovbrott"@nn ;
    skos:broader humord:c08889 ;
    skos:exactMatch realfagstermer:c003506,
        <http://dewey.info/class/346.03/e23/>,
        <http://dewey.info/class/364.1/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c003506,
        <http://dewey.info/class/346.03/e23/>,
        <http://dewey.info/class/364.1/e23/> ;
    skos:prefLabel "Felonies"@en,
        "Lovbrudd"@nb,
        "Lovbrot"@nn .

humord:c08891 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2023-05-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08891" ;
    dct:modified "2024-03-20T15:11:49"^^xsd:dateTime ;
    skos:altLabel "Deception"@en,
        "Humbug"@nb,
        "Svindel"@nb,
        "Humbug"@nn,
        "Svindel"@nn ;
    skos:broadMatch <http://dewey.info/class/179.8/e23/> ;
    skos:broader humord:c08890 ;
    skos:closeMatch <http://dewey.info/class/345.0263/e23/> ;
    skos:editorialNote "Lukket bemerkning: ubo23"@nb ;
    skos:exactMatch realfagstermer:c005174,
        <http://dewey.info/class/364.163/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c005174,
        <http://dewey.info/class/179.8/e23/>,
        <http://dewey.info/class/345.0263/e23/>,
        <http://dewey.info/class/364.163/e23/>,
        <http://dewey.info/class/658.473/e23/> ;
    skos:prefLabel "Fraud"@en,
        "Bedrageri"@nb,
        "Bedrageri"@nn ;
    skos:relatedMatch <http://dewey.info/class/658.473/e23/> .

humord:c08893 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08893" ;
    dct:modified "2025-09-18T12:50:15"^^xsd:dateTime ;
    skos:altLabel "Persecutions"@en,
        "Forfølgelser"@nb,
        "Forfylging"@nn,
        "Forfylginga"@nn,
        "Forfølgingar"@nn ;
    skos:broadMatch <http://dewey.info/class/364.15/e23/> ;
    skos:broader humord:c09227 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/364.15/e23/> ;
    skos:prefLabel "Persecution"@en,
        "Forfølgelse"@nb,
        "Forfølging"@nn ;
    skos:related humord:c08728,
        humord:c08730,
        humord:c19556,
        humord:c25885 .

humord:c08894 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08894" ;
    dct:modified "2026-01-05T13:48:18"^^xsd:dateTime ;
    skos:altLabel "Kollaborasjon (Brottsverk)"@nn ;
    skos:broadMatch <http://dewey.info/class/364.131/e23/> ;
    skos:broader humord:c08890 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/364.131/e23/>,
        <http://dewey.info/class/940.53163/e23/> ;
    skos:prefLabel "Collaboration (Crimes)"@en,
        "Kollaborasjon (Forbrytelser)"@nb,
        "Kollaborasjon (Brotsverk)"@nn ;
    skos:related humord:c26254 ;
    skos:relatedMatch <http://dewey.info/class/940.53163/e23/> .

humord:c08895 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2023-05-23T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08895" ;
    dct:modified "2025-05-19T12:31:04"^^xsd:dateTime ;
    skos:altLabel "Briberies"@en,
        "Bribery"@en,
        "Bestikkelser"@nb,
        "Smøring (Lovbrudd)"@nb,
        "Muting"@nn,
        "Smørjing (Lovbrot)"@nn,
        "Smørjing (Lovbrott)"@nn ;
    skos:broader humord:c08890 ;
    skos:closeMatch <http://dewey.info/class/353.46/e23/> ;
    skos:definition "Korrupsjon er det å bestikke eller ta imot bestikkelser og derved få eller gi en utilbørlig fordel i anledning sitt arbeide <SNL>"@nb ;
    skos:editorialNote "Lukket bemerkning: ubo95"@nb ;
    skos:exactMatch <http://dewey.info/class/345.02323/e23/>,
        <http://dewey.info/class/364.1323/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/342.088/e23/>,
        <http://dewey.info/class/345.02323/e23/>,
        <http://dewey.info/class/353.46/e23/>,
        <http://dewey.info/class/364.1323/e23/> ;
    skos:prefLabel "Corruption"@en,
        "Korrupsjon"@nb,
        "Korrupsjon"@nn ;
    skos:relatedMatch <http://dewey.info/class/342.088/e23/> .

humord:c08897 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08897" ;
    dct:modified "2025-07-17T12:28:31"^^xsd:dateTime ;
    skos:altLabel "Crimes of war"@en,
        "War crime"@en,
        "Krigsbrottsverk"@nn ;
    skos:broader humord:c08890 ;
    skos:definition "Krigsforbrytelser er handlinger som begås i krig og som bryter med reglene som gjelder i krig. <SNL>"@nb ;
    skos:editorialNote "Oppdatert"@nb ;
    skos:exactMatch <http://dewey.info/class/341.69/e23/>,
        <http://dewey.info/class/364.138/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/341.69/e23/>,
        <http://dewey.info/class/364.138/e23/> ;
    skos:prefLabel "War crimes"@en,
        "Krigsforbrytelser"@nb,
        "Krigsbrotsverk"@nn ;
    skos:related humord:c19529,
        humord:c27086 .

humord:c08898 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08898" ;
    dct:modified "2026-01-05T13:47:06"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/364.134/e23/> ;
    skos:broader humord:c08890 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/364.134/e23/> ;
    skos:prefLabel "Lynching"@en,
        "Lynsjing"@nb,
        "Lynsjing"@nn .

humord:c08899 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08899" ;
    dct:modified "2025-10-14T14:44:54"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/304.663/e23/>,
        <http://dewey.info/class/364.15234/e23/> ;
    skos:broader humord:c08890 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/304.663/e23/>,
        <http://dewey.info/class/364.15234/e23/> ;
    skos:prefLabel "Massacres"@en,
        "Massakrer"@nb,
        "Massakrar"@nn .

humord:c08900 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-04-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08900" ;
    dct:modified "2025-05-19T08:16:55"^^xsd:dateTime ;
    skos:altLabel "Homicide"@en,
        "Killings"@en,
        "Mord"@nb,
        "Mord"@nn ;
    skos:broadMatch <http://dewey.info/class/179.7/e23/> ;
    skos:broader humord:c08890 ;
    skos:exactMatch <http://dewey.info/class/364.152/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.7/e23/>,
        <http://dewey.info/class/201.764/e23/>,
        <http://dewey.info/class/364.152/e23/> ;
    skos:prefLabel "Murder"@en,
        "Drap"@nb,
        "Drap"@nn ;
    skos:related humord:c08902,
        humord:c58484 ;
    skos:relatedMatch <http://dewey.info/class/201.764/e23/> .

humord:c08902 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-07-11T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08902" ;
    dct:modified "2024-08-06T15:11:41"^^xsd:dateTime ;
    skos:altLabel "Mercy killing"@en,
        "Passive euthanasia"@en,
        "Aktiv dødshjelp"@nb,
        "Assistert død"@nb,
        "Barmhjertighetsdrap"@nb,
        "Dødshjelp"@nb,
        "Medlidenhetsdrap"@nb,
        "Miskunnsdrap"@nb,
        "Passiv dødshjelp"@nb,
        "Aktiv dødshjelp"@nn,
        "Assistert død"@nn,
        "Dødshjelp"@nn,
        "Medkjensledrap"@nn,
        "Passiv dødshjelp"@nn ;
    skos:broadMatch <http://dewey.info/class/179.7/e23/> ;
    skos:broader humord:c00257 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.7/e23/>,
        <http://dewey.info/class/344.04197/e23/> ;
    skos:prefLabel "Euthanasia"@en,
        "Eutanasi"@nb,
        "Eutanasi"@nn ;
    skos:related humord:c08900,
        humord:c58971 ;
    skos:relatedMatch <http://dewey.info/class/344.04197/e23/> .

humord:c08907 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-02-05T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08907" ;
    dct:modified "2025-05-19T12:26:27"^^xsd:dateTime ;
    skos:altLabel "Genocid"@nb,
        "Genocider"@nb,
        "Genocid"@nn ;
    skos:broadMatch <http://dewey.info/class/179.7/e23/> ;
    skos:broader humord:c08900,
        humord:c58477 ;
    skos:definition "Folkemord er drap, alvorlig skade og annen ødeleggelse rettet mot en gruppe mennesker på grunn av deres tilhørighet til en nasjonal, etnisk, rasemessig eller religiøs gruppe, med et formål om helt eller delvis å ødelegge gruppen. <SNL>"@nb ;
    skos:exactMatch <http://dewey.info/class/304.663/e23/>,
        <http://dewey.info/class/364.151/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.7/e23/>,
        <http://dewey.info/class/304.663/e23/>,
        <http://dewey.info/class/364.151/e23/> ;
    skos:prefLabel "Genocide"@en,
        "Folkemord"@nb,
        "Folkemord"@nn .

humord:c08908 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2006-02-03T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08908" ;
    dct:modified "2025-05-19T09:32:16"^^xsd:dateTime ;
    skos:altLabel "Shoah"@en,
        "Jødeutryddelser"@nb,
        "Shoah"@nb,
        "Jødeutryddingar"@nn,
        "Jødeutrydjingar"@nn,
        "Shoah"@nn ;
    skos:broader humord:c08907 ;
    skos:definition "Nazistenes jødeutryddelser under den andre verdenskrigen <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/940.5318/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/940.5318/e23/> ;
    skos:prefLabel "Holocaust"@en,
        "Holocaust"@nb,
        "Holocaust"@nn ;
    skos:related humord:c08730,
        humord:c20185,
        humord:c58591,
        humord:c59034 .

humord:c08909 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08909" ;
    dct:modified "2025-05-19T08:20:52"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/179.7/e23/> ;
    skos:broader humord:c08900 ;
    skos:closeMatch <http://dewey.info/class/616.858445/e23/> ;
    skos:exactMatch <http://dewey.info/class/362.28/e23/>,
        <http://dewey.info/class/364.1522/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.7/e23/>,
        <http://dewey.info/class/362.28/e23/>,
        <http://dewey.info/class/364.1522/e23/>,
        <http://dewey.info/class/394.88/e23/>,
        <http://dewey.info/class/616.858445/e23/> ;
    skos:prefLabel "Suicide"@en,
        "Selvmord"@nb,
        "Sjølvmord"@nn ;
    skos:related humord:c27543 ;
    skos:relatedMatch <http://dewey.info/class/394.88/e23/> .

humord:c08910 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08910" ;
    dct:modified "2025-05-19T08:16:09"^^xsd:dateTime ;
    skos:altLabel "Collective suicide"@en,
        "Kollektivt selvmord"@nb,
        "Kollektivt sjølvmord"@nn ;
    skos:broadMatch <http://dewey.info/class/362.28/e23/>,
        <http://dewey.info/class/364.1522/e23/>,
        <http://dewey.info/class/394.88/e23/> ;
    skos:broader humord:c08909 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/179.7/e23/>,
        <http://dewey.info/class/362.28/e23/>,
        <http://dewey.info/class/364.1522/e23/>,
        <http://dewey.info/class/394.88/e23/> ;
    skos:prefLabel "Mass suicide"@en,
        "Masseselvmord"@nb,
        "Massesjølvmord"@nn ;
    skos:relatedMatch <http://dewey.info/class/179.7/e23/> .

humord:c08912 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08912" ;
    dct:modified "2025-05-19T08:14:35"^^xsd:dateTime ;
    skos:altLabel "Sex offences"@en,
        "Sexual crimes"@en,
        "Sexual offences"@en,
        "Sedelighetsforbrytelser"@nb,
        "Sedelighetslovbrudd"@nb,
        "Sedskapsbrotsverk"@nn,
        "Sedskapsbrottsverk"@nn,
        "Sedskapslovbrot"@nn,
        "Seksualbrottsverk"@nn ;
    skos:broader humord:c08890 ;
    skos:exactMatch <http://dewey.info/class/364.153/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/364.153/e23/>,
        <http://dewey.info/class/371.786/e23/>,
        <http://dewey.info/class/616.8583/e23/> ;
    skos:prefLabel "Sex crimes"@en,
        "Seksualforbrytelser"@nb,
        "Seksualbrotsverk"@nn ;
    skos:related humord:c08145 ;
    skos:relatedMatch <http://dewey.info/class/371.786/e23/>,
        <http://dewey.info/class/616.8583/e23/> .

humord:c08913 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-06-15T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08913" ;
    dct:modified "2025-05-19T08:09:48"^^xsd:dateTime ;
    skos:altLabel "Blodskam"@nb,
        "Blodskam"@nn ;
    skos:broadMatch <http://dewey.info/class/364.1536/e23/> ;
    skos:broader humord:c08912 ;
    skos:closeMatch <http://dewey.info/class/616.85836/e23/> ;
    skos:exactMatch <http://dewey.info/class/306.877/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/306.877/e23/>,
        <http://dewey.info/class/345.02536/e23/>,
        <http://dewey.info/class/364.1536/e23/>,
        <http://dewey.info/class/616.85836/e23/> ;
    skos:prefLabel "Incest"@en,
        "Incest"@nb,
        "Incest"@nn ;
    skos:related humord:c23370 ;
    skos:relatedMatch <http://dewey.info/class/345.02536/e23/> .

humord:c08915 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08915" ;
    dct:modified "2025-05-19T08:09:05"^^xsd:dateTime ;
    skos:altLabel "Maritime piracy"@en,
        "Piratvirksomhet"@nb,
        "Piratverksemd"@nn ;
    skos:broadMatch <http://dewey.info/class/364.164/e23/>,
        <http://dewey.info/class/910.45/e23/> ;
    skos:broader humord:c08890 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/345.0264/e23/>,
        <http://dewey.info/class/364.164/e23/>,
        <http://dewey.info/class/910.45/e23/> ;
    skos:prefLabel "Piracy"@en,
        "Sjørøveri"@nb,
        "Sjørøvari"@nn ;
    skos:related humord:c19179 ;
    skos:relatedMatch <http://dewey.info/class/345.0264/e23/> .

humord:c08916 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08916" ;
    dct:modified "2024-11-04T14:16:06"^^xsd:dateTime ;
    skos:broader humord:c07745 ;
    skos:closeMatch <http://dewey.info/class/381.44/e23/> ;
    skos:exactMatch <http://dewey.info/class/306.362/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/177.5/e23/>,
        <http://dewey.info/class/306.362/e23/>,
        <http://dewey.info/class/364.15/e23/>,
        <http://dewey.info/class/381.44/e23/> ;
    skos:prefLabel "Slave trade"@en,
        "Slavehandel"@nb,
        "Slavehandel"@nn ;
    skos:related humord:c07364,
        humord:c09240 ;
    skos:relatedMatch <http://dewey.info/class/177.5/e23/>,
        <http://dewey.info/class/364.15/e23/> .

humord:c08917 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08917" ;
    dct:modified "2025-10-10T10:16:33"^^xsd:dateTime ;
    skos:altLabel "Coup"@en,
        "Putsch"@en,
        "Kupp"@nb,
        "Kupp"@nn ;
    skos:broadMatch <http://dewey.info/class/321.09/e23/> ;
    skos:broader humord:c09395 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/321.09/e23/> ;
    skos:prefLabel "Coup d'état"@en,
        "Statskupp"@nb,
        "Statskupp"@nn ;
    skos:related humord:c09751 .

humord:c08918 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08918" ;
    dct:modified "2026-01-05T13:46:48"^^xsd:dateTime ;
    skos:altLabel "Black market"@en ;
    skos:broadMatch <http://dewey.info/class/364.133/e23/> ;
    skos:broader humord:c08890 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/345.0233/e23/>,
        <http://dewey.info/class/363.25933/e23/>,
        <http://dewey.info/class/364.133/e23/> ;
    skos:prefLabel "Black markets"@en,
        "Svartebørs"@nb,
        "Svartebørs"@nn ;
    skos:relatedMatch <http://dewey.info/class/345.0233/e23/>,
        <http://dewey.info/class/363.25933/e23/> .

humord:c08919 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08919" ;
    dct:modified "2025-10-27T12:38:22"^^xsd:dateTime ;
    skos:altLabel "Subversive activities"@en,
        "Subversive activity"@en,
        "Subversjon (Politisk virksomhet)"@nb,
        "Undergravende virksomhet"@nb,
        "Subversjon (Politisk verksemd)"@nn,
        "Undergravande verksemd"@nn ;
    skos:broadMatch <http://dewey.info/class/364.131/e23/> ;
    skos:broader humord:c09748 ;
    skos:closeMatch <http://dewey.info/class/353.17/e23/>,
        <http://dewey.info/class/355.3437/e23/> ;
    skos:exactMatch <http://dewey.info/class/327.12/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/327.12/e23/>,
        <http://dewey.info/class/353.17/e23/>,
        <http://dewey.info/class/355.3437/e23/>,
        <http://dewey.info/class/364.131/e23/> ;
    skos:prefLabel "Subversion (Political activity)"@en,
        "Undergravingsvirksomhet"@nb,
        "Undergravingsverksemd"@nn ;
    skos:related humord:c08920 .

humord:c08920 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1995-05-19T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08920" ;
    dct:modified "2024-01-03T12:47:48"^^xsd:dateTime ;
    skos:broadMatch <http://dewey.info/class/172.4/e23/>,
        <http://dewey.info/class/331.894/e23/>,
        <http://dewey.info/class/364.131/e23/> ;
    skos:broader humord:c09593 ;
    skos:closeMatch <http://dewey.info/class/353.17/e23/> ;
    skos:exactMatch realfagstermer:c011238,
        <http://dewey.info/class/327.12/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c011238,
        <http://dewey.info/class/172.4/e23/>,
        <http://dewey.info/class/201.727/e23/>,
        <http://dewey.info/class/327.12/e23/>,
        <http://dewey.info/class/331.894/e23/>,
        <http://dewey.info/class/341.63/e23/>,
        <http://dewey.info/class/353.17/e23/>,
        <http://dewey.info/class/355.3432/e23/>,
        <http://dewey.info/class/364.131/e23/>,
        <http://dewey.info/class/658.472/e23/> ;
    skos:prefLabel "Espionage"@en,
        "Spionasje"@nb,
        "Spionasje"@nn ;
    skos:related humord:c07371,
        humord:c08919,
        humord:c09594 ;
    skos:relatedMatch <http://dewey.info/class/201.727/e23/>,
        <http://dewey.info/class/341.63/e23/>,
        <http://dewey.info/class/355.3432/e23/>,
        <http://dewey.info/class/658.472/e23/> .

humord:c08921 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2014-01-28T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08921" ;
    dct:modified "2025-05-26T12:04:36"^^xsd:dateTime ;
    skos:altLabel "Law enforcement officials"@en,
        "Police forces"@en,
        "Police service"@en,
        "Politiet"@nb,
        "Politifolk"@nb,
        "Politistyrker"@nb,
        "Politiet"@nn,
        "Politifolk"@nn,
        "Politistyrkar"@nn ;
    skos:broader humord:c09406,
        humord:c59718 ;
    skos:exactMatch realfagstermer:c007132,
        <http://dewey.info/class/363.2/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c007132,
        <http://dewey.info/class/306.28/e23/>,
        <http://dewey.info/class/353.36/e23/>,
        <http://dewey.info/class/363.2/e23/> ;
    skos:prefLabel "Police"@en,
        "Politi"@nb,
        "Politi"@nn ;
    skos:related humord:c15584,
        humord:c58627 ;
    skos:relatedMatch <http://dewey.info/class/306.28/e23/>,
        <http://dewey.info/class/353.36/e23/> .

humord:c08922 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08922" ;
    dct:modified "2024-07-04T11:29:53"^^xsd:dateTime ;
    skos:altLabel "Source of law"@en,
        "Rettskildelære"@nb,
        "Rettskjeldelære"@nn ;
    skos:broadMatch <http://dewey.info/class/340.11/e23/> ;
    skos:broader humord:c08883 ;
    skos:exactMatch realfagstermer:c030154 ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030154,
        <http://dewey.info/class/340.11/e23/> ;
    skos:prefLabel "Sources of law"@en,
        "Rettskilder"@nb,
        "Rettskjelder"@nn ;
    skos:related humord:c04100,
        humord:c60389 .

humord:c08923 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08923" ;
    dct:modified "2025-05-15T09:53:27"^^xsd:dateTime ;
    skos:altLabel "Code of laws"@en,
        "Law codes"@en,
        "Statutes and codes"@en,
        "Forordninger"@nb,
        "Lovsamlinger"@nb,
        "Lovtekster"@nb,
        "Lovverk"@nb,
        "Rettsregler"@nb,
        "Forordningar"@nn,
        "Lover"@nn,
        "Lovsamlingar"@nn,
        "Lovtekstar"@nn,
        "Lovtekster"@nn,
        "Lovverk"@nn,
        "Rettsreglar"@nn ;
    skos:broader humord:c08922 ;
    skos:closeMatch realfagstermer:c030141,
        realfagstermer:c030156 ;
    skos:definition "Rettsreglene som gjelder i et land <BOB>"@nb ;
    skos:exactMatch <http://dewey.info/class/348.02/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c030141,
        realfagstermer:c030156,
        <http://dewey.info/class/328.37/e23/>,
        <http://dewey.info/class/341.0267/e23/>,
        <http://dewey.info/class/348.02/e23/>,
        <http://dewey.info/class/348.732/e23/> ;
    skos:prefLabel "Laws"@en,
        "Lover"@nb,
        "Lovar"@nn ;
    skos:related humord:c09682 ;
    skos:relatedMatch <http://dewey.info/class/328.37/e23/>,
        <http://dewey.info/class/341.0267/e23/>,
        <http://dewey.info/class/348.732/e23/> .

humord:c08926 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08926" ;
    dct:modified "2025-06-25T12:24:18"^^xsd:dateTime ;
    skos:altLabel "Nordic medieval provincial acts"@en,
        "Scandinavian medieval provincial acts"@en,
        "Landskapslovgiing"@nb,
        "Landskapslovgiving"@nb,
        "Landskapslovgivning"@nb,
        "Landskapslover"@nn,
        "Landskapslovgiving"@nn,
        "Landskapslovgjeving"@nn ;
    skos:broadMatch <http://dewey.info/class/346.04/e23/> ;
    skos:broader humord:c58995 ;
    skos:definition "I Norden i middelalderen en betegnelse på lover som gjaldt innen bestemte deler av riket <SNL>"@nb ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/346.04/e23/> ;
    skos:prefLabel "Medieval provincial acts"@en,
        "Landskapslover"@nb,
        "Landskapslovar"@nn .

humord:c08927 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2011-05-30T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08927" ;
    dct:modified "2025-06-14T08:20:00"^^xsd:dateTime ;
    skos:altLabel "State constitutions"@en,
        "Forfatning"@nb,
        "Forfatninger"@nb,
        "Forfatningssystemer"@nb,
        "Grunnlov"@nb,
        "Grunnlover"@nb,
        "Konstitusjon"@nb,
        "Konstitusjoner"@nb,
        "Statsforfatning"@nb,
        "Forfatning"@nn,
        "Forfatningar"@nn,
        "Forfatningssystem"@nn,
        "Grunnlov"@nn,
        "Grunnlovar"@nn,
        "Grunnlover"@nn,
        "Konstitusjon"@nn,
        "Konstitusjonar"@nn,
        "Statsforfatning"@nn ;
    skos:broader humord:c08964 ;
    skos:closeMatch <http://dewey.info/class/342.02/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/342.02/e23/> ;
    skos:prefLabel "Constitutions"@en,
        "Statsforfatninger"@nb,
        "Statsforfatningar"@nn ;
    skos:related humord:c09719,
        humord:c13606,
        humord:c23906 .

humord:c08931 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08931" ;
    dct:modified "2025-10-14T08:37:14"^^xsd:dateTime ;
    skos:altLabel "Human rights declarations"@en ;
    skos:broadMatch <http://dewey.info/class/323/e23/>,
        <http://dewey.info/class/341.48/e23/> ;
    skos:broader humord:c09708 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/323/e23/>,
        <http://dewey.info/class/341.48/e23/> ;
    skos:prefLabel "Declaration of human rights"@en,
        "Menneskerettighetserklæringer"@nb,
        "Menneskerettserklæringar"@nn .

humord:c08932 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08932" ;
    dct:modified "2025-07-15T13:26:57"^^xsd:dateTime ;
    skos:altLabel "Court decisions"@en,
        "Judicial decisions"@en,
        "Rettslige avgjørelser"@nb,
        "Rettslege avgjerder"@nn ;
    skos:broader humord:c08922 ;
    skos:exactMatch <http://dewey.info/class/348.044/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/341.0268/e23/>,
        <http://dewey.info/class/348.044/e23/> ;
    skos:prefLabel "Legal decisions"@en,
        "Rettsavgjørelser"@nb,
        "Rettsavgjerder"@nn ;
    skos:relatedMatch <http://dewey.info/class/341.0268/e23/> .

humord:c08934 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08934" ;
    dct:modified "2025-05-15T08:51:08"^^xsd:dateTime ;
    skos:altLabel "Pardoning"@en,
        "Benåding"@nn ;
    skos:broadMatch <http://dewey.info/class/345.077/e23/> ;
    skos:broader humord:c08932 ;
    skos:exactMatch <http://dewey.info/class/364.65/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/345.077/e23/>,
        <http://dewey.info/class/364.65/e23/> ;
    skos:prefLabel "Pardon"@en,
        "Benådning"@nb,
        "Nådegjeving"@nn .

humord:c08935 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08935" ;
    dct:modified "2025-05-15T08:53:16"^^xsd:dateTime ;
    skos:altLabel "Conviction"@en,
        "Convictions"@en,
        "Judgments"@en,
        "Sentences (Legal decisions)"@en,
        "Dom"@nb,
        "Domsavgjørelser"@nb,
        "Domsavsigelser"@nb,
        "Dom"@nn,
        "Domar"@nn,
        "Domsavgjerder"@nn,
        "Domsseiingar"@nn ;
    skos:broader humord:c08932 ;
    skos:exactMatch <http://dewey.info/class/347.077/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/347.077/e23/> ;
    skos:prefLabel "Judgements"@en,
        "Dommer"@nb,
        "Dommar"@nn .

humord:c08938 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "1994-03-21T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08938" ;
    dct:modified "2026-06-25T08:49:15"^^xsd:dateTime ;
    skos:altLabel "Romersk rett"@nb ;
    skos:broader humord:c25381 ;
    skos:exactMatch <http://dewey.info/class/340.54/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/340.54/e23/> ;
    skos:prefLabel "Roman law"@en,
        "Romerrett"@nb,
        "Romarrett"@nn .

humord:c08939 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08939" ;
    dct:modified "2023-11-30T14:50:06"^^xsd:dateTime ;
    skos:altLabel "Treaty"@en,
        "Konvensjoner (Mellomfolkelig rett)"@nb,
        "Konvensjonar (Mellomfolkeleg rett)"@nn ;
    skos:broader humord:c60361 ;
    skos:definition "Skriftlig avtale mellom to el. flere stater <BOB>"@nb ;
    skos:exactMatch realfagstermer:c000721,
        realfagstermer:c003973,
        <http://dewey.info/class/341.37/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation realfagstermer:c000721,
        realfagstermer:c003973,
        <http://dewey.info/class/341.026/e23/>,
        <http://dewey.info/class/341.37/e23/>,
        <http://dewey.info/class/342.240850261/e23/>,
        <http://dewey.info/class/940.53141/e23/> ;
    skos:prefLabel "Treaties"@en,
        "Traktater"@nb,
        "Traktatar"@nn ;
    skos:relatedMatch <http://dewey.info/class/341.026/e23/>,
        <http://dewey.info/class/342.240850261/e23/>,
        <http://dewey.info/class/940.53141/e23/> .

humord:c08941 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08941" ;
    dct:modified "2026-01-05T13:46:25"^^xsd:dateTime ;
    skos:altLabel "Commercial treaties"@en,
        "Trade treaty"@en ;
    skos:broader humord:c08939 ;
    skos:exactMatch <http://dewey.info/class/346.070261/e23/> ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/346.070261/e23/> ;
    skos:prefLabel "Trade treaties"@en,
        "Handelstraktater"@nb,
        "Handelstraktatar"@nn .

humord:c08943 a ubo:Topic,
        skos:Concept ;
    ubo:ccmapperCandidates 1 ;
    ubo:ccmapperState "accepted" ;
    dct:created "2009-10-22T00:00:00"^^xsd:dateTime ;
    dct:identifier "HUME08943" ;
    dct:modified "2025-05-27T12:06:18"^^xsd:dateTime ;
    skos:altLabel "Concessions"@en,
        "Franchises"@en,
        "Licenses (Administrative law)"@en,
        "Konsesjon"@nb,
        "Konsesjonsvilkår"@nb,
        "Konsesjon"@nn ;
    skos:broadMatch <http://dewey.info/class/343.07/e23/> ;
    skos:broader humord:c08958 ;
    skos:inScheme humord: ;
    skos:mappingRelation <http://dewey.info/class/343.07/e23/>,
        <http://dewey.info/class/346.02/e23/>,
        <http://dewey.info/class/352.84/e23/> ;
    skos:prefLabel "Licences (Administrat