From cf399f1f5317ce5ffbfefea6dbb60a587f0ebd58 Mon Sep 17 00:00:00 2001 From: Circle CI Builder Date: Mon, 11 Dec 2023 12:16:00 +0000 Subject: [PATCH] Applying changes from commit 05f8c957e1faacb9ba30a4544c6efcac5fc347e2 --- .../2.2.0-hvd/html/hvd-SHACL-base.ttl | 566 ++++++++++++++ .../2.2.0-hvd/html/hvd-SHACL-full.ttl | 712 ++++++++++++++++++ .../2.2.0-hvd/html/hvd-SHACL-ranges.ttl | 618 +++++++++++++++ DCAT-AP/releases/2.2.0-hvd/index.html | 21 +- DCAT-AP/releases/2.2.0-hvd/index_en.html | 21 +- report/ALL.report | 157 ++-- .../DCAT-AP/releases/2.2.0-hvd/all-hvd.jsonld | 78 +- .../releases/2.2.0-hvd/html-nj_en.json | 4 +- report/DCAT-AP/releases/2.2.0-hvd/hvd.jsonld | 12 +- report/DCAT-AP/releases/2.2.0-hvd/hvd.report | 214 +++--- .../2.2.0-hvd/translation/dcat-ap_en.json | 12 +- .../translation/dcat-ap_en_merged.jsonld | 82 +- .../releases/2.2.0-hvd/translation/hvd.jsonld | 78 +- .../2.2.0-hvd/translation/hvd_de.json | 12 +- .../2.2.0-hvd/translation/hvd_fr.json | 12 +- report/commit.json | 2 +- 16 files changed, 2295 insertions(+), 306 deletions(-) create mode 100644 DCAT-AP/releases/2.2.0-hvd/html/hvd-SHACL-base.ttl create mode 100644 DCAT-AP/releases/2.2.0-hvd/html/hvd-SHACL-full.ttl create mode 100644 DCAT-AP/releases/2.2.0-hvd/html/hvd-SHACL-ranges.ttl diff --git a/DCAT-AP/releases/2.2.0-hvd/html/hvd-SHACL-base.ttl b/DCAT-AP/releases/2.2.0-hvd/html/hvd-SHACL-base.ttl new file mode 100644 index 000000000..7cadcc13c --- /dev/null +++ b/DCAT-AP/releases/2.2.0-hvd/html/hvd-SHACL-base.ttl @@ -0,0 +1,566 @@ +@prefix dc: . +@prefix dcat: . +@prefix foaf: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix shacl: . +@prefix skos: . +@prefix vcard: . +@prefix xsd: . + + rdfs:member , + , + , + , + , + , + , + , + , + , + , + , + , + , + . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + ; + shacl:targetClass dcat:CatalogRecord . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#CatalogueRecord.primarytopic"; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:name "primary topic"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:primaryTopic; + "The expected value for primary topic is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#CatalogueRecord.primarytopic"; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:minCount 1; + shacl:name "primary topic"@en; + shacl:path foaf:primaryTopic; + "Minimally 1 values are expected for primary topic"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#CatalogueRecord.primarytopic"; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:maxCount 1; + shacl:name "primary topic"@en; + shacl:path foaf:primaryTopic; + "Maximally 1 values allowed for primary topic"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + ; + shacl:targetClass dcat:Catalog . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.dataset"; + shacl:description "A Dataset that is part of the Catalogue."@en; + shacl:name "dataset"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:dataset; + "The expected value for dataset is a rdfs:Resource (URI or blank node)"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.record"; + shacl:description "A Catalogue Record that is part of the Catalogue"@en; + shacl:name "record"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:record; + "The expected value for record is a rdfs:Resource (URI or blank node)"@en . + + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.service"; + shacl:description "A site or end-point (Data Service) that is listed in the Catalogue."@en; + shacl:name "service"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:service; + "The expected value for service is a rdfs:Resource (URI or blank node)"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dcat:Resource . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass skos:Concept . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dcat:DataService . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Data Service."@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for applicable legislation is a rdfs:Resource (URI or blank node)"@en . + + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.endpointURL"; + shacl:description "The root location or primary endpoint of the service (an IRI)."@en; + shacl:name "endpoint URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:endpointURL; + "The expected value for endpoint URL is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.HVDcategory"; + shacl:description "The HVD category to which this Data Service belongs."@en; + shacl:name "HVD category"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for HVD category is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.endpointdescription"; + shacl:description "A description of the services available via the end-points, including their operations, parameters etc."@en; + shacl:name "endpoint description"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:endpointDescription; + "The expected value for endpoint description is a rdfs:Resource (URI or blank node)"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Data Service."@en; + shacl:minCount 1; + shacl:name "contact point"@en; + shacl:path dcat:contactPoint; + "Minimally 1 values are expected for contact point"@en . + + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.endpointURL"; + shacl:description "The root location or primary endpoint of the service (an IRI)."@en; + shacl:minCount 1; + shacl:name "endpoint URL"@en; + shacl:path dcat:endpointURL; + "Minimally 1 values are expected for endpoint URL"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.documentation"; + shacl:description "A page that provides additional information about the Data Service."@en; + shacl:minCount 1; + shacl:name "documentation"@en; + shacl:path foaf:Page; + "Minimally 1 values are expected for documentation"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.documentation"; + shacl:description "A page that provides additional information about the Data Service."@en; + shacl:name "documentation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:Page; + "The expected value for documentation is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Data Service."@en; + shacl:name "contact point"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:contactPoint; + "The expected value for contact point is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.licence"; + shacl:description "A licence under which the Data service is made available."@en; + shacl:maxCount 1; + shacl:name "licence"@en; + shacl:path dc:license; + "Maximally 1 values allowed for licence"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.rights"; + shacl:description "A statement that specifies rights associated with the Distribution."@en; + shacl:name "rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rights; + "The expected value for rights is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.servesdataset"; + shacl:description "This property refers to a collection of data that this data service can distribute."@en; + shacl:name "serves dataset"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:servesDataset; + "The expected value for serves dataset is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Data Service."@en; + shacl:minCount 1; + shacl:name "applicable legislation"@en; + shacl:path ; + "Minimally 1 values are expected for applicable legislation"@en . + + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.servesdataset"; + shacl:description "This property refers to a collection of data that this data service can distribute."@en; + shacl:minCount 1; + shacl:name "serves dataset"@en; + shacl:path dcat:servesDataset; + "Minimally 1 values are expected for serves dataset"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.licence"; + shacl:description "A licence under which the Data service is made available."@en; + shacl:name "licence"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:license; + "The expected value for licence is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.HVDcategory"; + shacl:description "The HVD category to which this Data Service belongs."@en; + shacl:minCount 1; + shacl:name "HVD category"@en; + shacl:path ; + "Minimally 1 values are expected for HVD category"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dcat:Dataset . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.conformsto"; + shacl:description "An implementing rule or other specification."@en; + shacl:name "conforms to"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:conformsTo; + "The expected value for conforms to is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Dataset."@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for applicable legislation is a rdfs:Resource (URI or blank node)"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.datasetdistribution"; + shacl:description "An available Distribution for the Dataset."@en; + shacl:minCount 1; + shacl:name "dataset distribution"@en; + shacl:path dcat:distribution; + "Minimally 1 values are expected for dataset distribution"@en . + + + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.HVDCategory"; + shacl:description "The HVD category to which this Dataset belongs."@en; + shacl:name "HVD Category"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for HVD Category is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Dataset."@en; + shacl:name "contact point"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:contactPoint; + "The expected value for contact point is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.HVDCategory"; + shacl:description "The HVD category to which this Dataset belongs."@en; + shacl:minCount 1; + shacl:name "HVD Category"@en; + shacl:path ; + "Minimally 1 values are expected for HVD Category"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Dataset."@en; + shacl:minCount 1; + shacl:name "applicable legislation"@en; + shacl:path ; + "Minimally 1 values are expected for applicable legislation"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.datasetdistribution"; + shacl:description "An available Distribution for the Dataset."@en; + shacl:name "dataset distribution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:distribution; + "The expected value for dataset distribution is a rdfs:Resource (URI or blank node)"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dcat:Distribution . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Distribution"@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for applicable legislation is a rdfs:Resource (URI or blank node)"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.accessservice"; + shacl:description "A data service that gives access to the distribution of the dataset"@en; + shacl:name "access service"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:accessService; + "The expected value for access service is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.linkedschemas"; + shacl:description "An established schema to which the described Distribution conforms."@en; + shacl:name "linked schemas"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:conformsTo; + "The expected value for linked schemas is a rdfs:Resource (URI or blank node)"@en . + + + + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.licence"; + shacl:description "A licence under which the Distribution is made available."@en; + shacl:maxCount 1; + shacl:name "licence"@en; + shacl:path dc:license; + "Maximally 1 values allowed for licence"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.accessURL"; + shacl:description "A URL that gives access to a Distribution of the Dataset."@en; + shacl:name "access URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:accessURL; + "The expected value for access URL is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.rights"; + shacl:description "A statement that specifies rights associated with the Distribution."@en; + shacl:name "rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rights; + "The expected value for rights is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Distribution"@en; + shacl:minCount 1; + shacl:name "applicable legislation"@en; + shacl:path ; + "Minimally 1 values are expected for applicable legislation"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.accessURL"; + shacl:description "A URL that gives access to a Distribution of the Dataset."@en; + shacl:minCount 1; + shacl:name "access URL"@en; + shacl:path dcat:accessURL; + "Minimally 1 values are expected for access URL"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.licence"; + shacl:description "A licence under which the Distribution is made available."@en; + shacl:name "licence"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:license; + "The expected value for licence is a rdfs:Resource (URI or blank node)"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass foaf:Document . + + a shacl:NodeShape; + shacl:closed false; + shacl:property + , + , + , + ; + shacl:targetClass vcard:Kind . + + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Kind.email"; + shacl:description """A email address via which contact can be made."""@en; + shacl:name "email"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path vcard:hasEmail; + "The expected value for email is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Kind.contactpage"; + shacl:description "A webpage that either allows to make contact (i.e. a webform) or the information contains how to get into contact. "@en; + shacl:name "contact page"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path vcard:hasURL; + "The expected value for contact page is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Kind.contactpage"; + shacl:description "A webpage that either allows to make contact (i.e. a webform) or the information contains how to get into contact. "@en; + shacl:maxCount 1; + shacl:name "contact page"@en; + shacl:path vcard:hasURL; + "Maximally 1 values allowed for contact page"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Kind.email"; + shacl:description """A email address via which contact can be made."""@en; + shacl:maxCount 1; + shacl:name "email"@en; + shacl:path vcard:hasEmail; + "Maximally 1 values allowed for email"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:LicenseDocument . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass rdfs:Literal . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass rdfs:Resource . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:RightsStatement . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:Standard . + + + + rdfs:seeAlso "https://semiceu.github.io/uri.semic.eu-generated/DCAT-AP/releases/2.2.0-hvd/#Kind"; + shacl:description """It is recommended to provide at least either an email or a contact form from e.g. a service desk. """@en; + shacl:or ( + [ + shacl:path vcard:hasEmail; + shacl:minCount 1 ; + ] + [ + shacl:path vcard:hasURL; + shacl:minCount 1 ; + ] + ) ; + a shacl:NodeShape ; + shacl:targetClass vcard:Kind ; + shacl:severity shacl:Warning ; + "It is recommended to provide at least either an email or a contact form from e.g. a service desk. "@en . + + + + rdfs:seeAlso "https://semiceu.github.io/uri.semic.eu-generated/DCAT-AP/releases/2.2.0-hvd/#c3"; + shacl:description """It is mandatory to provide legal information."""@en; + shacl:or ( + [ + shacl:path dc:license; + shacl:minCount 1 ; + ] + [ + shacl:path dc:rights; + shacl:minCount 1 ; + ] + ) ; + a shacl:NodeShape ; + shacl:targetClass dcat:Distribution; + "It is mandatory to provide legal information."@en . + + rdfs:seeAlso "https://semiceu.github.io/uri.semic.eu-generated/DCAT-AP/releases/2.2.0-hvd/#c3"; + shacl:description """It is mandatory to provide legal information."""@en; + shacl:or ( + [ + shacl:path dc:license; + shacl:minCount 1 ; + ] + [ + shacl:path dc:rights; + shacl:minCount 1 ; + ] + ) ; + a shacl:NodeShape ; + shacl:targetClass dcat:DataService; + "It is mandatory to provide legal information."@en . + + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.applicablelegislation"; + shacl:description "The applicable legislation must be set to the HVD IR ELI."@en; + shacl:path ; + shacl:hasValue ; + "The applicable legislation must be set to the HVD IR ELI."@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.applicablelegislation"; + shacl:description "The applicable legislation must be set to the HVD IR ELI."@en; + shacl:path ; + shacl:hasValue ; + "The applicable legislation must be set to the HVD IR ELI."@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.applicablelegislation"; + shacl:description "The applicable legislation must be set to the HVD IR ELI."@en; + shacl:path ; + shacl:hasValue ; + "The applicable legislation must be set to the HVD IR ELI."@en . + + + rdf:type owl:Ontology ; + owl:imports . + + + a shacl:NodeShape ; + rdfs:comment "HVD Category Restriction" ; + rdfs:label "HVD Category Restriction" ; + shacl:property [ + shacl:hasValue ; + shacl:minCount 1 ; + shacl:nodeKind shacl:IRI ; + shacl:path skos:inScheme + ] . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.HVDcategory"; + shacl:description "The HVD category to which this Dataset belongs."@en; + shacl:name "HVD category"@en; + shacl:path ; + shacl:node ; + "The range of HVD category must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.HVDcategory"; + shacl:description "The HVD category to which this Data Service belongs."@en; + shacl:name "HVD category"@en; + shacl:path ; + shacl:node ; + "The range of HVD category must be of type ."@en . diff --git a/DCAT-AP/releases/2.2.0-hvd/html/hvd-SHACL-full.ttl b/DCAT-AP/releases/2.2.0-hvd/html/hvd-SHACL-full.ttl new file mode 100644 index 000000000..b5bf7b9bf --- /dev/null +++ b/DCAT-AP/releases/2.2.0-hvd/html/hvd-SHACL-full.ttl @@ -0,0 +1,712 @@ +@prefix dc: . +@prefix dcat: . +@prefix foaf: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix shacl: . +@prefix skos: . +@prefix vcard: . +@prefix xsd: . + + rdfs:member , + , + , + , + , + , + , + , + , + , + , + , + , + , + . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + ; + shacl:targetClass dcat:CatalogRecord . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#CatalogueRecord.primarytopic"; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:name "primary topic"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:primaryTopic; + "The expected value for primary topic is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#CatalogueRecord.primarytopic"; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:minCount 1; + shacl:name "primary topic"@en; + shacl:path foaf:primaryTopic; + "Minimally 1 values are expected for primary topic"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#CatalogueRecord.primarytopic"; + shacl:class dcat:Resource; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:name "primary topic"@en; + shacl:path foaf:primaryTopic; + "The range of primary topic must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#CatalogueRecord.primarytopic"; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:maxCount 1; + shacl:name "primary topic"@en; + shacl:path foaf:primaryTopic; + "Maximally 1 values allowed for primary topic"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + ; + shacl:targetClass dcat:Catalog . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.dataset"; + shacl:description "A Dataset that is part of the Catalogue."@en; + shacl:name "dataset"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:dataset; + "The expected value for dataset is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.record"; + shacl:class dcat:CatalogRecord; + shacl:description "A Catalogue Record that is part of the Catalogue"@en; + shacl:name "record"@en; + shacl:path dcat:record; + "The range of record must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.record"; + shacl:description "A Catalogue Record that is part of the Catalogue"@en; + shacl:name "record"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:record; + "The expected value for record is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.dataset"; + shacl:class dcat:Dataset; + shacl:description "A Dataset that is part of the Catalogue."@en; + shacl:name "dataset"@en; + shacl:path dcat:dataset; + "The range of dataset must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.service"; + shacl:class dcat:DataService; + shacl:description "A site or end-point (Data Service) that is listed in the Catalogue."@en; + shacl:name "service"@en; + shacl:path dcat:service; + "The range of service must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.service"; + shacl:description "A site or end-point (Data Service) that is listed in the Catalogue."@en; + shacl:name "service"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:service; + "The expected value for service is a rdfs:Resource (URI or blank node)"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dcat:Resource . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass skos:Concept . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dcat:DataService . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Data Service."@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for applicable legislation is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.servesdataset"; + shacl:class dcat:Dataset; + shacl:description "This property refers to a collection of data that this data service can distribute."@en; + shacl:name "serves dataset"@en; + shacl:path dcat:servesDataset; + "The range of serves dataset must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.HVDcategory"; + shacl:class skos:Concept; + shacl:description "The HVD category to which this Data Service belongs."@en; + shacl:name "HVD category"@en; + shacl:path ; + "The range of HVD category must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.endpointURL"; + shacl:description "The root location or primary endpoint of the service (an IRI)."@en; + shacl:name "endpoint URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:endpointURL; + "The expected value for endpoint URL is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.HVDcategory"; + shacl:description "The HVD category to which this Data Service belongs."@en; + shacl:name "HVD category"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for HVD category is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.endpointdescription"; + shacl:description "A description of the services available via the end-points, including their operations, parameters etc."@en; + shacl:name "endpoint description"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:endpointDescription; + "The expected value for endpoint description is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.documentation"; + shacl:class foaf:Document; + shacl:description "A page that provides additional information about the Data Service."@en; + shacl:name "documentation"@en; + shacl:path foaf:Page; + "The range of documentation must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Data Service."@en; + shacl:minCount 1; + shacl:name "contact point"@en; + shacl:path dcat:contactPoint; + "Minimally 1 values are expected for contact point"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.applicablelegislation"; + shacl:class ; + shacl:description "The legislation that mandates the creation or management of the Data Service."@en; + shacl:name "applicable legislation"@en; + shacl:path ; + "The range of applicable legislation must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.contactpoint"; + shacl:class vcard:Kind; + shacl:description "Contact information that can be used for sending comments about the Data Service."@en; + shacl:name "contact point"@en; + shacl:path dcat:contactPoint; + "The range of contact point must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.endpointURL"; + shacl:description "The root location or primary endpoint of the service (an IRI)."@en; + shacl:minCount 1; + shacl:name "endpoint URL"@en; + shacl:path dcat:endpointURL; + "Minimally 1 values are expected for endpoint URL"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.documentation"; + shacl:description "A page that provides additional information about the Data Service."@en; + shacl:minCount 1; + shacl:name "documentation"@en; + shacl:path foaf:Page; + "Minimally 1 values are expected for documentation"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.rights"; + shacl:class dc:RightsStatement; + shacl:description "A statement that specifies rights associated with the Distribution."@en; + shacl:name "rights"@en; + shacl:path dc:rights; + "The range of rights must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.documentation"; + shacl:description "A page that provides additional information about the Data Service."@en; + shacl:name "documentation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:Page; + "The expected value for documentation is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Data Service."@en; + shacl:name "contact point"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:contactPoint; + "The expected value for contact point is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.licence"; + shacl:description "A licence under which the Data service is made available."@en; + shacl:maxCount 1; + shacl:name "licence"@en; + shacl:path dc:license; + "Maximally 1 values allowed for licence"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.rights"; + shacl:description "A statement that specifies rights associated with the Distribution."@en; + shacl:name "rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rights; + "The expected value for rights is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.servesdataset"; + shacl:description "This property refers to a collection of data that this data service can distribute."@en; + shacl:name "serves dataset"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:servesDataset; + "The expected value for serves dataset is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Data Service."@en; + shacl:minCount 1; + shacl:name "applicable legislation"@en; + shacl:path ; + "Minimally 1 values are expected for applicable legislation"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.licence"; + shacl:class dc:LicenseDocument; + shacl:description "A licence under which the Data service is made available."@en; + shacl:name "licence"@en; + shacl:path dc:license; + "The range of licence must be of type ."@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.servesdataset"; + shacl:description "This property refers to a collection of data that this data service can distribute."@en; + shacl:minCount 1; + shacl:name "serves dataset"@en; + shacl:path dcat:servesDataset; + "Minimally 1 values are expected for serves dataset"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.licence"; + shacl:description "A licence under which the Data service is made available."@en; + shacl:name "licence"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:license; + "The expected value for licence is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.HVDcategory"; + shacl:description "The HVD category to which this Data Service belongs."@en; + shacl:minCount 1; + shacl:name "HVD category"@en; + shacl:path ; + "Minimally 1 values are expected for HVD category"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dcat:Dataset . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.conformsto"; + shacl:description "An implementing rule or other specification."@en; + shacl:name "conforms to"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:conformsTo; + "The expected value for conforms to is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Dataset."@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for applicable legislation is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.datasetdistribution"; + shacl:class dcat:Distribution; + shacl:description "An available Distribution for the Dataset."@en; + shacl:name "dataset distribution"@en; + shacl:path dcat:distribution; + "The range of dataset distribution must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.datasetdistribution"; + shacl:description "An available Distribution for the Dataset."@en; + shacl:minCount 1; + shacl:name "dataset distribution"@en; + shacl:path dcat:distribution; + "Minimally 1 values are expected for dataset distribution"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.applicablelegislation"; + shacl:class ; + shacl:description "The legislation that mandates the creation or management of the Dataset."@en; + shacl:name "applicable legislation"@en; + shacl:path ; + "The range of applicable legislation must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.contactpoint"; + shacl:class vcard:Kind; + shacl:description "Contact information that can be used for sending comments about the Dataset."@en; + shacl:name "contact point"@en; + shacl:path dcat:contactPoint; + "The range of contact point must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.HVDCategory"; + shacl:class skos:Concept; + shacl:description "The HVD category to which this Dataset belongs."@en; + shacl:name "HVD Category"@en; + shacl:path ; + "The range of HVD Category must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.HVDCategory"; + shacl:description "The HVD category to which this Dataset belongs."@en; + shacl:name "HVD Category"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for HVD Category is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Dataset."@en; + shacl:name "contact point"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:contactPoint; + "The expected value for contact point is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.HVDCategory"; + shacl:description "The HVD category to which this Dataset belongs."@en; + shacl:minCount 1; + shacl:name "HVD Category"@en; + shacl:path ; + "Minimally 1 values are expected for HVD Category"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.conformsto"; + shacl:class dc:Standard; + shacl:description "An implementing rule or other specification."@en; + shacl:name "conforms to"@en; + shacl:path dc:conformsTo; + "The range of conforms to must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Dataset."@en; + shacl:minCount 1; + shacl:name "applicable legislation"@en; + shacl:path ; + "Minimally 1 values are expected for applicable legislation"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.datasetdistribution"; + shacl:description "An available Distribution for the Dataset."@en; + shacl:name "dataset distribution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:distribution; + "The expected value for dataset distribution is a rdfs:Resource (URI or blank node)"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dcat:Distribution . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Distribution"@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for applicable legislation is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.linkedschemas"; + shacl:class dc:Standard; + shacl:description "An established schema to which the described Distribution conforms."@en; + shacl:name "linked schemas"@en; + shacl:path dc:conformsTo; + "The range of linked schemas must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.accessservice"; + shacl:description "A data service that gives access to the distribution of the dataset"@en; + shacl:name "access service"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:accessService; + "The expected value for access service is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.linkedschemas"; + shacl:description "An established schema to which the described Distribution conforms."@en; + shacl:name "linked schemas"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:conformsTo; + "The expected value for linked schemas is a rdfs:Resource (URI or blank node)"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.applicablelegislation"; + shacl:class ; + shacl:description "The legislation that mandates the creation or management of the Distribution"@en; + shacl:name "applicable legislation"@en; + shacl:path ; + "The range of applicable legislation must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.accessservice"; + shacl:class dcat:DataService; + shacl:description "A data service that gives access to the distribution of the dataset"@en; + shacl:name "access service"@en; + shacl:path dcat:accessService; + "The range of access service must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.rights"; + shacl:class dc:RightsStatement; + shacl:description "A statement that specifies rights associated with the Distribution."@en; + shacl:name "rights"@en; + shacl:path dc:rights; + "The range of rights must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.licence"; + shacl:description "A licence under which the Distribution is made available."@en; + shacl:maxCount 1; + shacl:name "licence"@en; + shacl:path dc:license; + "Maximally 1 values allowed for licence"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.accessURL"; + shacl:description "A URL that gives access to a Distribution of the Dataset."@en; + shacl:name "access URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:accessURL; + "The expected value for access URL is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.rights"; + shacl:description "A statement that specifies rights associated with the Distribution."@en; + shacl:name "rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rights; + "The expected value for rights is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Distribution"@en; + shacl:minCount 1; + shacl:name "applicable legislation"@en; + shacl:path ; + "Minimally 1 values are expected for applicable legislation"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.licence"; + shacl:class dc:LicenseDocument; + shacl:description "A licence under which the Distribution is made available."@en; + shacl:name "licence"@en; + shacl:path dc:license; + "The range of licence must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.accessURL"; + shacl:description "A URL that gives access to a Distribution of the Dataset."@en; + shacl:minCount 1; + shacl:name "access URL"@en; + shacl:path dcat:accessURL; + "Minimally 1 values are expected for access URL"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.licence"; + shacl:description "A licence under which the Distribution is made available."@en; + shacl:name "licence"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:license; + "The expected value for licence is a rdfs:Resource (URI or blank node)"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass foaf:Document . + + a shacl:NodeShape; + shacl:closed false; + shacl:property + , + , + , + ; + shacl:targetClass vcard:Kind . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Kind.email"; + shacl:description """A email address via which contact can be made."""@en; + shacl:name "email"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path vcard:hasEmail; + "The expected value for email is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Kind.contactpage"; + shacl:description "A webpage that either allows to make contact (i.e. a webform) or the information contains how to get into contact. "@en; + shacl:name "contact page"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path vcard:hasURL; + "The expected value for contact page is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Kind.contactpage"; + shacl:description "A webpage that either allows to make contact (i.e. a webform) or the information contains how to get into contact. "@en; + shacl:maxCount 1; + shacl:name "contact page"@en; + shacl:path vcard:hasURL; + "Maximally 1 values allowed for contact page"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Kind.email"; + shacl:description """A email address via which contact can be made."""@en; + shacl:maxCount 1; + shacl:name "email"@en; + shacl:path vcard:hasEmail; + "Maximally 1 values allowed for email"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:LicenseDocument . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass rdfs:Literal . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass rdfs:Resource . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:RightsStatement . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:Standard . + + + + rdfs:seeAlso "https://semiceu.github.io/uri.semic.eu-generated/DCAT-AP/releases/2.2.0-hvd/#Kind"; + shacl:description """It is recommended to provide at least either an email or a contact form from e.g. a service desk. """@en; + shacl:or ( + [ + shacl:path vcard:hasEmail; + shacl:minCount 1 ; + ] + [ + shacl:path vcard:hasURL; + shacl:minCount 1 ; + ] + ) ; + a shacl:NodeShape ; + shacl:targetClass vcard:Kind ; + shacl:severity shacl:Warning ; + "It is recommended to provide at least either an email or a contact form from e.g. a service desk. "@en . + + + + rdfs:seeAlso "https://semiceu.github.io/uri.semic.eu-generated/DCAT-AP/releases/2.2.0-hvd/#c3"; + shacl:description """It is mandatory to provide legal information."""@en; + shacl:or ( + [ + shacl:path dc:license; + shacl:minCount 1 ; + ] + [ + shacl:path dc:rights; + shacl:minCount 1 ; + ] + ) ; + a shacl:NodeShape ; + shacl:targetClass dcat:Distribution; + "It is mandatory to provide legal information."@en . + + rdfs:seeAlso "https://semiceu.github.io/uri.semic.eu-generated/DCAT-AP/releases/2.2.0-hvd/#c3"; + shacl:description """It is mandatory to provide legal information."""@en; + shacl:or ( + [ + shacl:path dc:license; + shacl:minCount 1 ; + ] + [ + shacl:path dc:rights; + shacl:minCount 1 ; + ] + ) ; + a shacl:NodeShape ; + shacl:targetClass dcat:DataService; + "It is mandatory to provide legal information."@en . + + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.applicablelegislation"; + shacl:description "The applicable legislation must be set to the HVD IR ELI."@en; + shacl:path ; + shacl:hasValue ; + "The applicable legislation must be set to the HVD IR ELI."@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.applicablelegislation"; + shacl:description "The applicable legislation must be set to the HVD IR ELI."@en; + shacl:path ; + shacl:hasValue ; + "The applicable legislation must be set to the HVD IR ELI."@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.applicablelegislation"; + shacl:description "The applicable legislation must be set to the HVD IR ELI."@en; + shacl:path ; + shacl:hasValue ; + "The applicable legislation must be set to the HVD IR ELI."@en . + + + rdf:type owl:Ontology ; + owl:imports . + + + a shacl:NodeShape ; + rdfs:comment "HVD Category Restriction" ; + rdfs:label "HVD Category Restriction" ; + shacl:property [ + shacl:hasValue ; + shacl:minCount 1 ; + shacl:nodeKind shacl:IRI ; + shacl:path skos:inScheme + ] . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.HVDcategory"; + shacl:description "The HVD category to which this Dataset belongs."@en; + shacl:name "HVD category"@en; + shacl:path ; + shacl:node ; + "The range of HVD category must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.HVDcategory"; + shacl:description "The HVD category to which this Data Service belongs."@en; + shacl:name "HVD category"@en; + shacl:path ; + shacl:node ; + "The range of HVD category must be of type ."@en . diff --git a/DCAT-AP/releases/2.2.0-hvd/html/hvd-SHACL-ranges.ttl b/DCAT-AP/releases/2.2.0-hvd/html/hvd-SHACL-ranges.ttl new file mode 100644 index 000000000..5c956a5a6 --- /dev/null +++ b/DCAT-AP/releases/2.2.0-hvd/html/hvd-SHACL-ranges.ttl @@ -0,0 +1,618 @@ +@prefix dc: . +@prefix dcat: . +@prefix foaf: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix shacl: . +@prefix skos: . +@prefix vcard: . +@prefix xsd: . + + rdfs:member , + , + , + , + , + , + , + , + , + , + , + , + , + , + . + + a shacl:NodeShape; + shacl:closed false; + shacl:property + + ; + shacl:targetClass dcat:CatalogRecord . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#CatalogueRecord.primarytopic"; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:name "primary topic"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:primaryTopic; + "The expected value for primary topic is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#CatalogueRecord.primarytopic"; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:minCount 1; + shacl:name "primary topic"@en; + shacl:path foaf:primaryTopic; + "Minimally 1 values are expected for primary topic"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#CatalogueRecord.primarytopic"; + shacl:class dcat:Resource; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:name "primary topic"@en; + shacl:path foaf:primaryTopic; + "The range of primary topic must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#CatalogueRecord.primarytopic"; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:maxCount 1; + shacl:name "primary topic"@en; + shacl:path foaf:primaryTopic; + "Maximally 1 values allowed for primary topic"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:property + , + , + ; + shacl:targetClass dcat:Catalog . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.dataset"; + shacl:description "A Dataset that is part of the Catalogue."@en; + shacl:name "dataset"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:dataset; + "The expected value for dataset is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.record"; + shacl:class dcat:CatalogRecord; + shacl:description "A Catalogue Record that is part of the Catalogue"@en; + shacl:name "record"@en; + shacl:path dcat:record; + "The range of record must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.record"; + shacl:description "A Catalogue Record that is part of the Catalogue"@en; + shacl:name "record"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:record; + "The expected value for record is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.dataset"; + shacl:class dcat:Dataset; + shacl:description "A Dataset that is part of the Catalogue."@en; + shacl:name "dataset"@en; + shacl:path dcat:dataset; + "The range of dataset must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.service"; + shacl:class dcat:DataService; + shacl:description "A site or end-point (Data Service) that is listed in the Catalogue."@en; + shacl:name "service"@en; + shacl:path dcat:service; + "The range of service must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Catalogue.service"; + shacl:description "A site or end-point (Data Service) that is listed in the Catalogue."@en; + shacl:name "service"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:service; + "The expected value for service is a rdfs:Resource (URI or blank node)"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dcat:Resource . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass skos:Concept . + + a shacl:NodeShape; + shacl:closed false; + shacl:property + , + , + , + , + , + , + ; + shacl:targetClass dcat:DataService . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Data Service."@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for applicable legislation is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.servesdataset"; + shacl:class dcat:Dataset; + shacl:description "This property refers to a collection of data that this data service can distribute."@en; + shacl:name "serves dataset"@en; + shacl:path dcat:servesDataset; + "The range of serves dataset must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.HVDcategory"; + shacl:class skos:Concept; + shacl:description "The HVD category to which this Data Service belongs."@en; + shacl:name "HVD category"@en; + shacl:path ; + "The range of HVD category must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.endpointURL"; + shacl:description "The root location or primary endpoint of the service (an IRI)."@en; + shacl:name "endpoint URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:endpointURL; + "The expected value for endpoint URL is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.HVDcategory"; + shacl:description "The HVD category to which this Data Service belongs."@en; + shacl:name "HVD category"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for HVD category is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.endpointdescription"; + shacl:description "A description of the services available via the end-points, including their operations, parameters etc."@en; + shacl:name "endpoint description"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:endpointDescription; + "The expected value for endpoint description is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.documentation"; + shacl:class foaf:Document; + shacl:description "A page that provides additional information about the Data Service."@en; + shacl:name "documentation"@en; + shacl:path foaf:Page; + "The range of documentation must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Data Service."@en; + shacl:minCount 1; + shacl:name "contact point"@en; + shacl:path dcat:contactPoint; + "Minimally 1 values are expected for contact point"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.applicablelegislation"; + shacl:class ; + shacl:description "The legislation that mandates the creation or management of the Data Service."@en; + shacl:name "applicable legislation"@en; + shacl:path ; + "The range of applicable legislation must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.contactpoint"; + shacl:class vcard:Kind; + shacl:description "Contact information that can be used for sending comments about the Data Service."@en; + shacl:name "contact point"@en; + shacl:path dcat:contactPoint; + "The range of contact point must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.endpointURL"; + shacl:description "The root location or primary endpoint of the service (an IRI)."@en; + shacl:minCount 1; + shacl:name "endpoint URL"@en; + shacl:path dcat:endpointURL; + "Minimally 1 values are expected for endpoint URL"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.documentation"; + shacl:description "A page that provides additional information about the Data Service."@en; + shacl:minCount 1; + shacl:name "documentation"@en; + shacl:path foaf:Page; + "Minimally 1 values are expected for documentation"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.rights"; + shacl:class dc:RightsStatement; + shacl:description "A statement that specifies rights associated with the Distribution."@en; + shacl:name "rights"@en; + shacl:path dc:rights; + "The range of rights must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.documentation"; + shacl:description "A page that provides additional information about the Data Service."@en; + shacl:name "documentation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:Page; + "The expected value for documentation is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Data Service."@en; + shacl:name "contact point"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:contactPoint; + "The expected value for contact point is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.licence"; + shacl:description "A licence under which the Data service is made available."@en; + shacl:maxCount 1; + shacl:name "licence"@en; + shacl:path dc:license; + "Maximally 1 values allowed for licence"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.rights"; + shacl:description "A statement that specifies rights associated with the Distribution."@en; + shacl:name "rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rights; + "The expected value for rights is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.servesdataset"; + shacl:description "This property refers to a collection of data that this data service can distribute."@en; + shacl:name "serves dataset"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:servesDataset; + "The expected value for serves dataset is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Data Service."@en; + shacl:minCount 1; + shacl:name "applicable legislation"@en; + shacl:path ; + "Minimally 1 values are expected for applicable legislation"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.licence"; + shacl:class dc:LicenseDocument; + shacl:description "A licence under which the Data service is made available."@en; + shacl:name "licence"@en; + shacl:path dc:license; + "The range of licence must be of type ."@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.servesdataset"; + shacl:description "This property refers to a collection of data that this data service can distribute."@en; + shacl:minCount 1; + shacl:name "serves dataset"@en; + shacl:path dcat:servesDataset; + "Minimally 1 values are expected for serves dataset"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.licence"; + shacl:description "A licence under which the Data service is made available."@en; + shacl:name "licence"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:license; + "The expected value for licence is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.HVDcategory"; + shacl:description "The HVD category to which this Data Service belongs."@en; + shacl:minCount 1; + shacl:name "HVD category"@en; + shacl:path ; + "Minimally 1 values are expected for HVD category"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:property + , + , + , + , + ; + shacl:targetClass dcat:Dataset . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.conformsto"; + shacl:description "An implementing rule or other specification."@en; + shacl:name "conforms to"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:conformsTo; + "The expected value for conforms to is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Dataset."@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for applicable legislation is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.datasetdistribution"; + shacl:class dcat:Distribution; + shacl:description "An available Distribution for the Dataset."@en; + shacl:name "dataset distribution"@en; + shacl:path dcat:distribution; + "The range of dataset distribution must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.datasetdistribution"; + shacl:description "An available Distribution for the Dataset."@en; + shacl:minCount 1; + shacl:name "dataset distribution"@en; + shacl:path dcat:distribution; + "Minimally 1 values are expected for dataset distribution"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.applicablelegislation"; + shacl:class ; + shacl:description "The legislation that mandates the creation or management of the Dataset."@en; + shacl:name "applicable legislation"@en; + shacl:path ; + "The range of applicable legislation must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.contactpoint"; + shacl:class vcard:Kind; + shacl:description "Contact information that can be used for sending comments about the Dataset."@en; + shacl:name "contact point"@en; + shacl:path dcat:contactPoint; + "The range of contact point must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.HVDCategory"; + shacl:class skos:Concept; + shacl:description "The HVD category to which this Dataset belongs."@en; + shacl:name "HVD Category"@en; + shacl:path ; + "The range of HVD Category must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.HVDCategory"; + shacl:description "The HVD category to which this Dataset belongs."@en; + shacl:name "HVD Category"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for HVD Category is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Dataset."@en; + shacl:name "contact point"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:contactPoint; + "The expected value for contact point is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.HVDCategory"; + shacl:description "The HVD category to which this Dataset belongs."@en; + shacl:minCount 1; + shacl:name "HVD Category"@en; + shacl:path ; + "Minimally 1 values are expected for HVD Category"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.conformsto"; + shacl:class dc:Standard; + shacl:description "An implementing rule or other specification."@en; + shacl:name "conforms to"@en; + shacl:path dc:conformsTo; + "The range of conforms to must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Dataset."@en; + shacl:minCount 1; + shacl:name "applicable legislation"@en; + shacl:path ; + "Minimally 1 values are expected for applicable legislation"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.datasetdistribution"; + shacl:description "An available Distribution for the Dataset."@en; + shacl:name "dataset distribution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:distribution; + "The expected value for dataset distribution is a rdfs:Resource (URI or blank node)"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:property + , + , + , + , + ; + shacl:targetClass dcat:Distribution . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Distribution"@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path ; + "The expected value for applicable legislation is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.linkedschemas"; + shacl:class dc:Standard; + shacl:description "An established schema to which the described Distribution conforms."@en; + shacl:name "linked schemas"@en; + shacl:path dc:conformsTo; + "The range of linked schemas must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.accessservice"; + shacl:description "A data service that gives access to the distribution of the dataset"@en; + shacl:name "access service"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:accessService; + "The expected value for access service is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.linkedschemas"; + shacl:description "An established schema to which the described Distribution conforms."@en; + shacl:name "linked schemas"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:conformsTo; + "The expected value for linked schemas is a rdfs:Resource (URI or blank node)"@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.applicablelegislation"; + shacl:class ; + shacl:description "The legislation that mandates the creation or management of the Distribution"@en; + shacl:name "applicable legislation"@en; + shacl:path ; + "The range of applicable legislation must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.accessservice"; + shacl:class dcat:DataService; + shacl:description "A data service that gives access to the distribution of the dataset"@en; + shacl:name "access service"@en; + shacl:path dcat:accessService; + "The range of access service must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.rights"; + shacl:class dc:RightsStatement; + shacl:description "A statement that specifies rights associated with the Distribution."@en; + shacl:name "rights"@en; + shacl:path dc:rights; + "The range of rights must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.licence"; + shacl:description "A licence under which the Distribution is made available."@en; + shacl:maxCount 1; + shacl:name "licence"@en; + shacl:path dc:license; + "Maximally 1 values allowed for licence"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.accessURL"; + shacl:description "A URL that gives access to a Distribution of the Dataset."@en; + shacl:name "access URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:accessURL; + "The expected value for access URL is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.rights"; + shacl:description "A statement that specifies rights associated with the Distribution."@en; + shacl:name "rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rights; + "The expected value for rights is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Distribution"@en; + shacl:minCount 1; + shacl:name "applicable legislation"@en; + shacl:path ; + "Minimally 1 values are expected for applicable legislation"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.licence"; + shacl:class dc:LicenseDocument; + shacl:description "A licence under which the Distribution is made available."@en; + shacl:name "licence"@en; + shacl:path dc:license; + "The range of licence must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.accessURL"; + shacl:description "A URL that gives access to a Distribution of the Dataset."@en; + shacl:minCount 1; + shacl:name "access URL"@en; + shacl:path dcat:accessURL; + "Minimally 1 values are expected for access URL"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.licence"; + shacl:description "A licence under which the Distribution is made available."@en; + shacl:name "licence"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:license; + "The expected value for licence is a rdfs:Resource (URI or blank node)"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass foaf:Document . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass vcard:Kind . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Kind.email"; + shacl:description """A email address via which contact can be made."""@en; + shacl:name "email"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path vcard:hasEmail; + "The expected value for email is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Kind.contactpage"; + shacl:description "A webpage that either allows to make contact (i.e. a webform) or the information contains how to get into contact. "@en; + shacl:name "contact page"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path vcard:hasURL; + "The expected value for contact page is a rdfs:Resource (URI or blank node)"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Kind.contactpage"; + shacl:description "A webpage that either allows to make contact (i.e. a webform) or the information contains how to get into contact. "@en; + shacl:maxCount 1; + shacl:name "contact page"@en; + shacl:path vcard:hasURL; + "Maximally 1 values allowed for contact page"@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Kind.email"; + shacl:description """A email address via which contact can be made."""@en; + shacl:maxCount 1; + shacl:name "email"@en; + shacl:path vcard:hasEmail; + "Maximally 1 values allowed for email"@en . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:LicenseDocument . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass rdfs:Literal . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass rdfs:Resource . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:RightsStatement . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:Standard . + + + + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.applicablelegislation"; + shacl:description "The applicable legislation must be set to the HVD IR ELI."@en; + shacl:path ; + shacl:hasValue ; + "The applicable legislation must be set to the HVD IR ELI."@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.applicablelegislation"; + shacl:description "The applicable legislation must be set to the HVD IR ELI."@en; + shacl:path ; + shacl:hasValue ; + "The applicable legislation must be set to the HVD IR ELI."@en . + + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Distribution.applicablelegislation"; + shacl:description "The applicable legislation must be set to the HVD IR ELI."@en; + shacl:path ; + shacl:hasValue ; + "The applicable legislation must be set to the HVD IR ELI."@en . + + + rdf:type owl:Ontology ; + owl:imports . + + + a shacl:NodeShape ; + rdfs:comment "HVD Category Restriction" ; + rdfs:label "HVD Category Restriction" ; + shacl:property [ + shacl:hasValue ; + shacl:minCount 1 ; + shacl:nodeKind shacl:IRI ; + shacl:path skos:inScheme + ] . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#Dataset.HVDcategory"; + shacl:description "The HVD category to which this Dataset belongs."@en; + shacl:name "HVD category"@en; + shacl:path ; + shacl:node ; + "The range of HVD category must be of type ."@en . + + rdfs:seeAlso "https://semiceu.github.io//DCAT-AP/releases/2.2.0-hvd#DataService.HVDcategory"; + shacl:description "The HVD category to which this Data Service belongs."@en; + shacl:name "HVD category"@en; + shacl:path ; + shacl:node ; + "The range of HVD category must be of type ."@en . diff --git a/DCAT-AP/releases/2.2.0-hvd/index.html b/DCAT-AP/releases/2.2.0-hvd/index.html index 21f156a53..6fe2d797a 100644 --- a/DCAT-AP/releases/2.2.0-hvd/index.html +++ b/DCAT-AP/releases/2.2.0-hvd/index.html @@ -100,7 +100,7 @@ var respecConfig = { postProcess: [quickreference], edDraftURI: "https://semiceu.github.io/DCAT-AP/releases/2.2.0-hvd", - latestVersion: "", + latestVersion: "https://semiceu.github.io/DCAT-AP/releases/2.2.0-hvd", specStatus: "base", publishDate: "2023-12-14", editors: myeditors, @@ -2910,7 +2910,8 @@

Controlled vocabularies to be used

- + +
Property URIUsed for ClassVocabulary nameVocabulary URIUsage note
dcatap:hvdCategoryDatasetEU Vocabularies HVD Categorieshttp://publications.europa.eu/resource/dataset/high-value-dataset-category
dcatap:hvdCategoryDatasetEU Vocabularies HVD Categorieshttp://data.europa.eu/bna/asd487ae75
dcatap:hvdCategoryData ServiceEU Vocabularies HVD Categorieshttp://data.europa.eu/bna/asd487ae75
@@ -3284,6 +3285,22 @@

Reporting

This illustrates that when the dataset publishers provide the necessary information and this is well integrated in the network of sharing metadata through the MS to the Portal for European Data, the data exchange for the reporting can be reduced to a minimum. + + +
+

Validation

+ +To support the assessment if a Catalogue satisfies DCAT-AP HVD, the following SHACL templates are provided. + +
    +
  • base.ttl: all base constraints expressed in this document.
  • +
  • ranges.ttl: all the class range constraints expressed in this document.
  • +
  • full.ttl: the previous two combined.
  • +
+ +At this moment the SHACL templates assume that all resources are subject to DCAT-AP HVD. +It is future work to provide a conditional approach which would support catalogues mixing HVD datasets and non-HVD datasets. +
diff --git a/DCAT-AP/releases/2.2.0-hvd/index_en.html b/DCAT-AP/releases/2.2.0-hvd/index_en.html index 21f156a53..6fe2d797a 100644 --- a/DCAT-AP/releases/2.2.0-hvd/index_en.html +++ b/DCAT-AP/releases/2.2.0-hvd/index_en.html @@ -100,7 +100,7 @@ var respecConfig = { postProcess: [quickreference], edDraftURI: "https://semiceu.github.io/DCAT-AP/releases/2.2.0-hvd", - latestVersion: "", + latestVersion: "https://semiceu.github.io/DCAT-AP/releases/2.2.0-hvd", specStatus: "base", publishDate: "2023-12-14", editors: myeditors, @@ -2910,7 +2910,8 @@

Controlled vocabularies to be used

- + +
Property URIUsed for ClassVocabulary nameVocabulary URIUsage note
dcatap:hvdCategoryDatasetEU Vocabularies HVD Categorieshttp://publications.europa.eu/resource/dataset/high-value-dataset-category
dcatap:hvdCategoryDatasetEU Vocabularies HVD Categorieshttp://data.europa.eu/bna/asd487ae75
dcatap:hvdCategoryData ServiceEU Vocabularies HVD Categorieshttp://data.europa.eu/bna/asd487ae75
@@ -3284,6 +3285,22 @@

Reporting

This illustrates that when the dataset publishers provide the necessary information and this is well integrated in the network of sharing metadata through the MS to the Portal for European Data, the data exchange for the reporting can be reduced to a minimum. + + +
+

Validation

+ +To support the assessment if a Catalogue satisfies DCAT-AP HVD, the following SHACL templates are provided. + +
    +
  • base.ttl: all base constraints expressed in this document.
  • +
  • ranges.ttl: all the class range constraints expressed in this document.
  • +
  • full.ttl: the previous two combined.
  • +
+ +At this moment the SHACL templates assume that all resources are subject to DCAT-AP HVD. +It is future work to provide a conditional approach which would support catalogues mixing HVD datasets and non-HVD datasets. +
diff --git a/report/ALL.report b/report/ALL.report index 6551b21d4..45cdcf88b 100644 --- a/report/ALL.report +++ b/report/ALL.report @@ -1,53 +1,112 @@ -/tmp/workspace/src/doc/core-vocabulary/core-location +/tmp/workspace/src/DCAT-AP/releases/2.2.0-hvd Load mapping config:config/config-ap.json WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). Escape it in your SQL! (e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') -11:37:07 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -11:37:07 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00". -11:37:07 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies v2.00.DataTypes". -11:37:07 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model.ISA Core Vocabularies v2.00, Model, Model.ISA Core Vocabularies v2.00.DataTypes -11:37:07 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://data.europa.eu/m8g/): Model.ISA Core Vocabularies v2.00.Core Business, Model.ISA Core Vocabularies v2.00.Core Vocabulary, Model.ISA Core Vocabularies v2.00.Core Public Organisation, Model.ISA Core Vocabularies v2.00.Core Person, Model.ISA Core Vocabularies v2.00.Core Public Event, Model.ISA Core Vocabularies v2.00.Core Location, Model.ISA Core Vocabularies v2.00.Core Public Service -11:37:07 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2004/02/skos/core#Concept): Model.ISA Core Vocabularies v2.00.skos:Concept, Model.ISA Core Vocabularies v2.00.DataTypes:Code, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code -11:37:07 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString): Model.ISA Core Vocabularies v2.00.Core Location:Text, Model.ISA Core Vocabularies v2.00.Core Vocabulary:rdf:langString -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#accessURL): Model.ISA Core Vocabularies v2.00.adms:AssetRepository:accessURL, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:accessURL -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/name): Model.ISA Core Vocabularies v2.00.foaf:Group:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:name, Model.ISA Core Vocabularies v2.00.Core Person:Person:fullName, Model.ISA Core Vocabularies v2.00.dct:Agent:name -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): Model.ISA Core Vocabularies v2.00.time:TemporalEntity:description, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:description, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:description, Model.ISA Core Vocabularies v2.00.org:ChangeEvent:description, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:description, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:description, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:description, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:description, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:description, Model.ISA Core Vocabularies v2.00.adms:Asset:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:description, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:description, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:description, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:description -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:eventType, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:type, Model.ISA Core Vocabularies v2.00.foaf:Agent:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:type, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:type, Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:type, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:type -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/identifier): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:ReferenceFramework:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:identifier, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceType:identifier, Model.ISA Core Vocabularies v2.00.dcat:Dataset:identifier, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:identifier, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:id -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): Model.ISA Core Vocabularies v2.00.adms:Asset:issued, Model.ISA Core Vocabularies v2.00.adms:Identifier:dateOfIssue, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:issued, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:issued -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:title, Model.ISA Core Vocabularies v2.00.Core Public Service:Public Service:name, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Output:name, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:title, Model.ISA Core Vocabularies v2.00.foaf:Agent:name, Model.ISA Core Vocabularies v2.00.dct:LicenseDocument:title, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:title, Model.ISA Core Vocabularies v2.00.adms:Asset:title -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/org#identifier): Model.ISA Core Vocabularies v2.00.dct:Agent:identifier, Model.ISA Core Vocabularies v2.00.Core Public Service:Participation:identifier, Model.ISA Core Vocabularies v2.00.Core Vocabulary:Event:identifier -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#altLabel): Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:alternativeLabel, Model.ISA Core Vocabularies v2.00.adms:Asset:alternativeLabel -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): Model.ISA Core Vocabularies v2.00.adms:Asset:modified, Model.ISA Core Vocabularies v2.00.adms:AssetRepository:modified, Model.ISA Core Vocabularies v2.00.adms:AssetDistribution:modified -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/email): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasEmail, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:email -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2004/02/skos/core#prefLabel): Model.ISA Core Vocabularies v2.00.CCCEV:InformationConcept:name, Model.ISA Core Vocabularies v2.00.CCCEV:EvidenceTypeList:name, Model.ISA Core Vocabularies v2.00.CCCEV:Requirement:name, Model.ISA Core Vocabularies v2.00.Core Public Organisation:PublicOrganisation:preferredLabel -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/2000/01/rdf-schema#label): Model.ISA Core Vocabularies v2.00.adms:Identifier:schemeName, Model.ISA Core Vocabularies v2.00.dct:Jurisdiction:name, Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:name -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/value): Model.ISA Core Vocabularies v2.00.Core Vocabulary:Cost:value, Model.ISA Core Vocabularies v2.00.CCCEV:SupportedValue:value -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/alternative): Model.ISA Core Vocabularies v2.00.Core Business:LegalEntity:alternativeName, Model.ISA Core Vocabularies v2.00.Core Person:Person:alternativeName -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/telephone): Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactPoint:hasTelephone, Model.ISA Core Vocabularies v2.00.Core Vocabulary:ContactInfo:telephone -11:37:07 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): Model.ISA Core Vocabularies v2.00.adms:Asset:language, Model.ISA Core Vocabularies v2.00.Core Public Event:PublicEvent:language -11:37:07 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -11:37:07 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -11:37:07 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -11:37:07 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies v2.00.Core Location". -11:37:07 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Address" . -11:37:07 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -11:37:07 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Geometry" . -11:37:07 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Resource" . -11:37:07 WARN c.g.i.o.c.Converter - Element AdminUnit has same prefix as package: simplify by removing the extra tag uri -11:37:07 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "AdminUnit" . -11:37:07 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Geometry)" since it lacks a defining package. -11:37:07 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. -11:37:07 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" belongs to package "Core Location" based on source and target definition. -11:37:07 WARN c.g.i.o.c.UriAssigner - Connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:(Address -> AdminUnit)" does not have a name, it will be ignored. -11:37:07 INFO c.g.i.o.c.UriAssigner - Assuming connector "Model.ISA Core Vocabularies v2.00.Core Location:Address:adminUnit" belongs to package "Core Location" based on source and target definition. -11:37:07 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Address)" since it lacks a defining package. -11:37:07 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies v2.00.rdfs:Resource:(Resource -> Location)" since it lacks a defining package. -11:37:07 WARN c.g.i.o.c.Converter - Element latitude has same prefix as package: simplify by removing the extra tag uri -11:37:07 WARN c.g.i.o.c.Converter - Element longitude has same prefix as package: simplify by removing the extra tag uri -11:37:07 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:Geometry:geometryType": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -11:37:07 WARN c.g.i.o.c.Converter - Element level has same prefix as package: simplify by removing the extra tag uri -11:37:07 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:level": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. -11:37:07 WARN c.g.i.o.c.Converter - Element code has same prefix as package: simplify by removing the extra tag uri -11:37:07 WARN c.g.i.o.c.Converter - Ambiguous data type "Code" for attribute "Model.ISA Core Vocabularies v2.00.Core Location:AdminUnit:code": Model.ISA Core Vocabularies v2.00.Core Vocabulary:Code, Model.ISA Core Vocabularies v2.00.DataTypes:Code. +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +12:14:29 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral +12:14:29 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.Domain Model:xsd:hexBinary, DCAT Application Profile.Domain Model:xsd:nonNegativeInteger +12:14:29 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://purl.org/dc/terms/MediaType): DCAT Application Profile.Domain Model:dct:mediaType, DCAT Application Profile.Domain Model:dct:MediaType +12:14:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/applicableLegislation): DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation +12:14:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/rights): DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model:dcat:DataService:dct:rights +12:14:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/conformsTo): DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo +12:14:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#contactPoint): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model:dcat:DataService:dcat:contactPoint +12:14:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/hvdCategory): DCAT Application Profile.Domain Model:dcat:DataService:dcatap:hvdCategory, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:hvdCategory +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:distribution" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:dataset" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:service" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:license" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:record" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:foaf:primaryTopic" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:accessService" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:license" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DataService:dcat:servesDataset" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:description" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:issued" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:title" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:description" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:title" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:identifier" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:owl:versionInfo" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:versionNotes" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedAttribution" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:wasGeneratedBy" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:spatialResolutionInMeters" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:isReferencedBy" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:qualifiedRelation" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. +12:14:29 WARN c.g.i.o.c.Converter - Element dcatap:hvdCategory has same prefix as package: simplify by removing the extra tag uri +12:14:29 WARN c.g.i.o.c.Converter - Element dcatap:applicableLegislation has same prefix as package: simplify by removing the extra tag uri +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:title" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:description" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:byteSize" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:odrl:hasPolicy" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:spatialResolutionInMeters" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:temporalResolution" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:compressFormat" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dct:LicenseDocument:owl:sameAs" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:title" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:accessRights" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:description" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:format" since it is marked as ignored. +12:14:29 WARN c.g.i.o.c.Converter - Element dcatap:hvdCategory has same prefix as package: simplify by removing the extra tag uri +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:skos:Concept:skos:prefLabel" since it is marked as ignored. diff --git a/report/DCAT-AP/releases/2.2.0-hvd/all-hvd.jsonld b/report/DCAT-AP/releases/2.2.0-hvd/all-hvd.jsonld index 3701e0297..2333fb760 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/all-hvd.jsonld +++ b/report/DCAT-AP/releases/2.2.0-hvd/all-hvd.jsonld @@ -2933,31 +2933,31 @@ "name": "licence", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-usageNote-en": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Distribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -2971,19 +2971,19 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-usageNote-en": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-codelist": "", "RawTags": [ @@ -2999,22 +2999,22 @@ }, { "key": "ap-definition-en", - "value": "A licence under which the Distribution is made available.", + "value": "A licence under which the Data service is made available.", "note": "null" }, { "key": "property-usage-scope", - "value": "recommended", + "value": "optional", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license", + "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license", "note": "null" }, { "key": "DCAT-AP", - "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Distribution.licence", + "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#DataService.licence", "note": "null" }, { @@ -3025,7 +3025,7 @@ { "key": "ap-usageNote-en", "value": "NOTE", - "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } ], "DestRoleTags": [], @@ -3034,8 +3034,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Distribution", - "EA-Name": "dcat:Distribution" + "uri": "http://www.w3.org/ns/dcat#DataService", + "EA-Name": "dcat:DataService" } ], "range": [ @@ -3056,31 +3056,31 @@ "name": "licence", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "ap-usageNote-en": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:DataService", - "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", + "EA-Domain": "dcat:Distribution", + "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -3094,19 +3094,19 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "ap-usageNote-en": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-codelist": "", "RawTags": [ @@ -3122,22 +3122,22 @@ }, { "key": "ap-definition-en", - "value": "A licence under which the Data service is made available.", + "value": "A licence under which the Distribution is made available.", "note": "null" }, { "key": "property-usage-scope", - "value": "optional", + "value": "recommended", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license", + "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license", "note": "null" }, { "key": "DCAT-AP", - "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#DataService.licence", + "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Distribution.licence", "note": "null" }, { @@ -3148,7 +3148,7 @@ { "key": "ap-usageNote-en", "value": "NOTE", - "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } ], "DestRoleTags": [], @@ -3157,8 +3157,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#DataService", - "EA-Name": "dcat:DataService" + "uri": "http://www.w3.org/ns/dcat#Distribution", + "EA-Name": "dcat:Distribution" } ], "range": [ @@ -5137,7 +5137,7 @@ }, "config": "config/config-ap.json", "branchtag": "HVD", - "dummy": 12, + "dummy": 13, "filename": "config/hvd.json", "navigation": { "prev": "" @@ -5146,7 +5146,7 @@ "repository": "git@semicthema-DCAT-AP:SEMICeu/Semicthema-DCAT-AP.git", "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "DCAT-AP/releases/2.2.0-hvd", - "documentcommit": "bdfb38046bd4777b4b8928a63913f9560ccd9b27", - "toolchaincommit": "c5c79ee72342dabdbde42c8b53606452dda21a2f", + "documentcommit": "27f0776a2e44fb906ac04cbf88271f59f084a76e", + "toolchaincommit": "05f8c957e1faacb9ba30a4544c6efcac5fc347e2", "hostname": "https://semiceu.github.io/" } diff --git a/report/DCAT-AP/releases/2.2.0-hvd/html-nj_en.json b/report/DCAT-AP/releases/2.2.0-hvd/html-nj_en.json index f3ee6b6df..8cbf29585 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/html-nj_en.json +++ b/report/DCAT-AP/releases/2.2.0-hvd/html-nj_en.json @@ -17,8 +17,8 @@ }, "status": "https://www.w3.org/2021/Process-20211102/#RecsW3C", "statuslabel": "Onbekend", - "repositoryurl": "git@semicthema-DCAT-AP:SEMICeu/Semicthema-DCAT-AP.git/tree/bdfb38046bd4777b4b8928a63913f9560ccd9b27", - "changelogurl": "git@semicthema-DCAT-AP:SEMICeu/Semicthema-DCAT-AP.git/blob/bdfb38046bd4777b4b8928a63913f9560ccd9b27/CHANGELOG", + "repositoryurl": "git@semicthema-DCAT-AP:SEMICeu/Semicthema-DCAT-AP.git/tree/27f0776a2e44fb906ac04cbf88271f59f084a76e", + "changelogurl": "git@semicthema-DCAT-AP:SEMICeu/Semicthema-DCAT-AP.git/blob/27f0776a2e44fb906ac04cbf88271f59f084a76e/CHANGELOG", "feedbackurl": "https://github.com/SEMICeu/DCAT-AP/issues", "standaardregisterurl": "https://github.com/SEMICeu/DCAT-AP/blob/gh-pages/releases/2.2.0-hvd/CHANGELOG", "usesVocs": [], diff --git a/report/DCAT-AP/releases/2.2.0-hvd/hvd.jsonld b/report/DCAT-AP/releases/2.2.0-hvd/hvd.jsonld index a3fe79749..9bd39cd6f 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/hvd.jsonld +++ b/report/DCAT-AP/releases/2.2.0-hvd/hvd.jsonld @@ -977,12 +977,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "licence", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "A licence under which the Distribution is made available."}, "ap-usageNote-en" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Distribution is made available."}, "label" : {"en": "licence"}, -"extra": {"EA-Name" : "dct:license", "EA-Guid" : "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Distribution", "EA-Domain-Guid" : "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range" : "dct:LicenseDocument", "RangeData" : {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" }, "sourceRole" : "null", "destRole" : "null", "label" : "licence", "definition" : "A licence under which the Distribution is made available.", "usage" : "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Distribution is made available.", "ap-usageNote-en" : "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "licence", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/license", "note": "null" }, { "key": "ap-definition-en", "value": "A licence under which the Distribution is made available.", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:distribution_license", "note": "null" }, { "key": "DCAT-AP", "value": "https:\/\/semiceu.github.io\/DCAT-AP\/releases\/3.0.0\/#Distribution.licence", "note": "null" }, { "key": "reuse", "value": "additional", "note": "null" }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Distribution is made available."}, "ap-usageNote-en" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Distribution is made available."}, "label" : {"en": "licence"}}, +"ap-definition-en" : {"en": "A licence under which the Data service is made available."}, "ap-usageNote-en" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Data service is made available."}, "label" : {"en": "licence"}, +"extra": {"EA-Name" : "dct:license", "EA-Guid" : "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:DataService", "EA-Domain-Guid" : "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range" : "dct:LicenseDocument", "RangeData" : {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" }, "sourceRole" : "null", "destRole" : "null", "label" : "licence", "definition" : "A licence under which the Data service is made available.", "usage" : "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Data service is made available.", "ap-usageNote-en" : "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "licence", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/license", "note": "null" }, { "key": "ap-definition-en", "value": "A licence under which the Data service is made available.", "note": "null" }, { "key": "property-usage-scope", "value": "optional", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_license", "note": "null" }, { "key": "DCAT-AP", "value": "https:\/\/semiceu.github.io\/DCAT-AP\/releases\/3.0.0\/#DataService.licence", "note": "null" }, { "key": "reuse", "value": "additional", "note": "null" }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Data service is made available."}, "ap-usageNote-en" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Data service is made available."}, "label" : {"en": "licence"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#Distribution", "EA-Name" : "dcat:Distribution" } +{ "uri": "http://www.w3.org/ns/dcat#DataService", "EA-Name" : "dcat:DataService" } ], "range": [ {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" } @@ -997,12 +997,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "licence", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "A licence under which the Data service is made available."}, "ap-usageNote-en" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Data service is made available."}, "label" : {"en": "licence"}, -"extra": {"EA-Name" : "dct:license", "EA-Guid" : "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:DataService", "EA-Domain-Guid" : "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range" : "dct:LicenseDocument", "RangeData" : {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" }, "sourceRole" : "null", "destRole" : "null", "label" : "licence", "definition" : "A licence under which the Data service is made available.", "usage" : "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Data service is made available.", "ap-usageNote-en" : "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "licence", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/license", "note": "null" }, { "key": "ap-definition-en", "value": "A licence under which the Data service is made available.", "note": "null" }, { "key": "property-usage-scope", "value": "optional", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:resource_license", "note": "null" }, { "key": "DCAT-AP", "value": "https:\/\/semiceu.github.io\/DCAT-AP\/releases\/3.0.0\/#DataService.licence", "note": "null" }, { "key": "reuse", "value": "additional", "note": "null" }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Data service is made available."}, "ap-usageNote-en" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Data service is made available."}, "label" : {"en": "licence"}}, +"ap-definition-en" : {"en": "A licence under which the Distribution is made available."}, "ap-usageNote-en" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Distribution is made available."}, "label" : {"en": "licence"}, +"extra": {"EA-Name" : "dct:license", "EA-Guid" : "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Distribution", "EA-Domain-Guid" : "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range" : "dct:LicenseDocument", "RangeData" : {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" }, "sourceRole" : "null", "destRole" : "null", "label" : "licence", "definition" : "A licence under which the Distribution is made available.", "usage" : "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Distribution is made available.", "ap-usageNote-en" : "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "licence", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/license", "note": "null" }, { "key": "ap-definition-en", "value": "A licence under which the Distribution is made available.", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/w3c.github.io\/dxwg\/dcat\/#Property:distribution_license", "note": "null" }, { "key": "DCAT-AP", "value": "https:\/\/semiceu.github.io\/DCAT-AP\/releases\/3.0.0\/#Distribution.licence", "note": "null" }, { "key": "reuse", "value": "additional", "note": "null" }, { "key": "ap-usageNote-en", "value": "NOTE", "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Distribution is made available."}, "ap-usageNote-en" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "usage" : {"en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information<\/a> in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Distribution is made available."}, "label" : {"en": "licence"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#DataService", "EA-Name" : "dcat:DataService" } +{ "uri": "http://www.w3.org/ns/dcat#Distribution", "EA-Name" : "dcat:Distribution" } ], "range": [ {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" } diff --git a/report/DCAT-AP/releases/2.2.0-hvd/hvd.report b/report/DCAT-AP/releases/2.2.0-hvd/hvd.report index 6195df6bd..2953fc041 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/hvd.report +++ b/report/DCAT-AP/releases/2.2.0-hvd/hvd.report @@ -2,110 +2,110 @@ Load mapping config:config/config-ap.json WARNING:You shouldn't use 'user' reserved word as column name in the table t_datatypes (it refers to the database user). Escape it in your SQL! (e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') -10:18:59 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -10:18:59 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model:TemporalLiteral, DCAT Application Profile.Domain Model:rdfs:Literal -10:18:59 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.Domain Model:xsd:hexBinary, DCAT Application Profile.Domain Model:xsd:nonNegativeInteger -10:18:59 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://purl.org/dc/terms/MediaType): DCAT Application Profile.Domain Model:dct:MediaType, DCAT Application Profile.Domain Model:dct:mediaType -10:18:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/conformsTo): DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo -10:18:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/rights): DCAT Application Profile.Domain Model:dcat:DataService:dct:rights, DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights -10:18:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/applicableLegislation): DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation -10:18:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#contactPoint): DCAT Application Profile.Domain Model:dcat:DataService:dcat:contactPoint, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint -10:18:59 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/hvdCategory): DCAT Application Profile.Domain Model:dcat:DataService:dcatap:hvdCategory, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:hvdCategory -10:18:59 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". -10:18:59 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". -10:18:59 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". -10:18:59 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -10:18:59 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". -10:18:59 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". -10:18:59 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . -10:18:59 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . -10:18:59 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DataService:dcat:servesDataset" belongs to package "Domain Model" based on source and target definition. -10:18:59 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:accessService" belongs to package "Domain Model" based on source and target definition. -10:18:59 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:service" belongs to package "Domain Model" based on source and target definition. -10:18:59 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:distribution" belongs to package "Domain Model" based on source and target definition. -10:18:59 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:license" belongs to package "Domain Model" based on source and target definition. -10:18:59 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:dataset" belongs to package "Domain Model" based on source and target definition. -10:18:59 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:record" belongs to package "Domain Model" based on source and target definition. -10:18:59 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:license" belongs to package "Domain Model" based on source and target definition. -10:18:59 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:foaf:primaryTopic" belongs to package "Domain Model" based on source and target definition. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:description" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:issued" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:title" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:description" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:title" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:identifier" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:owl:versionInfo" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:versionNotes" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedAttribution" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:wasGeneratedBy" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:spatialResolutionInMeters" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:isReferencedBy" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:qualifiedRelation" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. -10:18:59 WARN c.g.i.o.c.Converter - Element dcatap:hvdCategory has same prefix as package: simplify by removing the extra tag uri -10:18:59 WARN c.g.i.o.c.Converter - Element dcatap:applicableLegislation has same prefix as package: simplify by removing the extra tag uri -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:title" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:description" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:byteSize" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:odrl:hasPolicy" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:spatialResolutionInMeters" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:temporalResolution" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:compressFormat" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dct:LicenseDocument:owl:sameAs" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:title" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:accessRights" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:description" since it is marked as ignored. -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:format" since it is marked as ignored. -10:18:59 WARN c.g.i.o.c.Converter - Element dcatap:hvdCategory has same prefix as package: simplify by removing the extra tag uri -10:18:59 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:skos:Concept:skos:prefLabel" since it is marked as ignored. +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +12:14:29 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2000/01/rdf-schema#Literal): DCAT Application Profile.Domain Model:rdfs:Literal, DCAT Application Profile.Domain Model:TemporalLiteral +12:14:29 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://www.w3.org/2001/XMLSchema#hexBinary): DCAT Application Profile.Domain Model:xsd:hexBinary, DCAT Application Profile.Domain Model:xsd:nonNegativeInteger +12:14:29 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://purl.org/dc/terms/MediaType): DCAT Application Profile.Domain Model:dct:mediaType, DCAT Application Profile.Domain Model:dct:MediaType +12:14:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/applicableLegislation): DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:applicableLegislation +12:14:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/rights): DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights, DCAT Application Profile.Domain Model:dcat:DataService:dct:rights +12:14:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/conformsTo): DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo +12:14:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#contactPoint): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model:dcat:DataService:dcat:contactPoint +12:14:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/r5r/hvdCategory): DCAT Application Profile.Domain Model:dcat:DataService:dcatap:hvdCategory, DCAT Application Profile.Domain Model:dcat:Dataset:dcatap:hvdCategory +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +12:14:29 WARN c.g.i.o.c.TagHelper - Missing "ap-definition-en" tag for "DCAT Application Profile.Domain Model:skos:Concept". +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . +12:14:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:distribution" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:dataset" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:service" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:license" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:record" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:foaf:primaryTopic" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:accessService" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:license" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DataService:dcat:servesDataset" belongs to package "Domain Model" based on source and target definition. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:description" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:issued" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:title" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:description" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:title" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:identifier" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:owl:versionInfo" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:versionNotes" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedAttribution" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:prov:wasGeneratedBy" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:spatialResolutionInMeters" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:isReferencedBy" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:qualifiedRelation" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. +12:14:29 WARN c.g.i.o.c.Converter - Element dcatap:hvdCategory has same prefix as package: simplify by removing the extra tag uri +12:14:29 WARN c.g.i.o.c.Converter - Element dcatap:applicableLegislation has same prefix as package: simplify by removing the extra tag uri +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:title" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:description" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:byteSize" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:odrl:hasPolicy" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:spatialResolutionInMeters" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:temporalResolution" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:compressFormat" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dct:LicenseDocument:owl:sameAs" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:title" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:accessRights" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:description" since it is marked as ignored. +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:dcat:DataService:dct:format" since it is marked as ignored. +12:14:29 WARN c.g.i.o.c.Converter - Element dcatap:hvdCategory has same prefix as package: simplify by removing the extra tag uri +12:14:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:skos:Concept:skos:prefLabel" since it is marked as ignored. diff --git a/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en.json b/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en.json index a3946a9f5..29469621c 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en.json +++ b/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en.json @@ -254,29 +254,29 @@ } }, { - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "name": "licence", "label": { "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } }, { - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "name": "licence", "label": { "en": "licence" }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } }, { diff --git a/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en_merged.jsonld b/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en_merged.jsonld index 1bb40573a..d7be42b0c 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en_merged.jsonld +++ b/report/DCAT-AP/releases/2.2.0-hvd/translation/dcat-ap_en_merged.jsonld @@ -866,12 +866,12 @@ "contributors-column": "DCAT-AP", "contributors-file": "stakeholders.csv", "diagram": "DCAT-AP-hvd", - "documentcommit": "bdfb38046bd4777b4b8928a63913f9560ccd9b27", + "documentcommit": "27f0776a2e44fb906ac04cbf88271f59f084a76e", "documentconfig": { "editorDocumentroot": "https://semiceu.github.io/uri.semic.eu-generated/DCAT-AP/releases/2.2.0-hvd", "statuslabel": "SEMIC Recommendation" }, - "dummy": 12, + "dummy": 13, "eap": "DCAT-AP.eap", "editors": [ { @@ -1146,31 +1146,31 @@ { "@id": "http://purl.org/dc/terms/license", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-label-en": { "en": "licence" }, "ap-usageNote-en": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "codelist": [], "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "domain": [ { - "EA-Name": "dcat:Distribution", - "uri": "http://www.w3.org/ns/dcat#Distribution" + "EA-Name": "dcat:DataService", + "uri": "http://www.w3.org/ns/dcat#DataService" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Distribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "EA-Name": "dct:license", "EA-Package": "", "EA-Range": "dct:LicenseDocument", @@ -1195,22 +1195,22 @@ { "key": "ap-definition-en", "note": "null", - "value": "A licence under which the Distribution is made available." + "value": "A licence under which the Data service is made available." }, { "key": "property-usage-scope", "note": "null", - "value": "recommended" + "value": "optional" }, { "key": "DCAT", "note": "null", - "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license" + "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license" }, { "key": "DCAT-AP", "note": "null", - "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Distribution.licence" + "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#DataService.licence" }, { "key": "reuse", @@ -1219,23 +1219,23 @@ }, { "key": "ap-usageNote-en", - "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", + "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "value": "NOTE" } ], "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-label-en": { "en": "licence" }, "ap-usageNote-en": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "derived": "false", "destRole": "null", @@ -1244,7 +1244,7 @@ }, "sourceRole": "null", "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } }, "generalization": [], @@ -1264,37 +1264,37 @@ } ], "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } }, { "@id": "http://purl.org/dc/terms/license", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "ap-definition-en": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "ap-label-en": { "en": "licence" }, "ap-usageNote-en": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "codelist": [], "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "domain": [ { - "EA-Name": "dcat:DataService", - "uri": "http://www.w3.org/ns/dcat#DataService" + "EA-Name": "dcat:Distribution", + "uri": "http://www.w3.org/ns/dcat#Distribution" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:DataService", - "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Domain": "dcat:Distribution", + "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "EA-Name": "dct:license", "EA-Package": "", "EA-Range": "dct:LicenseDocument", @@ -1319,22 +1319,22 @@ { "key": "ap-definition-en", "note": "null", - "value": "A licence under which the Data service is made available." + "value": "A licence under which the Distribution is made available." }, { "key": "property-usage-scope", "note": "null", - "value": "optional" + "value": "recommended" }, { "key": "DCAT", "note": "null", - "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license" + "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license" }, { "key": "DCAT-AP", "note": "null", - "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#DataService.licence" + "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Distribution.licence" }, { "key": "reuse", @@ -1343,23 +1343,23 @@ }, { "key": "ap-usageNote-en", - "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", + "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "value": "NOTE" } ], "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "ap-label-en": { "en": "licence" }, "ap-usageNote-en": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "derived": "false", "destRole": "null", @@ -1368,7 +1368,7 @@ }, "sourceRole": "null", "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } }, "generalization": [], @@ -1388,7 +1388,7 @@ } ], "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } }, { @@ -5177,7 +5177,7 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "site": "site-skeleton/dcat-ap", "standaardregisterurl": "https://github.com/SEMICeu/DCAT-AP/blob/gh-pages/releases/2.2.0-hvd/CHANGELOG", - "toolchaincommit": "c5c79ee72342dabdbde42c8b53606452dda21a2f", + "toolchaincommit": "05f8c957e1faacb9ba30a4544c6efcac5fc347e2", "toolchainversion": "3", "translation": [ { diff --git a/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd.jsonld b/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd.jsonld index 3701e0297..2333fb760 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd.jsonld +++ b/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd.jsonld @@ -2933,31 +2933,31 @@ "name": "licence", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-usageNote-en": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Distribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -2971,19 +2971,19 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Data service is made available." }, "ap-usageNote-en": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-codelist": "", "RawTags": [ @@ -2999,22 +2999,22 @@ }, { "key": "ap-definition-en", - "value": "A licence under which the Distribution is made available.", + "value": "A licence under which the Data service is made available.", "note": "null" }, { "key": "property-usage-scope", - "value": "recommended", + "value": "optional", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license", + "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license", "note": "null" }, { "key": "DCAT-AP", - "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Distribution.licence", + "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#DataService.licence", "note": "null" }, { @@ -3025,7 +3025,7 @@ { "key": "ap-usageNote-en", "value": "NOTE", - "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } ], "DestRoleTags": [], @@ -3034,8 +3034,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Distribution", - "EA-Name": "dcat:Distribution" + "uri": "http://www.w3.org/ns/dcat#DataService", + "EA-Name": "dcat:DataService" } ], "range": [ @@ -3056,31 +3056,31 @@ "name": "licence", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "ap-usageNote-en": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:DataService", - "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", + "EA-Domain": "dcat:Distribution", + "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -3094,19 +3094,19 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Data service is made available." + "en": "A licence under which the Distribution is made available." }, "ap-usageNote-en": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." }, "ap-codelist": "", "RawTags": [ @@ -3122,22 +3122,22 @@ }, { "key": "ap-definition-en", - "value": "A licence under which the Data service is made available.", + "value": "A licence under which the Distribution is made available.", "note": "null" }, { "key": "property-usage-scope", - "value": "optional", + "value": "recommended", "note": "null" }, { "key": "DCAT", - "value": "https://w3c.github.io/dxwg/dcat/#Property:resource_license", + "value": "https://w3c.github.io/dxwg/dcat/#Property:distribution_license", "note": "null" }, { "key": "DCAT-AP", - "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#DataService.licence", + "value": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Distribution.licence", "note": "null" }, { @@ -3148,7 +3148,7 @@ { "key": "ap-usageNote-en", "value": "NOTE", - "note": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." + "note": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used." } ], "DestRoleTags": [], @@ -3157,8 +3157,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#DataService", - "EA-Name": "dcat:DataService" + "uri": "http://www.w3.org/ns/dcat#Distribution", + "EA-Name": "dcat:Distribution" } ], "range": [ @@ -5137,7 +5137,7 @@ }, "config": "config/config-ap.json", "branchtag": "HVD", - "dummy": 12, + "dummy": 13, "filename": "config/hvd.json", "navigation": { "prev": "" @@ -5146,7 +5146,7 @@ "repository": "git@semicthema-DCAT-AP:SEMICeu/Semicthema-DCAT-AP.git", "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "DCAT-AP/releases/2.2.0-hvd", - "documentcommit": "bdfb38046bd4777b4b8928a63913f9560ccd9b27", - "toolchaincommit": "c5c79ee72342dabdbde42c8b53606452dda21a2f", + "documentcommit": "27f0776a2e44fb906ac04cbf88271f59f084a76e", + "toolchaincommit": "05f8c957e1faacb9ba30a4544c6efcac5fc347e2", "hostname": "https://semiceu.github.io/" } diff --git a/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_de.json b/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_de.json index e9600a174..d8073aa3d 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_de.json +++ b/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_de.json @@ -307,34 +307,34 @@ } }, { - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "name": "licence", "label": { "en": "licence", "de": "Enter your translation here" }, "definition": { - "en": "A licence under which the Distribution is made available.", + "en": "A licence under which the Data service is made available.", "de": "Enter your translation here" }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "de": "Enter your translation here" } }, { - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "name": "licence", "label": { "en": "licence", "de": "Enter your translation here" }, "definition": { - "en": "A licence under which the Data service is made available.", + "en": "A licence under which the Distribution is made available.", "de": "Enter your translation here" }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "de": "Enter your translation here" } }, diff --git a/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_fr.json b/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_fr.json index 7ed0b0073..e9849eeaf 100644 --- a/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_fr.json +++ b/report/DCAT-AP/releases/2.2.0-hvd/translation/hvd_fr.json @@ -307,34 +307,34 @@ } }, { - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "name": "licence", "label": { "en": "licence", "fr": "Enter your translation here" }, "definition": { - "en": "A licence under which the Distribution is made available.", + "en": "A licence under which the Data service is made available.", "fr": "Enter your translation here" }, "usage": { - "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", + "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", + "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", "name": "licence", "label": { "en": "licence", "fr": "Enter your translation here" }, "definition": { - "en": "A licence under which the Data service is made available.", + "en": "A licence under which the Distribution is made available.", "fr": "Enter your translation here" }, "usage": { - "en": "Article 3.3 specifies that the terms of use should be provided. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", + "en": "Article 4.3 specifies that High-value datasets should be made available for reuse. According to the guidelines for legal Information in DCAT-AP HVD this is fullfilled by providing by preference a licence. As alternative rights can be used.", "fr": "Enter your translation here" } }, diff --git a/report/commit.json b/report/commit.json index f17459e2c..3c1d6b157 100644 --- a/report/commit.json +++ b/report/commit.json @@ -1 +1 @@ -{"commit" : "106dd800faefde3"} +{"commit" : "05f8c957e1faacb"}