@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:1015
  skos:note " Kilde: Adolescence: https://www.britannica.com/science/adolescence"@nb ;
  skos:notation "vu" ;
  rdfs:label "16-17 år"@nn, "16-17 år"@nb, "16-17 years"@en ;
  skos:definition "Ungdom 16-17 år.  Elevar i den vidaregåande skulen."@nn, "Ungdom 16-17 år.  Elever i videregående skole."@nb, "Adolescents of age 16-17 years. Pupils in grade 11-12 (high school)."@en ;
  skos:prefLabel "16-17 år"@nn, "16-17 år"@nb, "16-17 years"@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:1015 .

