@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix frequenties: <https://vocabs.cbs.nl/def/frequenties/> .
@prefix soi2016: <https://vocabs.cbs.nl/def/> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://purl.org/linked-data/sdmx/2009/code#freq-W> skos:exactMatch frequenties:W .
<https://registry.sdmx.org/ws/public/sdmxapi/rest/codelist/SDMX/CL_FREQ/latest/W> skos:exactMatch frequenties:W .
soi2016:frequenties
  skos:narrower frequenties:W ;
  a skos:Concept ;
  skos:prefLabel "Frequencies"@en, "Frequenties"@nl .

frequenties:W
  a skos:Concept, schema:Duration, soi2016:Frequentie ;
  soi2016:sdmx-notation "W" ;
  schema:duration "P1W"^^xsd:duration ;
  skos:notation "W" ;
  skos:inScheme frequenties:scheme ;
  skos:prefLabel "Weekly"@en, "Wekelijks"@nl ;
  skos:altLabel "Per week"@nl ;
  skos:exactMatch <http://purl.org/linked-data/sdmx/2009/code#freq-W>, <https://registry.sdmx.org/ws/public/sdmxapi/rest/codelist/SDMX/CL_FREQ/latest/W> ;
  skos:broader soi2016:frequenties ;
  dc:modified "2023-12-21T13:35:18"^^xsd:dateTime .

schema:Duration
  a owl:Class ;
  rdfs:label "Duration"@en, "Duur"@nl .

soi2016:Frequentie
  a owl:Class ;
  rdfs:label "Frequentie"@nl, "Frequency"@en .

soi2016:sdmx-notation
  rdfs:label "SDMX code"@nl, "SDMX notation"@en ;
  rdfs:subPropertyOf skos:notation .

schema:duration rdfs:label "Duration"@en, "Duur"@nl .
frequenties:scheme
  a skos:ConceptScheme ;
  skos:prefLabel "Frequenties schema"@nl, "Frequencies scheme"@en .

