@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-S> skos:exactMatch frequenties:S .
<https://registry.sdmx.org/ws/public/sdmxapi/rest/codelist/SDMX/CL_FREQ/latest/S> skos:exactMatch frequenties:S .
soi2016:frequenties
  skos:narrower frequenties:S ;
  a skos:Concept ;
  skos:prefLabel "Frequencies"@en, "Frequenties"@nl .

frequenties:S
  a skos:Concept, schema:Duration, soi2016:Frequentie ;
  soi2016:sdmx-notation "S" ;
  schema:duration "P0.5Y"^^xsd:duration ;
  skos:notation "S" ;
  skos:inScheme frequenties:scheme ;
  skos:prefLabel "Per half jaar"@nl, "Twice yearly"@en ;
  skos:altLabel "Half-yearly"@en, "Semester"@en, "Twee maal per jaar"@nl, "Halfjaarlijks"@nl, "Semester"@nl, "Twee keer per jaar"@nl ;
  skos:exactMatch <http://purl.org/linked-data/sdmx/2009/code#freq-S>, <https://registry.sdmx.org/ws/public/sdmxapi/rest/codelist/SDMX/CL_FREQ/latest/S> ;
  skos:broader soi2016:frequenties ;
  dc:modified "2023-12-21T13:34:58"^^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 .

