From d0a076252220730dfa78640d592bfbc65ffc2195 Mon Sep 17 00:00:00 2001 From: EmidioStani Date: Wed, 7 Feb 2024 10:34:34 +0100 Subject: [PATCH] update definition of Unit --- context/strap.jsonld | 1 + context/strap_en.jsonld | 1 + index.html | 35 ++++++++++++------- releases/1.0.0/context/strap.jsonld | 1 + releases/1.0.0/context/strap_en.jsonld | 1 + .../examples/example-natural_person_unit.ttl | 2 +- releases/1.0.0/index.html | 35 ++++++++++++------- releases/1.0.0/shacl/strap-SHACL.jsonld | 8 ++--- releases/1.0.0/shacl/strap-SHACL.ttl | 10 +++--- releases/1.0.0/shacl/strap-SHACL_en.jsonld | 8 ++--- shacl/strap-SHACL.jsonld | 8 ++--- shacl/strap-SHACL.ttl | 10 +++--- shacl/strap-SHACL_en.jsonld | 8 ++--- 13 files changed, 77 insertions(+), 51 deletions(-) diff --git a/context/strap.jsonld b/context/strap.jsonld index e15183f..329273a 100644 --- a/context/strap.jsonld +++ b/context/strap.jsonld @@ -399,6 +399,7 @@ "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" }, "PublicRegistryService.produces": { + "@container": "@set", "@id": "http://purl.org/vocab/cpsv#produces", "@type": "@id" }, diff --git a/context/strap_en.jsonld b/context/strap_en.jsonld index e15183f..329273a 100644 --- a/context/strap_en.jsonld +++ b/context/strap_en.jsonld @@ -399,6 +399,7 @@ "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" }, "PublicRegistryService.produces": { + "@container": "@set", "@id": "http://purl.org/vocab/cpsv#produces", "@type": "@id" }, diff --git a/index.html b/index.html index f6eb734..b71bb69 100644 --- a/index.html +++ b/index.html @@ -3307,6 +3307,17 @@

+
+ Usage Note +
+
+ It does not include the following: +
    +
  • (a) hotels and similar accommodation including resort hotels, suite or apartment hotels ¦and motels as described in NACE Rev. 2, group 55.1 (‘hotels and similar accommodation’) and hostels as described in NACE Rev. 2, group 55.2 (‘holiday and other short-stay accommodation’) of Annex I to Regulation (EC) No 1893/2006 of the European Parliament and of the Council24;
  • +
  • (b) the provision of accommodation in camping grounds, recreational vehicle parks and trailer parks, as described in NACE Rev. 2 group 55.3 of Annex I to Regulation 1893/2006.
  • +
+
+
Properties @@ -7421,20 +7432,18 @@

- Catalogued Resource + Output - 0..* + 0..1 - This property defines the output of the service as a data resource available -and managed by a Base Registry Service. + It links a Public Service to one or more instances of the Output class, describing the actual result of executing a given Public Service. - The output must be also -described as a dcat:Catalog, a dcat:Dataset or a dcat:DataService. + Outputs can be any resource, for instance a document, artefact or anything else being produced as a result of executing the Public Service.