@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tg: <https://schema.nb.no/Bibliographic/Values/TG> .

skos:notation rdfs:label "kode"@nn, "kode"@nb, "notation"@en .
<https://schema.nb.no/Bibliographic/ValueSchemes/VS1001>
  rdfs:label "Vokabular for målgrupper"@nn, "Vokabular for målgrupper"@nb, "Vocabulary of target groups"@en ;
  skos:prefLabel "Vokabular for målgrupper"@nn, "Vokabular for målgrupper"@nb, "Vocabulary of target groups"@en ;
  a skos:ConceptScheme .

tg:1016
  skos:notation "v" ;
  rdfs:label "18 år og oppover"@nn, "18 år og oppover"@nb, "18 years and over"@en ;
  skos:definition "Vaksne frå og med 18 år."@nn, "Voksne fra og med 18 år."@nb, "Adults from 18 years and up"@en ;
  skos:prefLabel "18 år og oppover"@nn, "18 år og oppover"@nb, "18 years and over"@en ;
  skos:inScheme <https://schema.nb.no/Bibliographic/ValueSchemes/VS1001> ;
  a skos:Concept .

<https://schema.nb.no/Bibliographic/ValueSchemes/VS1001Coll1>
  skos:prefLabel "Aldersgruppe"@nn, "Aldersgruppe"@nb, "Age group"@en ;
  a skos:Collection ;
  skos:member tg:1016 .

