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

<http://data.ub.uio.no/onto#Topic>
  a rdfs:Class, owl:Class ;
  rdfs:label "Innholdsbeskrivende emne"@nb, "Topic"@en .

humord:c65530
  a skos:Concept, <http://data.ub.uio.no/onto#Topic> ;
  dc:created "2024-04-08T00:00:00"^^xsd:dateTime ;
  dc:identifier "HUME65530" ;
  dc:modified "2024-04-08T14:53:19"^^xsd:dateTime ;
  skos:altLabel "Astronomiske kikertar"@nn, "Astronomiske kikkerter"@nb, "Astronomiske kikkertar"@nn, "Stjernekikkertar"@nn ;
  skos:broader humord:c65535, humord:c60601 ;
  skos:editorialNote "Lukket bemerkning: ubo24"@nb ;
  skos:inScheme humord: ;
  skos:prefLabel "Stjernekikertar"@nn, "Astronomical binoculars"@en, "Stjernekikkerter"@nb .

humord:c65535
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  skos:narrower humord:c65530 ;
  skos:prefLabel "Astronomiske instrument"@nn, "Astronomical instruments"@en, "Astronomiske instrumenter"@nb .

humord:c60601
  a <http://data.ub.uio.no/onto#Topic>, skos:Concept ;
  skos:narrower humord:c65530 ;
  skos:prefLabel "Binoculars"@en, "Kikkertar"@nn, "Kikkerter"@nb .

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

