diff --git a/DCAT-AP/releases/3.0.1-draft/context/dcat-ap.jsonld b/DCAT-AP/releases/3.0.1-draft/context/dcat-ap.jsonld index e3fdc28bf..5b23758f9 100644 --- a/DCAT-AP/releases/3.0.1-draft/context/dcat-ap.jsonld +++ b/DCAT-AP/releases/3.0.1-draft/context/dcat-ap.jsonld @@ -1,380 +1,672 @@ { "@context": { - "Adms:Identifier": "http://www.w3.org/ns/adms#Identifier", + "Activity": "http://www.w3.org/ns/prov#Activity", + "Agent": { + "@context": { + "name": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/name" + }, + "type": { + "@id": "http://purl.org/dc/terms/type", + "@type": "@id" + } + }, + "@id": "http://xmlns.com/foaf/0.1/Agent" + }, + "Attribution": "http://www.w3.org/ns/prov#Attribution", + "Catalogue": { + "@context": { + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "catalogue": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#catalog", + "@type": "@id" + }, + "creator": { + "@id": "http://purl.org/dc/terms/creator", + "@type": "@id" + }, + "dataset": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#dataset", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "geographicalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/spatial", + "@type": "@id" + }, + "hasPart": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/hasPart", + "@type": "@id" + }, + "homepage": { + "@id": "http://xmlns.com/foaf/0.1/homepage", + "@type": "@id" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "licence": { + "@id": "http://purl.org/dc/terms/license", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "record": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#record", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "rights": { + "@id": "http://purl.org/dc/terms/rights", + "@type": "@id" + }, + "service": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#service", + "@type": "@id" + }, + "temporalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/temporal", + "@type": "@id" + }, + "themes": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#themeTaxonomy", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/ns/dcat#Catalog" + }, + "CatalogueRecord": { + "@context": { + "applicationProfile": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "changeType": { + "@id": "http://www.w3.org/ns/adms#status", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "listingDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "primaryTopic": { + "@id": "http://xmlns.com/foaf/0.1/primaryTopic", + "@type": "@id" + }, + "sourceMetadata": { + "@id": "http://purl.org/dc/terms/source", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/ns/dcat#CatalogRecord" + }, + "CataloguedResource": "http://www.w3.org/ns/dcat#Resource", + "Checksum": { + "@context": { + "algorithm": { + "@id": "http://spdx.org/rdf/terms#algorithm", + "@type": "@id" + }, + "checksumValue": { + "@id": "http://spdx.org/rdf/terms#checksumValue", + "@type": "http://www.w3.org/2001/XMLSchema#hexBinary" + } + }, + "@id": "http://spdx.org/rdf/terms#Checksum" + }, "ChecksumAlgorithm": "http://spdx.org/rdf/terms#ChecksumAlgorithm", - "Dcat:Catalog": "http://www.w3.org/ns/dcat#Catalog", - "Dcat:CatalogRecord": "http://www.w3.org/ns/dcat#CatalogRecord", - "Dcat:DataService": "http://www.w3.org/ns/dcat#DataService", - "Dcat:Dataset": "http://www.w3.org/ns/dcat#Dataset", - "Dcat:DatasetSeries": "http://www.w3.org/ns/dcat#DatasetSeries", - "Dcat:Distribution": "http://www.w3.org/ns/dcat#Distribution", - "Dcat:Relationship": "http://www.w3.org/ns/dcat#Relationship", - "Dcat:Resource": "http://www.w3.org/ns/dcat#Resource", - "Dcat:Role": "http://www.w3.org/ns/dcat#Role", - "Dct:Frequency": "http://purl.org/dc/terms/Frequency", - "Dct:LicenseDocument": "http://purl.org/dc/terms/LicenseDocument", - "Dct:LinguisticSystem": "http://purl.org/dc/terms/LinguisticSystem", - "Dct:Location": "http://purl.org/dc/terms/Location", - "Dct:MediaType": "http://purl.org/dc/terms/MediaType", - "Dct:MediaTypeOrExtent": "http://purl.org/dc/terms/MediaTypeOrExtent", - "Dct:PeriodOfTime": "http://purl.org/dc/terms/PeriodOfTime", - "Dct:ProvenanceStatement": "http://purl.org/dc/terms/ProvenanceStatement", - "Dct:RightsStatement": "http://purl.org/dc/terms/RightsStatement", - "Dct:Standard": "http://purl.org/dc/terms/Standard", - "Dct:mediaType": "http://purl.org/dc/terms/MediaType", - "Eli:LegalResource": "http://data.europa.eu/eli/ontology#LegalResource", - "Foaf: Agent": "http://xmlns.com/foaf/0.1/Agent", - "Foaf:Document": "http://xmlns.com/foaf/0.1/Document", - "Locn:Geometry": "http://www.w3.org/ns/locn#Geometry", - "Odrl:Policy": "http://www.w3.org/ns/odrl/2/Policy", - "Prov:Activity": "http://www.w3.org/ns/prov#Activity", - "Prov:Attribution": "http://www.w3.org/ns/prov#Attribution", - "Rdfs:Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", - "Rdfs:Resource": "http://www.w3.org/2000/01/rdf-schema#Resource", - "Skos:Concept": "http://www.w3.org/2004/02/skos/core#Concept", - "Skos:ConceptScheme": "http://www.w3.org/2004/02/skos/core#ConceptScheme", - "Spdx:Checksum": "http://spdx.org/rdf/terms#Checksum", + "Concept": { + "@context": { + "preferredLabel": { + "@container": "@set", + "@id": "http://www.w3.org/2004/02/skos/core#prefLabel" + } + }, + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + }, + "ConceptScheme": { + "@context": { + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme" + }, + "DataService": { + "@context": { + "accessRights": { + "@id": "http://purl.org/dc/terms/accessRights", + "@type": "@id" + }, + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "conformsTo": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "contactPoint": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#contactPoint", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "documentation": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/page", + "@type": "@id" + }, + "endpointDescription": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#endpointDescription", + "@type": "@id" + }, + "endpointUrl": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#endpointURL", + "@type": "@id" + }, + "format": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/format", + "@type": "@id" + }, + "keyword": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#keyword" + }, + "landingPage": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#landingPage", + "@type": "@id" + }, + "licence": { + "@id": "http://purl.org/dc/terms/license", + "@type": "@id" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "servesDataset": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#servesDataset", + "@type": "@id" + }, + "theme": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#theme", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/ns/dcat#DataService" + }, + "Dataset": { + "@context": { + "accessRights": { + "@id": "http://purl.org/dc/terms/accessRights", + "@type": "@id" + }, + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "conformsTo": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "contactPoint": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#contactPoint", + "@type": "@id" + }, + "creator": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/creator", + "@type": "@id" + }, + "datasetDistribution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#distribution", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "documentation": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/page", + "@type": "@id" + }, + "frequency": { + "@id": "http://purl.org/dc/terms/accrualPeriodicity", + "@type": "@id" + }, + "geographicalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/spatial", + "@type": "@id" + }, + "hasVersion": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#hasVersion", + "@type": "@id" + }, + "identifier": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier" + }, + "inSeries": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#inSeries", + "@type": "@id" + }, + "isReferencedBy": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/isReferencedBy", + "@type": "@id" + }, + "keyword": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#keyword" + }, + "landingPage": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#landingPage", + "@type": "@id" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "otherIdentifier": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#identifier", + "@type": "@id" + }, + "provenance": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/provenance", + "@type": "@id" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "qualifiedAttribution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#qualifiedAttribution", + "@type": "@id" + }, + "qualifiedRelation": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#qualifiedRelation", + "@type": "@id" + }, + "relatedResource": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/relation", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "sample": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#sample", + "@type": "@id" + }, + "source": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/source", + "@type": "@id" + }, + "spatialResolution": { + "@id": "http://www.w3.org/ns/dcat#spatialResolutionInMeters", + "@type": "http://www.w3.org/2001/XMLSchema#decimal" + }, + "temporalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/temporal", + "@type": "@id" + }, + "temporalResolution": { + "@id": "http://www.w3.org/ns/dcat#temporalResolution", + "@type": "http://www.w3.org/2001/XMLSchema#duration" + }, + "theme": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#theme", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + }, + "type": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/type", + "@type": "@id" + }, + "version": { + "@id": "http://www.w3.org/ns/dcat#version" + }, + "versionNotes": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#versionNotes" + }, + "wasGeneratedBy": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#wasGeneratedBy", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/dcat#Dataset" + }, + "DatasetSeries": { + "@context": { + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "contactPoint": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#contactPoint", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "frequency": { + "@id": "http://purl.org/dc/terms/accrualPeriodicity", + "@type": "@id" + }, + "geographicalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/spatial", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "temporalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/temporal", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/ns/dcat#DatasetSeries" + }, + "Distribution": { + "@context": { + "accessService": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#accessService", + "@type": "@id" + }, + "accessUrl": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#accessURL", + "@type": "@id" + }, + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "availability": { + "@id": "http://data.europa.eu/r5r/availability", + "@type": "@id" + }, + "byteSize": { + "@id": "http://www.w3.org/ns/dcat#byteSize", + "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + }, + "checksum": { + "@id": "http://spdx.org/rdf/terms#checksum", + "@type": "@id" + }, + "compressionFormat": { + "@id": "http://www.w3.org/ns/dcat#compressFormat", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "documentation": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/page", + "@type": "@id" + }, + "downloadUrl": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#downloadURL", + "@type": "@id" + }, + "format": { + "@id": "http://purl.org/dc/terms/format", + "@type": "@id" + }, + "hasPolicy": { + "@id": "http://www.w3.org/ns/odrl/2/hasPolicy", + "@type": "@id" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "licence": { + "@id": "http://purl.org/dc/terms/license", + "@type": "@id" + }, + "linkedSchemas": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "mediaType": { + "@id": "http://www.w3.org/ns/dcat#mediaType", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "packagingFormat": { + "@id": "http://www.w3.org/ns/dcat#packageFormat", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "rights": { + "@id": "http://purl.org/dc/terms/rights", + "@type": "@id" + }, + "spatialResolution": { + "@id": "http://www.w3.org/ns/dcat#spatialResolutionInMeters", + "@type": "http://www.w3.org/2001/XMLSchema#decimal" + }, + "status": { + "@id": "http://www.w3.org/ns/adms#status", + "@type": "@id" + }, + "temporalResolution": { + "@id": "http://www.w3.org/ns/dcat#temporalResolution", + "@type": "http://www.w3.org/2001/XMLSchema#duration" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/ns/dcat#Distribution" + }, + "Document": "http://xmlns.com/foaf/0.1/Document", + "Frequency": "http://purl.org/dc/terms/Frequency", + "Geometry": "http://www.w3.org/ns/locn#Geometry", + "Identifier": { + "@context": { + "notation": { + "@id": "http://www.w3.org/2004/02/skos/core#notation" + } + }, + "@id": "http://www.w3.org/ns/adms#Identifier" + }, + "Kind": "http://www.w3.org/2006/vcard/ns#Kind", + "LegalResource": "http://data.europa.eu/eli/ontology#LegalResource", + "LicenceDocument": { + "@context": { + "type": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/type", + "@type": "@id" + } + }, + "@id": "http://purl.org/dc/terms/LicenseDocument" + }, + "LinguisticSystem": "http://purl.org/dc/terms/LinguisticSystem", + "Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", + "Location": { + "@context": { + "bbox": { + "@id": "http://www.w3.org/ns/dcat#bbox" + }, + "centroid": { + "@id": "http://www.w3.org/ns/dcat#centroid" + }, + "geometry": { + "@id": "http://www.w3.org/ns/locn#geometry", + "@type": "@id" + } + }, + "@id": "http://purl.org/dc/terms/Location" + }, + "MediaType": "http://purl.org/dc/terms/MediaType", + "MediaTypeOrExtent": "http://purl.org/dc/terms/MediaTypeOrExtent", + "PeriodOfTime": { + "@context": { + "beginning": { + "@id": "http://www.w3.org/2006/time#hasBeginning", + "@type": "@id" + }, + "end": { + "@id": "http://www.w3.org/2006/time#hasEnd", + "@type": "@id" + }, + "endDate": { + "@id": "http://www.w3.org/ns/dcat#endDate" + }, + "startDate": { + "@id": "http://www.w3.org/ns/dcat#startDate" + } + }, + "@id": "http://purl.org/dc/terms/PeriodOfTime" + }, + "Policy": "http://www.w3.org/ns/odrl/2/Policy", + "ProvenanceStatement": "http://purl.org/dc/terms/ProvenanceStatement", + "Relationship": { + "@context": { + "hadRole": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#hadRole", + "@type": "@id" + }, + "relation": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/relation", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/dcat#Relationship" + }, + "Resource": "http://www.w3.org/2000/01/rdf-schema#Resource", + "RightsStatement": "http://purl.org/dc/terms/RightsStatement", + "Role": "http://www.w3.org/ns/dcat#Role", + "Standard": "http://purl.org/dc/terms/Standard", "TemporalLiteral": "http://www.w3.org/2000/01/rdf-schema#Literal", "TimeInstant": "http://www.w3.org/2006/time#Instant", - "Vcard:Kind": "http://www.w3.org/2006/vcard/ns#Kind", "Xsd:dateTime": "http://www.w3.org/2001/XMLSchema#dateTime", "Xsd:decimal": "http://www.w3.org/2001/XMLSchema#decimal", "Xsd:duration": "http://www.w3.org/2001/XMLSchema#duration", "Xsd:hexBinary": "http://www.w3.org/2001/XMLSchema#hexBinary", - "Xsd:nonNegativeInteger": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", - "adms:identifier": { - "@container": "@set", - "@id": "http://www.w3.org/ns/adms#identifier", - "@type": "@id" - }, - "adms:sample": { - "@container": "@set", - "@id": "http://www.w3.org/ns/adms#sample", - "@type": "@id" - }, - "adms:status": { - "@id": "http://www.w3.org/ns/adms#status", - "@type": "@id" - }, - "adms:versionNotes": { - "@container": "@set", - "@id": "http://www.w3.org/ns/adms#versionNotes" - }, - "dcat:accessService": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#accessService", - "@type": "@id" - }, - "dcat:accessURL": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#accessURL", - "@type": "@id" - }, - "dcat:bbox": { - "@id": "http://www.w3.org/ns/dcat#bbox" - }, - "dcat:byteSize": { - "@id": "http://www.w3.org/ns/dcat#byteSize", - "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" - }, - "dcat:catalog": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#catalog", - "@type": "@id" - }, - "dcat:centroid": { - "@id": "http://www.w3.org/ns/dcat#centroid" - }, - "dcat:compressFormat": { - "@id": "http://www.w3.org/ns/dcat#compressFormat", - "@type": "@id" - }, - "dcat:contactPoint": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#contactPoint", - "@type": "@id" - }, - "dcat:dataset": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#dataset", - "@type": "@id" - }, - "dcat:distribution": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#distribution", - "@type": "@id" - }, - "dcat:downloadURL": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#downloadURL", - "@type": "@id" - }, - "dcat:endDate": { - "@id": "http://www.w3.org/ns/dcat#endDate" - }, - "dcat:endpointDescription": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#endpointDescription", - "@type": "@id" - }, - "dcat:endpointURL": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#endpointURL", - "@type": "@id" - }, - "dcat:hasVersion": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#hasVersion", - "@type": "@id" - }, - "dcat:inSeries": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#inSeries", - "@type": "@id" - }, - "dcat:keyword": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#keyword" - }, - "dcat:landingPage": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#landingPage", - "@type": "@id" - }, - "dcat:mediaType": { - "@id": "http://www.w3.org/ns/dcat#mediaType", - "@type": "@id" - }, - "dcat:packageFormat": { - "@id": "http://www.w3.org/ns/dcat#packageFormat", - "@type": "@id" - }, - "dcat:qualifiedRelation": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#qualifiedRelation", - "@type": "@id" - }, - "dcat:record": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#record", - "@type": "@id" - }, - "dcat:servesDataset": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#servesDataset", - "@type": "@id" - }, - "dcat:service": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#service", - "@type": "@id" - }, - "dcat:spatialResolutionInMeters": { - "@id": "http://www.w3.org/ns/dcat#spatialResolutionInMeters", - "@type": "http://www.w3.org/2001/XMLSchema#decimal" - }, - "dcat:startDate": { - "@id": "http://www.w3.org/ns/dcat#startDate" - }, - "dcat:temporalResolution": { - "@id": "http://www.w3.org/ns/dcat#temporalResolution", - "@type": "http://www.w3.org/2001/XMLSchema#duration" - }, - "dcat:theme": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#theme", - "@type": "@id" - }, - "dcat:themeTaxonomy": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#themeTaxonomy", - "@type": "@id" - }, - "dcat:version": { - "@id": "http://www.w3.org/ns/dcat#version" - }, - "dcatap:applicableLegisLation": { - "@container": "@set", - "@id": "http://data.europa.eu/r5r/applicableLegislation", - "@type": "@id" - }, - "dcatap:applicableLegislation": { - "@container": "@set", - "@id": "http://data.europa.eu/r5r/applicableLegislation", - "@type": "@id" - }, - "dcatap:availability": { - "@id": "http://data.europa.eu/r5r/availability", - "@type": "@id" - }, - "dct:accessRights": { - "@id": "http://purl.org/dc/terms/accessRights", - "@type": "@id" - }, - "dct:accrualPeriodicity": { - "@id": "http://purl.org/dc/terms/accrualPeriodicity", - "@type": "@id" - }, - "dct:conformsTo": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/conformsTo", - "@type": "@id" - }, - "dct:creator": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/creator", - "@type": "@id" - }, - "dct:description": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/description" - }, - "dct:format": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/format", - "@type": "@id" - }, - "dct:hadRole": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#hadRole", - "@type": "@id" - }, - "dct:hasPart": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/hasPart", - "@type": "@id" - }, - "dct:identifier": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/identifier" - }, - "dct:isReferencedBy": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/isReferencedBy", - "@type": "@id" - }, - "dct:issued": { - "@id": "http://purl.org/dc/terms/issued" - }, - "dct:language": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/language", - "@type": "@id" - }, - "dct:license": { - "@id": "http://purl.org/dc/terms/license", - "@type": "@id" - }, - "dct:modified": { - "@id": "http://purl.org/dc/terms/modified" - }, - "dct:provenance": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/provenance", - "@type": "@id" - }, - "dct:publisher": { - "@id": "http://purl.org/dc/terms/publisher", - "@type": "@id" - }, - "dct:relation": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/relation", - "@type": "@id" - }, - "dct:rights": { - "@id": "http://purl.org/dc/terms/rights", - "@type": "@id" - }, - "dct:source": { - "@id": "http://purl.org/dc/terms/source", - "@type": "@id" - }, - "dct:spatial": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/spatial", - "@type": "@id" - }, - "dct:temporal": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/temporal", - "@type": "@id" - }, - "dct:title": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/title" - }, - "dct:type": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/type", - "@type": "@id" - }, - "foaf:documentation": { - "@container": "@set", - "@id": "http://xmlns.com/foaf/0.1/page", - "@type": "@id" - }, - "foaf:homepage": { - "@id": "http://xmlns.com/foaf/0.1/homepage", - "@type": "@id" - }, - "foaf:name": { - "@container": "@set", - "@id": "http://xmlns.com/foaf/0.1/name" - }, - "foaf:page": { - "@container": "@set", - "@id": "http://xmlns.com/foaf/0.1/page", - "@type": "@id" - }, - "foaf:primaryTopic": { - "@id": "http://xmlns.com/foaf/0.1/primaryTopic", - "@type": "@id" - }, - "locn:geometry": { - "@id": "http://www.w3.org/ns/locn#geometry", - "@type": "@id" - }, - "odrl:hasPolicy": { - "@id": "http://www.w3.org/ns/odrl/2/hasPolicy", - "@type": "@id" - }, - "prov:qualifiedAttribution": { - "@container": "@set", - "@id": "http://www.w3.org/ns/prov#qualifiedAttribution", - "@type": "@id" - }, - "prov:wasGeneratedBy": { - "@container": "@set", - "@id": "http://www.w3.org/ns/prov#wasGeneratedBy", - "@type": "@id" - }, - "skos:notation": { - "@id": "http://www.w3.org/2004/02/skos/core#notation" - }, - "skos:prefLabel": { - "@container": "@set", - "@id": "http://www.w3.org/2004/02/skos/core#prefLabel" - }, - "spdx:algorithm": { - "@id": "http://spdx.org/rdf/terms#algorithm", - "@type": "@id" - }, - "spdx:checksum": { - "@id": "http://spdx.org/rdf/terms#checksum", - "@type": "@id" - }, - "spdx:checksumValue": { - "@id": "http://spdx.org/rdf/terms#checksumValue", - "@type": "http://www.w3.org/2001/XMLSchema#hexBinary" - }, - "time:hasBeginning": { - "@id": "http://www.w3.org/2006/time#hasBeginning", - "@type": "@id" - }, - "time:hasEnd": { - "@id": "http://www.w3.org/2006/time#hasEnd", - "@type": "@id" - } + "Xsd:nonNegativeInteger": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" } } diff --git a/DCAT-AP/releases/3.0.1-draft/context/dcat-ap_en.jsonld b/DCAT-AP/releases/3.0.1-draft/context/dcat-ap_en.jsonld index e3fdc28bf..5b23758f9 100644 --- a/DCAT-AP/releases/3.0.1-draft/context/dcat-ap_en.jsonld +++ b/DCAT-AP/releases/3.0.1-draft/context/dcat-ap_en.jsonld @@ -1,380 +1,672 @@ { "@context": { - "Adms:Identifier": "http://www.w3.org/ns/adms#Identifier", + "Activity": "http://www.w3.org/ns/prov#Activity", + "Agent": { + "@context": { + "name": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/name" + }, + "type": { + "@id": "http://purl.org/dc/terms/type", + "@type": "@id" + } + }, + "@id": "http://xmlns.com/foaf/0.1/Agent" + }, + "Attribution": "http://www.w3.org/ns/prov#Attribution", + "Catalogue": { + "@context": { + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "catalogue": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#catalog", + "@type": "@id" + }, + "creator": { + "@id": "http://purl.org/dc/terms/creator", + "@type": "@id" + }, + "dataset": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#dataset", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "geographicalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/spatial", + "@type": "@id" + }, + "hasPart": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/hasPart", + "@type": "@id" + }, + "homepage": { + "@id": "http://xmlns.com/foaf/0.1/homepage", + "@type": "@id" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "licence": { + "@id": "http://purl.org/dc/terms/license", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "record": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#record", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "rights": { + "@id": "http://purl.org/dc/terms/rights", + "@type": "@id" + }, + "service": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#service", + "@type": "@id" + }, + "temporalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/temporal", + "@type": "@id" + }, + "themes": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#themeTaxonomy", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/ns/dcat#Catalog" + }, + "CatalogueRecord": { + "@context": { + "applicationProfile": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "changeType": { + "@id": "http://www.w3.org/ns/adms#status", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "listingDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "primaryTopic": { + "@id": "http://xmlns.com/foaf/0.1/primaryTopic", + "@type": "@id" + }, + "sourceMetadata": { + "@id": "http://purl.org/dc/terms/source", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/ns/dcat#CatalogRecord" + }, + "CataloguedResource": "http://www.w3.org/ns/dcat#Resource", + "Checksum": { + "@context": { + "algorithm": { + "@id": "http://spdx.org/rdf/terms#algorithm", + "@type": "@id" + }, + "checksumValue": { + "@id": "http://spdx.org/rdf/terms#checksumValue", + "@type": "http://www.w3.org/2001/XMLSchema#hexBinary" + } + }, + "@id": "http://spdx.org/rdf/terms#Checksum" + }, "ChecksumAlgorithm": "http://spdx.org/rdf/terms#ChecksumAlgorithm", - "Dcat:Catalog": "http://www.w3.org/ns/dcat#Catalog", - "Dcat:CatalogRecord": "http://www.w3.org/ns/dcat#CatalogRecord", - "Dcat:DataService": "http://www.w3.org/ns/dcat#DataService", - "Dcat:Dataset": "http://www.w3.org/ns/dcat#Dataset", - "Dcat:DatasetSeries": "http://www.w3.org/ns/dcat#DatasetSeries", - "Dcat:Distribution": "http://www.w3.org/ns/dcat#Distribution", - "Dcat:Relationship": "http://www.w3.org/ns/dcat#Relationship", - "Dcat:Resource": "http://www.w3.org/ns/dcat#Resource", - "Dcat:Role": "http://www.w3.org/ns/dcat#Role", - "Dct:Frequency": "http://purl.org/dc/terms/Frequency", - "Dct:LicenseDocument": "http://purl.org/dc/terms/LicenseDocument", - "Dct:LinguisticSystem": "http://purl.org/dc/terms/LinguisticSystem", - "Dct:Location": "http://purl.org/dc/terms/Location", - "Dct:MediaType": "http://purl.org/dc/terms/MediaType", - "Dct:MediaTypeOrExtent": "http://purl.org/dc/terms/MediaTypeOrExtent", - "Dct:PeriodOfTime": "http://purl.org/dc/terms/PeriodOfTime", - "Dct:ProvenanceStatement": "http://purl.org/dc/terms/ProvenanceStatement", - "Dct:RightsStatement": "http://purl.org/dc/terms/RightsStatement", - "Dct:Standard": "http://purl.org/dc/terms/Standard", - "Dct:mediaType": "http://purl.org/dc/terms/MediaType", - "Eli:LegalResource": "http://data.europa.eu/eli/ontology#LegalResource", - "Foaf: Agent": "http://xmlns.com/foaf/0.1/Agent", - "Foaf:Document": "http://xmlns.com/foaf/0.1/Document", - "Locn:Geometry": "http://www.w3.org/ns/locn#Geometry", - "Odrl:Policy": "http://www.w3.org/ns/odrl/2/Policy", - "Prov:Activity": "http://www.w3.org/ns/prov#Activity", - "Prov:Attribution": "http://www.w3.org/ns/prov#Attribution", - "Rdfs:Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", - "Rdfs:Resource": "http://www.w3.org/2000/01/rdf-schema#Resource", - "Skos:Concept": "http://www.w3.org/2004/02/skos/core#Concept", - "Skos:ConceptScheme": "http://www.w3.org/2004/02/skos/core#ConceptScheme", - "Spdx:Checksum": "http://spdx.org/rdf/terms#Checksum", + "Concept": { + "@context": { + "preferredLabel": { + "@container": "@set", + "@id": "http://www.w3.org/2004/02/skos/core#prefLabel" + } + }, + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + }, + "ConceptScheme": { + "@context": { + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme" + }, + "DataService": { + "@context": { + "accessRights": { + "@id": "http://purl.org/dc/terms/accessRights", + "@type": "@id" + }, + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "conformsTo": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "contactPoint": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#contactPoint", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "documentation": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/page", + "@type": "@id" + }, + "endpointDescription": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#endpointDescription", + "@type": "@id" + }, + "endpointUrl": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#endpointURL", + "@type": "@id" + }, + "format": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/format", + "@type": "@id" + }, + "keyword": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#keyword" + }, + "landingPage": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#landingPage", + "@type": "@id" + }, + "licence": { + "@id": "http://purl.org/dc/terms/license", + "@type": "@id" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "servesDataset": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#servesDataset", + "@type": "@id" + }, + "theme": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#theme", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/ns/dcat#DataService" + }, + "Dataset": { + "@context": { + "accessRights": { + "@id": "http://purl.org/dc/terms/accessRights", + "@type": "@id" + }, + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "conformsTo": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "contactPoint": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#contactPoint", + "@type": "@id" + }, + "creator": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/creator", + "@type": "@id" + }, + "datasetDistribution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#distribution", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "documentation": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/page", + "@type": "@id" + }, + "frequency": { + "@id": "http://purl.org/dc/terms/accrualPeriodicity", + "@type": "@id" + }, + "geographicalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/spatial", + "@type": "@id" + }, + "hasVersion": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#hasVersion", + "@type": "@id" + }, + "identifier": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier" + }, + "inSeries": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#inSeries", + "@type": "@id" + }, + "isReferencedBy": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/isReferencedBy", + "@type": "@id" + }, + "keyword": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#keyword" + }, + "landingPage": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#landingPage", + "@type": "@id" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "otherIdentifier": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#identifier", + "@type": "@id" + }, + "provenance": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/provenance", + "@type": "@id" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "qualifiedAttribution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#qualifiedAttribution", + "@type": "@id" + }, + "qualifiedRelation": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#qualifiedRelation", + "@type": "@id" + }, + "relatedResource": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/relation", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "sample": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#sample", + "@type": "@id" + }, + "source": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/source", + "@type": "@id" + }, + "spatialResolution": { + "@id": "http://www.w3.org/ns/dcat#spatialResolutionInMeters", + "@type": "http://www.w3.org/2001/XMLSchema#decimal" + }, + "temporalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/temporal", + "@type": "@id" + }, + "temporalResolution": { + "@id": "http://www.w3.org/ns/dcat#temporalResolution", + "@type": "http://www.w3.org/2001/XMLSchema#duration" + }, + "theme": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#theme", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + }, + "type": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/type", + "@type": "@id" + }, + "version": { + "@id": "http://www.w3.org/ns/dcat#version" + }, + "versionNotes": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#versionNotes" + }, + "wasGeneratedBy": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#wasGeneratedBy", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/dcat#Dataset" + }, + "DatasetSeries": { + "@context": { + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "contactPoint": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#contactPoint", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "frequency": { + "@id": "http://purl.org/dc/terms/accrualPeriodicity", + "@type": "@id" + }, + "geographicalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/spatial", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "temporalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/temporal", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/ns/dcat#DatasetSeries" + }, + "Distribution": { + "@context": { + "accessService": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#accessService", + "@type": "@id" + }, + "accessUrl": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#accessURL", + "@type": "@id" + }, + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "availability": { + "@id": "http://data.europa.eu/r5r/availability", + "@type": "@id" + }, + "byteSize": { + "@id": "http://www.w3.org/ns/dcat#byteSize", + "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + }, + "checksum": { + "@id": "http://spdx.org/rdf/terms#checksum", + "@type": "@id" + }, + "compressionFormat": { + "@id": "http://www.w3.org/ns/dcat#compressFormat", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "documentation": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/page", + "@type": "@id" + }, + "downloadUrl": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#downloadURL", + "@type": "@id" + }, + "format": { + "@id": "http://purl.org/dc/terms/format", + "@type": "@id" + }, + "hasPolicy": { + "@id": "http://www.w3.org/ns/odrl/2/hasPolicy", + "@type": "@id" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "licence": { + "@id": "http://purl.org/dc/terms/license", + "@type": "@id" + }, + "linkedSchemas": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "mediaType": { + "@id": "http://www.w3.org/ns/dcat#mediaType", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "packagingFormat": { + "@id": "http://www.w3.org/ns/dcat#packageFormat", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "rights": { + "@id": "http://purl.org/dc/terms/rights", + "@type": "@id" + }, + "spatialResolution": { + "@id": "http://www.w3.org/ns/dcat#spatialResolutionInMeters", + "@type": "http://www.w3.org/2001/XMLSchema#decimal" + }, + "status": { + "@id": "http://www.w3.org/ns/adms#status", + "@type": "@id" + }, + "temporalResolution": { + "@id": "http://www.w3.org/ns/dcat#temporalResolution", + "@type": "http://www.w3.org/2001/XMLSchema#duration" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/ns/dcat#Distribution" + }, + "Document": "http://xmlns.com/foaf/0.1/Document", + "Frequency": "http://purl.org/dc/terms/Frequency", + "Geometry": "http://www.w3.org/ns/locn#Geometry", + "Identifier": { + "@context": { + "notation": { + "@id": "http://www.w3.org/2004/02/skos/core#notation" + } + }, + "@id": "http://www.w3.org/ns/adms#Identifier" + }, + "Kind": "http://www.w3.org/2006/vcard/ns#Kind", + "LegalResource": "http://data.europa.eu/eli/ontology#LegalResource", + "LicenceDocument": { + "@context": { + "type": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/type", + "@type": "@id" + } + }, + "@id": "http://purl.org/dc/terms/LicenseDocument" + }, + "LinguisticSystem": "http://purl.org/dc/terms/LinguisticSystem", + "Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", + "Location": { + "@context": { + "bbox": { + "@id": "http://www.w3.org/ns/dcat#bbox" + }, + "centroid": { + "@id": "http://www.w3.org/ns/dcat#centroid" + }, + "geometry": { + "@id": "http://www.w3.org/ns/locn#geometry", + "@type": "@id" + } + }, + "@id": "http://purl.org/dc/terms/Location" + }, + "MediaType": "http://purl.org/dc/terms/MediaType", + "MediaTypeOrExtent": "http://purl.org/dc/terms/MediaTypeOrExtent", + "PeriodOfTime": { + "@context": { + "beginning": { + "@id": "http://www.w3.org/2006/time#hasBeginning", + "@type": "@id" + }, + "end": { + "@id": "http://www.w3.org/2006/time#hasEnd", + "@type": "@id" + }, + "endDate": { + "@id": "http://www.w3.org/ns/dcat#endDate" + }, + "startDate": { + "@id": "http://www.w3.org/ns/dcat#startDate" + } + }, + "@id": "http://purl.org/dc/terms/PeriodOfTime" + }, + "Policy": "http://www.w3.org/ns/odrl/2/Policy", + "ProvenanceStatement": "http://purl.org/dc/terms/ProvenanceStatement", + "Relationship": { + "@context": { + "hadRole": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#hadRole", + "@type": "@id" + }, + "relation": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/relation", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/dcat#Relationship" + }, + "Resource": "http://www.w3.org/2000/01/rdf-schema#Resource", + "RightsStatement": "http://purl.org/dc/terms/RightsStatement", + "Role": "http://www.w3.org/ns/dcat#Role", + "Standard": "http://purl.org/dc/terms/Standard", "TemporalLiteral": "http://www.w3.org/2000/01/rdf-schema#Literal", "TimeInstant": "http://www.w3.org/2006/time#Instant", - "Vcard:Kind": "http://www.w3.org/2006/vcard/ns#Kind", "Xsd:dateTime": "http://www.w3.org/2001/XMLSchema#dateTime", "Xsd:decimal": "http://www.w3.org/2001/XMLSchema#decimal", "Xsd:duration": "http://www.w3.org/2001/XMLSchema#duration", "Xsd:hexBinary": "http://www.w3.org/2001/XMLSchema#hexBinary", - "Xsd:nonNegativeInteger": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", - "adms:identifier": { - "@container": "@set", - "@id": "http://www.w3.org/ns/adms#identifier", - "@type": "@id" - }, - "adms:sample": { - "@container": "@set", - "@id": "http://www.w3.org/ns/adms#sample", - "@type": "@id" - }, - "adms:status": { - "@id": "http://www.w3.org/ns/adms#status", - "@type": "@id" - }, - "adms:versionNotes": { - "@container": "@set", - "@id": "http://www.w3.org/ns/adms#versionNotes" - }, - "dcat:accessService": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#accessService", - "@type": "@id" - }, - "dcat:accessURL": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#accessURL", - "@type": "@id" - }, - "dcat:bbox": { - "@id": "http://www.w3.org/ns/dcat#bbox" - }, - "dcat:byteSize": { - "@id": "http://www.w3.org/ns/dcat#byteSize", - "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" - }, - "dcat:catalog": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#catalog", - "@type": "@id" - }, - "dcat:centroid": { - "@id": "http://www.w3.org/ns/dcat#centroid" - }, - "dcat:compressFormat": { - "@id": "http://www.w3.org/ns/dcat#compressFormat", - "@type": "@id" - }, - "dcat:contactPoint": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#contactPoint", - "@type": "@id" - }, - "dcat:dataset": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#dataset", - "@type": "@id" - }, - "dcat:distribution": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#distribution", - "@type": "@id" - }, - "dcat:downloadURL": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#downloadURL", - "@type": "@id" - }, - "dcat:endDate": { - "@id": "http://www.w3.org/ns/dcat#endDate" - }, - "dcat:endpointDescription": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#endpointDescription", - "@type": "@id" - }, - "dcat:endpointURL": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#endpointURL", - "@type": "@id" - }, - "dcat:hasVersion": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#hasVersion", - "@type": "@id" - }, - "dcat:inSeries": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#inSeries", - "@type": "@id" - }, - "dcat:keyword": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#keyword" - }, - "dcat:landingPage": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#landingPage", - "@type": "@id" - }, - "dcat:mediaType": { - "@id": "http://www.w3.org/ns/dcat#mediaType", - "@type": "@id" - }, - "dcat:packageFormat": { - "@id": "http://www.w3.org/ns/dcat#packageFormat", - "@type": "@id" - }, - "dcat:qualifiedRelation": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#qualifiedRelation", - "@type": "@id" - }, - "dcat:record": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#record", - "@type": "@id" - }, - "dcat:servesDataset": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#servesDataset", - "@type": "@id" - }, - "dcat:service": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#service", - "@type": "@id" - }, - "dcat:spatialResolutionInMeters": { - "@id": "http://www.w3.org/ns/dcat#spatialResolutionInMeters", - "@type": "http://www.w3.org/2001/XMLSchema#decimal" - }, - "dcat:startDate": { - "@id": "http://www.w3.org/ns/dcat#startDate" - }, - "dcat:temporalResolution": { - "@id": "http://www.w3.org/ns/dcat#temporalResolution", - "@type": "http://www.w3.org/2001/XMLSchema#duration" - }, - "dcat:theme": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#theme", - "@type": "@id" - }, - "dcat:themeTaxonomy": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#themeTaxonomy", - "@type": "@id" - }, - "dcat:version": { - "@id": "http://www.w3.org/ns/dcat#version" - }, - "dcatap:applicableLegisLation": { - "@container": "@set", - "@id": "http://data.europa.eu/r5r/applicableLegislation", - "@type": "@id" - }, - "dcatap:applicableLegislation": { - "@container": "@set", - "@id": "http://data.europa.eu/r5r/applicableLegislation", - "@type": "@id" - }, - "dcatap:availability": { - "@id": "http://data.europa.eu/r5r/availability", - "@type": "@id" - }, - "dct:accessRights": { - "@id": "http://purl.org/dc/terms/accessRights", - "@type": "@id" - }, - "dct:accrualPeriodicity": { - "@id": "http://purl.org/dc/terms/accrualPeriodicity", - "@type": "@id" - }, - "dct:conformsTo": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/conformsTo", - "@type": "@id" - }, - "dct:creator": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/creator", - "@type": "@id" - }, - "dct:description": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/description" - }, - "dct:format": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/format", - "@type": "@id" - }, - "dct:hadRole": { - "@container": "@set", - "@id": "http://www.w3.org/ns/dcat#hadRole", - "@type": "@id" - }, - "dct:hasPart": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/hasPart", - "@type": "@id" - }, - "dct:identifier": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/identifier" - }, - "dct:isReferencedBy": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/isReferencedBy", - "@type": "@id" - }, - "dct:issued": { - "@id": "http://purl.org/dc/terms/issued" - }, - "dct:language": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/language", - "@type": "@id" - }, - "dct:license": { - "@id": "http://purl.org/dc/terms/license", - "@type": "@id" - }, - "dct:modified": { - "@id": "http://purl.org/dc/terms/modified" - }, - "dct:provenance": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/provenance", - "@type": "@id" - }, - "dct:publisher": { - "@id": "http://purl.org/dc/terms/publisher", - "@type": "@id" - }, - "dct:relation": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/relation", - "@type": "@id" - }, - "dct:rights": { - "@id": "http://purl.org/dc/terms/rights", - "@type": "@id" - }, - "dct:source": { - "@id": "http://purl.org/dc/terms/source", - "@type": "@id" - }, - "dct:spatial": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/spatial", - "@type": "@id" - }, - "dct:temporal": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/temporal", - "@type": "@id" - }, - "dct:title": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/title" - }, - "dct:type": { - "@container": "@set", - "@id": "http://purl.org/dc/terms/type", - "@type": "@id" - }, - "foaf:documentation": { - "@container": "@set", - "@id": "http://xmlns.com/foaf/0.1/page", - "@type": "@id" - }, - "foaf:homepage": { - "@id": "http://xmlns.com/foaf/0.1/homepage", - "@type": "@id" - }, - "foaf:name": { - "@container": "@set", - "@id": "http://xmlns.com/foaf/0.1/name" - }, - "foaf:page": { - "@container": "@set", - "@id": "http://xmlns.com/foaf/0.1/page", - "@type": "@id" - }, - "foaf:primaryTopic": { - "@id": "http://xmlns.com/foaf/0.1/primaryTopic", - "@type": "@id" - }, - "locn:geometry": { - "@id": "http://www.w3.org/ns/locn#geometry", - "@type": "@id" - }, - "odrl:hasPolicy": { - "@id": "http://www.w3.org/ns/odrl/2/hasPolicy", - "@type": "@id" - }, - "prov:qualifiedAttribution": { - "@container": "@set", - "@id": "http://www.w3.org/ns/prov#qualifiedAttribution", - "@type": "@id" - }, - "prov:wasGeneratedBy": { - "@container": "@set", - "@id": "http://www.w3.org/ns/prov#wasGeneratedBy", - "@type": "@id" - }, - "skos:notation": { - "@id": "http://www.w3.org/2004/02/skos/core#notation" - }, - "skos:prefLabel": { - "@container": "@set", - "@id": "http://www.w3.org/2004/02/skos/core#prefLabel" - }, - "spdx:algorithm": { - "@id": "http://spdx.org/rdf/terms#algorithm", - "@type": "@id" - }, - "spdx:checksum": { - "@id": "http://spdx.org/rdf/terms#checksum", - "@type": "@id" - }, - "spdx:checksumValue": { - "@id": "http://spdx.org/rdf/terms#checksumValue", - "@type": "http://www.w3.org/2001/XMLSchema#hexBinary" - }, - "time:hasBeginning": { - "@id": "http://www.w3.org/2006/time#hasBeginning", - "@type": "@id" - }, - "time:hasEnd": { - "@id": "http://www.w3.org/2006/time#hasEnd", - "@type": "@id" - } + "Xsd:nonNegativeInteger": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" } } diff --git a/report/ALL.report b/report/ALL.report index 3e3d4a27f..56d5c5578 100644 --- a/report/ALL.report +++ b/report/ALL.report @@ -1,34 +1,159 @@ -/tmp/workspace/src/OOTS/ProofOfNationality/releases/0.0.1 +/tmp/workspace/src/DCAT-AP/releases/3.0.1-draft 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:41:13 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model". -11:41:13 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.DataTypes". -11:41:13 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "Model.ISA Core Vocabularies.oots". -11:41:13 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): Model, Model.ISA Core Vocabularies.oots, Model.ISA Core Vocabularies.DataTypes -11:41:13 WARN c.g.i.o.c.UriAssigner - The following elements map to the same URI (http://purl.org/dc/terms/Location): Model.ISA Core Vocabularies.dct:Location, Model.ISA Core Vocabularies.dct:Location -11:41:13 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.DataTypes:Code, Model.ISA Core Vocabularies.skos:Concept -11:41:13 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.cv:LifeEvent:type, Model.ISA Core Vocabularies.cpsv:PublicService:functionsOfGovernment, Model.ISA Core Vocabularies.cv:Output:type, Model.ISA Core Vocabularies.cv:BusinessEvent:type, Model.ISA Core Vocabularies.cv:Channel:type, Model.ISA Core Vocabularies.cpsv:Rule:type, Model.ISA Core Vocabularies.cv:Requirement:type -11:41:13 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.cpsv:Rule:language, Model.ISA Core Vocabularies.cpsv:PublicService:language, Model.ISA Core Vocabularies.cv:Output:language -11:41:13 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.cv:Participation:description, Model.ISA Core Vocabularies.time:TemporalEntity:description, Model.ISA Core Vocabularies.dcat:Dataset:description, Model.ISA Core Vocabularies.cpsv:Rule:description, Model.ISA Core Vocabularies.cv:Event:description, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:description, Model.ISA Core Vocabularies.cpsv:PublicService:description, Model.ISA Core Vocabularies.cv:Output:description, Model.ISA Core Vocabularies.cv:Cost:description, Model.ISA Core Vocabularies.cv:Channel:description -11:41:13 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/spatial): Model.ISA Core Vocabularies.cv:PublicOrganisation:spatial, Model.ISA Core Vocabularies.cpsv:PublicService:spatial -11:41:13 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.dcat:Dataset:title, Model.ISA Core Vocabularies.cv:Event:name, Model.ISA Core Vocabularies.cv:Requirement:name, Model.ISA Core Vocabularies.cpsv:PublicService:name, Model.ISA Core Vocabularies.cpsv:Rule:name, Model.ISA Core Vocabularies.foaf:Agent:name, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:name, Model.ISA Core Vocabularies.cv:Output:name -11:41:13 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.cpsv:Rule:identifier, Model.ISA Core Vocabularies.cv:Output:identifier, Model.ISA Core Vocabularies.cv:Event:identifier, Model.ISA Core Vocabularies.cpsv:PublicService:identifier, Model.ISA Core Vocabularies.foaf:Agent:identifier, Model.ISA Core Vocabularies.dcat:Dataset:identifier, Model.ISA Core Vocabularies.cv:Channel:identifier, Model.ISA Core Vocabularies.cv:Participation:identifier, Model.ISA Core Vocabularies.cv:Cost:identifier, Model.ISA Core Vocabularies.cv:ServiceConcessionContract:identifier, Model.ISA Core Vocabularies.cv:Requirement:identifier -11:41:13 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://data.europa.eu/m8g/processingTime): Model.ISA Core Vocabularies.cpsv:PublicService:processingTime, Model.ISA Core Vocabularies.cv:Channel:processingTime -11:41:13 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". -11:41:13 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". -11:41:13 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "Model.ISA Core Vocabularies". -11:41:13 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "Model.ISA Core Vocabularies". -11:41:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "EvidenceType" . -11:41:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ProofOfNationality" . -11:41:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Person" . -11:41:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "GenericDate" . -11:41:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Text" . -11:41:13 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "Location" . -11:41:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.person:Person:(Person -> Location)" since it lacks a defining package. -11:41:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.person:Person:placeOfBirth is unknown -11:41:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.oots:ProofOfNationality:(ProofOfNationality -> Person)" since it lacks a defining package. -11:41:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.oots:ProofOfNationality:isAbout is unknown -11:41:13 WARN c.g.i.o.c.UriAssigner - Ignoring connector "Model.ISA Core Vocabularies.person:Person:(Person -> Location)" since it lacks a defining package. -11:41:13 WARN c.g.i.o.c.Converter - Package for connector Model.ISA Core Vocabularies.person:Person:countryOfBirth is unknown +WARNING:Error in the metadata of the table t_connector: table's row count in the metadata is 77 but 76 records have been found and loaded by UCanAccess. All will work fine, but it's better to repair your database. +12:58:29 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +12:58:29 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +12:58:29 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): DCAT Application Profile, DCAT Application Profile.Domain Model +12:58: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:58: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:TemporalLiteral, DCAT Application Profile.Domain Model:rdfs:Literal +12:58: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:Dataset:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Catalog:dcatap:applicableLegisLation, DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): DCAT Application Profile.Domain Model:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model:dcat:Dataset:dct:title +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:dcat:Catalog:dct:description +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued +12:58: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#theme): DCAT Application Profile.Domain Model:dcat:DataService:dcat:theme, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:modified +12:58: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#temporalResolution): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model:dcat:Distribution:dcat:temporalResolution +12:58: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:DataService:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo +12:58: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:DatasetSeries:dcat:contactPoint, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model:dcat:DataService:dcat:contactPoint +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/accessRights): DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model:dcat:DataService:dct:accessRights +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/adms#status): DCAT Application Profile.Domain Model:dcat:Distribution:adms:status, DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/format): DCAT Application Profile.Domain Model:dcat:DataService:dct:format, DCAT Application Profile.Domain Model:dcat:Distribution:dct:format +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): DCAT Application Profile.Domain Model:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type +12:58: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:Catalog:dct:rights +12:58: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#spatialResolutionInMeters): DCAT Application Profile.Domain Model:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:spatialResolutionInMeters +12:58: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#keyword): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword, DCAT Application Profile.Domain Model:dcat:DataService:dcat:keyword +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/page): DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model:dcat:DataService:foaf:documentation, DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/relation): DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/accrualPeriodicity): DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:accrualPeriodicity +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): DCAT Application Profile.Domain Model:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model:dcat:Distribution:dct:language +12:58: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#landingPage): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage, DCAT Application Profile.Domain Model:dcat:DataService:dcat:landingPage +12:58:29 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +12:58:29 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +12:58:29 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +12:58:29 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:ConceptScheme" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Frequency" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "adms:Identifier" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LinguisticSystem" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Location" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaType" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:PeriodOfTime" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "spdx:Checksum" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:ProvenanceStatement" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Relationship" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Role" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalLiteral" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TimeInstant" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChecksumAlgorithm" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:hexBinary" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:decimal" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:duration" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Activity" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaTypeOrExtent" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:mediaType" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:dateTime" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Attribution" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "locn:Geometry" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:nonNegativeInteger" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "odrl:Policy" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DatasetSeries" . +12:58: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:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier " since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:publisher" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:temporal" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:spatial" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedRelation" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:qualifiedRelation" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:inSeries" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:hasVersion" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:publisher" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:hadRole" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:temporal" belongs to package "Domain Model" based on source and target definition. +12:58:29 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "ignore" where only one was expected for "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo". +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:isReferenceBy" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:publisher" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:license" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:foaf: Agent:dct:type" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:source" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:spatial" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:publisher" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. +12:58: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:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. +12:58: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:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:source" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:spatial" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:catalog" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:isVersionOf" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. +12:58: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:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. +12:58: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:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:temporal" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:adms:sample" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:creator" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:accessURL" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:isPartOf" belongs to package "Domain Model" based on source and target definition. +12:58:29 ERROR c.g.i.o.c.UriAssigner - Invalid property URI "q", use empty URI connector DCAT Application Profile.Domain Model:dcat:Catalog:dct:isPartOf. +12:58: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:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:hasPart" belongs to package "Domain Model" based on source and target definition. +12:58: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:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:(dcat:CatalogRecord -> dcat:Dataset)" belongs to package "Domain Model" based on source and target definition. +12:58:29 WARN c.g.i.o.c.UriAssigner - Connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:(dcat:CatalogRecord -> dcat:Dataset)" does not have a name, it will be ignored. +12:58: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:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. +12:58: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:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:creator" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dcat:endpointURL" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights" since it is marked as ignored. +12:58: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:58:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:adms:Identifier:adms:schemaAgency" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:adms:Identifier:dct:issued" since it is marked as ignored. +12:58:29 WARN c.g.i.o.c.JSONLDOutputHandler - The contributor with name: Pavlina Fragkou's code was not recognized. Code found was: O +12:58:29 WARN c.g.i.o.c.JSONLDOutputHandler - The contributor with name: SEMIC 's code was not recognized. Code found was: O diff --git a/report/DCAT-AP/releases/3.0.1-draft/all-dcat-ap.jsonld b/report/DCAT-AP/releases/3.0.1-draft/all-dcat-ap.jsonld index da44d63eb..308a72c28 100644 --- a/report/DCAT-AP/releases/3.0.1-draft/all-dcat-ap.jsonld +++ b/report/DCAT-AP/releases/3.0.1-draft/all-dcat-ap.jsonld @@ -4991,25 +4991,25 @@ "name": "creator", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." }, "ap-label-en": { "en": "creator" }, "definition": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." }, "label": { "en": "creator" }, "extra": { "EA-Name": "dct:creator", - "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", + "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "dcat:Dataset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -5023,14 +5023,14 @@ "en": "creator" }, "definition": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." }, "usage": "", "ap-label-en": { "en": "creator" }, "ap-definition-en": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -5047,7 +5047,7 @@ }, { "key": "ap-definition-en", - "value": "An entity responsible for the creation of the catalogue.", + "value": "An entity responsible for producing the dataset.", "note": "null" }, { @@ -5072,8 +5072,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Catalog", - "EA-Name": "dcat:Catalog" + "uri": "http://www.w3.org/ns/dcat#Dataset", + "EA-Name": "dcat:Dataset" } ], "range": [ @@ -5086,7 +5086,7 @@ ], "generalization": [], "minCardinality": "0", - "maxCardinality": "1" + "maxCardinality": "*" }, { "@id": "http://purl.org/dc/terms/creator", @@ -5094,25 +5094,25 @@ "name": "creator", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." }, "ap-label-en": { "en": "creator" }, "definition": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." }, "label": { "en": "creator" }, "extra": { "EA-Name": "dct:creator", - "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", + "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Dataset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -5126,14 +5126,14 @@ "en": "creator" }, "definition": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." }, "usage": "", "ap-label-en": { "en": "creator" }, "ap-definition-en": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -5150,7 +5150,7 @@ }, { "key": "ap-definition-en", - "value": "An entity responsible for producing the dataset.", + "value": "An entity responsible for the creation of the catalogue.", "note": "null" }, { @@ -5175,8 +5175,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Dataset", - "EA-Name": "dcat:Dataset" + "uri": "http://www.w3.org/ns/dcat#Catalog", + "EA-Name": "dcat:Catalog" } ], "range": [ @@ -5189,7 +5189,7 @@ ], "generalization": [], "minCardinality": "0", - "maxCardinality": "*" + "maxCardinality": "1" }, { "@id": "http://purl.org/dc/terms/description", @@ -7311,25 +7311,25 @@ "name": "licence", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Distribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -7343,14 +7343,14 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "usage": "", "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -7361,13 +7361,13 @@ "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/license", + "key": "ap-definition-en", + "value": "A licence under which the Catalogue can be used or reused.", "note": "null" }, { - "key": "ap-definition-en", - "value": "A licence under which the Distribution is made available.", + "key": "uri", + "value": "http://purl.org/dc/terms/license", "note": "null" }, { @@ -7377,7 +7377,7 @@ }, { "key": "DCAT", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license", "note": "null" }, { @@ -7392,8 +7392,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Distribution", - "EA-Name": "dcat:Distribution" + "uri": "http://www.w3.org/ns/dcat#Catalog", + "EA-Name": "dcat:Catalog" } ], "range": [ @@ -7414,25 +7414,25 @@ "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-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", @@ -7446,14 +7446,14 @@ "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": "", "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": "", "ap-codelist": "", @@ -7470,17 +7470,17 @@ }, { "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://www.w3.org/TR/vocab-dcat-3/#Property:resource_license", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license", "note": "null" }, { @@ -7495,8 +7495,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": [ @@ -7517,25 +7517,25 @@ "name": "licence", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -7549,14 +7549,14 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." }, "usage": "", "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -7567,18 +7567,18 @@ "note": "null" }, { - "key": "ap-definition-en", - "value": "A licence under which the Catalogue can be used or reused.", + "key": "uri", + "value": "http://purl.org/dc/terms/license", "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/license", + "key": "ap-definition-en", + "value": "A licence under which the Data service is made available.", "note": "null" }, { "key": "property-usage-scope", - "value": "recommended", + "value": "optional", "note": "null" }, { @@ -7598,8 +7598,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Catalog", - "EA-Name": "dcat:Catalog" + "uri": "http://www.w3.org/ns/dcat#DataService", + "EA-Name": "dcat:DataService" } ], "range": [ @@ -8224,25 +8224,25 @@ "name": "publisher", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." }, "ap-label-en": { "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." }, "label": { "en": "publisher" }, "extra": { "EA-Name": "dct:publisher", - "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", + "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:DataService", - "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", + "EA-Domain": "dcat:Dataset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -8256,14 +8256,14 @@ "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." }, "usage": "", "ap-label-en": { "en": "publisher" }, "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -8280,7 +8280,7 @@ }, { "key": "ap-definition-en", - "value": "An entity (organisation) responsible for making the Data Service available.", + "value": "An entity (organisation) responsible for making the Dataset available.", "note": "null" }, { @@ -8305,8 +8305,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#DataService", - "EA-Name": "dcat:DataService" + "uri": "http://www.w3.org/ns/dcat#Dataset", + "EA-Name": "dcat:Dataset" } ], "range": [ @@ -8327,31 +8327,25 @@ "name": "publisher", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " - }, - "ap-usageNote-en": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " - }, - "usage": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + "en": "An entity (organisation) responsible for making the Data Service available." }, "ap-label-en": { "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + "en": "An entity (organisation) responsible for making the Data Service available." }, "label": { "en": "publisher" }, "extra": { "EA-Name": "dct:publisher", - "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", + "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:DatasetSeries", - "EA-Domain-Guid": "{5E604419-6C6B-49c8-9170-76FFC42EE574}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -8365,60 +8359,41 @@ "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " - }, - "usage": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + "en": "An entity (organisation) responsible for making the Data Service available." }, + "usage": "", "ap-label-en": { "en": "publisher" }, "ap-definition-en": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " - }, - "ap-usageNote-en": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + "en": "An entity (organisation) responsible for making the Data Service available." }, + "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ - { - "key": "uri", - "value": "http://purl.org/dc/terms/publisher", - "note": "null" - }, - { - "key": "ap-definition-en", - "value": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series ", - "note": "null" - }, { "key": "ap-label-en", "value": "publisher", "note": "null" }, { - "key": "DCAT", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher", + "key": "uri", + "value": "http://purl.org/dc/terms/publisher", "note": "null" }, { - "key": "property-usage-scope", - "value": "recommended", + "key": "ap-definition-en", + "value": "An entity (organisation) responsible for making the Data Service available.", "note": "null" }, { - "key": "ap-usageNote-en", - "value": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. ", - "note": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " - }, - { - "key": "ignore", - "value": "false", + "key": "property-usage-scope", + "value": "recommended", "note": "null" }, { - "key": "label-en", - "value": "publisher", + "key": "DCAT", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher", "note": "null" }, { @@ -8433,8 +8408,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#DatasetSeries", - "EA-Name": "dcat:DatasetSeries" + "uri": "http://www.w3.org/ns/dcat#DataService", + "EA-Name": "dcat:DataService" } ], "range": [ @@ -8455,25 +8430,25 @@ "name": "publisher", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." }, "ap-label-en": { "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." }, "label": { "en": "publisher" }, "extra": { "EA-Name": "dct:publisher", - "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", + "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Dataset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -8487,14 +8462,14 @@ "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." }, "usage": "", "ap-label-en": { "en": "publisher" }, "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -8505,18 +8480,18 @@ "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/publisher", + "key": "ap-definition-en", + "value": "An entity (organisation) responsible for making the Catalogue available.", "note": "null" }, { - "key": "ap-definition-en", - "value": "An entity (organisation) responsible for making the Dataset available.", + "key": "uri", + "value": "http://purl.org/dc/terms/publisher", "note": "null" }, { "key": "property-usage-scope", - "value": "recommended", + "value": "mandatory", "note": "null" }, { @@ -8536,8 +8511,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Dataset", - "EA-Name": "dcat:Dataset" + "uri": "http://www.w3.org/ns/dcat#Catalog", + "EA-Name": "dcat:Catalog" } ], "range": [ @@ -8549,7 +8524,7 @@ } ], "generalization": [], - "minCardinality": "0", + "minCardinality": "1", "maxCardinality": "1" }, { @@ -8558,25 +8533,31 @@ "name": "publisher", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + }, + "ap-usageNote-en": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + }, + "usage": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " }, "ap-label-en": { "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " }, "label": { "en": "publisher" }, "extra": { "EA-Name": "dct:publisher", - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "dcat:DatasetSeries", + "EA-Domain-Guid": "{5E604419-6C6B-49c8-9170-76FFC42EE574}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -8590,41 +8571,60 @@ "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + }, + "usage": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " }, - "usage": "", "ap-label-en": { "en": "publisher" }, "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + }, + "ap-usageNote-en": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " }, - "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ { - "key": "ap-label-en", - "value": "publisher", + "key": "uri", + "value": "http://purl.org/dc/terms/publisher", "note": "null" }, { "key": "ap-definition-en", - "value": "An entity (organisation) responsible for making the Catalogue available.", + "value": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series ", "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/publisher", + "key": "ap-label-en", + "value": "publisher", + "note": "null" + }, + { + "key": "DCAT", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher", "note": "null" }, { "key": "property-usage-scope", - "value": "mandatory", + "value": "recommended", "note": "null" }, { - "key": "DCAT", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher", + "key": "ap-usageNote-en", + "value": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. ", + "note": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + }, + { + "key": "ignore", + "value": "false", + "note": "null" + }, + { + "key": "label-en", + "value": "publisher", "note": "null" }, { @@ -8639,8 +8639,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Catalog", - "EA-Name": "dcat:Catalog" + "uri": "http://www.w3.org/ns/dcat#DatasetSeries", + "EA-Name": "dcat:DatasetSeries" } ], "range": [ @@ -8652,7 +8652,7 @@ } ], "generalization": [], - "minCardinality": "1", + "minCardinality": "0", "maxCardinality": "1" }, { @@ -9248,25 +9248,25 @@ "name": "geographicalCoverage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." }, "ap-label-en": { "en": "geographical coverage" }, "definition": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." }, "label": { "en": "geographical coverage" }, "extra": { "EA-Name": "dct:spatial", - "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", + "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Dataset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "dct:Location", "RangeData": { "EA-Name": "dct:Location", @@ -9280,14 +9280,14 @@ "en": "geographical coverage" }, "definition": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." }, "usage": "", "ap-label-en": { "en": "geographical coverage" }, "ap-definition-en": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -9298,13 +9298,13 @@ "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/spatial", + "key": "ap-definition-en", + "value": "A geographical area covered by the Catalogue.", "note": "null" }, { - "key": "ap-definition-en", - "value": "A geographic region that is covered by the Dataset.", + "key": "uri", + "value": "http://purl.org/dc/terms/spatial", "note": "null" }, { @@ -9329,8 +9329,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Dataset", - "EA-Name": "dcat:Dataset" + "uri": "http://www.w3.org/ns/dcat#Catalog", + "EA-Name": "dcat:Catalog" } ], "range": [ @@ -9351,25 +9351,25 @@ "name": "geographicalCoverage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." }, "ap-label-en": { "en": "geographical coverage" }, "definition": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." }, "label": { "en": "geographical coverage" }, "extra": { "EA-Name": "dct:spatial", - "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", + "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "dcat:Dataset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "dct:Location", "RangeData": { "EA-Name": "dct:Location", @@ -9383,14 +9383,14 @@ "en": "geographical coverage" }, "definition": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." }, "usage": "", "ap-label-en": { "en": "geographical coverage" }, "ap-definition-en": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -9401,13 +9401,13 @@ "note": "null" }, { - "key": "ap-definition-en", - "value": "A geographical area covered by the Catalogue.", + "key": "uri", + "value": "http://purl.org/dc/terms/spatial", "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/spatial", + "key": "ap-definition-en", + "value": "A geographic region that is covered by the Dataset.", "note": "null" }, { @@ -9432,8 +9432,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Catalog", - "EA-Name": "dcat:Catalog" + "uri": "http://www.w3.org/ns/dcat#Dataset", + "EA-Name": "dcat:Dataset" } ], "range": [ @@ -9568,25 +9568,25 @@ "name": "temporalCoverage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." }, "ap-label-en": { "en": "temporal coverage" }, "definition": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." }, "label": { "en": "temporal coverage" }, "extra": { "EA-Name": "dct:temporal", - "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", + "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Dataset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "dct:PeriodOfTime", "RangeData": { "EA-Name": "dct:PeriodOfTime", @@ -9600,14 +9600,14 @@ "en": "temporal coverage" }, "definition": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." }, "usage": "", "ap-label-en": { "en": "temporal coverage" }, "ap-definition-en": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -9622,19 +9622,24 @@ "value": "http://purl.org/dc/terms/temporal", "note": "null" }, + { + "key": "ap-defintion-en", + "value": "This property refers to a temporal period that the Catalogue covers.", + "note": "null" + }, { "key": "ap-definition-en", - "value": "A temporal period that the Dataset covers.", + "value": "A temporal period that the Catalogue covers.", "note": "null" }, { "key": "property-usage-scope", - "value": "recommended", + "value": "optional", "note": "null" }, { "key": "DCAT", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution", "note": "null" }, { @@ -9649,8 +9654,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Dataset", - "EA-Name": "dcat:Dataset" + "uri": "http://www.w3.org/ns/dcat#Catalog", + "EA-Name": "dcat:Catalog" } ], "range": [ @@ -9671,25 +9676,25 @@ "name": "temporalCoverage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." }, "ap-label-en": { "en": "temporal coverage" }, "definition": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." }, "label": { "en": "temporal coverage" }, "extra": { "EA-Name": "dct:temporal", - "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", + "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "dcat:Dataset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "dct:PeriodOfTime", "RangeData": { "EA-Name": "dct:PeriodOfTime", @@ -9703,14 +9708,14 @@ "en": "temporal coverage" }, "definition": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." }, "usage": "", "ap-label-en": { "en": "temporal coverage" }, "ap-definition-en": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -9725,24 +9730,19 @@ "value": "http://purl.org/dc/terms/temporal", "note": "null" }, - { - "key": "ap-defintion-en", - "value": "This property refers to a temporal period that the Catalogue covers.", - "note": "null" - }, { "key": "ap-definition-en", - "value": "A temporal period that the Catalogue covers.", + "value": "A temporal period that the Dataset covers.", "note": "null" }, { "key": "property-usage-scope", - "value": "optional", + "value": "recommended", "note": "null" }, { "key": "DCAT", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal", "note": "null" }, { @@ -9757,8 +9757,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Catalog", - "EA-Name": "dcat:Catalog" + "uri": "http://www.w3.org/ns/dcat#Dataset", + "EA-Name": "dcat:Dataset" } ], "range": [ @@ -17186,6 +17186,9 @@ }, "config": "config/config-ap.json", "branchtag": "3.0", + "contextgenerator": { + "parameters": "-c -l label" + }, "dummy": 13, "examples": false, "filename": "config/dcat-ap.json", @@ -17197,6 +17200,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/DCAT-AP/releases/3.0.1-draft", "documentcommit": "f19420d96b0587cda1994efb9d2a6ccd39667064", - "toolchaincommit": "85e33d542021850ea6503c6f0e40b080c8fb44e9", + "toolchaincommit": "939f5a5e4586bf01187105634fe796658b11a0fb", "hostname": "https://semiceu.github.io" } diff --git a/report/DCAT-AP/releases/3.0.1-draft/dcat-ap.jsonld b/report/DCAT-AP/releases/3.0.1-draft/dcat-ap.jsonld index 0f836a059..bd1c07fed 100644 --- a/report/DCAT-AP/releases/3.0.1-draft/dcat-ap.jsonld +++ b/report/DCAT-AP/releases/3.0.1-draft/dcat-ap.jsonld @@ -1057,12 +1057,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "creator", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "An entity responsible for the creation of the catalogue."}, "ap-label-en" : {"en": "creator"}, "definition" : {"en": "An entity responsible for the creation of the catalogue."}, "label" : {"en": "creator"}, -"extra": {"EA-Name" : "dct:creator", "EA-Guid" : "{F1778663-DEE9-4713-88A5-5143556A6233}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Catalog", "EA-Domain-Guid" : "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range" : "foaf: Agent", "RangeData" : {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "creator", "definition" : "An entity responsible for the creation of the catalogue.", "usage" : "", "ap-label-en" : "creator", "ap-definition-en" : "An entity responsible for the creation of the catalogue.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "creator", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/creator", "note": "null" }, { "key": "ap-definition-en", "value": "An entity responsible for the creation of the catalogue.", "note": "null" }, { "key": "property-usage-scope", "value": "optional", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_creator", "note": "null" }, { "key": "reuse", "value": "asis", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "An entity responsible for the creation of the catalogue."}, "ap-label-en" : {"en": "creator"}, "definition" : {"en": "An entity responsible for the creation of the catalogue."}, "label" : {"en": "creator"}}, +"ap-definition-en" : {"en": "An entity responsible for producing the dataset."}, "ap-label-en" : {"en": "creator"}, "definition" : {"en": "An entity responsible for producing the dataset."}, "label" : {"en": "creator"}, +"extra": {"EA-Name" : "dct:creator", "EA-Guid" : "{B9516A6B-4219-4a42-ACFF-E32791013224}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Dataset", "EA-Domain-Guid" : "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range" : "foaf: Agent", "RangeData" : {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "creator", "definition" : "An entity responsible for producing the dataset.", "usage" : "", "ap-label-en" : "creator", "ap-definition-en" : "An entity responsible for producing the dataset.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "creator", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/creator", "note": "null" }, { "key": "ap-definition-en", "value": "An entity responsible for producing the dataset.", "note": "null" }, { "key": "property-usage-scope", "value": "optional", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_creator", "note": "null" }, { "key": "reuse", "value": "asis", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "An entity responsible for producing the dataset."}, "ap-label-en" : {"en": "creator"}, "definition" : {"en": "An entity responsible for producing the dataset."}, "label" : {"en": "creator"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#Catalog", "EA-Name" : "dcat:Catalog" } +{ "uri": "http://www.w3.org/ns/dcat#Dataset", "EA-Name" : "dcat:Dataset" } ], "range": [ {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" } @@ -1071,18 +1071,18 @@ ], "minCardinality": "0", -"maxCardinality": "1"} +"maxCardinality": "*"} , { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "creator", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "An entity responsible for producing the dataset."}, "ap-label-en" : {"en": "creator"}, "definition" : {"en": "An entity responsible for producing the dataset."}, "label" : {"en": "creator"}, -"extra": {"EA-Name" : "dct:creator", "EA-Guid" : "{B9516A6B-4219-4a42-ACFF-E32791013224}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Dataset", "EA-Domain-Guid" : "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range" : "foaf: Agent", "RangeData" : {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "creator", "definition" : "An entity responsible for producing the dataset.", "usage" : "", "ap-label-en" : "creator", "ap-definition-en" : "An entity responsible for producing the dataset.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "creator", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/creator", "note": "null" }, { "key": "ap-definition-en", "value": "An entity responsible for producing the dataset.", "note": "null" }, { "key": "property-usage-scope", "value": "optional", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_creator", "note": "null" }, { "key": "reuse", "value": "asis", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "An entity responsible for producing the dataset."}, "ap-label-en" : {"en": "creator"}, "definition" : {"en": "An entity responsible for producing the dataset."}, "label" : {"en": "creator"}}, +"ap-definition-en" : {"en": "An entity responsible for the creation of the catalogue."}, "ap-label-en" : {"en": "creator"}, "definition" : {"en": "An entity responsible for the creation of the catalogue."}, "label" : {"en": "creator"}, +"extra": {"EA-Name" : "dct:creator", "EA-Guid" : "{F1778663-DEE9-4713-88A5-5143556A6233}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Catalog", "EA-Domain-Guid" : "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range" : "foaf: Agent", "RangeData" : {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "creator", "definition" : "An entity responsible for the creation of the catalogue.", "usage" : "", "ap-label-en" : "creator", "ap-definition-en" : "An entity responsible for the creation of the catalogue.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "creator", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/creator", "note": "null" }, { "key": "ap-definition-en", "value": "An entity responsible for the creation of the catalogue.", "note": "null" }, { "key": "property-usage-scope", "value": "optional", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_creator", "note": "null" }, { "key": "reuse", "value": "asis", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "An entity responsible for the creation of the catalogue."}, "ap-label-en" : {"en": "creator"}, "definition" : {"en": "An entity responsible for the creation of the catalogue."}, "label" : {"en": "creator"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#Dataset", "EA-Name" : "dcat:Dataset" } +{ "uri": "http://www.w3.org/ns/dcat#Catalog", "EA-Name" : "dcat:Catalog" } ], "range": [ {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" } @@ -1091,7 +1091,7 @@ ], "minCardinality": "0", -"maxCardinality": "*"} +"maxCardinality": "1"} , { "@id": "http://purl.org/dc/terms/description", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", @@ -1497,12 +1497,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-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" : "", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Distribution is made available.", "ap-usageNote-en" : "", "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:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:distribution_license", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Distribution is made available."}, "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 Catalogue can be used or reused."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Catalogue can be used or reused."}, "label" : {"en": "licence"}, +"extra": {"EA-Name" : "dct:license", "EA-Guid" : "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Catalog", "EA-Domain-Guid" : "{88017649-2BEC-46cd-A29D-288515A7FA11}", "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 Catalogue can be used or reused.", "usage" : "", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Catalogue can be used or reused.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "licence", "note": "null" }, { "key": "ap-definition-en", "value": "A licence under which the Catalogue can be used or reused.", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/license", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_license", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Catalogue can be used or reused."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Catalogue can be used or reused."}, "label" : {"en": "licence"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#Distribution", "EA-Name" : "dcat:Distribution" } +{ "uri": "http://www.w3.org/ns/dcat#Catalog", "EA-Name" : "dcat:Catalog" } ], "range": [ {"EA-Name" : "dct:LicenseDocument", "EA-GUID" : "{99CF909B-4E2B-4c7b-A184-CD337AA23ED6}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/LicenseDocument" } @@ -1517,12 +1517,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-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" : "", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Data service is made available.", "ap-usageNote-en" : "", "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:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_license", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Data service is made available."}, "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-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" : "", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Distribution is made available.", "ap-usageNote-en" : "", "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:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:distribution_license", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Distribution is made available."}, "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" } @@ -1537,12 +1537,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "licence", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "A licence under which the Catalogue can be used or reused."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Catalogue can be used or reused."}, "label" : {"en": "licence"}, -"extra": {"EA-Name" : "dct:license", "EA-Guid" : "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Catalog", "EA-Domain-Guid" : "{88017649-2BEC-46cd-A29D-288515A7FA11}", "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 Catalogue can be used or reused.", "usage" : "", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Catalogue can be used or reused.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "licence", "note": "null" }, { "key": "ap-definition-en", "value": "A licence under which the Catalogue can be used or reused.", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/license", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_license", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Catalogue can be used or reused."}, "ap-label-en" : {"en": "licence"}, "definition" : {"en": "A licence under which the Catalogue can be used or reused."}, "label" : {"en": "licence"}}, +"ap-definition-en" : {"en": "A licence under which the Data service is made available."}, "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" : "", "ap-label-en" : "licence", "ap-definition-en" : "A licence under which the Data service is made available.", "ap-usageNote-en" : "", "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:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_license", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A licence under which the Data service is made available."}, "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#Catalog", "EA-Name" : "dcat:Catalog" } +{ "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" } @@ -1677,12 +1677,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "publisher", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "An entity (organisation) responsible for making the Data Service available."}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for making the Data Service available."}, "label" : {"en": "publisher"}, -"extra": {"EA-Name" : "dct:publisher", "EA-Guid" : "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:DataService", "EA-Domain-Guid" : "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range" : "foaf: Agent", "RangeData" : {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "publisher", "definition" : "An entity (organisation) responsible for making the Data Service available.", "usage" : "", "ap-label-en" : "publisher", "ap-definition-en" : "An entity (organisation) responsible for making the Data Service available.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "publisher", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/publisher", "note": "null" }, { "key": "ap-definition-en", "value": "An entity (organisation) responsible for making the Data Service available.", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_publisher", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "An entity (organisation) responsible for making the Data Service available."}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for making the Data Service available."}, "label" : {"en": "publisher"}}, +"ap-definition-en" : {"en": "An entity (organisation) responsible for making the Dataset available."}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for making the Dataset available."}, "label" : {"en": "publisher"}, +"extra": {"EA-Name" : "dct:publisher", "EA-Guid" : "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Dataset", "EA-Domain-Guid" : "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range" : "foaf: Agent", "RangeData" : {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "publisher", "definition" : "An entity (organisation) responsible for making the Dataset available.", "usage" : "", "ap-label-en" : "publisher", "ap-definition-en" : "An entity (organisation) responsible for making the Dataset available.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "publisher", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/publisher", "note": "null" }, { "key": "ap-definition-en", "value": "An entity (organisation) responsible for making the Dataset available.", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_publisher", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "An entity (organisation) responsible for making the Dataset available."}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for making the Dataset available."}, "label" : {"en": "publisher"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#DataService", "EA-Name" : "dcat:DataService" } +{ "uri": "http://www.w3.org/ns/dcat#Dataset", "EA-Name" : "dcat:Dataset" } ], "range": [ {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" } @@ -1697,12 +1697,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "publisher", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0"}, "ap-usageNote-en" : {"en": "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0"}, "usage" : {"en": "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0"}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0"}, "label" : {"en": "publisher"}, -"extra": {"EA-Name" : "dct:publisher", "EA-Guid" : "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:DatasetSeries", "EA-Domain-Guid" : "{5E604419-6C6B-49c8-9170-76FFC42EE574}", "EA-Range" : "foaf: Agent", "RangeData" : {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "publisher", "definition" : "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0", "usage" : "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0", "ap-label-en" : "publisher", "ap-definition-en" : "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0", "ap-usageNote-en" : "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/publisher", "note": "null" }, { "key": "ap-definition-en", "value": "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0", "note": "null" }, { "key": "ap-label-en", "value": "publisher", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_publisher", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "ap-usageNote-en", "value": "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0", "note": "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0" }, { "key": "ignore", "value": "false", "note": "null" }, { "key": "label-en", "value": "publisher", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0"}, "ap-usageNote-en" : {"en": "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0"}, "usage" : {"en": "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0"}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0"}, "label" : {"en": "publisher"}}, +"ap-definition-en" : {"en": "An entity (organisation) responsible for making the Data Service available."}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for making the Data Service available."}, "label" : {"en": "publisher"}, +"extra": {"EA-Name" : "dct:publisher", "EA-Guid" : "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:DataService", "EA-Domain-Guid" : "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range" : "foaf: Agent", "RangeData" : {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "publisher", "definition" : "An entity (organisation) responsible for making the Data Service available.", "usage" : "", "ap-label-en" : "publisher", "ap-definition-en" : "An entity (organisation) responsible for making the Data Service available.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "publisher", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/publisher", "note": "null" }, { "key": "ap-definition-en", "value": "An entity (organisation) responsible for making the Data Service available.", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_publisher", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "An entity (organisation) responsible for making the Data Service available."}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for making the Data Service available."}, "label" : {"en": "publisher"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#DatasetSeries", "EA-Name" : "dcat:DatasetSeries" } +{ "uri": "http://www.w3.org/ns/dcat#DataService", "EA-Name" : "dcat:DataService" } ], "range": [ {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" } @@ -1717,12 +1717,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "publisher", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "An entity (organisation) responsible for making the Dataset available."}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for making the Dataset available."}, "label" : {"en": "publisher"}, -"extra": {"EA-Name" : "dct:publisher", "EA-Guid" : "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Dataset", "EA-Domain-Guid" : "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range" : "foaf: Agent", "RangeData" : {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "publisher", "definition" : "An entity (organisation) responsible for making the Dataset available.", "usage" : "", "ap-label-en" : "publisher", "ap-definition-en" : "An entity (organisation) responsible for making the Dataset available.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "publisher", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/publisher", "note": "null" }, { "key": "ap-definition-en", "value": "An entity (organisation) responsible for making the Dataset available.", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_publisher", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "An entity (organisation) responsible for making the Dataset available."}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for making the Dataset available."}, "label" : {"en": "publisher"}}, +"ap-definition-en" : {"en": "An entity (organisation) responsible for making the Catalogue available."}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for making the Catalogue available."}, "label" : {"en": "publisher"}, +"extra": {"EA-Name" : "dct:publisher", "EA-Guid" : "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Catalog", "EA-Domain-Guid" : "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range" : "foaf: Agent", "RangeData" : {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "publisher", "definition" : "An entity (organisation) responsible for making the Catalogue available.", "usage" : "", "ap-label-en" : "publisher", "ap-definition-en" : "An entity (organisation) responsible for making the Catalogue available.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "publisher", "note": "null" }, { "key": "ap-definition-en", "value": "An entity (organisation) responsible for making the Catalogue available.", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/publisher", "note": "null" }, { "key": "property-usage-scope", "value": "mandatory", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_publisher", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "An entity (organisation) responsible for making the Catalogue available."}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for making the Catalogue available."}, "label" : {"en": "publisher"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#Dataset", "EA-Name" : "dcat:Dataset" } +{ "uri": "http://www.w3.org/ns/dcat#Catalog", "EA-Name" : "dcat:Catalog" } ], "range": [ {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" } @@ -1730,19 +1730,19 @@ "generalization": [ ], -"minCardinality": "0", +"minCardinality": "1", "maxCardinality": "1"} , { "@id": "http://purl.org/dc/terms/publisher", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "publisher", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "An entity (organisation) responsible for making the Catalogue available."}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for making the Catalogue available."}, "label" : {"en": "publisher"}, -"extra": {"EA-Name" : "dct:publisher", "EA-Guid" : "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Catalog", "EA-Domain-Guid" : "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range" : "foaf: Agent", "RangeData" : {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "publisher", "definition" : "An entity (organisation) responsible for making the Catalogue available.", "usage" : "", "ap-label-en" : "publisher", "ap-definition-en" : "An entity (organisation) responsible for making the Catalogue available.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "publisher", "note": "null" }, { "key": "ap-definition-en", "value": "An entity (organisation) responsible for making the Catalogue available.", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/publisher", "note": "null" }, { "key": "property-usage-scope", "value": "mandatory", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_publisher", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "An entity (organisation) responsible for making the Catalogue available."}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for making the Catalogue available."}, "label" : {"en": "publisher"}}, +"ap-definition-en" : {"en": "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0"}, "ap-usageNote-en" : {"en": "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0"}, "usage" : {"en": "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0"}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0"}, "label" : {"en": "publisher"}, +"extra": {"EA-Name" : "dct:publisher", "EA-Guid" : "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:DatasetSeries", "EA-Domain-Guid" : "{5E604419-6C6B-49c8-9170-76FFC42EE574}", "EA-Range" : "foaf: Agent", "RangeData" : {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" }, "sourceRole" : "null", "destRole" : "null", "label" : "publisher", "definition" : "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0", "usage" : "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0", "ap-label-en" : "publisher", "ap-definition-en" : "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0", "ap-usageNote-en" : "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0", "ap-codelist" : "", "RawTags" : [{ "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/publisher", "note": "null" }, { "key": "ap-definition-en", "value": "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0", "note": "null" }, { "key": "ap-label-en", "value": "publisher", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:resource_publisher", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "ap-usageNote-en", "value": "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0", "note": "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0" }, { "key": "ignore", "value": "false", "note": "null" }, { "key": "label-en", "value": "publisher", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0"}, "ap-usageNote-en" : {"en": "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0"}, "usage" : {"en": "The publisher of the dataset series may not be the publisher of all datasets.\u00A0\r\nE.g.\u00A0a digital archive could take over the publishing of older datasets in the series.\u00A0"}, "ap-label-en" : {"en": "publisher"}, "definition" : {"en": "An entity (organisation) responsible for\u00A0ensuring the\u00A0coherency\u00A0of the\u00A0Dataset Series\u00A0"}, "label" : {"en": "publisher"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#Catalog", "EA-Name" : "dcat:Catalog" } +{ "uri": "http://www.w3.org/ns/dcat#DatasetSeries", "EA-Name" : "dcat:DatasetSeries" } ], "range": [ {"EA-Name" : "foaf: Agent", "EA-GUID" : "{F4D0B2A6-BF29-48d7-826E-7BC5EE531274}", "EA-Package" : "Domain Model", "uri" : "http://xmlns.com/foaf/0.1/Agent" } @@ -1750,7 +1750,7 @@ "generalization": [ ], -"minCardinality": "1", +"minCardinality": "0", "maxCardinality": "1"} , { "@id": "http://purl.org/dc/terms/relation", @@ -1877,12 +1877,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "geographicalCoverage", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "A geographic region that is covered by the Dataset."}, "ap-label-en" : {"en": "geographical coverage"}, "definition" : {"en": "A geographic region that is covered by the Dataset."}, "label" : {"en": "geographical coverage"}, -"extra": {"EA-Name" : "dct:spatial", "EA-Guid" : "{96258166-33FC-4b04-AA2B-729B056A24DE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Dataset", "EA-Domain-Guid" : "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range" : "dct:Location", "RangeData" : {"EA-Name" : "dct:Location", "EA-GUID" : "{2DB9E033-48C1-4df5-81FA-875D5C34E99C}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/Location" }, "sourceRole" : "null", "destRole" : "null", "label" : "geographical coverage", "definition" : "A geographic region that is covered by the Dataset.", "usage" : "", "ap-label-en" : "geographical coverage", "ap-definition-en" : "A geographic region that is covered by the Dataset.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "geographical coverage", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/spatial", "note": "null" }, { "key": "ap-definition-en", "value": "A geographic region that is covered by the Dataset.", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:dataset_spatial", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A geographic region that is covered by the Dataset."}, "ap-label-en" : {"en": "geographical coverage"}, "definition" : {"en": "A geographic region that is covered by the Dataset."}, "label" : {"en": "geographical coverage"}}, +"ap-definition-en" : {"en": "A geographical area covered by the Catalogue."}, "ap-label-en" : {"en": "geographical coverage"}, "definition" : {"en": "A geographical area covered by the Catalogue."}, "label" : {"en": "geographical coverage"}, +"extra": {"EA-Name" : "dct:spatial", "EA-Guid" : "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Catalog", "EA-Domain-Guid" : "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range" : "dct:Location", "RangeData" : {"EA-Name" : "dct:Location", "EA-GUID" : "{2DB9E033-48C1-4df5-81FA-875D5C34E99C}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/Location" }, "sourceRole" : "null", "destRole" : "null", "label" : "geographical coverage", "definition" : "A geographical area covered by the Catalogue.", "usage" : "", "ap-label-en" : "geographical coverage", "ap-definition-en" : "A geographical area covered by the Catalogue.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "geographical coverage", "note": "null" }, { "key": "ap-definition-en", "value": "A geographical area covered by the Catalogue.", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/spatial", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:dataset_spatial", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A geographical area covered by the Catalogue."}, "ap-label-en" : {"en": "geographical coverage"}, "definition" : {"en": "A geographical area covered by the Catalogue."}, "label" : {"en": "geographical coverage"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#Dataset", "EA-Name" : "dcat:Dataset" } +{ "uri": "http://www.w3.org/ns/dcat#Catalog", "EA-Name" : "dcat:Catalog" } ], "range": [ {"EA-Name" : "dct:Location", "EA-GUID" : "{2DB9E033-48C1-4df5-81FA-875D5C34E99C}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/Location" } @@ -1897,12 +1897,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "geographicalCoverage", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "A geographical area covered by the Catalogue."}, "ap-label-en" : {"en": "geographical coverage"}, "definition" : {"en": "A geographical area covered by the Catalogue."}, "label" : {"en": "geographical coverage"}, -"extra": {"EA-Name" : "dct:spatial", "EA-Guid" : "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Catalog", "EA-Domain-Guid" : "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range" : "dct:Location", "RangeData" : {"EA-Name" : "dct:Location", "EA-GUID" : "{2DB9E033-48C1-4df5-81FA-875D5C34E99C}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/Location" }, "sourceRole" : "null", "destRole" : "null", "label" : "geographical coverage", "definition" : "A geographical area covered by the Catalogue.", "usage" : "", "ap-label-en" : "geographical coverage", "ap-definition-en" : "A geographical area covered by the Catalogue.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "geographical coverage", "note": "null" }, { "key": "ap-definition-en", "value": "A geographical area covered by the Catalogue.", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/spatial", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:dataset_spatial", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A geographical area covered by the Catalogue."}, "ap-label-en" : {"en": "geographical coverage"}, "definition" : {"en": "A geographical area covered by the Catalogue."}, "label" : {"en": "geographical coverage"}}, +"ap-definition-en" : {"en": "A geographic region that is covered by the Dataset."}, "ap-label-en" : {"en": "geographical coverage"}, "definition" : {"en": "A geographic region that is covered by the Dataset."}, "label" : {"en": "geographical coverage"}, +"extra": {"EA-Name" : "dct:spatial", "EA-Guid" : "{96258166-33FC-4b04-AA2B-729B056A24DE}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Dataset", "EA-Domain-Guid" : "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range" : "dct:Location", "RangeData" : {"EA-Name" : "dct:Location", "EA-GUID" : "{2DB9E033-48C1-4df5-81FA-875D5C34E99C}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/Location" }, "sourceRole" : "null", "destRole" : "null", "label" : "geographical coverage", "definition" : "A geographic region that is covered by the Dataset.", "usage" : "", "ap-label-en" : "geographical coverage", "ap-definition-en" : "A geographic region that is covered by the Dataset.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "geographical coverage", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/spatial", "note": "null" }, { "key": "ap-definition-en", "value": "A geographic region that is covered by the Dataset.", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:dataset_spatial", "note": "null" }, { "key": "reuse", "value": "extended", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A geographic region that is covered by the Dataset."}, "ap-label-en" : {"en": "geographical coverage"}, "definition" : {"en": "A geographic region that is covered by the Dataset."}, "label" : {"en": "geographical coverage"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#Catalog", "EA-Name" : "dcat:Catalog" } +{ "uri": "http://www.w3.org/ns/dcat#Dataset", "EA-Name" : "dcat:Dataset" } ], "range": [ {"EA-Name" : "dct:Location", "EA-GUID" : "{2DB9E033-48C1-4df5-81FA-875D5C34E99C}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/Location" } @@ -1937,12 +1937,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "temporalCoverage", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "A temporal period that the Dataset covers."}, "ap-label-en" : {"en": "temporal coverage"}, "definition" : {"en": "A temporal period that the Dataset covers."}, "label" : {"en": "temporal coverage"}, -"extra": {"EA-Name" : "dct:temporal", "EA-Guid" : "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Dataset", "EA-Domain-Guid" : "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range" : "dct:PeriodOfTime", "RangeData" : {"EA-Name" : "dct:PeriodOfTime", "EA-GUID" : "{6E8C6E5E-633B-4e5a-AE1F-30E8719AC6FE}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/PeriodOfTime" }, "sourceRole" : "null", "destRole" : "null", "label" : "temporal coverage", "definition" : "A temporal period that the Dataset covers.", "usage" : "", "ap-label-en" : "temporal coverage", "ap-definition-en" : "A temporal period that the Dataset covers.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "temporal coverage", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/temporal", "note": "null" }, { "key": "ap-definition-en", "value": "A temporal period that the Dataset covers.", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:dataset_temporal", "note": "null" }, { "key": "reuse", "value": "asis", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A temporal period that the Dataset covers."}, "ap-label-en" : {"en": "temporal coverage"}, "definition" : {"en": "A temporal period that the Dataset covers."}, "label" : {"en": "temporal coverage"}}, +"ap-definition-en" : {"en": "A temporal period that the Catalogue covers."}, "ap-label-en" : {"en": "temporal coverage"}, "definition" : {"en": "A temporal period that the Catalogue covers."}, "label" : {"en": "temporal coverage"}, +"extra": {"EA-Name" : "dct:temporal", "EA-Guid" : "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Catalog", "EA-Domain-Guid" : "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range" : "dct:PeriodOfTime", "RangeData" : {"EA-Name" : "dct:PeriodOfTime", "EA-GUID" : "{6E8C6E5E-633B-4e5a-AE1F-30E8719AC6FE}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/PeriodOfTime" }, "sourceRole" : "null", "destRole" : "null", "label" : "temporal coverage", "definition" : "A temporal period that the Catalogue covers.", "usage" : "", "ap-label-en" : "temporal coverage", "ap-definition-en" : "A temporal period that the Catalogue covers.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "temporal coverage", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/temporal", "note": "null" }, { "key": "ap-defintion-en", "value": "This property refers to a temporal period that the Catalogue covers.", "note": "null" }, { "key": "ap-definition-en", "value": "A temporal period that the Catalogue covers.", "note": "null" }, { "key": "property-usage-scope", "value": "optional", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:dataset_temporal_resolution", "note": "null" }, { "key": "reuse", "value": "asis", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A temporal period that the Catalogue covers."}, "ap-label-en" : {"en": "temporal coverage"}, "definition" : {"en": "A temporal period that the Catalogue covers."}, "label" : {"en": "temporal coverage"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#Dataset", "EA-Name" : "dcat:Dataset" } +{ "uri": "http://www.w3.org/ns/dcat#Catalog", "EA-Name" : "dcat:Catalog" } ], "range": [ {"EA-Name" : "dct:PeriodOfTime", "EA-GUID" : "{6E8C6E5E-633B-4e5a-AE1F-30E8719AC6FE}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/PeriodOfTime" } @@ -1957,12 +1957,12 @@ "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", "name": "temporalCoverage", "inpackage": "ACTIVE_PACKAGE", -"ap-definition-en" : {"en": "A temporal period that the Catalogue covers."}, "ap-label-en" : {"en": "temporal coverage"}, "definition" : {"en": "A temporal period that the Catalogue covers."}, "label" : {"en": "temporal coverage"}, -"extra": {"EA-Name" : "dct:temporal", "EA-Guid" : "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Catalog", "EA-Domain-Guid" : "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range" : "dct:PeriodOfTime", "RangeData" : {"EA-Name" : "dct:PeriodOfTime", "EA-GUID" : "{6E8C6E5E-633B-4e5a-AE1F-30E8719AC6FE}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/PeriodOfTime" }, "sourceRole" : "null", "destRole" : "null", "label" : "temporal coverage", "definition" : "A temporal period that the Catalogue covers.", "usage" : "", "ap-label-en" : "temporal coverage", "ap-definition-en" : "A temporal period that the Catalogue covers.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "temporal coverage", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/temporal", "note": "null" }, { "key": "ap-defintion-en", "value": "This property refers to a temporal period that the Catalogue covers.", "note": "null" }, { "key": "ap-definition-en", "value": "A temporal period that the Catalogue covers.", "note": "null" }, { "key": "property-usage-scope", "value": "optional", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:dataset_temporal_resolution", "note": "null" }, { "key": "reuse", "value": "asis", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A temporal period that the Catalogue covers."}, "ap-label-en" : {"en": "temporal coverage"}, "definition" : {"en": "A temporal period that the Catalogue covers."}, "label" : {"en": "temporal coverage"}}, +"ap-definition-en" : {"en": "A temporal period that the Dataset covers."}, "ap-label-en" : {"en": "temporal coverage"}, "definition" : {"en": "A temporal period that the Dataset covers."}, "label" : {"en": "temporal coverage"}, +"extra": {"EA-Name" : "dct:temporal", "EA-Guid" : "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", "derived" : "false", "EA-Package" : "", "EA-Type" : "connector", "EA-Domain" : "dcat:Dataset", "EA-Domain-Guid" : "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range" : "dct:PeriodOfTime", "RangeData" : {"EA-Name" : "dct:PeriodOfTime", "EA-GUID" : "{6E8C6E5E-633B-4e5a-AE1F-30E8719AC6FE}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/PeriodOfTime" }, "sourceRole" : "null", "destRole" : "null", "label" : "temporal coverage", "definition" : "A temporal period that the Dataset covers.", "usage" : "", "ap-label-en" : "temporal coverage", "ap-definition-en" : "A temporal period that the Dataset covers.", "ap-usageNote-en" : "", "ap-codelist" : "", "RawTags" : [{ "key": "ap-label-en", "value": "temporal coverage", "note": "null" }, { "key": "uri", "value": "http:\/\/purl.org\/dc\/terms\/temporal", "note": "null" }, { "key": "ap-definition-en", "value": "A temporal period that the Dataset covers.", "note": "null" }, { "key": "property-usage-scope", "value": "recommended", "note": "null" }, { "key": "DCAT", "value": "https:\/\/www.w3.org\/TR\/vocab-dcat-3\/#Property:dataset_temporal", "note": "null" }, { "key": "reuse", "value": "asis", "note": "null" }], "DestRoleTags" : [], "Scope" : "TRANSLATIONS_ONLY", "ap-definition-en" : {"en": "A temporal period that the Dataset covers."}, "ap-label-en" : {"en": "temporal coverage"}, "definition" : {"en": "A temporal period that the Dataset covers."}, "label" : {"en": "temporal coverage"}}, "codelist": [ ], "domain": [ -{ "uri": "http://www.w3.org/ns/dcat#Catalog", "EA-Name" : "dcat:Catalog" } +{ "uri": "http://www.w3.org/ns/dcat#Dataset", "EA-Name" : "dcat:Dataset" } ], "range": [ {"EA-Name" : "dct:PeriodOfTime", "EA-GUID" : "{6E8C6E5E-633B-4e5a-AE1F-30E8719AC6FE}", "EA-Package" : "Domain Model", "uri" : "http://purl.org/dc/terms/PeriodOfTime" } diff --git a/report/DCAT-AP/releases/3.0.1-draft/dcat-ap.report b/report/DCAT-AP/releases/3.0.1-draft/dcat-ap.report index 22fa4c2e8..a3f72fca6 100644 --- a/report/DCAT-AP/releases/3.0.1-draft/dcat-ap.report +++ b/report/DCAT-AP/releases/3.0.1-draft/dcat-ap.report @@ -3,156 +3,156 @@ WARNING:You shouldn't use 'user' reserved word as column name in the table t_dat Escape it in your SQL! (e.g. SELECT [USER] FROM TABLE WHERE [USER]='Joe') WARNING:Error in the metadata of the table t_connector: table's row count in the metadata is 77 but 76 records have been found and loaded by UCanAccess. All will work fine, but it's better to repair your database. -10:39:02 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". -10:39:02 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". -10:39:02 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): DCAT Application Profile.Domain Model, DCAT Application Profile -10:39:02 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:39:02 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:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#landingPage): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage, DCAT Application Profile.Domain Model:dcat:DataService:dcat:landingPage -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type, DCAT Application Profile.Domain Model:dcat:Dataset:dct:type -10:39:02 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:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:DataService:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/page): DCAT Application Profile.Domain Model:dcat:DataService:foaf:documentation, DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): DCAT Application Profile.Domain Model:dcat:Catalog:dct:description, DCAT Application Profile.Domain Model:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued, DCAT Application Profile.Domain Model:dcat:Catalog:dct:issued -10:39:02 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:Dataset:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Catalog:dcatap:applicableLegisLation -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): DCAT Application Profile.Domain Model:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model:dcat:Distribution:dct:language, DCAT Application Profile.Domain Model:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): DCAT Application Profile.Domain Model:dcat:Dataset:dct:title, DCAT Application Profile.Domain Model:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:title -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#keyword): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword, DCAT Application Profile.Domain Model:dcat:DataService:dcat:keyword -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#temporalResolution): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model:dcat:Distribution:dcat:temporalResolution -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:modified, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/adms#status): DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status, DCAT Application Profile.Domain Model:dcat:Distribution:adms:status -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/accrualPeriodicity): DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/format): DCAT Application Profile.Domain Model:dcat:Distribution:dct:format, DCAT Application Profile.Domain Model:dcat:DataService:dct:format -10:39:02 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:DatasetSeries:dcat:contactPoint, DCAT Application Profile.Domain Model:dcat:DataService:dcat:contactPoint -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#spatialResolutionInMeters): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model:dcat:Distribution:dcat:spatialResolutionInMeters -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/relation): DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation -10:39:02 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:Catalog:dct:rights, DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/dcat#theme): DCAT Application Profile.Domain Model:dcat:DataService:dcat:theme, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme -10:39:02 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/accessRights): DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model:dcat:DataService:dct:accessRights -10:39:02 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". -10:39:02 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". -10:39:02 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". -10:39:02 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:ConceptScheme" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Frequency" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "adms:Identifier" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LinguisticSystem" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Location" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaType" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:PeriodOfTime" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "spdx:Checksum" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:ProvenanceStatement" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Relationship" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Role" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalLiteral" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TimeInstant" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChecksumAlgorithm" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:hexBinary" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:decimal" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:duration" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Activity" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaTypeOrExtent" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:mediaType" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:dateTime" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Attribution" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "locn:Geometry" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:nonNegativeInteger" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "odrl:Policy" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . -10:39:02 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DatasetSeries" . -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:hasPart" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:adms:sample" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:temporal" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:qualifiedRelation" since it is marked as ignored. -10:39:02 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:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dcat:endpointURL" since it is marked as ignored. -10:39:02 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:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:source" belongs to package "Domain Model" based on source and target definition. -10:39:02 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:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:publisher" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:publisher" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:isPartOf" belongs to package "Domain Model" based on source and target definition. -10:39:02 ERROR c.g.i.o.c.UriAssigner - Invalid property URI "q", use empty URI connector DCAT Application Profile.Domain Model:dcat:Catalog:dct:isPartOf. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedRelation" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:foaf: Agent:dct:type" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:isReferenceBy" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:spatial" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:catalog" belongs to package "Domain Model" based on source and target definition. -10:39:02 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:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:inSeries" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. -10:39:02 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:39:02 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "ignore" where only one was expected for "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo". -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. -10:39:02 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:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:spatial" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:publisher" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:hadRole" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:accessURL" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:temporal" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:hasVersion" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:publisher" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:license" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. -10:39:02 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:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier " since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:(dcat:CatalogRecord -> dcat:Dataset)" belongs to package "Domain Model" based on source and target definition. -10:39:02 WARN c.g.i.o.c.UriAssigner - Connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:(dcat:CatalogRecord -> dcat:Dataset)" does not have a name, it will be ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:spatial" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:source" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:creator" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:isVersionOf" since it is marked as ignored. -10:39:02 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:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:creator" belongs to package "Domain Model" based on source and target definition. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:temporal" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. -10:39:02 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:39:02 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:39:02 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:adms:Identifier:adms:schemaAgency" since it is marked as ignored. -10:39:02 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:adms:Identifier:dct:issued" since it is marked as ignored. -10:39:02 WARN c.g.i.o.c.JSONLDOutputHandler - The contributor with name: Pavlina Fragkou's code was not recognized. Code found was: O -10:39:02 WARN c.g.i.o.c.JSONLDOutputHandler - The contributor with name: SEMIC 's code was not recognized. Code found was: O +12:58:29 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile". +12:58:29 WARN c.g.i.o.c.TagHelper - Missing "baseURI" tag for "DCAT Application Profile.Domain Model". +12:58:29 WARN c.g.i.o.c.UriAssigner - The following packages map to the same URI (http://fixme.com#): DCAT Application Profile, DCAT Application Profile.Domain Model +12:58: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:58: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:TemporalLiteral, DCAT Application Profile.Domain Model:rdfs:Literal +12:58: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:Dataset:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:Catalog:dcatap:applicableLegisLation, DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:applicableLegislation, DCAT Application Profile.Domain Model:dcat:DataService:dcatap:applicableLegislation +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/title): DCAT Application Profile.Domain Model:dcat:DataService:dct:title, DCAT Application Profile.Domain Model:skos:ConceptScheme:dct:title, DCAT Application Profile.Domain Model:dcat:Distribution:dct:title, DCAT Application Profile.Domain Model:dcat:Catalog:dct:title, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:title, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:title, DCAT Application Profile.Domain Model:dcat:Dataset:dct:title +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/description): DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:description, DCAT Application Profile.Domain Model:dcat:Dataset:dct:description, DCAT Application Profile.Domain Model:dcat:Distribution:dct:description, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:description, DCAT Application Profile.Domain Model:dcat:DataService:dct:description, DCAT Application Profile.Domain Model:dcat:Catalog:dct:description +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/issued): DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:issued, DCAT Application Profile.Domain Model:dcat:Distribution:dct:issued, DCAT Application Profile.Domain Model:dcat:Dataset:dct:issued, DCAT Application Profile.Domain Model:dcat:Catalog:dct:issued, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:issued +12:58: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#theme): DCAT Application Profile.Domain Model:dcat:DataService:dcat:theme, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/modified): DCAT Application Profile.Domain Model:dcat:Catalog:dct:modified, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:modified, DCAT Application Profile.Domain Model:dcat:Dataset:dct:modified, DCAT Application Profile.Domain Model:dcat:Distribution:dct:modified, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:modified +12:58: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#temporalResolution): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:temporalResolution, DCAT Application Profile.Domain Model:dcat:Distribution:dcat:temporalResolution +12:58: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:DataService:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo, DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo +12:58: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:DatasetSeries:dcat:contactPoint, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint, DCAT Application Profile.Domain Model:dcat:DataService:dcat:contactPoint +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/accessRights): DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights, DCAT Application Profile.Domain Model:dcat:DataService:dct:accessRights +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://www.w3.org/ns/adms#status): DCAT Application Profile.Domain Model:dcat:Distribution:adms:status, DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/format): DCAT Application Profile.Domain Model:dcat:DataService:dct:format, DCAT Application Profile.Domain Model:dcat:Distribution:dct:format +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/type): DCAT Application Profile.Domain Model:dcat:Dataset:dct:type, DCAT Application Profile.Domain Model:foaf: Agent:dct:type, DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type +12:58: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:Catalog:dct:rights +12:58: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#spatialResolutionInMeters): DCAT Application Profile.Domain Model:dcat:Distribution:dcat:spatialResolutionInMeters, DCAT Application Profile.Domain Model:dcat:Dataset:dcat:spatialResolutionInMeters +12:58: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#keyword): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword, DCAT Application Profile.Domain Model:dcat:DataService:dcat:keyword +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://xmlns.com/foaf/0.1/page): DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page, DCAT Application Profile.Domain Model:dcat:DataService:foaf:documentation, DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/relation): DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation, DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/accrualPeriodicity): DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity, DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:accrualPeriodicity +12:58:29 WARN c.g.i.o.c.UriAssigner - The following properties (attribute or connector) map to the same URI (http://purl.org/dc/terms/language): DCAT Application Profile.Domain Model:dcat:Catalog:dct:language, DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language, DCAT Application Profile.Domain Model:dcat:Dataset:dct:language, DCAT Application Profile.Domain Model:dcat:Distribution:dct:language +12:58: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#landingPage): DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage, DCAT Application Profile.Domain Model:dcat:DataService:dcat:landingPage +12:58:29 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +12:58:29 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +12:58:29 WARN c.g.i.o.c.TagHelper - Missing "issued" tag for "DCAT Application Profile.Domain Model". +12:58:29 WARN c.g.i.o.c.TagHelper - Missing "license" tag for "DCAT Application Profile.Domain Model". +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Catalog" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:CatalogRecord" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf: Agent" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:ConceptScheme" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "skos:Concept" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Distribution" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Dataset" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LicenseDocument" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "foaf:Document" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Frequency" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "adms:Identifier" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:LinguisticSystem" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Resource" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "rdfs:Literal" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Location" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaType" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:PeriodOfTime" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:RightsStatement" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:Standard" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "vcard:Kind" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "spdx:Checksum" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:ProvenanceStatement" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Relationship" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Role" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DataService" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TemporalLiteral" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "TimeInstant" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "ChecksumAlgorithm" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:hexBinary" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:decimal" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:duration" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Activity" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:MediaTypeOrExtent" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dct:mediaType" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:dateTime" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "prov:Attribution" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "locn:Geometry" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "xsd:nonNegativeInteger" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "odrl:Policy" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:Resource" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "eli:LegalResource" . +12:58:29 INFO c.g.i.o.c.JSONLDOutputHandler - handle class "dcat:DatasetSeries" . +12:58: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:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:packageFormat" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accessRights" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:contactPoint" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:adms:identifier " since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:publisher" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:language" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:temporal" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:mediaType" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:conformsTo" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:foaf:page" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:spatial" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:adms:status" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dct:LicenseDocument:dct:type" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:prov:qualifiedRelation" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:themeTaxonomy" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:qualifiedRelation" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:inSeries" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:relation" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:hasVersion" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:foaf:homepage" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:publisher" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Relationship:dct:hadRole" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:landingPage" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:temporal" belongs to package "Domain Model" based on source and target definition. +12:58:29 WARN c.g.i.o.c.TagHelper - Multiple occurrences of tag "ignore" where only one was expected for "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo". +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:conformsTo" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dct:isReferenceBy" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:publisher" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:license" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:keyword" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:foaf: Agent:dct:type" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:source" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:spatial" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:DatasetSeries:dct:publisher" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:foaf:page" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:format" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:rights" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:downloadURL" since it is marked as ignored. +12:58: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:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:provenance" since it is marked as ignored. +12:58: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:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:source" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:relation" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:language" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:spatial" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:language" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dcat:catalog" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:isVersionOf" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:dct:language" since it is marked as ignored. +12:58: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:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:type" since it is marked as ignored. +12:58: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:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:temporal" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:adms:sample" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:creator" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcat:accessURL" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:isPartOf" belongs to package "Domain Model" based on source and target definition. +12:58:29 ERROR c.g.i.o.c.UriAssigner - Invalid property URI "q", use empty URI connector DCAT Application Profile.Domain Model:dcat:Catalog:dct:isPartOf. +12:58: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:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:hasPart" belongs to package "Domain Model" based on source and target definition. +12:58: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:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:conformsTo" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:(dcat:CatalogRecord -> dcat:Dataset)" belongs to package "Domain Model" based on source and target definition. +12:58:29 WARN c.g.i.o.c.UriAssigner - Connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:(dcat:CatalogRecord -> dcat:Dataset)" does not have a name, it will be ignored. +12:58: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:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:spdx:checksum" since it is marked as ignored. +12:58: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:58:29 INFO c.g.i.o.c.UriAssigner - Assuming connector "DCAT Application Profile.Domain Model:dcat:Catalog:dct:creator" belongs to package "Domain Model" based on source and target definition. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:CatalogRecord:adms:status" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dcat:theme" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Dataset:dct:accrualPeriodicity" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:DataService:dcat:endpointURL" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dcatap:availability" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping connector "DCAT Application Profile.Domain Model:dcat:Distribution:dct:rights" since it is marked as ignored. +12:58: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:58:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:adms:Identifier:adms:schemaAgency" since it is marked as ignored. +12:58:29 INFO c.g.i.o.c.Converter - Skipping attribute "DCAT Application Profile.Domain Model:adms:Identifier:dct:issued" since it is marked as ignored. +12:58:29 WARN c.g.i.o.c.JSONLDOutputHandler - The contributor with name: Pavlina Fragkou's code was not recognized. Code found was: O +12:58:29 WARN c.g.i.o.c.JSONLDOutputHandler - The contributor with name: SEMIC 's code was not recognized. Code found was: O diff --git a/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap.jsonld b/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap.jsonld index da44d63eb..308a72c28 100644 --- a/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap.jsonld +++ b/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap.jsonld @@ -4991,25 +4991,25 @@ "name": "creator", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." }, "ap-label-en": { "en": "creator" }, "definition": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." }, "label": { "en": "creator" }, "extra": { "EA-Name": "dct:creator", - "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", + "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "dcat:Dataset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -5023,14 +5023,14 @@ "en": "creator" }, "definition": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." }, "usage": "", "ap-label-en": { "en": "creator" }, "ap-definition-en": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -5047,7 +5047,7 @@ }, { "key": "ap-definition-en", - "value": "An entity responsible for the creation of the catalogue.", + "value": "An entity responsible for producing the dataset.", "note": "null" }, { @@ -5072,8 +5072,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Catalog", - "EA-Name": "dcat:Catalog" + "uri": "http://www.w3.org/ns/dcat#Dataset", + "EA-Name": "dcat:Dataset" } ], "range": [ @@ -5086,7 +5086,7 @@ ], "generalization": [], "minCardinality": "0", - "maxCardinality": "1" + "maxCardinality": "*" }, { "@id": "http://purl.org/dc/terms/creator", @@ -5094,25 +5094,25 @@ "name": "creator", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." }, "ap-label-en": { "en": "creator" }, "definition": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." }, "label": { "en": "creator" }, "extra": { "EA-Name": "dct:creator", - "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", + "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Dataset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -5126,14 +5126,14 @@ "en": "creator" }, "definition": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." }, "usage": "", "ap-label-en": { "en": "creator" }, "ap-definition-en": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -5150,7 +5150,7 @@ }, { "key": "ap-definition-en", - "value": "An entity responsible for producing the dataset.", + "value": "An entity responsible for the creation of the catalogue.", "note": "null" }, { @@ -5175,8 +5175,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Dataset", - "EA-Name": "dcat:Dataset" + "uri": "http://www.w3.org/ns/dcat#Catalog", + "EA-Name": "dcat:Catalog" } ], "range": [ @@ -5189,7 +5189,7 @@ ], "generalization": [], "minCardinality": "0", - "maxCardinality": "*" + "maxCardinality": "1" }, { "@id": "http://purl.org/dc/terms/description", @@ -7311,25 +7311,25 @@ "name": "licence", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Distribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -7343,14 +7343,14 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "usage": "", "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -7361,13 +7361,13 @@ "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/license", + "key": "ap-definition-en", + "value": "A licence under which the Catalogue can be used or reused.", "note": "null" }, { - "key": "ap-definition-en", - "value": "A licence under which the Distribution is made available.", + "key": "uri", + "value": "http://purl.org/dc/terms/license", "note": "null" }, { @@ -7377,7 +7377,7 @@ }, { "key": "DCAT", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license", "note": "null" }, { @@ -7392,8 +7392,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Distribution", - "EA-Name": "dcat:Distribution" + "uri": "http://www.w3.org/ns/dcat#Catalog", + "EA-Name": "dcat:Catalog" } ], "range": [ @@ -7414,25 +7414,25 @@ "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-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", @@ -7446,14 +7446,14 @@ "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": "", "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": "", "ap-codelist": "", @@ -7470,17 +7470,17 @@ }, { "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://www.w3.org/TR/vocab-dcat-3/#Property:resource_license", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license", "note": "null" }, { @@ -7495,8 +7495,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": [ @@ -7517,25 +7517,25 @@ "name": "licence", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." }, "ap-label-en": { "en": "licence" }, "definition": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." }, "label": { "en": "licence" }, "extra": { "EA-Name": "dct:license", - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range": "dct:LicenseDocument", "RangeData": { "EA-Name": "dct:LicenseDocument", @@ -7549,14 +7549,14 @@ "en": "licence" }, "definition": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." }, "usage": "", "ap-label-en": { "en": "licence" }, "ap-definition-en": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -7567,18 +7567,18 @@ "note": "null" }, { - "key": "ap-definition-en", - "value": "A licence under which the Catalogue can be used or reused.", + "key": "uri", + "value": "http://purl.org/dc/terms/license", "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/license", + "key": "ap-definition-en", + "value": "A licence under which the Data service is made available.", "note": "null" }, { "key": "property-usage-scope", - "value": "recommended", + "value": "optional", "note": "null" }, { @@ -7598,8 +7598,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Catalog", - "EA-Name": "dcat:Catalog" + "uri": "http://www.w3.org/ns/dcat#DataService", + "EA-Name": "dcat:DataService" } ], "range": [ @@ -8224,25 +8224,25 @@ "name": "publisher", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." }, "ap-label-en": { "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." }, "label": { "en": "publisher" }, "extra": { "EA-Name": "dct:publisher", - "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", + "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:DataService", - "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", + "EA-Domain": "dcat:Dataset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -8256,14 +8256,14 @@ "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." }, "usage": "", "ap-label-en": { "en": "publisher" }, "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -8280,7 +8280,7 @@ }, { "key": "ap-definition-en", - "value": "An entity (organisation) responsible for making the Data Service available.", + "value": "An entity (organisation) responsible for making the Dataset available.", "note": "null" }, { @@ -8305,8 +8305,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#DataService", - "EA-Name": "dcat:DataService" + "uri": "http://www.w3.org/ns/dcat#Dataset", + "EA-Name": "dcat:Dataset" } ], "range": [ @@ -8327,31 +8327,25 @@ "name": "publisher", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " - }, - "ap-usageNote-en": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " - }, - "usage": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + "en": "An entity (organisation) responsible for making the Data Service available." }, "ap-label-en": { "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + "en": "An entity (organisation) responsible for making the Data Service available." }, "label": { "en": "publisher" }, "extra": { "EA-Name": "dct:publisher", - "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", + "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:DatasetSeries", - "EA-Domain-Guid": "{5E604419-6C6B-49c8-9170-76FFC42EE574}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -8365,60 +8359,41 @@ "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " - }, - "usage": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + "en": "An entity (organisation) responsible for making the Data Service available." }, + "usage": "", "ap-label-en": { "en": "publisher" }, "ap-definition-en": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " - }, - "ap-usageNote-en": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + "en": "An entity (organisation) responsible for making the Data Service available." }, + "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ - { - "key": "uri", - "value": "http://purl.org/dc/terms/publisher", - "note": "null" - }, - { - "key": "ap-definition-en", - "value": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series ", - "note": "null" - }, { "key": "ap-label-en", "value": "publisher", "note": "null" }, { - "key": "DCAT", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher", + "key": "uri", + "value": "http://purl.org/dc/terms/publisher", "note": "null" }, { - "key": "property-usage-scope", - "value": "recommended", + "key": "ap-definition-en", + "value": "An entity (organisation) responsible for making the Data Service available.", "note": "null" }, { - "key": "ap-usageNote-en", - "value": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. ", - "note": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " - }, - { - "key": "ignore", - "value": "false", + "key": "property-usage-scope", + "value": "recommended", "note": "null" }, { - "key": "label-en", - "value": "publisher", + "key": "DCAT", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher", "note": "null" }, { @@ -8433,8 +8408,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#DatasetSeries", - "EA-Name": "dcat:DatasetSeries" + "uri": "http://www.w3.org/ns/dcat#DataService", + "EA-Name": "dcat:DataService" } ], "range": [ @@ -8455,25 +8430,25 @@ "name": "publisher", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." }, "ap-label-en": { "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." }, "label": { "en": "publisher" }, "extra": { "EA-Name": "dct:publisher", - "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", + "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Dataset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -8487,14 +8462,14 @@ "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." }, "usage": "", "ap-label-en": { "en": "publisher" }, "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -8505,18 +8480,18 @@ "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/publisher", + "key": "ap-definition-en", + "value": "An entity (organisation) responsible for making the Catalogue available.", "note": "null" }, { - "key": "ap-definition-en", - "value": "An entity (organisation) responsible for making the Dataset available.", + "key": "uri", + "value": "http://purl.org/dc/terms/publisher", "note": "null" }, { "key": "property-usage-scope", - "value": "recommended", + "value": "mandatory", "note": "null" }, { @@ -8536,8 +8511,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Dataset", - "EA-Name": "dcat:Dataset" + "uri": "http://www.w3.org/ns/dcat#Catalog", + "EA-Name": "dcat:Catalog" } ], "range": [ @@ -8549,7 +8524,7 @@ } ], "generalization": [], - "minCardinality": "0", + "minCardinality": "1", "maxCardinality": "1" }, { @@ -8558,25 +8533,31 @@ "name": "publisher", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + }, + "ap-usageNote-en": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + }, + "usage": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " }, "ap-label-en": { "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " }, "label": { "en": "publisher" }, "extra": { "EA-Name": "dct:publisher", - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "dcat:DatasetSeries", + "EA-Domain-Guid": "{5E604419-6C6B-49c8-9170-76FFC42EE574}", "EA-Range": "foaf: Agent", "RangeData": { "EA-Name": "foaf: Agent", @@ -8590,41 +8571,60 @@ "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + }, + "usage": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " }, - "usage": "", "ap-label-en": { "en": "publisher" }, "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + }, + "ap-usageNote-en": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " }, - "ap-usageNote-en": "", "ap-codelist": "", "RawTags": [ { - "key": "ap-label-en", - "value": "publisher", + "key": "uri", + "value": "http://purl.org/dc/terms/publisher", "note": "null" }, { "key": "ap-definition-en", - "value": "An entity (organisation) responsible for making the Catalogue available.", + "value": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series ", "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/publisher", + "key": "ap-label-en", + "value": "publisher", + "note": "null" + }, + { + "key": "DCAT", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher", "note": "null" }, { "key": "property-usage-scope", - "value": "mandatory", + "value": "recommended", "note": "null" }, { - "key": "DCAT", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher", + "key": "ap-usageNote-en", + "value": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. ", + "note": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + }, + { + "key": "ignore", + "value": "false", + "note": "null" + }, + { + "key": "label-en", + "value": "publisher", "note": "null" }, { @@ -8639,8 +8639,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Catalog", - "EA-Name": "dcat:Catalog" + "uri": "http://www.w3.org/ns/dcat#DatasetSeries", + "EA-Name": "dcat:DatasetSeries" } ], "range": [ @@ -8652,7 +8652,7 @@ } ], "generalization": [], - "minCardinality": "1", + "minCardinality": "0", "maxCardinality": "1" }, { @@ -9248,25 +9248,25 @@ "name": "geographicalCoverage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." }, "ap-label-en": { "en": "geographical coverage" }, "definition": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." }, "label": { "en": "geographical coverage" }, "extra": { "EA-Name": "dct:spatial", - "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", + "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Dataset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "dct:Location", "RangeData": { "EA-Name": "dct:Location", @@ -9280,14 +9280,14 @@ "en": "geographical coverage" }, "definition": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." }, "usage": "", "ap-label-en": { "en": "geographical coverage" }, "ap-definition-en": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -9298,13 +9298,13 @@ "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/spatial", + "key": "ap-definition-en", + "value": "A geographical area covered by the Catalogue.", "note": "null" }, { - "key": "ap-definition-en", - "value": "A geographic region that is covered by the Dataset.", + "key": "uri", + "value": "http://purl.org/dc/terms/spatial", "note": "null" }, { @@ -9329,8 +9329,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Dataset", - "EA-Name": "dcat:Dataset" + "uri": "http://www.w3.org/ns/dcat#Catalog", + "EA-Name": "dcat:Catalog" } ], "range": [ @@ -9351,25 +9351,25 @@ "name": "geographicalCoverage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." }, "ap-label-en": { "en": "geographical coverage" }, "definition": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." }, "label": { "en": "geographical coverage" }, "extra": { "EA-Name": "dct:spatial", - "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", + "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "dcat:Dataset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "dct:Location", "RangeData": { "EA-Name": "dct:Location", @@ -9383,14 +9383,14 @@ "en": "geographical coverage" }, "definition": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." }, "usage": "", "ap-label-en": { "en": "geographical coverage" }, "ap-definition-en": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -9401,13 +9401,13 @@ "note": "null" }, { - "key": "ap-definition-en", - "value": "A geographical area covered by the Catalogue.", + "key": "uri", + "value": "http://purl.org/dc/terms/spatial", "note": "null" }, { - "key": "uri", - "value": "http://purl.org/dc/terms/spatial", + "key": "ap-definition-en", + "value": "A geographic region that is covered by the Dataset.", "note": "null" }, { @@ -9432,8 +9432,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Catalog", - "EA-Name": "dcat:Catalog" + "uri": "http://www.w3.org/ns/dcat#Dataset", + "EA-Name": "dcat:Dataset" } ], "range": [ @@ -9568,25 +9568,25 @@ "name": "temporalCoverage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." }, "ap-label-en": { "en": "temporal coverage" }, "definition": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." }, "label": { "en": "temporal coverage" }, "extra": { "EA-Name": "dct:temporal", - "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", + "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Dataset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", "EA-Range": "dct:PeriodOfTime", "RangeData": { "EA-Name": "dct:PeriodOfTime", @@ -9600,14 +9600,14 @@ "en": "temporal coverage" }, "definition": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." }, "usage": "", "ap-label-en": { "en": "temporal coverage" }, "ap-definition-en": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -9622,19 +9622,24 @@ "value": "http://purl.org/dc/terms/temporal", "note": "null" }, + { + "key": "ap-defintion-en", + "value": "This property refers to a temporal period that the Catalogue covers.", + "note": "null" + }, { "key": "ap-definition-en", - "value": "A temporal period that the Dataset covers.", + "value": "A temporal period that the Catalogue covers.", "note": "null" }, { "key": "property-usage-scope", - "value": "recommended", + "value": "optional", "note": "null" }, { "key": "DCAT", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution", "note": "null" }, { @@ -9649,8 +9654,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Dataset", - "EA-Name": "dcat:Dataset" + "uri": "http://www.w3.org/ns/dcat#Catalog", + "EA-Name": "dcat:Catalog" } ], "range": [ @@ -9671,25 +9676,25 @@ "name": "temporalCoverage", "inpackage": "ACTIVE_PACKAGE", "ap-definition-en": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." }, "ap-label-en": { "en": "temporal coverage" }, "definition": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." }, "label": { "en": "temporal coverage" }, "extra": { "EA-Name": "dct:temporal", - "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", + "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", "derived": "false", "EA-Package": "", "EA-Type": "connector", - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Domain": "dcat:Dataset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", "EA-Range": "dct:PeriodOfTime", "RangeData": { "EA-Name": "dct:PeriodOfTime", @@ -9703,14 +9708,14 @@ "en": "temporal coverage" }, "definition": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." }, "usage": "", "ap-label-en": { "en": "temporal coverage" }, "ap-definition-en": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." }, "ap-usageNote-en": "", "ap-codelist": "", @@ -9725,24 +9730,19 @@ "value": "http://purl.org/dc/terms/temporal", "note": "null" }, - { - "key": "ap-defintion-en", - "value": "This property refers to a temporal period that the Catalogue covers.", - "note": "null" - }, { "key": "ap-definition-en", - "value": "A temporal period that the Catalogue covers.", + "value": "A temporal period that the Dataset covers.", "note": "null" }, { "key": "property-usage-scope", - "value": "optional", + "value": "recommended", "note": "null" }, { "key": "DCAT", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal", "note": "null" }, { @@ -9757,8 +9757,8 @@ "codelist": [], "domain": [ { - "uri": "http://www.w3.org/ns/dcat#Catalog", - "EA-Name": "dcat:Catalog" + "uri": "http://www.w3.org/ns/dcat#Dataset", + "EA-Name": "dcat:Dataset" } ], "range": [ @@ -17186,6 +17186,9 @@ }, "config": "config/config-ap.json", "branchtag": "3.0", + "contextgenerator": { + "parameters": "-c -l label" + }, "dummy": 13, "examples": false, "filename": "config/dcat-ap.json", @@ -17197,6 +17200,6 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "urlref": "/DCAT-AP/releases/3.0.1-draft", "documentcommit": "f19420d96b0587cda1994efb9d2a6ccd39667064", - "toolchaincommit": "85e33d542021850ea6503c6f0e40b080c8fb44e9", + "toolchaincommit": "939f5a5e4586bf01187105634fe796658b11a0fb", "hostname": "https://semiceu.github.io" } diff --git a/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_de.json b/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_de.json index 3319e4994..f0310864b 100644 --- a/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_de.json +++ b/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_de.json @@ -733,26 +733,26 @@ } }, { - "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", + "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", "name": "creator", "label": { "en": "creator", "de": "Enter your translation here" }, "definition": { - "en": "An entity responsible for the creation of the catalogue.", + "en": "An entity responsible for producing the dataset.", "de": "Enter your translation here" } }, { - "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", + "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", "name": "creator", "label": { "en": "creator", "de": "Enter your translation here" }, "definition": { - "en": "An entity responsible for producing the dataset.", + "en": "An entity responsible for the creation of the catalogue.", "de": "Enter your translation here" } }, @@ -1037,38 +1037,38 @@ } }, { - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "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 Catalogue can be used or reused.", "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" } }, { - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "name": "licence", "label": { "en": "licence", "de": "Enter your translation here" }, "definition": { - "en": "A licence under which the Catalogue can be used or reused.", + "en": "A licence under which the Data service is made available.", "de": "Enter your translation here" } }, @@ -1149,54 +1149,54 @@ } }, { - "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", + "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "name": "publisher", "label": { "en": "publisher", "de": "Enter your translation here" }, "definition": { - "en": "An entity (organisation) responsible for making the Data Service available.", + "en": "An entity (organisation) responsible for making the Dataset available.", "de": "Enter your translation here" } }, { - "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", + "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", "name": "publisher", "label": { "en": "publisher", "de": "Enter your translation here" }, "definition": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series ", - "de": "Enter your translation here" - }, - "usage": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. ", + "en": "An entity (organisation) responsible for making the Data Service available.", "de": "Enter your translation here" } }, { - "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", + "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", "name": "publisher", "label": { "en": "publisher", "de": "Enter your translation here" }, "definition": { - "en": "An entity (organisation) responsible for making the Dataset available.", + "en": "An entity (organisation) responsible for making the Catalogue available.", "de": "Enter your translation here" } }, { - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", "name": "publisher", "label": { "en": "publisher", "de": "Enter your translation here" }, "definition": { - "en": "An entity (organisation) responsible for making the Catalogue available.", + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series ", + "de": "Enter your translation here" + }, + "usage": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. ", "de": "Enter your translation here" } }, @@ -1273,26 +1273,26 @@ } }, { - "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", + "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "name": "geographicalCoverage", "label": { "en": "geographical coverage", "de": "Enter your translation here" }, "definition": { - "en": "A geographic region that is covered by the Dataset.", + "en": "A geographical area covered by the Catalogue.", "de": "Enter your translation here" } }, { - "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", + "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", "name": "geographicalCoverage", "label": { "en": "geographical coverage", "de": "Enter your translation here" }, "definition": { - "en": "A geographical area covered by the Catalogue.", + "en": "A geographic region that is covered by the Dataset.", "de": "Enter your translation here" } }, @@ -1313,26 +1313,26 @@ } }, { - "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", + "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", "name": "temporalCoverage", "label": { "en": "temporal coverage", "de": "Enter your translation here" }, "definition": { - "en": "A temporal period that the Dataset covers.", + "en": "A temporal period that the Catalogue covers.", "de": "Enter your translation here" } }, { - "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", + "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", "name": "temporalCoverage", "label": { "en": "temporal coverage", "de": "Enter your translation here" }, "definition": { - "en": "A temporal period that the Catalogue covers.", + "en": "A temporal period that the Dataset covers.", "de": "Enter your translation here" } }, diff --git a/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_en.json b/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_en.json index 5a0b8cb59..ee3e78f16 100644 --- a/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_en.json +++ b/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_en.json @@ -607,23 +607,23 @@ } }, { - "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", + "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", "name": "creator", "label": { "en": "creator" }, "definition": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." } }, { - "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", + "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", "name": "creator", "label": { "en": "creator" }, "definition": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." } }, { @@ -857,33 +857,33 @@ } }, { - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "name": "licence", "label": { "en": "licence" }, "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." } }, { - "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." } }, { - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "name": "licence", "label": { "en": "licence" }, "definition": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." } }, { @@ -950,46 +950,46 @@ } }, { - "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", + "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "name": "publisher", "label": { "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." } }, { - "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", + "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", "name": "publisher", "label": { "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " - }, - "usage": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + "en": "An entity (organisation) responsible for making the Data Service available." } }, { - "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", + "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", "name": "publisher", "label": { "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." } }, { - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", "name": "publisher", "label": { "en": "publisher" }, "definition": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + }, + "usage": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " } }, { @@ -1053,23 +1053,23 @@ } }, { - "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", + "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "name": "geographicalCoverage", "label": { "en": "geographical coverage" }, "definition": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." } }, { - "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", + "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", "name": "geographicalCoverage", "label": { "en": "geographical coverage" }, "definition": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." } }, { @@ -1086,23 +1086,23 @@ } }, { - "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", + "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", "name": "temporalCoverage", "label": { "en": "temporal coverage" }, "definition": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." } }, { - "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", + "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", "name": "temporalCoverage", "label": { "en": "temporal coverage" }, "definition": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." } }, { diff --git a/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_en_merged.jsonld b/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_en_merged.jsonld index a260978b8..722db89ba 100644 --- a/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_en_merged.jsonld +++ b/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_en_merged.jsonld @@ -92,6 +92,9 @@ "branchtag": "3.0", "classes": [], "config": "config/config-ap.json", + "contextgenerator": { + "parameters": "-c -l label" + }, "contributors": [ { "@type": "foaf:Person", @@ -1853,28 +1856,28 @@ { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", + "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", "ap-definition-en": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." }, "ap-label-en": { "en": "creator" }, "codelist": [], "definition": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." }, "domain": [ { - "EA-Name": "dcat:Catalog", - "uri": "http://www.w3.org/ns/dcat#Catalog" + "EA-Name": "dcat:Dataset", + "uri": "http://www.w3.org/ns/dcat#Dataset" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", - "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", + "EA-Domain": "dcat:Dataset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", "EA-Name": "dct:creator", "EA-Package": "", "EA-Range": "foaf: Agent", @@ -1899,7 +1902,7 @@ { "key": "ap-definition-en", "note": "null", - "value": "An entity responsible for the creation of the catalogue." + "value": "An entity responsible for producing the dataset." }, { "key": "property-usage-scope", @@ -1920,14 +1923,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." }, "ap-label-en": { "en": "creator" }, "ap-usageNote-en": "", "definition": { - "en": "An entity responsible for the creation of the catalogue." + "en": "An entity responsible for producing the dataset." }, "derived": "false", "destRole": "null", @@ -1942,7 +1945,7 @@ "label": { "en": "creator" }, - "maxCardinality": "1", + "maxCardinality": "*", "minCardinality": "0", "name": "creator", "range": [ @@ -1957,28 +1960,28 @@ { "@id": "http://purl.org/dc/terms/creator", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", + "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", "ap-definition-en": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." }, "ap-label-en": { "en": "creator" }, "codelist": [], "definition": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." }, "domain": [ { - "EA-Name": "dcat:Dataset", - "uri": "http://www.w3.org/ns/dcat#Dataset" + "EA-Name": "dcat:Catalog", + "uri": "http://www.w3.org/ns/dcat#Catalog" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Dataset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", - "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", "EA-Name": "dct:creator", "EA-Package": "", "EA-Range": "foaf: Agent", @@ -2003,7 +2006,7 @@ { "key": "ap-definition-en", "note": "null", - "value": "An entity responsible for producing the dataset." + "value": "An entity responsible for the creation of the catalogue." }, { "key": "property-usage-scope", @@ -2024,14 +2027,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." }, "ap-label-en": { "en": "creator" }, "ap-usageNote-en": "", "definition": { - "en": "An entity responsible for producing the dataset." + "en": "An entity responsible for the creation of the catalogue." }, "derived": "false", "destRole": "null", @@ -2046,7 +2049,7 @@ "label": { "en": "creator" }, - "maxCardinality": "*", + "maxCardinality": "1", "minCardinality": "0", "name": "creator", "range": [ @@ -4195,28 +4198,28 @@ { "@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": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "ap-label-en": { "en": "licence" }, "codelist": [], "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "domain": [ { - "EA-Name": "dcat:Distribution", - "uri": "http://www.w3.org/ns/dcat#Distribution" + "EA-Name": "dcat:Catalog", + "uri": "http://www.w3.org/ns/dcat#Catalog" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Distribution", - "EA-Domain-Guid": "{80E1F5B2-738F-4118-8E47-917B1DDEA792}", - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "EA-Name": "dct:license", "EA-Package": "", "EA-Range": "dct:LicenseDocument", @@ -4234,14 +4237,14 @@ "value": "licence" }, { - "key": "uri", + "key": "ap-definition-en", "note": "null", - "value": "http://purl.org/dc/terms/license" + "value": "A licence under which the Catalogue can be used or reused." }, { - "key": "ap-definition-en", + "key": "uri", "note": "null", - "value": "A licence under which the Distribution is made available." + "value": "http://purl.org/dc/terms/license" }, { "key": "property-usage-scope", @@ -4251,7 +4254,7 @@ { "key": "DCAT", "note": "null", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license" + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license" }, { "key": "reuse", @@ -4262,14 +4265,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "ap-label-en": { "en": "licence" }, "ap-usageNote-en": "", "definition": { - "en": "A licence under which the Distribution is made available." + "en": "A licence under which the Catalogue can be used or reused." }, "derived": "false", "destRole": "null", @@ -4299,28 +4302,28 @@ { "@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" }, "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", @@ -4345,17 +4348,17 @@ { "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://www.w3.org/TR/vocab-dcat-3/#Property:resource_license" + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license" }, { "key": "reuse", @@ -4366,14 +4369,14 @@ "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": "", "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", @@ -4403,28 +4406,28 @@ { "@id": "http://purl.org/dc/terms/license", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "ap-definition-en": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." }, "ap-label-en": { "en": "licence" }, "codelist": [], "definition": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." }, "domain": [ { - "EA-Name": "dcat:Catalog", - "uri": "http://www.w3.org/ns/dcat#Catalog" + "EA-Name": "dcat:DataService", + "uri": "http://www.w3.org/ns/dcat#DataService" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "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", @@ -4442,19 +4445,19 @@ "value": "licence" }, { - "key": "ap-definition-en", + "key": "uri", "note": "null", - "value": "A licence under which the Catalogue can be used or reused." + "value": "http://purl.org/dc/terms/license" }, { - "key": "uri", + "key": "ap-definition-en", "note": "null", - "value": "http://purl.org/dc/terms/license" + "value": "A licence under which the Data service is made available." }, { "key": "property-usage-scope", "note": "null", - "value": "recommended" + "value": "optional" }, { "key": "DCAT", @@ -4470,14 +4473,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." }, "ap-label-en": { "en": "licence" }, "ap-usageNote-en": "", "definition": { - "en": "A licence under which the Catalogue can be used or reused." + "en": "A licence under which the Data service is made available." }, "derived": "false", "destRole": "null", @@ -5117,28 +5120,28 @@ { "@id": "http://purl.org/dc/terms/publisher", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", + "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." }, "ap-label-en": { "en": "publisher" }, "codelist": [], "definition": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." }, "domain": [ { - "EA-Name": "dcat:DataService", - "uri": "http://www.w3.org/ns/dcat#DataService" + "EA-Name": "dcat:Dataset", + "uri": "http://www.w3.org/ns/dcat#Dataset" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:DataService", - "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", - "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", + "EA-Domain": "dcat:Dataset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "EA-Name": "dct:publisher", "EA-Package": "", "EA-Range": "foaf: Agent", @@ -5163,7 +5166,7 @@ { "key": "ap-definition-en", "note": "null", - "value": "An entity (organisation) responsible for making the Data Service available." + "value": "An entity (organisation) responsible for making the Dataset available." }, { "key": "property-usage-scope", @@ -5184,14 +5187,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." }, "ap-label-en": { "en": "publisher" }, "ap-usageNote-en": "", "definition": { - "en": "An entity (organisation) responsible for making the Data Service available." + "en": "An entity (organisation) responsible for making the Dataset available." }, "derived": "false", "destRole": "null", @@ -5221,31 +5224,28 @@ { "@id": "http://purl.org/dc/terms/publisher", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", + "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", "ap-definition-en": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + "en": "An entity (organisation) responsible for making the Data Service available." }, "ap-label-en": { "en": "publisher" }, - "ap-usageNote-en": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " - }, "codelist": [], "definition": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + "en": "An entity (organisation) responsible for making the Data Service available." }, "domain": [ { - "EA-Name": "dcat:DatasetSeries", - "uri": "http://www.w3.org/ns/dcat#DatasetSeries" + "EA-Name": "dcat:DataService", + "uri": "http://www.w3.org/ns/dcat#DataService" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:DatasetSeries", - "EA-Domain-Guid": "{5E604419-6C6B-49c8-9170-76FFC42EE574}", - "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", + "EA-Domain": "dcat:DataService", + "EA-Domain-Guid": "{B15BC34B-2236-41e9-BFD4-27D628498B57}", + "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", "EA-Name": "dct:publisher", "EA-Package": "", "EA-Range": "foaf: Agent", @@ -5257,45 +5257,30 @@ "uri": "http://xmlns.com/foaf/0.1/Agent" }, "RawTags": [ - { - "key": "uri", - "note": "null", - "value": "http://purl.org/dc/terms/publisher" - }, - { - "key": "ap-definition-en", - "note": "null", - "value": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " - }, { "key": "ap-label-en", "note": "null", "value": "publisher" }, { - "key": "DCAT", + "key": "uri", "note": "null", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher" + "value": "http://purl.org/dc/terms/publisher" }, { - "key": "property-usage-scope", + "key": "ap-definition-en", "note": "null", - "value": "recommended" - }, - { - "key": "ap-usageNote-en", - "note": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. ", - "value": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + "value": "An entity (organisation) responsible for making the Data Service available." }, { - "key": "ignore", + "key": "property-usage-scope", "note": "null", - "value": "false" + "value": "recommended" }, { - "key": "label-en", + "key": "DCAT", "note": "null", - "value": "publisher" + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher" }, { "key": "reuse", @@ -5306,16 +5291,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + "en": "An entity (organisation) responsible for making the Data Service available." }, "ap-label-en": { "en": "publisher" }, - "ap-usageNote-en": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " - }, + "ap-usageNote-en": "", "definition": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + "en": "An entity (organisation) responsible for making the Data Service available." }, "derived": "false", "destRole": "null", @@ -5323,9 +5306,7 @@ "en": "publisher" }, "sourceRole": "null", - "usage": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " - } + "usage": "" }, "generalization": [], "inpackage": "ACTIVE_PACKAGE", @@ -5342,36 +5323,33 @@ "EA-Package": "Domain Model", "uri": "http://xmlns.com/foaf/0.1/Agent" } - ], - "usage": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " - } + ] }, { "@id": "http://purl.org/dc/terms/publisher", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", + "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." }, "ap-label-en": { "en": "publisher" }, "codelist": [], "definition": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." }, "domain": [ { - "EA-Name": "dcat:Dataset", - "uri": "http://www.w3.org/ns/dcat#Dataset" + "EA-Name": "dcat:Catalog", + "uri": "http://www.w3.org/ns/dcat#Catalog" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Dataset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", - "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", "EA-Name": "dct:publisher", "EA-Package": "", "EA-Range": "foaf: Agent", @@ -5389,19 +5367,19 @@ "value": "publisher" }, { - "key": "uri", + "key": "ap-definition-en", "note": "null", - "value": "http://purl.org/dc/terms/publisher" + "value": "An entity (organisation) responsible for making the Catalogue available." }, { - "key": "ap-definition-en", + "key": "uri", "note": "null", - "value": "An entity (organisation) responsible for making the Dataset available." + "value": "http://purl.org/dc/terms/publisher" }, { "key": "property-usage-scope", "note": "null", - "value": "recommended" + "value": "mandatory" }, { "key": "DCAT", @@ -5417,14 +5395,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." }, "ap-label-en": { "en": "publisher" }, "ap-usageNote-en": "", "definition": { - "en": "An entity (organisation) responsible for making the Dataset available." + "en": "An entity (organisation) responsible for making the Catalogue available." }, "derived": "false", "destRole": "null", @@ -5440,7 +5418,7 @@ "en": "publisher" }, "maxCardinality": "1", - "minCardinality": "0", + "minCardinality": "1", "name": "publisher", "range": [ { @@ -5454,28 +5432,31 @@ { "@id": "http://purl.org/dc/terms/publisher", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " }, "ap-label-en": { "en": "publisher" }, + "ap-usageNote-en": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + }, "codelist": [], "definition": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " }, "domain": [ { - "EA-Name": "dcat:Catalog", - "uri": "http://www.w3.org/ns/dcat#Catalog" + "EA-Name": "dcat:DatasetSeries", + "uri": "http://www.w3.org/ns/dcat#DatasetSeries" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Domain": "dcat:DatasetSeries", + "EA-Domain-Guid": "{5E604419-6C6B-49c8-9170-76FFC42EE574}", + "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", "EA-Name": "dct:publisher", "EA-Package": "", "EA-Range": "foaf: Agent", @@ -5488,29 +5469,44 @@ }, "RawTags": [ { - "key": "ap-label-en", + "key": "uri", "note": "null", - "value": "publisher" + "value": "http://purl.org/dc/terms/publisher" }, { "key": "ap-definition-en", "note": "null", - "value": "An entity (organisation) responsible for making the Catalogue available." + "value": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " }, { - "key": "uri", + "key": "ap-label-en", "note": "null", - "value": "http://purl.org/dc/terms/publisher" + "value": "publisher" + }, + { + "key": "DCAT", + "note": "null", + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher" }, { "key": "property-usage-scope", "note": "null", - "value": "mandatory" + "value": "recommended" }, { - "key": "DCAT", + "key": "ap-usageNote-en", + "note": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. ", + "value": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + }, + { + "key": "ignore", "note": "null", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher" + "value": "false" + }, + { + "key": "label-en", + "note": "null", + "value": "publisher" }, { "key": "reuse", @@ -5521,14 +5517,16 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " }, "ap-label-en": { "en": "publisher" }, - "ap-usageNote-en": "", + "ap-usageNote-en": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + }, "definition": { - "en": "An entity (organisation) responsible for making the Catalogue available." + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " }, "derived": "false", "destRole": "null", @@ -5536,7 +5534,9 @@ "en": "publisher" }, "sourceRole": "null", - "usage": "" + "usage": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + } }, "generalization": [], "inpackage": "ACTIVE_PACKAGE", @@ -5544,7 +5544,7 @@ "en": "publisher" }, "maxCardinality": "1", - "minCardinality": "1", + "minCardinality": "0", "name": "publisher", "range": [ { @@ -5553,7 +5553,10 @@ "EA-Package": "Domain Model", "uri": "http://xmlns.com/foaf/0.1/Agent" } - ] + ], + "usage": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. " + } }, { "@id": "http://purl.org/dc/terms/relation", @@ -6151,28 +6154,28 @@ { "@id": "http://purl.org/dc/terms/spatial", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", + "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "ap-definition-en": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." }, "ap-label-en": { "en": "geographical coverage" }, "codelist": [], "definition": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." }, "domain": [ { - "EA-Name": "dcat:Dataset", - "uri": "http://www.w3.org/ns/dcat#Dataset" + "EA-Name": "dcat:Catalog", + "uri": "http://www.w3.org/ns/dcat#Catalog" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Dataset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", - "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "EA-Name": "dct:spatial", "EA-Package": "", "EA-Range": "dct:Location", @@ -6190,14 +6193,14 @@ "value": "geographical coverage" }, { - "key": "uri", + "key": "ap-definition-en", "note": "null", - "value": "http://purl.org/dc/terms/spatial" + "value": "A geographical area covered by the Catalogue." }, { - "key": "ap-definition-en", + "key": "uri", "note": "null", - "value": "A geographic region that is covered by the Dataset." + "value": "http://purl.org/dc/terms/spatial" }, { "key": "property-usage-scope", @@ -6218,14 +6221,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." }, "ap-label-en": { "en": "geographical coverage" }, "ap-usageNote-en": "", "definition": { - "en": "A geographic region that is covered by the Dataset." + "en": "A geographical area covered by the Catalogue." }, "derived": "false", "destRole": "null", @@ -6255,28 +6258,28 @@ { "@id": "http://purl.org/dc/terms/spatial", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", + "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", "ap-definition-en": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." }, "ap-label-en": { "en": "geographical coverage" }, "codelist": [], "definition": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." }, "domain": [ { - "EA-Name": "dcat:Catalog", - "uri": "http://www.w3.org/ns/dcat#Catalog" + "EA-Name": "dcat:Dataset", + "uri": "http://www.w3.org/ns/dcat#Dataset" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", - "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", + "EA-Domain": "dcat:Dataset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", "EA-Name": "dct:spatial", "EA-Package": "", "EA-Range": "dct:Location", @@ -6294,14 +6297,14 @@ "value": "geographical coverage" }, { - "key": "ap-definition-en", + "key": "uri", "note": "null", - "value": "A geographical area covered by the Catalogue." + "value": "http://purl.org/dc/terms/spatial" }, { - "key": "uri", + "key": "ap-definition-en", "note": "null", - "value": "http://purl.org/dc/terms/spatial" + "value": "A geographic region that is covered by the Dataset." }, { "key": "property-usage-scope", @@ -6322,14 +6325,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." }, "ap-label-en": { "en": "geographical coverage" }, "ap-usageNote-en": "", "definition": { - "en": "A geographical area covered by the Catalogue." + "en": "A geographic region that is covered by the Dataset." }, "derived": "false", "destRole": "null", @@ -6474,28 +6477,28 @@ { "@id": "http://purl.org/dc/terms/temporal", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", + "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", "ap-definition-en": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." }, "ap-label-en": { "en": "temporal coverage" }, "codelist": [], "definition": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." }, "domain": [ { - "EA-Name": "dcat:Dataset", - "uri": "http://www.w3.org/ns/dcat#Dataset" + "EA-Name": "dcat:Catalog", + "uri": "http://www.w3.org/ns/dcat#Catalog" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Dataset", - "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", - "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", + "EA-Domain": "dcat:Catalog", + "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", + "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", "EA-Name": "dct:temporal", "EA-Package": "", "EA-Range": "dct:PeriodOfTime", @@ -6517,20 +6520,25 @@ "note": "null", "value": "http://purl.org/dc/terms/temporal" }, + { + "key": "ap-defintion-en", + "note": "null", + "value": "This property refers to a temporal period that the Catalogue covers." + }, { "key": "ap-definition-en", "note": "null", - "value": "A temporal period that the Dataset covers." + "value": "A temporal period that the Catalogue covers." }, { "key": "property-usage-scope", "note": "null", - "value": "recommended" + "value": "optional" }, { "key": "DCAT", "note": "null", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal" + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution" }, { "key": "reuse", @@ -6541,14 +6549,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." }, "ap-label-en": { "en": "temporal coverage" }, "ap-usageNote-en": "", "definition": { - "en": "A temporal period that the Dataset covers." + "en": "A temporal period that the Catalogue covers." }, "derived": "false", "destRole": "null", @@ -6578,28 +6586,28 @@ { "@id": "http://purl.org/dc/terms/temporal", "@type": "http://www.w3.org/2002/07/owl#ObjectProperty", - "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", + "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", "ap-definition-en": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." }, "ap-label-en": { "en": "temporal coverage" }, "codelist": [], "definition": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." }, "domain": [ { - "EA-Name": "dcat:Catalog", - "uri": "http://www.w3.org/ns/dcat#Catalog" + "EA-Name": "dcat:Dataset", + "uri": "http://www.w3.org/ns/dcat#Dataset" } ], "extra": { "DestRoleTags": [], - "EA-Domain": "dcat:Catalog", - "EA-Domain-Guid": "{88017649-2BEC-46cd-A29D-288515A7FA11}", - "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", + "EA-Domain": "dcat:Dataset", + "EA-Domain-Guid": "{4BAD0A56-89A2-40fe-8A22-FD9F4A8E5244}", + "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", "EA-Name": "dct:temporal", "EA-Package": "", "EA-Range": "dct:PeriodOfTime", @@ -6621,25 +6629,20 @@ "note": "null", "value": "http://purl.org/dc/terms/temporal" }, - { - "key": "ap-defintion-en", - "note": "null", - "value": "This property refers to a temporal period that the Catalogue covers." - }, { "key": "ap-definition-en", "note": "null", - "value": "A temporal period that the Catalogue covers." + "value": "A temporal period that the Dataset covers." }, { "key": "property-usage-scope", "note": "null", - "value": "optional" + "value": "recommended" }, { "key": "DCAT", "note": "null", - "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution" + "value": "https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal" }, { "key": "reuse", @@ -6650,14 +6653,14 @@ "Scope": "TRANSLATIONS_ONLY", "ap-codelist": "", "ap-definition-en": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." }, "ap-label-en": { "en": "temporal coverage" }, "ap-usageNote-en": "", "definition": { - "en": "A temporal period that the Catalogue covers." + "en": "A temporal period that the Dataset covers." }, "derived": "false", "destRole": "null", @@ -17359,7 +17362,7 @@ "repositorypublic": "git@github.com:SEMICeu/Semicthema-DCAT-AP.git", "site": "site-skeleton/dcat-ap", "standaardregisterurl": "https://semiceu.github.io/DCAT-AP/releases/3.0.0/CHANGELOG.html", - "toolchaincommit": "85e33d542021850ea6503c6f0e40b080c8fb44e9", + "toolchaincommit": "939f5a5e4586bf01187105634fe796658b11a0fb", "toolchainversion": "3", "translation": [ { diff --git a/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_fr.json b/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_fr.json index b3805e0a3..e8985a9fd 100644 --- a/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_fr.json +++ b/report/DCAT-AP/releases/3.0.1-draft/translation/dcat-ap_fr.json @@ -733,26 +733,26 @@ } }, { - "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", + "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", "name": "creator", "label": { "en": "creator", "fr": "Enter your translation here" }, "definition": { - "en": "An entity responsible for the creation of the catalogue.", + "en": "An entity responsible for producing the dataset.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{B9516A6B-4219-4a42-ACFF-E32791013224}", + "EA-Guid": "{F1778663-DEE9-4713-88A5-5143556A6233}", "name": "creator", "label": { "en": "creator", "fr": "Enter your translation here" }, "definition": { - "en": "An entity responsible for producing the dataset.", + "en": "An entity responsible for the creation of the catalogue.", "fr": "Enter your translation here" } }, @@ -1037,38 +1037,38 @@ } }, { - "EA-Guid": "{FACDCD7B-6F67-4e2b-A8E9-70A00DE6A6B7}", + "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", "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 Catalogue can be used or reused.", "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" } }, { - "EA-Guid": "{E71A2E22-2928-4c74-BC69-7FAFD940D7AE}", + "EA-Guid": "{AC3DA10B-4D7F-4532-946F-08F1DF77E717}", "name": "licence", "label": { "en": "licence", "fr": "Enter your translation here" }, "definition": { - "en": "A licence under which the Catalogue can be used or reused.", + "en": "A licence under which the Data service is made available.", "fr": "Enter your translation here" } }, @@ -1149,54 +1149,54 @@ } }, { - "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", + "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", "name": "publisher", "label": { "en": "publisher", "fr": "Enter your translation here" }, "definition": { - "en": "An entity (organisation) responsible for making the Data Service available.", + "en": "An entity (organisation) responsible for making the Dataset available.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", + "EA-Guid": "{1A78BF38-36C0-44d0-A69E-C1388EFF6127}", "name": "publisher", "label": { "en": "publisher", "fr": "Enter your translation here" }, "definition": { - "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series ", - "fr": "Enter your translation here" - }, - "usage": { - "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. ", + "en": "An entity (organisation) responsible for making the Data Service available.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{D78C068E-955F-49ce-BAD5-C746A0F82F04}", + "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", "name": "publisher", "label": { "en": "publisher", "fr": "Enter your translation here" }, "definition": { - "en": "An entity (organisation) responsible for making the Dataset available.", + "en": "An entity (organisation) responsible for making the Catalogue available.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{2143F0EC-CB06-4c15-94BF-E2D327B6D057}", + "EA-Guid": "{22B3C6BA-017D-4498-83F7-6FF21A2A554F}", "name": "publisher", "label": { "en": "publisher", "fr": "Enter your translation here" }, "definition": { - "en": "An entity (organisation) responsible for making the Catalogue available.", + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series ", + "fr": "Enter your translation here" + }, + "usage": { + "en": "The publisher of the dataset series may not be the publisher of all datasets. \r\nE.g. a digital archive could take over the publishing of older datasets in the series. ", "fr": "Enter your translation here" } }, @@ -1273,26 +1273,26 @@ } }, { - "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", + "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", "name": "geographicalCoverage", "label": { "en": "geographical coverage", "fr": "Enter your translation here" }, "definition": { - "en": "A geographic region that is covered by the Dataset.", + "en": "A geographical area covered by the Catalogue.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{7802FA3C-BAAD-4f52-B09C-8BB541F5116C}", + "EA-Guid": "{96258166-33FC-4b04-AA2B-729B056A24DE}", "name": "geographicalCoverage", "label": { "en": "geographical coverage", "fr": "Enter your translation here" }, "definition": { - "en": "A geographical area covered by the Catalogue.", + "en": "A geographic region that is covered by the Dataset.", "fr": "Enter your translation here" } }, @@ -1313,26 +1313,26 @@ } }, { - "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", + "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", "name": "temporalCoverage", "label": { "en": "temporal coverage", "fr": "Enter your translation here" }, "definition": { - "en": "A temporal period that the Dataset covers.", + "en": "A temporal period that the Catalogue covers.", "fr": "Enter your translation here" } }, { - "EA-Guid": "{AA11EBEE-A29E-4709-ADD9-1206D9468009}", + "EA-Guid": "{A8051298-BB13-4ffb-A8FA-1AD8C0F53A3B}", "name": "temporalCoverage", "label": { "en": "temporal coverage", "fr": "Enter your translation here" }, "definition": { - "en": "A temporal period that the Catalogue covers.", + "en": "A temporal period that the Dataset covers.", "fr": "Enter your translation here" } }, diff --git a/report/commit.json b/report/commit.json index 4aad7edf6..fdb5f0c99 100644 --- a/report/commit.json +++ b/report/commit.json @@ -1 +1 @@ -{"commit" : "2b70e8e7caf7d0e"} +{"commit" : "939f5a5e4586bf0"}