Skip to content

Commit

Permalink
Merge pull request #201 from Geonovum/STD-174-uris
Browse files Browse the repository at this point in the history
Std 174 uris. template check gaat mis. maar er zijn geen inhoudelijke wijzigingen, dus die durf ik nu wel te negeren...
  • Loading branch information
NielsHoffmann authored Dec 17, 2024
2 parents 619dd70 + b322a78 commit 9d03f4a
Show file tree
Hide file tree
Showing 9 changed files with 976 additions and 961 deletions.
610 changes: 305 additions & 305 deletions doc/gen/klassen.md

Large diffs are not rendered by default.

312 changes: 156 additions & 156 deletions doc/gen/ondersteunendeKlassen.md

Large diffs are not rendered by default.

260 changes: 130 additions & 130 deletions shapes/dcat-ap-OPT.ttl

Large diffs are not rendered by default.

312 changes: 156 additions & 156 deletions shapes/dcat-ap-nl-OPT.ttl

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions shapes/dcat-ap-nl-SHACL-aanbevolen.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,44 +13,44 @@
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

@prefix dcatapnl: <https://TODO.com/DCAT-AP-NL/3.0.0#> .
@prefix dcatapnl-sh: <http://modellen.geostandaarden.nl/dcat-ap-nl/id/shape/> .

###########################################
# dcat:Dataset
###########################################

dcatapnl:DatasetShape_aanbevolen a sh:NodeShape;
dcatapnl-sh:DatasetShape_aanbevolen a sh:NodeShape;
sh:name "Dataset"@en;
sh:targetClass dcat:Dataset;
sh:property
dcatapnl:DatasetShape_conformsTo_aanbevolen_minCount,
dcatapnl:DatasetShape_documentation_aanbevolen_minCount,
dcatapnl:DatasetShape_landingPage_aanbevolen_minCount,
dcatapnl:DatasetShape_language_aanbevolen_minCount
dcatapnl-sh:DatasetShape_conformsTo_aanbevolen_minCount,
dcatapnl-sh:DatasetShape_documentation_aanbevolen_minCount,
dcatapnl-sh:DatasetShape_landingPage_aanbevolen_minCount,
dcatapnl-sh:DatasetShape_language_aanbevolen_minCount
.

dcatapnl:DatasetShape_conformsTo_aanbevolen_minCount
dcatapnl-sh:DatasetShape_conformsTo_aanbevolen_minCount
sh:path dct:conformsTo;
sh:minCount 1;
sh:severity sh:Warning;
eush:message "It is recommended to specify conforms to."@en;
.

dcatapnl:DatasetShape_documentation_aanbevolen_minCount
dcatapnl-sh:DatasetShape_documentation_aanbevolen_minCount
sh:path foaf:page ;
sh:minCount 1;
sh:severity sh:Warning;
eush:message "It is recommended to specify documentation."@en;
.

dcatapnl:DatasetShape_landingPage_aanbevolen_minCount
dcatapnl-sh:DatasetShape_landingPage_aanbevolen_minCount
sh:path dcat:landingPage;
sh:minCount 1;
sh:severity sh:Warning;
eush:message "It is recommended to specify landing page."@en;
.

dcatapnl:DatasetShape_language_aanbevolen_minCount
dcatapnl-sh:DatasetShape_language_aanbevolen_minCount
sh:path dct:language;
sh:minCount 1;
sh:severity sh:Warning;
Expand All @@ -61,38 +61,38 @@ dcatapnl:DatasetShape_language_aanbevolen_minCount
# dcat:Distribution
###########################################

dcatapnl:DistributionShape_aanbevolen a sh:NodeShape;
dcatapnl-sh:DistributionShape_aanbevolen a sh:NodeShape;
sh:name "Distribution"@en;
sh:targetClass dcat:Distribution;
sh:property
dcatapnl:DistributionShape_accessService_aanbevolen_minCount,
dcatapnl:DistributionShape_downloadURL_aanbevolen_minCount,
dcatapnl:DistributionShape_language_aanbevolen_minCount,
dcatapnl:DistributionShape_linkedSchemas_aanbevolen_minCount
dcatapnl-sh:DistributionShape_accessService_aanbevolen_minCount,
dcatapnl-sh:DistributionShape_downloadURL_aanbevolen_minCount,
dcatapnl-sh:DistributionShape_language_aanbevolen_minCount,
dcatapnl-sh:DistributionShape_linkedSchemas_aanbevolen_minCount
.

dcatapnl:DistributionShape_accessService_aanbevolen_minCount
dcatapnl-sh:DistributionShape_accessService_aanbevolen_minCount
sh:path dcat:accessService;
sh:minCount 1;
sh:severity sh:Warning;
eush:message "It is recommended to specify access service."@en;
.

dcatapnl:DistributionShape_downloadURL_aanbevolen_minCount
dcatapnl-sh:DistributionShape_downloadURL_aanbevolen_minCount
sh:path dcat:downloadURL;
sh:minCount 1;
sh:severity sh:Warning;
eush:message "It is recommended to specify download URL."@en;
.

dcatapnl:DistributionShape_language_aanbevolen_minCount
dcatapnl-sh:DistributionShape_language_aanbevolen_minCount
sh:path dct:language;
sh:minCount 1;
sh:severity sh:Warning;
eush:message "It is recommended to specify language."@en;
.

dcatapnl:DistributionShape_linkedSchemas_aanbevolen_minCount
dcatapnl-sh:DistributionShape_linkedSchemas_aanbevolen_minCount
sh:path dct:conformsTo;
sh:minCount 1;
sh:severity sh:Warning;
Expand All @@ -104,30 +104,30 @@ dcatapnl:DistributionShape_linkedSchemas_aanbevolen_minCount
# dcat:DataService
###########################################

dcatapnl:DataServiceShape_aanbevolen a sh:NodeShape;
dcatapnl-sh:DataServiceShape_aanbevolen a sh:NodeShape;
sh:name "DataService"@en;
sh:targetClass dcat:DataService;
sh:property
dcatapnl:DataServiceShape_creator_aanbevolen_minCount,
dcatapnl:DataServiceShape_keyword_aanbevolen_minCount,
dcatapnl:DataServiceShape_language_aanbevolen_minCount
dcatapnl-sh:DataServiceShape_creator_aanbevolen_minCount,
dcatapnl-sh:DataServiceShape_keyword_aanbevolen_minCount,
dcatapnl-sh:DataServiceShape_language_aanbevolen_minCount
.

dcatapnl:DataServiceShape_creator_aanbevolen_minCount
dcatapnl-sh:DataServiceShape_creator_aanbevolen_minCount
sh:path dct:creator;
sh:minCount 1;
sh:severity sh:Warning;
eush:message "It is recommended to specify creator."@en;
.

dcatapnl:DataServiceShape_keyword_aanbevolen_minCount
dcatapnl-sh:DataServiceShape_keyword_aanbevolen_minCount
sh:path dcat:keyword;
sh:minCount 1;
sh:severity sh:Warning;
eush:message "It is recommended to specify keyword."@en;
.

dcatapnl:DataServiceShape_language_aanbevolen_minCount
dcatapnl-sh:DataServiceShape_language_aanbevolen_minCount
sh:path dct:language;
sh:minCount 1;
sh:severity sh:Warning;
Expand All @@ -138,14 +138,14 @@ dcatapnl:DataServiceShape_language_aanbevolen_minCount
# dcat:Catalog
###########################################

dcatapnl:CatalogShape_aanbevolen a sh:NodeShape;
dcatapnl-sh:CatalogShape_aanbevolen a sh:NodeShape;
sh:name "Catalog"@en;
sh:targetClass dcat:Catalog;
sh:property
dcatapnl:CatalogShape_creator_aanbevolen_minCount
dcatapnl-sh:CatalogShape_creator_aanbevolen_minCount
.

dcatapnl:CatalogShape_creator_aanbevolen_minCount
dcatapnl-sh:CatalogShape_creator_aanbevolen_minCount
sh:path dct:creator;
sh:minCount 1;
sh:severity sh:Warning;
Expand Down
22 changes: 11 additions & 11 deletions shapes/dcat-ap-nl-SHACL-klassebereik-codelijsten.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

@prefix dcatapnl: <https://TODO.com/DCAT-AP-NL/3.0.0#> .
@prefix dcatapnl-sh: <http://modellen.geostandaarden.nl/dcat-ap-nl/id/shape/> .

###########################################
# dcat:Dataset
###########################################

dcatapnl:DatasetShape
dcatapnl-sh:DatasetShape
sh:name "Dataset"@en;
sh:targetClass dcat:Dataset;
sh:property
dcatapnl:DatasetShape_status_class;
dcatapnl-sh:DatasetShape_status_class;
.

dcatapnl:DatasetShape_status_class
dcatapnl-sh:DatasetShape_status_class
sh:class skos:Concept;
sh:name "status"@en;
sh:path adms:status;
Expand All @@ -38,30 +38,30 @@ dcatapnl:DatasetShape_status_class
# dcat:DataService
###########################################

dcatapnl:DataServiceShape
dcatapnl-sh:DataServiceShape
sh:name "DataService"@en;
sh:targetClass dcat:DataService;
sh:property
dcatapnl:DataServiceShape_language_class,
dcatapnl:DataServiceShape_publisher_class,
dcatapnl:DataServiceShape_theme_class;
dcatapnl-sh:DataServiceShape_language_class,
dcatapnl-sh:DataServiceShape_publisher_class,
dcatapnl-sh:DataServiceShape_theme_class;
.

dcatapnl:DataServiceShape_language_class
dcatapnl-sh:DataServiceShape_language_class
sh:class dct:LinguisticSystem;
sh:name "language"@en;
sh:path dct:language;
eush:message "The range of language must be of type <http://purl.org/dc/terms/LinguisticSystem>."@en
.

dcatapnl:DataServiceShape_publisher_class
dcatapnl-sh:DataServiceShape_publisher_class
sh:class foaf:Agent;
sh:name "publisher"@en;
sh:path dct:publisher;
eush:message "The range of publisher must be of type <http://xmlns.com/foaf/0.1/Agent>."@en
.

dcatapnl:DataServiceShape_theme_class
dcatapnl-sh:DataServiceShape_theme_class
sh:class skos:Concept;
sh:name "theme"@en;
sh:path dcat:theme;
Expand Down
Loading

0 comments on commit 9d03f4a

Please sign in to comment.