@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#> .

<https://id.nb.no/resource/vocab/neo>
  skos:prefLabel "Neo (Norske emneord)"@nn, "Neo (Norske emneord)"@nb, "Neo (Norwegian subject headings)"@en ;
  a skos:ConceptScheme .

<https://id.nb.no/vocabulary/neo/9000>
  skos:prefLabel "Velfjord"@nb ;
  skos:inScheme <https://id.nb.no/resource/vocab/neo> ;
  skos:broader <https://id.nb.no/vocabulary/neo/8999> ;
  dc:created "2025-03-20T11:45:52"^^xsd:dateTime ;
  a skos:Concept .

<https://id.nb.no/vocabulary/neo/8999>
  skos:prefLabel "Brønnøy"@nn, "Brønnøy"@nb ;
  a skos:Concept ;
  skos:narrower <https://id.nb.no/vocabulary/neo/9000> .

