@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/vocabulary/innbinding/5>
  skos:exactMatch <http://rdaregistry.info/termList/RDATypeOfBinding/1008> ;
  skos:definition "Både omslag og ark består av hard papp/kartong. Tilsvarer engelsk board book."@nb ;
  skos:topConceptOf <https://id.nb.no/resource/vocab/innbinding> ;
  skos:altLabel "Pappbok"@nb ;
  skos:prefLabel "Kartonert"@nn, "Kartonert"@nb, "Board book"@en ;
  skos:inScheme <https://id.nb.no/resource/vocab/innbinding> ;
  dc:created "2026-02-17T06:13:33"^^xsd:dateTime ;
  a skos:Concept .

<https://id.nb.no/resource/vocab/innbinding>
  skos:prefLabel "Vokabular for innbindingstypar"@nn, "Vokabular for innbindingstyper"@nb, "Vocabulary of types of binding"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://id.nb.no/vocabulary/innbinding/5> .

