Skip to content

Commit

Permalink
dcat-ap-nl verplichte properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Hoffmann committed Nov 19, 2024
1 parent a3c6618 commit 76c45c2
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions concepts/thesaurus.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,30 @@
begkr-sbb:nlbegrip
a skos:ConceptScheme ;
a dcat:Dataset ;
# dcat-ap-nl proprties
dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
dcat:contactPoint [
a <http://www.w3.org/2006/vcard/ns#Organization> ;
vcard:fn "Geonovum"@nl ;
vcard:hasEmail <mailto:geostandaarden@geonovum.nl> ;
vcard:hasURL "https://geonovum.nl" ;
vcard:organization-name "Geonovum"@nl
] ;
dct:creator [
dct:type <http://purl.org/adms/publishertype/StandardisationBody> ;
a foaf:Agent ;
foaf:name "Geonovum"@nl
] ;
dct:description "Het begrippenkader behorend bij de NL-SBB standaard." ;
dct:identifier <https://github.com/Geonovum/NL-SBB/blob/main/concepts/thesaurus.ttl> ;
dct:publisher [
dct:type <http://purl.org/adms/publishertype/StandardisationBody> ;
a foaf:Agent ;
foaf:name "Geonovum"@nl
] ;
dcat:theme <https://identifier.overheid.nl/tooi/def/thes/top/c_f37fd49d> ;
dct:title "Begrippenkader nlbegrip"@nl ;
# end dcat-ap-nl
rdfs:label "Begrippenkader nlbegrip"@nl;
skos:hasTopConcept
beg-sbb:ConceptScheme ,
Expand All @@ -30,6 +54,30 @@ begkr-sbb:nlbegrip
.

<http://begrippen.nlbegrip.nl/id/begrippenkader/nlbegrip/1.0.0-snapshot-1> a dcat:Dataset;
# dcat-ap-nl proprties
dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
dcat:contactPoint [
a <http://www.w3.org/2006/vcard/ns#Organization> ;
vcard:fn "Geonovum"@nl ;
vcard:hasEmail <mailto:geostandaarden@geonovum.nl> ;
vcard:hasURL "https://geonovum.nl" ;
vcard:organization-name "Geonovum"@nl
] ;
dct:creator [
dct:type <http://purl.org/adms/publishertype/StandardisationBody> ;
a foaf:Agent ;
foaf:name "Geonovum"@nl
] ;
dct:description "Versie 1.0.0 snapshot 1 van het begrippenkader nlbegrip" ;
dct:identifier <https://github.com/Geonovum/NL-SBB/blob/main/concepts/thesaurus.ttl> ;
dct:publisher [
dct:type <http://purl.org/adms/publishertype/StandardisationBody> ;
a foaf:Agent ;
foaf:name "Geonovum"@nl
] ;
dcat:theme <https://identifier.overheid.nl/tooi/def/thes/top/c_f37fd49d> ;
dct:title "Begrippenkader nlbegrip"@nl ;
# end dcat-ap-nl
rdfs:label "Versie 1.0.0 snapshot 1 van het begrippenkader nlbegrip"@nl;
dct:isVersionOf begkr-sbb:nlbegrip;
.
Expand Down

0 comments on commit 76c45c2

Please sign in to comment.