@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:1007
  skos:note " Kilde: NORMARC versjon 1.12.2015."@nb ;
  skos:notation "tb" ;
  rdfs:label "Enkelt innhald"@nn, "Enkelt innhold"@nb, "Simple content"@en ;
  skos:definition "Tilrettelagt, enkelt innhald."@nn, "Tilrettelagt, enkelt innhold."@nb, "Adapted/simplified content."@en ;
  skos:prefLabel "Enkelt innhald"@nn, "Enkelt innhold"@nb, "Simple content"@en ;
  skos:inScheme <https://schema.nb.no/Bibliographic/ValueSchemes/VS1001> ;
  a skos:Concept .

<https://schema.nb.no/Bibliographic/ValueSchemes/VS1001Coll2>
  skos:prefLabel "Gruppe med spesielle behov"@nn, "Gruppe med spesielle behov"@nb, "Special needs group"@en ;
  a skos:Collection ;
  skos:member tg:1007 .

