Skip to content

Commit

Permalink
fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Hoffmann committed Dec 17, 2024
1 parent a8137eb commit b322a78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shapes/optionaliteit.ttl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
@prefix dct: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix opt-wl: <http://definities.geostandaarden.nl/dcat-ap-nl/optionaliteit/id/waardenlijst/> .
@prefix opt-beg: <http://definities.geostandaarden.nl/dcat-ap-nl/optionaliteit/id/begrip/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix opt-wl: <http://definities.geostandaarden.nl/dcat-ap-nl/id/waardenlijst/optionaliteit/> .
@prefix opt-beg: <http://definities.geostandaarden.nl/dcat-ap-nl/id/concept/> .


opt-wl:Optionaliteit a skos:ConceptScheme ;
Expand Down

0 comments on commit b322a78

Please sign in to comment.