From 97f0a9363e8237a415a7cb78ac994237e98d62c8 Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Tue, 10 Dec 2024 14:46:02 +0200 Subject: [PATCH 1/2] Move collectionType to correct place --- doc/dcat-ap/model.yml | 13 +++++++------ docker/nginx/www/ns/index.html | 12 ++++++------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/doc/dcat-ap/model.yml b/doc/dcat-ap/model.yml index c3ec4e916..1be19b4e4 100644 --- a/doc/dcat-ap/model.yml +++ b/doc/dcat-ap/model.yml @@ -65,12 +65,7 @@ classes: description: This property contains a name given to the Catalogue. This property can be repeated for parallel language versions of the name. min: 1 max: n - - name: collection type - term: adfi:collectionType - range: rdfs:Literal - description: This property defines if the dataset describes open data or interoperability tools - min: 1 - max: 1 + recommended: - name: homepage term: foaf:homepage @@ -133,6 +128,12 @@ classes: description: This property contains a name given to the Dataset. This property can be repeated for parallel language versions of the name. min: 1 max: n + - name: collection type + term: adfi:collectionType + range: rdfs:Literal + description: This property defines if the Dataset describes open data or interoperability tools + min: 1 + max: 1 recommended: - name: contact point diff --git a/docker/nginx/www/ns/index.html b/docker/nginx/www/ns/index.html index e511970d1..3a16947c7 100644 --- a/docker/nginx/www/ns/index.html +++ b/docker/nginx/www/ns/index.html @@ -93,12 +93,6 @@

Properties

1..n This property contains a name given to the Catalogue. This property can be repeated for parallel language versions of the name. - - adfi:collectionType - rdfs:Literal - 1..1 - This property defines if the dataset describes open data or interoperability tools - @@ -203,6 +197,12 @@

Properties

1..n This property contains a name given to the Dataset. This property can be repeated for parallel language versions of the name. + + adfi:collectionType + rdfs:Literal + 1..1 + This property defines if the Dataset describes open data or interoperability tools + From fe1ded78fb1375577873392100e1fc8015a66615 Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Tue, 10 Dec 2024 14:53:14 +0200 Subject: [PATCH 2/2] generate markdown documentation --- doc/dcat-ap/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/dcat-ap/README.md b/doc/dcat-ap/README.md index 3787c72e3..a4f2688de 100644 --- a/doc/dcat-ap/README.md +++ b/doc/dcat-ap/README.md @@ -95,6 +95,7 @@ Term | Range | Cardinality | Comment -----|-------|-------------|-------- dct:description | rdfs:Literal | 1..n | This property contains a free-text account of the Dataset. This property can be repeated for parallel language versions of the description. dct:title | rdfs:Literal | 1..n | This property contains a name given to the Dataset. This property can be repeated for parallel language versions of the name. +adfi:collectionType | rdfs:Literal | 1..1 | This property defines if the Dataset describes open data or interoperability tools