@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

frequenties:_O
  a skos:Concept, soi2016:Frequentie ;
  soi2016:sdmx-notation "_O" ;
  skos:inScheme frequenties:scheme ;
  skos:prefLabel "Other"@en, "Overig"@nl ;
  skos:exactMatch <https://registry.sdmx.org/ws/public/sdmxapi/rest/codelist/SDMX/CL_FREQ/latest/_O> ;
  skos:broader soi2016:frequenties ;
  skos:scopeNote "To be used when the qualitative or quantitative values that a variable takes in a data set is associated to multiple occurrences with frequency other than the already defined ones (for example every 5 hours and 32 minutes etc.)"@en ;
  dc:modified "2023-12-21T13:35:40"^^xsd:dateTime .

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 .

frequenties:scheme
  a skos:ConceptScheme ;
  skos:prefLabel "Frequenties schema"@nl, "Frequencies scheme"@en .

