@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix begrippen: <https://vocabs.cbs.nl/def/begrippen/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://taxonomie.cbs.nl/vocab/id/1949>
  skos:narrower begrippen:1961 ;
  a skos:Concept ;
  skos:prefLabel "Internationale handel"@nl .

begrippen:1961
  a skos:Concept ;
  skos:inScheme begrippen:scheme ;
  skos:prefLabel "Internationale productieketen"@nl, "International production chain"@nl ;
  skos:altLabel "Waardeketen"@nl, "Value chain"@en ;
  skos:definition "Een internationale productieketen omvat alle activiteiten – in meer dan één land – die nodig zijn om een product of dienst vanuit de conceptfase via de verschillende productiefases bij eindverbruikers te bezorgen."@nl ;
  skos:broader <https://taxonomie.cbs.nl/vocab/id/1949> ;
  dc:modified "2023-11-13T17:15:51"^^xsd:dateTime ;
  dc:created "2023-11-13T17:10:47"^^xsd:dateTime .

begrippen:scheme
  a skos:ConceptScheme ;
  skos:prefLabel "Begrippen CBS"@nl, "Concepts Statistics Netherlands"@en .

